phpcs report

CategoryErrorsWarningsFiles
PSR1.Files.SideEffects.FoundWithSymbols09494
Generic.Files.LineEndings.InvalidEOLChar98098
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket2775097
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket2775097
Squiz.Classes.ValidClassName.NotCamelCaps31031
PSR2.Classes.ClassDeclaration.OpenBraceNewLine97097
Generic.WhiteSpace.DisallowTabIndent.TabsUsed19861097
PSR1.Methods.CamelCapsMethodName.NotCamelCaps546094
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine607096
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace464057
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace462057
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen124049
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose124049
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen57025
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose57025
PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose804
Generic.Files.LineLength.TooLong025047
Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction303
PSR2.Classes.PropertyDeclaration.Underscore088
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody31031
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore17010
PSR2.Methods.MethodDeclaration.Underscore04027
PSR2.Methods.FunctionCallSignature.ContentAfterOpenBracket202
Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose903
PSR2.Methods.FunctionCallSignature.MultipleArguments904
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen1507
Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis101
Squiz.WhiteSpace.ScopeClosingBrace.Indent101
PSR2.Methods.FunctionCallSignature.CloseBracketLine101
Squiz.ControlStructures.ForLoopDeclaration.SpacingAfterOpen101
Squiz.ControlStructures.ForLoopDeclaration.SpacingBeforeClose101
PEAR.Functions.ValidDefaultValue.NotAtEnd101
28178392100
ErrorLineColumn
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\base\base-widget.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 23 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorClass name "Base_Widget" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
2310
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2348
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorMethod name "Base_Widget::get_categories" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3712
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3738
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorMethod name "Base_Widget::get_keywords" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorMethod name "Base_Widget::is_active" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
6519
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6540
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\base\module-base.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 23 and the first side effect is on line 13.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
131
errorClass name "Module_Base" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
2310
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
569
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
569
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5640
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5640
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6532
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
669
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
669
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6640
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6640
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorMethod name "Module_Base::class_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
7519
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
7541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorMethod name "Module_Base::get_instance" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8619
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8643
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
8713
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8714
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8714
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
8765
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorMethod name "Module_Base::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
10212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
10235
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
11435
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11534
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11534
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1179
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1179
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorMethod name "Module_Base::register_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
13012
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
13037
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
13056
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
13058
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
1329
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
1329
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
13218
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
13255
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13427
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13427
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
13817
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
13842
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13935
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13935
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorFunction closing brace must go on the next line following the body; found 1 blank lines before brace
PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose
1435
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorMethod name "Module_Base::is_active" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
15519
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
15540
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\controls\group\background.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 50 and the first side effect is on line 13.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
131
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
5045
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorMethod name "Background::get_type" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8919
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8939
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorMethod name "Background::get_background_types" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
10419
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
10451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
10513
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
10546
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorMethod name "Background::init_background_types" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
12420
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
12453
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorMethod name "Background::init_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
15212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
15235
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15624
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15624
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16324
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16324
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16624
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16624
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17624
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17624
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19124
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19124
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20224
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20224
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21724
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21724
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22029
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22029
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22129
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22129
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23224
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23224
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
warningLine exceeds 120 characters; contains 206 characters
Generic.Files.LineLength.TooLong
245206
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25524
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25524
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25934
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25934
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26035
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26133
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26133
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26231
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26332
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26332
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26534
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26534
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26635
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26635
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
warningLine exceeds 120 characters; contains 202 characters
Generic.Files.LineLength.TooLong
270202
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28024
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28024
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28224
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28224
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29224
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29224
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29623
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29623
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29731
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29833
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29833
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29932
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29932
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30034
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30034
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30235
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30235
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30334
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30334
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30535
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30535
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31724
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31724
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32123
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32123
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32229
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32229
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33524
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33524
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33923
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33923
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34032
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34129
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34129
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34231
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34331
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35524
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35524
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35923
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35923
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36027
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36027
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36230
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36230
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37424
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37424
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37730
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37730
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38724
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38724
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38830
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38830
warningLine exceeds 120 characters; contains 127 characters
Generic.Files.LineLength.TooLong
388127
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorMethod name "Background::get_child_default_args" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
41415
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
41449
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorMethod name "Background::filter_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
43115
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
43140
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
4369
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
4369
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
43618
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
43637
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
43717
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43718
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43718
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43750
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43750
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
437101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43817
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43817
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorMethod name "Background::prepare_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
45715
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
45738
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
45748
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
45750
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4641
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
4649
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
4649
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
46418
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
46442
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4651
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
46517
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
46518
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
46518
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
46553
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47224
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47224
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4811
errorMethod name "Background::get_default_options" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
48115
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
48146
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4851
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\controls\group\index.php
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\controls\group\parallax-scroll.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 42 and the first side effect is on line 13.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
131
errorClass name "Parallax_Scroll" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
421
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
4250
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorMethod name "Parallax_Scroll::get_type" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
6819
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6839
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorMethod name "Parallax_Scroll::init_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8238
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8626
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8626
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9126
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9126
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9726
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9726
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10226
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10226
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorMethod name "Parallax_Scroll::get_default_options" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
12415
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
12446
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\controls\group\posts.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 46 and the first side effect is on line 13.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
131
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
4640
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorMethod name "Posts::get_type" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
7219
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
7239
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorMethod name "Posts::get_post_types" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
9220
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
9243
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
9251
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
9253
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9721
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9934
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9934
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
10213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10214
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10214
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
10245
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10332
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10332
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
10713
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
10756
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10838
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10838
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
11013
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
11013
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
11022
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
11047
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
11613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11620
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11620
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
11643
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11730
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11730
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
1209
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
1209
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
12018
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
12044
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
12117
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12120
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12120
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
12138
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
12613
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
12636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12727
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12727
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorMethod name "Posts::set_field_position" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
14820
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
14847
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
14881
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
14883
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14918
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14918
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14943
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14943
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
15113
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
15130
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15513
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15513
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15623
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15623
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15636
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15676
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15676
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorMethod name "Posts::init_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
17212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
17235
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17624
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17624
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorMethod name "Posts::prepare_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
19515
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
19538
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
19548
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
19550
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19829
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19829
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20226
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20226
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20632
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20632
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
20813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
20857
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20937
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20937
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
21117
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21120
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21120
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
21143
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21227
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21227
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
21613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
21664
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21739
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21739
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
21917
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21920
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21920
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
21945
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22027
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22027
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
22413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
22461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22541
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22824
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22824
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorMethod name "Posts::get_type_include_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
24215
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
24247
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
24261
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
24263
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
2459
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
2459
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
24518
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
24559
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24837
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24837
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
25413
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
25413
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
25422
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
25455
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorMethod name "Posts::get_taxonomies_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
28615
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
28645
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
28659
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
28661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28917
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28917
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29523
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29523
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29723
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29723
errorExpected 1 space after FUNCTION keyword; 0 found
Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction
29750
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
29758
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
29767
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
29773
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
29781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29820
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29820
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29827
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29827
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
3019
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
3019
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
30118
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
30163
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31631
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
31813
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
31813
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
31822
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
31847
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorMethod name "Posts::get_authors_field" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
33815
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
33841
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
33855
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
33857
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34631
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
3529
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
3529
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
35218
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
35259
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
3569
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
3569
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
35618
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
35659
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
36017
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36018
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36018
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
36069
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37224
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37224
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorMethod name "Posts::get_child_default_args" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
39315
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
39349
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorMethod name "Posts::get_default_options" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
40615
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
40646
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\controls\group\text-background.php
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorClass name "Text_Background" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
441
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
4450
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorMethod name "Text_Background::get_type" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8319
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8339
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorMethod name "Text_Background::get_background_types" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
9819
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
9851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
9913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
9946
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorMethod name "Text_Background::init_background_types" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
11820
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
11853
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorMethod name "Text_Background::init_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
14112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
14135
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14524
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14524
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15224
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15224
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15524
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15524
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16524
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16524
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18024
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18024
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19124
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19124
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20624
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20624
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20929
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20929
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21029
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21029
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22124
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22124
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
warningLine exceeds 120 characters; contains 298 characters
Generic.Files.LineLength.TooLong
234298
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24424
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24424
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24834
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24935
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24935
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25033
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25033
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25232
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25232
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25434
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25434
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25535
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25535
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
warningLine exceeds 120 characters; contains 294 characters
Generic.Files.LineLength.TooLong
259294
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorMethod name "Text_Background::get_child_default_args" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
28215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
28249
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorMethod name "Text_Background::filter_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
29915
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
29940
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
3049
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
3049
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
30418
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
30437
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
30517
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30518
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30518
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30550
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30550
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
305101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30617
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30617
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorMethod name "Text_Background::prepare_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
32515
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
32538
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
32548
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
32550
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
3329
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
3329
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
33218
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
33242
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
33317
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33318
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33318
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
33353
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34024
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34024
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorMethod name "Text_Background::get_default_options" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
34915
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
34946
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\controls\hover-effect.php
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorClass name "Hover_Effect" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
591
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
5946
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
warningProperty name "$_animations" should not be prefixed with an underscore to indicate visibility
PSR2.Classes.PropertyDeclaration.Underscore
7120
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorMethod name "Hover_Effect::get_type" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorMethod name "Hover_Effect::get_animations" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
9619
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
9645
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
9713
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9714
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9714
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
9743
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorMethod name "Hover_Effect::content_template" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
12212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
12240
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12944
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12944
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
13027
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
13027
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
13036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
13098
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\controls\index.php
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\controls\loop-animation.php
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorClass name "Loop_Animation" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
591
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
5948
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
warningProperty name "$_animations" should not be prefixed with an underscore to indicate visibility
PSR2.Classes.PropertyDeclaration.Underscore
7120
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorMethod name "Loop_Animation::get_type" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorMethod name "Loop_Animation::get_animations" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
9619
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
9645
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
9713
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9714
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9714
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
9743
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorMethod name "Loop_Animation::content_template" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
12512
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
12540
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13244
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13244
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
13327
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
13327
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
13336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
13398
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\controls\media.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 68 and the first side effect is on line 13.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
131
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
6843
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorMethod name "Media::get_type" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
7812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
7832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorMethod name "Media::get_default_value" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
9312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
9341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorMethod name "Media::content_template" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
11012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
11040
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
warningLine exceeds 120 characters; contains 147 characters
Generic.Files.LineLength.TooLong
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11796
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11796
warningLine exceeds 120 characters; contains 138 characters
Generic.Files.LineLength.TooLong
117137
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorMethod name "Media::get_default_settings" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
14115
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
14147
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\core\compatibility\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 23 and the first side effect is on line 13.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
131
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2314
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\core\compatibility\wpml\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 21 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2114
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2835
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
299
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
299
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorMethod name "Module::register_widgets_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4112
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
4144
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
4154
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4156
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4938
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4938
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5438
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5438
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6638
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6638
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7138
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7138
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8338
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8338
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8838
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8838
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10738
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10738
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11238
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11238
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11738
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11738
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12238
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12238
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12738
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12738
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13238
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13238
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14538
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14538
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15038
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15038
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16238
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16238
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17438
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17438
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17938
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17938
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19838
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19838
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21038
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21038
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22938
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22938
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23438
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23438
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23938
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23938
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24438
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24438
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\core\compatibility\wpml\modules\counter.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 7 and the first side effect is on line 5.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
757
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
91
errorMethod name "Counter::get_items_field" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
912
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
939
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorMethod name "Counter::get_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1334
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorMethod name "Counter::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1715
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
1733
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
1742
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1744
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
1817
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
1824
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2024
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2024
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2324
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2324
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2624
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2624
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorMethod name "Counter::get_editor_type" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3315
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
3339
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
3348
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3350
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
3417
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
3424
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
491
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\core\compatibility\wpml\modules\form.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 7 and the first side effect is on line 5.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
754
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
91
errorMethod name "Form::get_items_field" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
912
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
939
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorMethod name "Form::get_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1334
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorMethod name "Form::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1715
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
1733
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
1742
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1744
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
1817
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
1824
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2024
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2024
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2324
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2324
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorMethod name "Form::get_editor_type" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3015
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
3039
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
3048
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3050
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
3117
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
3124
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
431
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\core\compatibility\wpml\modules\photo-album.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 7 and the first side effect is on line 5.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51
errorClass name "Photo_Album" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
71
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
91
errorMethod name "Photo_Album::get_items_field" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
912
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
939
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorMethod name "Photo_Album::get_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1334
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorMethod name "Photo_Album::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1715
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
1733
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
1742
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1744
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
1817
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
1824
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2024
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2024
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2324
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2324
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorMethod name "Photo_Album::get_editor_type" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3015
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
3039
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
3048
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3050
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
3117
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
3124
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
431
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\core\compatibility\wpml\modules\tabs.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 7 and the first side effect is on line 5.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
754
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
91
errorMethod name "Tabs::get_items_field" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
912
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
939
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorMethod name "Tabs::get_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1334
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorMethod name "Tabs::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1715
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
1733
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
1742
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1744
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
1817
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
1824
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2024
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2024
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2324
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2324
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorMethod name "Tabs::get_editor_type" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3015
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
3039
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
3048
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3050
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
3117
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
3124
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
431
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\core\library\documents\footer.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 21 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2139
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorMethod name "Footer::get_properties" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3419
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3445
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorMethod name "Footer::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5332
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorMethod name "Footer::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
6819
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6840
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6916
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\core\library\documents\header.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 21 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2139
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorMethod name "Header::get_properties" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3419
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3445
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorMethod name "Header::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5332
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorMethod name "Header::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
6819
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6840
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6916
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\core\library\documents\library-document.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 23 and the first side effect is on line 13.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
131
errorClass name "Library_Document" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
2310
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2368
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorMethod name "Library_Document::get_edit_url" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\core\library\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 25 and the first side effect is on line 15.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
151
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
151
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2533
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorMethod name "Module::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3712
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3732
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorMethod name "Module::add_column_head" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5112
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
5136
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
5148
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5150
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorMethod name "Module::add_column_content" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
6812
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
6839
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
6864
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6866
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
6913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
6942
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
warningLine exceeds 120 characters; contains 187 characters
Generic.Files.LineLength.TooLong
73187
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorMethod name "Module::register_shortcode" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8612
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
8639
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
8647
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8649
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
8713
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8714
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8714
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
8734
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9161
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
10435
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10615
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10615
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10715
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10715
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1099
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1099
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1109
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1109
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
11213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
11256
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11313
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11313
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\core\template\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 25 and the first side effect is on line 15.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
151
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
151
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2514
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorMethod name "Module::get_templates" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4719
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4744
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4816
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5021
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
5413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
5438
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5832
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
6013
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
6036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6125
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6125
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6158
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6158
warningLine exceeds 120 characters; contains 135 characters
Generic.Files.LineLength.TooLong
61135
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6429
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6429
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6442
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6442
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
6613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
6649
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6725
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6725
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
7013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
7040
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7125
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7125
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorMethod name "Module::get_template_content" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8719
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
8748
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
8763
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8765
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8816
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9021
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
9413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
9438
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9832
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
10013
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
10036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10125
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10125
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10158
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10158
warningLine exceeds 120 characters; contains 135 characters
Generic.Files.LineLength.TooLong
101135
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10429
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10429
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10442
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10442
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
10613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
10649
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10725
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10725
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
11013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
11051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11125
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11125
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11440
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11440
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
12535
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
12813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
12861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13013
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13013
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13451
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1379
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1379
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorMethod name "Module::register_ajax_actions" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
14712
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
14742
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
14750
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
14752
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorMethod name "Module::get_template_data" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
19519
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
19545
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
19553
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
19555
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19661
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19832
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19832
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19840
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19840
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20026
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20026
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorMethod name "Module::add_categories" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
21412
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
21435
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
21443
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
21445
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21754
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21754
warningLine exceeds 120 characters; contains 130 characters
Generic.Files.LineLength.TooLong
217130
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2199
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2199
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\core\template\source-raven.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 18 and the first side effect is on line 8.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
81
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
81
errorClass name "Source_Raven" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
181
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
1840
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorMethod name "Source_Raven::get_id" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2030
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorMethod name "Source_Raven::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2433
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2516
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorMethod name "Source_Raven::register_data" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2837
errorClosing brace must be on a line by itself
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
2838
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorMethod name "Source_Raven::get_items" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3012
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
3030
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
3043
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3045
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
359
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
359
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
3518
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
3552
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3635
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3635
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorMethod name "Source_Raven::get_item" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4212
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
4229
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
4246
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4248
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4338
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4338
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6029
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6029
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorMethod name "Source_Raven::save_item" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
6412
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
6430
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
6447
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6449
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorMethod name "Source_Raven::update_item" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
6812
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
6832
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
6844
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6846
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorMethod name "Source_Raven::delete_template" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
7212
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
7236
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
7251
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
7253
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorMethod name "Source_Raven::export_template" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
7612
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
7636
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
7651
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
7653
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorMethod name "Source_Raven::get_data" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8012
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
8029
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
8065
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8067
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8125
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8125
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
8313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8314
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8314
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
8334
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8735
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8735
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8835
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8835
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9151
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
9213
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
9223
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9343
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9343
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\index.php
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\alert\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
141
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\alert\widgets\alert.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 6.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
833
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Alert::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorMethod name "Alert::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1433
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1516
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorMethod name "Alert::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
2215
errorMethod name "Alert::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2245
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorMethod name "Alert::register_section_content" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3113
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3149
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4631
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4734
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4734
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4834
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4933
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4933
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5934
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5934
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6030
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6030
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7034
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7034
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7130
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7130
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorMethod name "Alert::register_section_settings" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8913
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8950
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10232
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10232
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10331
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorMethod name "Alert::register_section_alert" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
11113
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
11147
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
warningLine exceeds 120 characters; contains 128 characters
Generic.Files.LineLength.TooLong
13812
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
warningLine exceeds 120 characters; contains 263 characters
Generic.Files.LineLength.TooLong
14815
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
warningLine exceeds 120 characters; contains 127 characters
Generic.Files.LineLength.TooLong
15312
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
warningLine exceeds 120 characters; contains 132 characters
Generic.Files.LineLength.TooLong
208132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
warningLine exceeds 120 characters; contains 138 characters
Generic.Files.LineLength.TooLong
284138
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorMethod name "Alert::register_section_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
29213
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
29247
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorMethod name "Alert::register_section_description" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
32413
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
32453
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorMethod name "Alert::register_section_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
35613
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
35646
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
warningLine exceeds 120 characters; contains 139 characters
Generic.Files.LineLength.TooLong
390139
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
40128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
40128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
warningLine exceeds 120 characters; contains 137 characters
Generic.Files.LineLength.TooLong
405137
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4161
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
41633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
41913
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41914
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41914
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
41941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42717
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42717
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42817
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42817
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42917
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42917
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44116
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44332
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44332
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
44921
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
44957
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
45367
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
45367
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4611
errorMethod name "Alert::render_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
46115
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
46138
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4641
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
46413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
46414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
46414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
46440
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
46934
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
46934
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4741
errorMethod name "Alert::render_text" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
47415
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
47438
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47716
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47816
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48016
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4811
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48116
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4851
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
48523
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48526
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48526
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
48559
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48640
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48640
warningLine exceeds 120 characters; contains 133 characters
Generic.Files.LineLength.TooLong
486128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4921
warningMethod name "_content_template" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
49215
errorMethod name "Alert::_content_template" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
49215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
49244
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5101
warningLine exceeds 120 characters; contains 134 characters
Generic.Files.LineLength.TooLong
5111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5191
warningLine exceeds 120 characters; contains 122 characters
Generic.Files.LineLength.TooLong
5201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
52671
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
52671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5331
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\button\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 9 and the first side effect is on line 5.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
934
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1135
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
151
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\button\widgets\button.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 6.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
warningProperty name "$_has_template_content" should not be prefixed with an underscore to indicate visibility
PSR2.Classes.PropertyDeclaration.Underscore
1015
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorMethod name "Button::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1232
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorMethod name "Button::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1612
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1716
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorMethod name "Button::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
2415
errorMethod name "Button::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2415
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2445
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorMethod name "Button::register_section_content" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3213
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3249
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4534
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4534
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4630
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4630
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
5813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
5843
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6232
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6232
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6435
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6435
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7940
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7940
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9332
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9332
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9538
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9538
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10832
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11038
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11038
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorMethod name "Button::register_section_settings" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
12113
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
12150
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorMethod name "Button::register_section_container" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
14513
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
14551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
warningLine exceeds 120 characters; contains 161 characters
Generic.Files.LineLength.TooLong
213161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24616
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
warningLine exceeds 120 characters; contains 142 characters
Generic.Files.LineLength.TooLong
268142
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
warningLine exceeds 120 characters; contains 325 characters
Generic.Files.LineLength.TooLong
273325
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
warningLine exceeds 120 characters; contains 321 characters
Generic.Files.LineLength.TooLong
278321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
warningLine exceeds 120 characters; contains 167 characters
Generic.Files.LineLength.TooLong
335167
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
warningLine exceeds 120 characters; contains 154 characters
Generic.Files.LineLength.TooLong
370154
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
warningLine exceeds 120 characters; contains 373 characters
Generic.Files.LineLength.TooLong
375373
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
warningLine exceeds 120 characters; contains 369 characters
Generic.Files.LineLength.TooLong
380369
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
40028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
40028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
warningLine exceeds 120 characters; contains 179 characters
Generic.Files.LineLength.TooLong
437179
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorMethod name "Button::register_section_text" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
45713
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
45746
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
46128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
46128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
46616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
46616
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5001
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5311
errorMethod name "Button::register_section_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
53113
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
53146
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
53528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
53528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
54628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
54628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
58728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
58728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
59236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
59236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
59636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
59636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6131
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
61333
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61616
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61716
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61816
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61916
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
62116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
62116
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
62323
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
62323
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6251
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
62513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
62514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
62514
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
62595
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
62595
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
625115
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
62629
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
62629
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
62839
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
62839
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
63022
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
63022
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
63036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
63036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6361
errorOpening parenthesis of a multi-line function call must be the last content on the line
PSR2.Methods.FunctionCallSignature.ContentAfterOpenBracket
63620
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
64042
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
64042
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6441
errorBlank line found at end of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose
6451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6461
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
64619
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
64622
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
64622
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
64655
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
64720
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
64720
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
64820
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
64820
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6501
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
65017
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
65050
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
65124
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
65124
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6541
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
65417
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
65447
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
65524
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
65524
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6591
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
65913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
65939
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
66020
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
66020
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
66434
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
66434
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6661
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
66631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
66634
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
66634
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
66660
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
66749
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
66749
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6681
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
66850
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
66850
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
67145
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
67145
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6731
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
67335
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
67336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
67336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
67375
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6811
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\categories\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 9 and the first side effect is on line 5.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
934
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1135
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1535
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
189
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
189
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorMethod name "Module::get_taxonomy" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2119
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
2140
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
2153
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2155
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorMethod name "Module::handle_editor" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3137
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3222
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3222
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3533
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3533
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
389
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
389
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3831
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
411
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\categories\skins\skin-base.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 11 and the first side effect is on line 9.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
91
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
91
errorClass name "Skin_Base" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
1110
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
1154
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorMethod name "Skin_Base::get_terms" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1915
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
2013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2050
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2050
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
2079
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2529
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2529
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
3113
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
3174
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3543
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3543
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3743
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3743
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3924
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3924
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
warningMethod name "_register_controls_actions" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
4415
errorMethod name "Skin_Base::_register_controls_actions" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4415
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4453
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
459
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
459
warningLine exceeds 120 characters; contains 125 characters
Generic.Files.LineLength.TooLong
45125
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorMethod name "Skin_Base::register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4812
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
4838
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
4860
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4862
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorMethod name "Skin_Base::register_settings_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
6015
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6053
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7531
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7634
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7634
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12731
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12832
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13931
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14032
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15232
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15232
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16331
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16432
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16432
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17531
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17632
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17632
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorMethod name "Skin_Base::register_container_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
18515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
18554
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21120
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21120
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
warningLine exceeds 120 characters; contains 143 characters
Generic.Files.LineLength.TooLong
227143
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
warningLine exceeds 120 characters; contains 148 characters
Generic.Files.LineLength.TooLong
228148
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
warningLine exceeds 120 characters; contains 145 characters
Generic.Files.LineLength.TooLong
252145
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26029
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26029
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28729
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28729
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31220
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31220
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32116
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
40436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
40436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
warningLine exceeds 120 characters; contains 148 characters
Generic.Files.LineLength.TooLong
421148
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4411
errorMethod name "Skin_Base::register_image_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
44115
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
44150
errorClosing brace must be on a line by itself
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
44151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorMethod name "Skin_Base::register_overlay_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
44315
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
44352
errorClosing brace must be on a line by itself
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
44353
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
errorMethod name "Skin_Base::register_title_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
44515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
44550
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
46628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
46628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4701
warningLine exceeds 120 characters; contains 143 characters
Generic.Files.LineLength.TooLong
470143
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
49136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
49136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5011
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50116
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
52628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
52628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
53328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
53328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5481
errorMethod name "Skin_Base::register_description_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
54815
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
54856
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
55228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
55228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
58428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
58428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5881
warningLine exceeds 120 characters; contains 149 characters
Generic.Files.LineLength.TooLong
588149
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
59628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
59628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6011
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
60136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
60136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6051
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
60536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
60536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
60936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
60936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61916
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6241
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
62428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
62428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
63128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
63128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
64428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
64428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
65128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
65128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6661
errorMethod name "Skin_Base::register_button_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
66615
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
66651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
67028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
67028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
67829
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
67829
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
68030
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
68030
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
68728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
68728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
71428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
71428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
74128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
74128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7451
warningLine exceeds 120 characters; contains 141 characters
Generic.Files.LineLength.TooLong
745141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
75329
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
75329
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
75836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
75836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
76236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
76236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
76636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
76636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
77616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
77616
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7811
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
78128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
78128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
78828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
78828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
81336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
81336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
82528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
82528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
83228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
83228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
85736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
85736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
87128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
87128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
88028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
88028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
88628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
88628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
89936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
89936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
90928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
90928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9161
warningLine exceeds 120 characters; contains 150 characters
Generic.Files.LineLength.TooLong
916150
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9361
errorMethod name "Skin_Base::render_image" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
93615
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
93639
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9371
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
93713
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
93723
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
93723
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
93757
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
94124
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
94124
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9431
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
94313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
94316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
94316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
94337
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
94425
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
94425
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9471
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
94713
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
94744
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
94825
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
94825
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9511
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
95113
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
95114
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
95114
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
95132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
95936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
95936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
96216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
96216
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9651
errorMethod name "Skin_Base::render_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
96515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
96539
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9661
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
96613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
96623
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
96623
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
96657
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
97213
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
97213
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9771
errorMethod name "Skin_Base::render_description" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
97715
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
97745
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9781
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
97813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
97823
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
97823
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
97867
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
97867
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
978100
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
98331
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
98331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9851
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
98513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
98516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
98516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
98540
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
98628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
98628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9899
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9899
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9921
errorMethod name "Skin_Base::render_button" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
99215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
99240
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9931
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
99313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
99323
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
99323
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
99358
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
99913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
99913
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10001
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
100020
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
100020
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10041
errorMethod name "Skin_Base::render_item" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
100415
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
100438
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
100632
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
100632
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10081
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
100813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
100816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
100816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
100838
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10121
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
101224
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
101224
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10251
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
102530
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
102735
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
102735
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10411
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
104113
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
104135
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
104424
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
104424
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10551
errorOnly one argument is allowed per line in a multi-line function call
PSR2.Methods.FunctionCallSignature.MultipleArguments
105528
errorOnly one argument is allowed per line in a multi-line function call
PSR2.Methods.FunctionCallSignature.MultipleArguments
105537
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
105940
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
105940
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10611
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
10619
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
10619
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
106118
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
106140
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10631
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
106317
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
106339
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10691
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
106917
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
106939
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10731
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\categories\skins\skin-inner-content.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 6.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61
errorClass name "Skin_Inner_Content" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
81
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
844
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
91
errorMethod name "Skin_Inner_Content::get_id" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
912
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
930
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorMethod name "Skin_Inner_Content::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1333
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1416
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorMethod name "Skin_Inner_Content::register_image_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1715
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1750
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3340
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3340
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3438
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3438
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3539
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3539
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3637
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3637
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3735
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3735
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3940
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3940
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4038
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4038
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4139
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4139
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5631
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5732
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5732
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5834
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6616
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorMethod name "Skin_Inner_Content::render_skin_image" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
15815
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
15841
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
15853
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
15855
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
160110
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
160110
warningLine exceeds 120 characters; contains 195 characters
Generic.Files.LineLength.TooLong
160186
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\categories\skins\skin-outer-content.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 6.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61
errorClass name "Skin_Outer_Content" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
81
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
844
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
91
errorMethod name "Skin_Outer_Content::get_id" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
912
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
930
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorMethod name "Skin_Outer_Content::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1333
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1416
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorMethod name "Skin_Outer_Content::register_image_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1715
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1750
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
warningLine exceeds 120 characters; contains 141 characters
Generic.Files.LineLength.TooLong
54141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5916
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorMethod name "Skin_Outer_Content::render_skin_image" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
15015
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
15041
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
15053
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
15055
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15229
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15229
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15350
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15350
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\categories\widgets\categories.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 9 and the first side effect is on line 7.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
71
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
71
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
938
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
warningProperty name "$_has_template_content" should not be prefixed with an underscore to indicate visibility
PSR2.Classes.PropertyDeclaration.Underscore
1115
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorMethod name "Categories::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1332
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorMethod name "Categories::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1712
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1733
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1816
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorMethod name "Categories::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorMethod name "Categories::get_script_depends" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2512
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2542
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
warningMethod name "_register_skins" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
2915
errorMethod name "Categories::_register_skins" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2915
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2942
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3016
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3116
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
3415
errorMethod name "Categories::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3415
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3445
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorMethod name "Categories::register_content_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3913
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3950
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5431
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5634
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5634
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorMethod name "Categories::register_filter_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8313
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8349
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\column\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
119
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
119
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorMethod name "Module::extend_settings" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1412
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
1436
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
1447
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1449
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
warningLine exceeds 120 characters; contains 125 characters
Generic.Files.LineLength.TooLong
20125
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2934
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2934
warningLine exceeds 120 characters; contains 209 characters
Generic.Files.LineLength.TooLong
29209
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3227
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3227
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3331
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6627
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6627
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6732
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6732
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6833
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6833
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6930
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6930
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7040
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7040
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7139
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7139
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7239
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7239
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8827
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8827
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8932
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8932
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9033
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9033
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9130
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9130
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9240
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9240
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9339
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9339
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9439
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9439
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
1051
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\countdown\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
141
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\countdown\widgets\countdown.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 9 and the first side effect is on line 7.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
71
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
71
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
937
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorMethod name "Countdown::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorMethod name "Countdown::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1512
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1533
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1616
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorMethod name "Countdown::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1912
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1932
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorMethod name "Countdown::get_script_depends" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2342
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
2715
errorMethod name "Countdown::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2715
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2745
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorMethod name "Countdown::register_section_content" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3513
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3549
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4831
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4850
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4850
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorMethod name "Countdown::register_section_settings" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5613
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5650
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7232
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7232
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7333
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7333
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8331
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8432
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8432
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9431
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9532
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9532
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10531
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10632
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10632
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11631
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11732
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11732
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorMethod name "Countdown::register_section_container" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
12513
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
12551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19597
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19597
warningLine exceeds 120 characters; contains 145 characters
Generic.Files.LineLength.TooLong
195145
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
warningLine exceeds 120 characters; contains 140 characters
Generic.Files.LineLength.TooLong
212140
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
warningLine exceeds 120 characters; contains 146 characters
Generic.Files.LineLength.TooLong
272146
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorMethod name "Countdown::register_section_number" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
29213
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
29248
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorMethod name "Countdown::register_section_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
32513
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
32547
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
37733
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38016
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38116
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38216
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
3849
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
3849
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
38418
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
38468
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
38517
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
38545
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38624
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38624
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39132
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
warningMethod name "_content_template" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
39515
errorMethod name "Countdown::_content_template" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
39515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
39544
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
4121
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\counter\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
141
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\counter\widgets\counter.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 6.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
835
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Counter::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorMethod name "Counter::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1433
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1516
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorMethod name "Counter::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorMethod name "Counter::get_script_depends" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2242
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
2615
errorMethod name "Counter::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2615
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2645
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorMethod name "Counter::register_section_content" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3513
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3549
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8734
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8734
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9730
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9730
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9834
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10941
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11043
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11043
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11341
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11443
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11443
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorMethod name "Counter::register_section_settings" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
12313
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
12350
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13826
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13826
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13926
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13926
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14026
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14026
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14126
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14126
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14226
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14226
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14326
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14326
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
warningLine exceeds 120 characters; contains 138 characters
Generic.Files.LineLength.TooLong
154138
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
warningLine exceeds 120 characters; contains 149 characters
Generic.Files.LineLength.TooLong
155149
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16631
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16732
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16732
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorMethod name "Counter::register_section_container" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
18513
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
18551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorMethod name "Counter::register_section_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
24613
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
24646
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
warningLine exceeds 120 characters; contains 139 characters
Generic.Files.LineLength.TooLong
293139
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorMethod name "Counter::register_section_number" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
30113
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
30148
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
warningLine exceeds 120 characters; contains 149 characters
Generic.Files.LineLength.TooLong
339149
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorMethod name "Counter::register_section_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
34713
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
34747
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
38133
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
38513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
38528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
39513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
39551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39620
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39620
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39932
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39932
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
40113
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
40113
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
40122
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
40147
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
40524
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
40524
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4121
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
41221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41224
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41224
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
41264
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42249
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42249
warningLine exceeds 120 characters; contains 138 characters
Generic.Files.LineLength.TooLong
422132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
42531
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
42546
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
warningMethod name "_content_template" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
43415
errorMethod name "Counter::_content_template" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
43415
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
43444
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4861
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\custom-scripts\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 9 and the first side effect is on line 5.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
934
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1135
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
149
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
149
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
159
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
159
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
169
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
169
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorMethod name "Module::register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1912
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
1938
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
1995
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1997
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
2013
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
2054
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
2413
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
2452
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorMethod name "Module::page_custom_css" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
6312
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
6336
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
6348
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6350
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6463
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6463
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
6613
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
6625
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7034
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7034
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7223
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7223
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
7413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
7434
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7823
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7823
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8038
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8038
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorMethod name "Module::page_custom_js" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8338
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
8413
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
84128
warningLine exceeds 120 characters; contains 131 characters
Generic.Files.LineLength.TooLong
84131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8863
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8863
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
9013
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
9025
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9433
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9433
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
9613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
9633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
1031
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\divider\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 9 and the first side effect is on line 5.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
934
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1135
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
151
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\divider\widgets\divider.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 6.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
835
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Divider::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorMethod name "Divider::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1433
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1516
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorMethod name "Divider::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
2215
errorMethod name "Divider::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2245
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorMethod name "Divider::register_section_divider" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2613
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2649
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
warningLine exceeds 120 characters; contains 148 characters
Generic.Files.LineLength.TooLong
46148
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5732
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5732
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5833
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5833
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
warningLine exceeds 120 characters; contains 169 characters
Generic.Files.LineLength.TooLong
85169
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
warningLine exceeds 120 characters; contains 134 characters
Generic.Files.LineLength.TooLong
136134
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
warningLine exceeds 120 characters; contains 148 characters
Generic.Files.LineLength.TooLong
145148
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
17633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17916
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18341
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
warningMethod name "_content_template" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
18915
errorMethod name "Divider::_content_template" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
18915
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
18944
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\flex-spacer\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
141
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\flex-spacer\widgets\flex-spacer.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 6.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61
errorClass name "Flex_Spacer" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
81
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
839
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Flex_Spacer::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorMethod name "Flex_Spacer::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1433
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1516
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorMethod name "Flex_Spacer::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
2215
errorMethod name "Flex_Spacer::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2245
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4233
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorMethod name "Flex_Spacer::get_content_message" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4813
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4844
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5021
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5021
warningLine exceeds 120 characters; contains 136 characters
Generic.Files.LineLength.TooLong
50136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\forms\actions\action-base.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 23 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorClass name "Action_Base" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
2310
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3335
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
349
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
349
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
3613
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
3624
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3713
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3713
warningLine exceeds 120 characters; contains 127 characters
Generic.Files.LineLength.TooLong
37127
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorMethod name "Action_Base::update_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5421
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
5445
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
5455
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
6831
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
6847
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6849
errorClosing brace must be on a line by itself
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
6850
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorMethod name "Action_Base::register_admin_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8112
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
8142
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
8154
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8156
errorClosing brace must be on a line by itself
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
8157
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\forms\actions\email.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 22 and the first side effect is on line 13.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
131
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2233
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorMethod name "Email::update_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3412
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
3436
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
3446
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3448
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5130
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5130
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5234
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5234
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6453
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6453
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6557
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6557
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8730
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8730
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorFunction closing brace must go on the next line following the body; found 1 blank lines before brace
PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose
1285
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
14131
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
14147
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
14149
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14729
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14729
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14784
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14784
warningLine exceeds 120 characters; contains 148 characters
Generic.Files.LineLength.TooLong
147148
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14829
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14829
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14885
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14885
warningLine exceeds 120 characters; contains 150 characters
Generic.Files.LineLength.TooLong
148150
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
1529
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
1529
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
15218
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
15270
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15818
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15818
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15827
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15827
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15854
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15854
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16018
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16018
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16027
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16027
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16054
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16054
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16218
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16218
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16227
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16227
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
16813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
16840
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
17213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
17234
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
17313
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
17313
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
17322
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
17342
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
17813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
17835
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
17913
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
17913
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
17922
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
17943
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1849
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1849
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18624
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18624
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
1891
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\forms\actions\mailchimp.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 25 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2537
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorMethod name "Mailchimp::update_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3712
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
3736
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
3746
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3748
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5230
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5230
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5534
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5534
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5634
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5634
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
6213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6214
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6214
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6221
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6221
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
6272
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6925
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6925
warningLine exceeds 120 characters; contains 159 characters
Generic.Files.LineLength.TooLong
69159
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8834
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14837
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14837
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14937
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14937
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15037
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15037
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
15213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
15231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
15913
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
15936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
16613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
16635
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorOnly one argument is allowed per line in a multi-line function call
PSR2.Methods.FunctionCallSignature.MultipleArguments
17439
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
24931
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
24947
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
24949
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25027
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25027
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25633
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
25813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
25884
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
26213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
26277
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
26613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
26682
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorExpected 0 spaces after opening bracket; newline found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
27013
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27115
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27115
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27213
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27213
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
27513
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
27513
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
27522
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
27550
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
28013
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
28042
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
28413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
28431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28717
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28717
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
29113
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29114
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29114
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
29137
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29417
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29417
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
29813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
29834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
30213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30214
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30214
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
30233
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30933
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30933
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
31117
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
31139
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31421
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
32317
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32320
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32320
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
32359
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
32717
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32720
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32720
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
32744
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33133
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33133
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
33317
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
33337
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
34118
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
34132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorMethod name "Mailchimp::get_list" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
36119
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
36136
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
36172
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
36174
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36328
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36353
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36353
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36532
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36532
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
36717
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
36737
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36839
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36839
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37135
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37135
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37219
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37219
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
37318
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
37332
errorBlank line found at start of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
37335
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37535
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37535
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37619
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37619
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorMethod name "Mailchimp::get_list_details" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
39019
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
39044
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
39080
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
39082
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
39113
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39114
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39114
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
39148
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39235
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39235
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39319
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39319
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39342
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39342
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39928
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39953
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39953
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
40543
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
40543
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
40643
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
40643
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
41018
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
41032
errorBlank line found at start of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
41035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4121
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41235
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41235
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41319
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41319
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorMethod name "Mailchimp::register_admin_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
42712
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
42742
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
42754
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
42756
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42820
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42820
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorExpected 1 space after FUNCTION keyword; 0 found
Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction
42927
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43035
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43432
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43432
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43835
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43835
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43844
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43844
warningLine exceeds 120 characters; contains 217 characters
Generic.Files.LineLength.TooLong
438217
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4541
errorMethod name "Mailchimp::get_api_key" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
45420
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
45440
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
45450
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
45452
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
45527
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
45527
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4591
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
45913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
45942
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4761
errorMethod name "Mailchimp::list_groups" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
47620
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
47640
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
47671
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
47673
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4791
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47943
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47943
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
48013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
48050
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4811
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
48113
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
48113
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
48122
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
48161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4821
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48250
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48250
warningLine exceeds 120 characters; contains 145 characters
Generic.Files.LineLength.TooLong
482145
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4841
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
48417
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
48417
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
48426
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
48463
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5031
errorMethod name "Mailchimp::list_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
50319
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
50339
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
50370
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
50372
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50440
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50440
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5151
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
51513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
51549
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5161
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
51613
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
51613
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
51622
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
51657
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5391
errorMethod name "Mailchimp::map_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
53920
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
53939
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
53955
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
53957
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5431
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
54313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
54314
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
54314
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
54382
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5531
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
55317
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
55318
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
55318
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
55333
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5601
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
56017
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56020
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56020
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
56040
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5641
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
56417
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56420
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56420
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
56439
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5711
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
5719
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
5719
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
57118
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
57191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5751
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
57517
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
57518
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
57518
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
57544
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
57544
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
57565
errorExpected 1 space(s) after closing parenthesis; found 2
Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis
57566
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5791
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
57917
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
57918
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
57918
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
57950
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5841
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
58417
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
58443
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5911
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
59113
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
59114
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
59114
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
59148
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5961
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\forms\actions\redirect.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 20 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorMethod name "Redirect::update_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3212
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
3236
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
3246
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3248
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorFunction closing brace must go on the next line following the body; found 1 blank lines before brace
PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose
575
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
7031
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
7047
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
7049
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
7313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
7355
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
7713
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7714
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7714
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
7735
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7835
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7835
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8124
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8124
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\forms\actions\slack.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 22 and the first side effect is on line 13.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
131
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2233
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorMethod name "Slack::update_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4312
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
4336
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
4346
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4348
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6034
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6034
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
60111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
60111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
60215
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
60215
warningLine exceeds 120 characters; contains 243 characters
Generic.Files.LineLength.TooLong
60243
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorFunction closing brace must go on the next line following the body; found 1 blank lines before brace
PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose
1515
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
16431
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
16447
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
16449
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorExpected 0 spaces after opening bracket; newline found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
16813
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16913
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17023
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17023
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17526
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17526
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18327
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18327
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
18713
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
18773
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18828
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18858
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18858
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorFunction closing brace must go on the next line following the body; found 1 blank lines before brace
PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose
1915
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorMethod name "Slack::get_payload" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
20520
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
20540
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
20567
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
20569
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20826
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20826
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20927
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20927
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21241
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorMethod name "Slack::get_payload_attachments" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
22920
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
22952
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
22979
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
22981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23221
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23234
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23234
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23264
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23264
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23523
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23523
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23624
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23624
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23927
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23927
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
24213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
24249
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
24613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
24648
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
25013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
25051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
25413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
25457
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
25813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
25857
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26215
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26215
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26415
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26415
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26615
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26615
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorMethod name "Slack::set_attachment_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
28420
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
28450
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
28491
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
28493
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
28613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
286105
errorBlank line found at start of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
286108
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
28913
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
28913
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
28922
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
28952
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
29021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29023
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29023
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
29078
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
29621
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
29653
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29736
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29760
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29760
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29782
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29782
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorFunction closing brace must go on the next line following the body; found 1 blank lines before brace
PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose
3105
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorMethod name "Slack::set_attachment_footer" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
32420
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
32450
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
32476
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
32478
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
32613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
32699
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33133
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33133
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33142
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33142
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33249
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33249
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33266
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33266
warningLine exceeds 120 characters; contains 136 characters
Generic.Files.LineLength.TooLong
332136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorFunction closing brace must go on the next line following the body; found 1 blank lines before brace
PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose
3375
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorMethod name "Slack::set_attachment_timestamp" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
35120
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
35153
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
35179
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
35181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
35313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
353105
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorFunction closing brace must go on the next line following the body; found 1 blank lines before brace
PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose
3575
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
3591
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\forms\classes\ajax-handler.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 24 and the first side effect is on line 15.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
151
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
151
errorClass name "Ajax_Handler" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
241
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2420
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8235
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
839
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
839
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
849
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
849
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
859
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
859
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorMethod name "Ajax_Handler::handle_frontend" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
9612
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
9639
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9725
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9725
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9825
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9825
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10149
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10149
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10231
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorMethod name "Ajax_Handler::handle_editor" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
12012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
12037
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12120
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12120
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12220
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12220
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12320
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12320
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12557
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12557
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1269
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1269
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12659
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12659
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorMethod name "Ajax_Handler::set_success" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
14112
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
14132
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
14140
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
14142
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorMethod name "Ajax_Handler::set_custom_messages" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
15412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
15443
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
15713
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
15721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
16113
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16114
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16114
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
16159
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorMethod name "Ajax_Handler::validate_form" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
18313
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
18338
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
18413
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
18425
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18915
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18915
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18940
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18940
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19015
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19015
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorMethod name "Ajax_Handler::validate_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
20413
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
20440
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
2079
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
2079
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
20718
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
20741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20860
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20860
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21026
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21026
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21126
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21126
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
21413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
21450
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorMethod name "Ajax_Handler::run_actions" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
22913
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
22936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
23013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
23057
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
2369
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
2369
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
23618
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
23638
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23761
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23926
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23926
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorMethod name "Ajax_Handler::add_response" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
25712
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
25733
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
25769
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
25771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
25813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
25834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorMethod name "Ajax_Handler::send_response" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
27512
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
27537
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
27613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
27651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27713
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27713
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
28013
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
28031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28120
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28120
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28213
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28213
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
28513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
28550
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28620
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28620
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2899
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2899
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\forms\fields\acceptance.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 22 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2237
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorMethod name "Acceptance::get_type" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3432
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorMethod name "Acceptance::add_field_render_attribute" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4612
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4650
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
5313
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
5346
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
5713
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
5759
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6124
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6124
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorMethod name "Acceptance::render_content" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
7212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
7238
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7650
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7650
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorMethod name "Acceptance::update_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
9712
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
9736
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
9746
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
9748
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
10313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10314
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10314
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
10342
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11130
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11130
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12842
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12842
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12918
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12918
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\forms\fields\email.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 20 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2026
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
3336
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
3360
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3362
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
3613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
3675
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
4013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
4036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
4413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
4466
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4522
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4522
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
4813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
4829
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5315
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5315
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5415
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5415
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
571
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\forms\fields\field-base.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 24 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorClass name "Field_Base" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
2410
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2427
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorMethod name "Field_Base::get_id" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5830
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorMethod name "Field_Base::get_type" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
7212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
7232
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorMethod name "Field_Base::get_label" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8612
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorMethod name "Field_Base::get_placeholder" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
10012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
10039
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorMethod name "Field_Base::get_required" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
11412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
11436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorMethod name "Field_Base::get_width" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
12812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
12833
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorMethod name "Field_Base::get_pattern" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
14212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
14235
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorMethod name "Field_Base::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
15612
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
15633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorMethod name "Field_Base::get_min" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
17012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
17031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17116
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorMethod name "Field_Base::get_max" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
18412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
18431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18516
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
19635
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1979
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1979
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1989
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1989
warningLine exceeds 120 characters; contains 122 characters
Generic.Files.LineLength.TooLong
198122
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
20013
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
20024
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20113
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20113
warningLine exceeds 120 characters; contains 127 characters
Generic.Files.LineLength.TooLong
201127
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorMethod name "Field_Base::enqueue_scripts" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
21312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
21339
errorClosing brace must be on a line by itself
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
21340
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
22627
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
22645
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
22647
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
warningLine exceeds 120 characters; contains 143 characters
Generic.Files.LineLength.TooLong
235143
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
23813
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
23843
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
24613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
24647
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
25413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
25447
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26240
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26240
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorMethod name "Field_Base::add_field_render_attribute" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
27912
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
27950
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
29413
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
29446
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
29813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
29833
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
30213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
30231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
30613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
30663
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
31013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
31063
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31424
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31424
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorMethod name "Field_Base::render_label" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
32512
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
32536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
32813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
32873
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorMethod name "Field_Base::render_content" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
35121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorMethod name "Field_Base::update_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
36412
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
36436
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
36447
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
36449
errorClosing brace must be on a line by itself
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
36450
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorMethod name "Field_Base::validate_required" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
37719
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
37745
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
37769
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
37771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
38013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38016
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38047
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38047
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
38069
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
38413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
38429
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38915
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38915
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39015
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39015
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
40536
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
40560
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
40562
errorClosing brace must be on a line by itself
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
40563
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorMethod name "Field_Base::inject_field_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
41712
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
41742
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
41788
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
41790
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41818
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41818
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41918
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41918
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42037
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42037
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42216
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42229
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42229
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42267
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42267
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorMethod name "Field_Base::register_admin_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
43612
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
43642
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
43654
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
43656
errorClosing brace must be on a line by itself
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
43657
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\forms\fields\number.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 22 and the first side effect is on line 13.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
131
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2227
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorMethod name "Number::update_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3412
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
3436
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
3446
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3448
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
4013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
4042
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6342
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6342
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6418
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6418
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
7836
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
7860
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
7862
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
8113
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
8175
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
8513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
8536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
8913
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8916
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8942
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8942
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
8981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9217
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9217
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
9713
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9716
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9742
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9742
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
9781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10017
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10017
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
10513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
10564
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10622
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10622
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
10913
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10914
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10914
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
10929
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11415
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11415
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11515
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11515
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
1181
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\forms\fields\recaptcha.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 23 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorMethod name "Recaptcha::get_type" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3512
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3532
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorMethod name "Recaptcha::render_label" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4712
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorMethod name "Recaptcha::render_fallback" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5913
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5940
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
warningLine exceeds 120 characters; contains 184 characters
Generic.Files.LineLength.TooLong
61184
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6313
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6313
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6513
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6513
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorMethod name "Recaptcha::render_content" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
7712
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
7738
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7823
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7823
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7923
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7923
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
8313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8316
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8340
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8340
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
8360
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9247
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9247
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorMethod name "Recaptcha::update_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
11312
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
11336
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
11346
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
11348
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
11913
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11914
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11914
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
11942
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13032
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14333
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14333
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14434
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14434
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15242
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15242
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15318
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15318
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
16936
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
16960
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
16962
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17023
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17023
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
17213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
17255
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17325
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17325
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17635
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17635
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
18017
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18018
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18018
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
18042
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18223
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18223
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18323
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18323
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18630
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18630
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
18817
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
18840
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18926
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18926
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19223
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19223
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19323
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19323
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19630
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19630
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19730
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19730
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20043
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20043
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20143
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20143
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20245
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20245
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20345
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20345
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20434
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20434
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
20717
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
20752
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21322
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21322
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
21613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
21629
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22115
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22115
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22215
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22215
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorMethod name "Recaptcha::register_admin_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
23512
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
23542
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
23554
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
23556
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23620
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23620
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23724
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23724
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorExpected 1 space after FUNCTION keyword; 0 found
Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction
23827
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24121
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24121
warningLine exceeds 120 characters; contains 153 characters
Generic.Files.LineLength.TooLong
241153
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24732
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24732
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25332
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25332
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\forms\fields\tel.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 20 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2024
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorMethod name "Tel::get_pattern" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3235
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorMethod name "Tel::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4612
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4716
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
6136
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
6160
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6162
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
6413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
6475
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
6813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
6867
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6922
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6922
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
7213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7214
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7214
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
7229
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7715
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7715
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7815
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7815
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
811
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\forms\fields\text.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 20 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorMethod name "Text::render_content" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3038
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3242
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3242
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
361
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\forms\fields\textarea.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 22 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2235
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorMethod name "Textarea::render_content" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3238
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3539
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3539
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorMethod name "Textarea::update_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5012
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
5036
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
5046
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5048
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
5613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
5642
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7242
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7242
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7318
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7318
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
761
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\forms\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 11 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
1134
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1935
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3135
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorMethod name "Module::register_field_types" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3513
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3545
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
469
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
469
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
4618
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
4641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4757
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4757
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorMethod name "Module::register_action_types" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5313
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5346
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
619
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
619
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
6118
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
6143
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6258
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6258
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorMethod name "Module::set_messages" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
6812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorMethod name "Module::render_field" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
7719
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
7740
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
7758
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
7760
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7847
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7847
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorMethod name "Module::find_element_recursive" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8119
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
8150
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
8172
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8174
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
829
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
829
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
8218
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
8240
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
8317
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
8345
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
8717
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8720
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8720
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
8749
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8834
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
9021
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
9030
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\forms\widgets\form.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 10 and the first side effect is on line 8.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
81
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
81
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
1032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorMethod name "Form::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1232
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorMethod name "Form::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1612
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1716
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorMethod name "Form::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
2415
errorMethod name "Form::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2415
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2445
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorMethod name "Form::register_section_form_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3513
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3553
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3823
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3823
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3924
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3924
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4027
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4027
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4122
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4122
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4225
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4225
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4329
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4329
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6034
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6034
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12227
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12227
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorMethod name "Form::register_section_submit_button" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
17213
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
17255
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18530
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18530
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20327
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20327
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorMethod name "Form::register_section_settings" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
22213
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
22250
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22524
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22524
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22727
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22727
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22824
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22824
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24331
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24432
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24432
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25431
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25532
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25532
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorMethod name "Form::register_section_messages" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
27413
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
27450
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorMethod name "Form::register_section_general" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
35113
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
35149
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
warningLine exceeds 120 characters; contains 146 characters
Generic.Files.LineLength.TooLong
369146
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
warningLine exceeds 120 characters; contains 139 characters
Generic.Files.LineLength.TooLong
370139
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorMethod name "Form::register_section_label" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
39213
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
39247
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
40428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
40428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
warningLine exceeds 120 characters; contains 159 characters
Generic.Files.LineLength.TooLong
428159
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorMethod name "Form::register_section_field" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
43613
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
43647
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44416
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
45628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
45628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4751
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4791
warningLine exceeds 120 characters; contains 138 characters
Generic.Files.LineLength.TooLong
479138
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5011
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
52728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
52728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5311
warningLine exceeds 120 characters; contains 144 characters
Generic.Files.LineLength.TooLong
531144
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56016
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
57228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
57228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
59628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
59628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
60328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
60328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
62728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
62728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6321
warningLine exceeds 120 characters; contains 132 characters
Generic.Files.LineLength.TooLong
632132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6401
errorMethod name "Form::register_section_button" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
64013
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
64048
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
64428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
64428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
65228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
65228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6681
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
66828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
66828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6721
warningLine exceeds 120 characters; contains 139 characters
Generic.Files.LineLength.TooLong
672139
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
68029
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
68029
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
68536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
68536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
68936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
68936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6931
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
69336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
69336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
69736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
69736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
70416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
70416
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
70928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
70928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
71628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
71628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
74528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
74528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
75828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
75828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
76528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
76528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
79428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
79428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
80928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
80928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
82628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
82628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8301
warningLine exceeds 120 characters; contains 146 characters
Generic.Files.LineLength.TooLong
830146
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8501
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
85033
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
85416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
85416
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8601
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
86013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
86014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
86014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
86049
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8721
warningLine exceeds 120 characters; contains 129 characters
Generic.Files.LineLength.TooLong
872129
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8751
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
87513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
87516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
87516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
87564
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8831
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
88313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
88316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
88316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
88364
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
89833
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
89833
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9031
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
90313
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
90313
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
90322
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
90340
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
90425
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
90425
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
90836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
90836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9161
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
9181
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\heading\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
141
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\heading\widgets\heading.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 9 and the first side effect is on line 7.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
71
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
71
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
935
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorMethod name "Heading::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorMethod name "Heading::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1512
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1533
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1616
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorMethod name "Heading::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1912
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1932
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
2315
errorMethod name "Heading::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2315
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2345
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorMethod name "Heading::register_section_content" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3013
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3049
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4334
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4334
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4430
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4430
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5334
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5334
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorMethod name "Heading::register_section_settings" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
6313
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6350
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9632
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9632
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9731
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorMethod name "Heading::register_section_heading" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
10513
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
10549
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
warningLine exceeds 120 characters; contains 134 characters
Generic.Files.LineLength.TooLong
136134
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18037
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18037
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorMethod name "Heading::register_section_ornaments" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
20613
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
20651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22538
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22538
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22638
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22638
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22740
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22740
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22840
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22840
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22946
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22946
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23046
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23046
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23138
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23138
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23238
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23238
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
28633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
28913
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28914
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28914
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
28941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29316
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29516
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
29713
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
29751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29820
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29820
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
30313
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
30364
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30420
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30420
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30620
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30620
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30670
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30670
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30820
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30820
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31045
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31045
warningLine exceeds 120 characters; contains 121 characters
Generic.Files.LineLength.TooLong
310121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31220
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31220
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31541
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
31713
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
31749
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31820
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31820
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
32017
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32020
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32020
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
32061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32124
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32124
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
32417
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32420
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32420
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
32458
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32524
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32524
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33024
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33024
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33820
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33820
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
warningMethod name "_content_template" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
34615
errorMethod name "Heading::_content_template" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
34615
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
34644
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\icon\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
141
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\icon\widgets\icon.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 6.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Icon::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorMethod name "Icon::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1433
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1516
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorMethod name "Icon::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
2215
errorMethod name "Icon::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2245
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorMethod name "Icon::register_section_content" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2913
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2949
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5134
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5134
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorMethod name "Icon::register_section_settings" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5813
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5850
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7232
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7232
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8233
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8233
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8333
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8333
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorMethod name "Icon::register_section_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
10413
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
10446
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11316
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
warningLine exceeds 120 characters; contains 131 characters
Generic.Files.LineLength.TooLong
252131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorMethod name "Icon::register_section_container" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
26313
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
26351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27516
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
warningLine exceeds 120 characters; contains 137 characters
Generic.Files.LineLength.TooLong
317137
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
warningLine exceeds 120 characters; contains 143 characters
Generic.Files.LineLength.TooLong
379143
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
40633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
40916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
40916
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41116
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
41313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
41350
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41420
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41420
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
41913
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
41949
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42020
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42020
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
42317
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42320
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42320
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
42361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42424
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42424
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
42717
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
42747
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42824
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42824
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4321
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
43213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
43242
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43320
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43320
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43732
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43732
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43850
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43850
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43938
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43938
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
warningMethod name "_content_template" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
44515
errorMethod name "Icon::_content_template" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
44515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
44544
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\image\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
141
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\image\widgets\image.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 10 and the first side effect is on line 8.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
81
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
81
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
1033
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorMethod name "Image::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1232
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorMethod name "Image::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1612
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1716
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorMethod name "Image::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorMethod name "Image::get_script_depends" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2442
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
2815
errorMethod name "Image::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2815
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2845
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorMethod name "Image::register_section_content" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3513
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3549
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5934
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5934
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7031
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7233
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7233
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8234
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8234
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9630
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9630
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9729
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9729
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11031
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11132
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorMethod name "Image::register_section_settings" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
12913
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
12950
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorMethod name "Image::register_section_image" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
17213
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
17247
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
warningLine exceeds 120 characters; contains 142 characters
Generic.Files.LineLength.TooLong
284142
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28916
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorMethod name "Image::register_section_caption" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
33613
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
33649
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35129
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35129
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
41033
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
41313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41314
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41314
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
41348
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
41913
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
41953
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42353
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42353
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42453
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42453
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42529
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42529
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42816
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
43013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
43043
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43120
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43120
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
43413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43416
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43459
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43459
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
43499
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43520
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43520
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4381
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
43813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
43864
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43920
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43920
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44724
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44724
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
44913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
44919
errorBlank line found at start of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
44922
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
45120
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
45120
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
45717
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
45720
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
45720
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
45749
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
45824
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
45824
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4611
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
46117
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
46120
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
46120
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
46146
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
46224
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
46224
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
46532
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
46532
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
46619
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
46632
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4701
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
47019
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
47025
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47138
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47138
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4751
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
47513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47516
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47544
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47544
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
47581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4831
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
48313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
48353
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4891
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
48913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
48919
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4951
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
49513
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
49526
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5011
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
50113
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
50126
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5041
errorClosing brace indented incorrectly; expected 8 spaces, found 12
Squiz.WhiteSpace.ScopeClosingBrace.Indent
50419
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5091
errorMethod name "Image::get_link_url" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
50913
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
50934
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
50946
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
50948
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5101
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
51013
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
51045
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5141
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
51413
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
51447
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5151
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
51517
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51518
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51518
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
51551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5241
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\image-gallery\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
119
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
119
warningLine exceeds 120 characters; contains 132 characters
Generic.Files.LineLength.TooLong
11132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorMethod name "Module::extend_settings" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1412
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
1436
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
1447
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1449
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
271
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\nav-menu\classes\walker-nav-menu.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 23 and the first side effect is on line 12.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
121
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
121
errorClass name "Walker_Nav_Menu" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
231
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2348
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
5925
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
5949
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6019
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6019
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
6313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6333
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6333
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
6351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
6913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
6931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
7113
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
7113
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
7122
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
7138
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7224
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7224
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
799
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
799
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
7918
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
7934
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
8017
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8018
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8018
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
8044
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
8713
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8714
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8714
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
8742
errorBlank line found at start of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
8745
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8922
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8922
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
9413
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
9413
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
9422
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
9438
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
9521
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
9564
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10434
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10434
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
1059
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
1059
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
10518
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
10554
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10720
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10720
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
11313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11338
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11338
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
11369
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
11513
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
11513
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
11522
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
11553
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
11617
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
11617
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
11626
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
11642
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorMethod name "Walker_Nav_Menu::end_el" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
13712
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
13727
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
13769
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
13771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
13813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
13879
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
14713
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
14752
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14824
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14824
warningLine exceeds 120 characters; contains 121 characters
Generic.Files.LineLength.TooLong
148121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\nav-menu\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\nav-menu\widgets\nav-menu.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 15 and the first side effect is on line 7.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
71
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
71
errorClass name "Nav_Menu" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
151
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
1536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorMethod name "Nav_Menu::get_script_depends" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1712
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1742
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorMethod name "Nav_Menu::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorMethod name "Nav_Menu::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2512
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2533
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2616
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorMethod name "Nav_Menu::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2912
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2932
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorMethod name "Nav_Menu::get_menus" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3333
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3618
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3618
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
389
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
389
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
3818
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
3834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
4515
errorMethod name "Nav_Menu::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4545
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorMethod name "Nav_Menu::register_content_section" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5915
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7430
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7430
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7734
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7734
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7743
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7743
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
77139
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
77139
warningLine exceeds 120 characters; contains 169 characters
Generic.Files.LineLength.TooLong
77169
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorMethod name "Nav_Menu::register_settings_section" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8415
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8452
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9937
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9937
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13121
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13121
warningLine exceeds 120 characters; contains 151 characters
Generic.Files.LineLength.TooLong
131151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13221
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13281
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14534
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14534
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18534
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18534
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20334
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20334
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20433
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20433
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20533
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20533
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21835
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21835
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21938
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21938
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22031
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23334
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23334
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23431
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27121
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27121
warningLine exceeds 120 characters; contains 151 characters
Generic.Files.LineLength.TooLong
271151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27221
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27281
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28534
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28534
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorMethod name "Nav_Menu::register_menu_item_section" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
30615
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
30653
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
warningLine exceeds 120 characters; contains 136 characters
Generic.Files.LineLength.TooLong
338136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
warningLine exceeds 120 characters; contains 181 characters
Generic.Files.LineLength.TooLong
350181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38316
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
warningLine exceeds 120 characters; contains 130 characters
Generic.Files.LineLength.TooLong
413130
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
warningLine exceeds 120 characters; contains 126 characters
Generic.Files.LineLength.TooLong
436126
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
45928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
45928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
warningLine exceeds 120 characters; contains 187 characters
Generic.Files.LineLength.TooLong
466187
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4901
warningLine exceeds 120 characters; contains 362 characters
Generic.Files.LineLength.TooLong
490362
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
49828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
49828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5011
warningLine exceeds 120 characters; contains 373 characters
Generic.Files.LineLength.TooLong
501373
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5241
warningLine exceeds 120 characters; contains 369 characters
Generic.Files.LineLength.TooLong
524369
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
53736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
53736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5401
warningLine exceeds 120 characters; contains 349 characters
Generic.Files.LineLength.TooLong
540349
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
54728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
54728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5541
warningLine exceeds 120 characters; contains 430 characters
Generic.Files.LineLength.TooLong
554430
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
57128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
57128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5781
warningLine exceeds 120 characters; contains 286 characters
Generic.Files.LineLength.TooLong
578286
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
58628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
58628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5891
warningLine exceeds 120 characters; contains 297 characters
Generic.Files.LineLength.TooLong
589297
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
59728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
59728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
60628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
60628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6121
warningLine exceeds 120 characters; contains 293 characters
Generic.Files.LineLength.TooLong
612293
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
62536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
62536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6281
warningLine exceeds 120 characters; contains 273 characters
Generic.Files.LineLength.TooLong
628273
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
63528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
63528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6421
warningLine exceeds 120 characters; contains 354 characters
Generic.Files.LineLength.TooLong
642354
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6541
errorMethod name "Nav_Menu::register_submenu_section" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
65415
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
65451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
65828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
65828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
67628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
67628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
68728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
68728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6911
warningLine exceeds 120 characters; contains 183 characters
Generic.Files.LineLength.TooLong
691183
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
69928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
69928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
70330
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
70330
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
70433
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
70433
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
71328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
71328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
72228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
72228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
72527
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
72527
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
72632
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
72632
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
72733
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
72733
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
72833
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
72833
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
72933
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
72933
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
73033
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
73033
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7331
warningLine exceeds 120 characters; contains 129 characters
Generic.Files.LineLength.TooLong
733129
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
74128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
74128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7441
warningLine exceeds 120 characters; contains 122 characters
Generic.Files.LineLength.TooLong
744122
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
75528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
75528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7681
warningLine exceeds 120 characters; contains 136 characters
Generic.Files.LineLength.TooLong
768136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7791
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
77928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
77928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
78828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
78828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8071
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
80736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
80736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
81728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
81728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8241
warningLine exceeds 120 characters; contains 161 characters
Generic.Files.LineLength.TooLong
824161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
83716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
83716
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
84228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
84228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
84928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
84928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8561
warningLine exceeds 120 characters; contains 121 characters
Generic.Files.LineLength.TooLong
856121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
86428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
86428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8671
warningLine exceeds 120 characters; contains 132 characters
Generic.Files.LineLength.TooLong
867132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
87828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
87828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
88528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
88528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8921
warningLine exceeds 120 characters; contains 363 characters
Generic.Files.LineLength.TooLong
892363
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9001
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
90028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
90028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9031
warningLine exceeds 120 characters; contains 374 characters
Generic.Files.LineLength.TooLong
903374
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
91328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
91328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
92028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
92028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9271
warningLine exceeds 120 characters; contains 283 characters
Generic.Files.LineLength.TooLong
927283
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
93528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
93528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9381
warningLine exceeds 120 characters; contains 294 characters
Generic.Files.LineLength.TooLong
938294
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9501
errorMethod name "Nav_Menu::register_logo_section" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
95015
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
95048
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
95428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
95428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
96528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
96528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
99628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
99628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10001
warningLine exceeds 120 characters; contains 139 characters
Generic.Files.LineLength.TooLong
1000139
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10081
errorMethod name "Nav_Menu::register_side_logo_section" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
100815
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
100853
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10121
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
101228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
101228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
102328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
102328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
105428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
105428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10581
warningLine exceeds 120 characters; contains 165 characters
Generic.Files.LineLength.TooLong
1058165
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10661
errorMethod name "Nav_Menu::register_icons_section" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
106615
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
106649
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
107028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
107028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10791
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
107928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
107928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
109116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
109116
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
109628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
109628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
110328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
110328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
112028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
112028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11351
errorMethod name "Nav_Menu::register_mobile_menu_section" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
113515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
113555
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
113928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
113928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
114728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
114728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
117028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
117028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11821
warningLine exceeds 120 characters; contains 165 characters
Generic.Files.LineLength.TooLong
1182165
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11901
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
119028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
119028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12001
warningLine exceeds 120 characters; contains 121 characters
Generic.Files.LineLength.TooLong
1200121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12011
warningLine exceeds 120 characters; contains 137 characters
Generic.Files.LineLength.TooLong
1201137
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12121
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
121228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
121228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
122128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
122128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12241
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
122427
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
122427
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
122532
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
122532
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
122633
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
122633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
122733
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
122733
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
122833
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
122833
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
122933
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
122933
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12321
warningLine exceeds 120 characters; contains 130 characters
Generic.Files.LineLength.TooLong
1232130
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
124128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
124128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12441
warningLine exceeds 120 characters; contains 123 characters
Generic.Files.LineLength.TooLong
1244123
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
125628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
125628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12691
warningLine exceeds 120 characters; contains 137 characters
Generic.Files.LineLength.TooLong
1269137
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12811
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
128128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
128128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12901
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
129028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
129028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
130936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
130936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
131928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
131928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13261
warningLine exceeds 120 characters; contains 182 characters
Generic.Files.LineLength.TooLong
1326182
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
134016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
134016
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
134528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
134528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
135228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
135228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
136728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
136728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
138028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
138028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
138728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
138728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
140228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
140228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
141528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
141528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
142228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
142228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14291
warningLine exceeds 120 characters; contains 192 characters
Generic.Files.LineLength.TooLong
1429192
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
143728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
143728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14401
warningLine exceeds 120 characters; contains 203 characters
Generic.Files.LineLength.TooLong
1440203
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14521
errorMethod name "Nav_Menu::register_menu_container_section" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
145215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
145258
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
145628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
145628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
146728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
146728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
147136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
147136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14751
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
147536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
147536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
148828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
148828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
151928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
151928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15231
warningLine exceeds 120 characters; contains 142 characters
Generic.Files.LineLength.TooLong
1523142
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
153028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
153028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
153928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
153928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
155836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
155836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15681
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
156828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
156828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15751
warningLine exceeds 120 characters; contains 148 characters
Generic.Files.LineLength.TooLong
1575148
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15951
errorMethod name "Nav_Menu::register_close_button_section" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
159515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
159556
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
159928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
159928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
161028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
161028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16201
warningLine exceeds 120 characters; contains 148 characters
Generic.Files.LineLength.TooLong
1620148
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
162516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
162516
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
163028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
163028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
163728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
163728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
165028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
165028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
165728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
165728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16721
errorMethod name "Nav_Menu::register_toggle_button_section" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
167215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
167257
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
167628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
167628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
168428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
168428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
170228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
170228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17061
warningLine exceeds 120 characters; contains 149 characters
Generic.Files.LineLength.TooLong
1706149
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
171428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
171428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
171836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
171836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
172236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
172236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
172636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
172636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
173716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
173716
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
174228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
174228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
174928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
174928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17681
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
176828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
176828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17791
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
177928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
177928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
178828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
178828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18071
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
180736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
180736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
181828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
181828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18251
warningLine exceeds 120 characters; contains 155 characters
Generic.Files.LineLength.TooLong
1825155
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
183528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
183528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
184228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
184228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
186128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
186128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
187228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
187228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18811
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
188128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
188128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19001
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
190036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
190036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
191128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
191128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19181
warningLine exceeds 120 characters; contains 161 characters
Generic.Files.LineLength.TooLong
1918161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19301
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
193033
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19331
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
193313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
193314
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
193314
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
193329
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19499
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19499
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19509
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19509
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19519
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19519
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19529
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19529
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
195422
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
195422
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19559
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19559
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
195626
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
195626
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19589
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19589
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19599
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19599
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19609
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19609
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19621
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
196213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
196214
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
196214
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
196233
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
196616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
196616
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19711
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
197113
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
197141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
197220
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
197220
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19751
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
197516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
197516
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19801
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
198013
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
198044
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19811
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
198120
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
198120
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19861
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
198613
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
198664
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
198720
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
198720
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
199132
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
199132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
199932
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
199932
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20011
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
200117
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
200155
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20051
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
200523
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
200565
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20221
errorMethod name "Nav_Menu::link_class" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
202212
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
202231
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
202261
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
202263
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20251
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
202513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
202514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
202514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
202567
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20341
errorMethod name "Nav_Menu::submenu_classes" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
203412
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
203436
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
203447
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
203449
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20491
errorMethod name "Nav_Menu::render_center_logo" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
204912
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
204939
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
204978
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
204980
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
205428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
205428
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
205436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
205436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20561
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
205613
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
205680
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
206422
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
206422
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20661
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
206613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
206614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
206614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
206633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20701
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
207013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
207016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
207016
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
207041
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
207041
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
207062
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
207128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
207128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20741
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
207413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
207416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
207416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
207437
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20751
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
207520
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
207520
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
207720
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
207720
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
207763
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
207763
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20791
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
207917
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
207920
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
207920
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
207949
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
208024
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
208024
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20831
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
208317
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
208320
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
208320
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
208346
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
208424
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
208424
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
208816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
208816
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
208922
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
208922
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20901
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
209022
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
209022
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20931
warningLine exceeds 120 characters; contains 140 characters
Generic.Files.LineLength.TooLong
2093140
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20951
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
209529
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
209529
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20971
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
209713
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
209716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
209716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
209742
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
209820
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
209820
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
20991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21051
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
210523
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
210526
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
210526
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
210547
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
210638
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
210638
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
210836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
210836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21091
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
210923
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
210926
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
210926
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
210947
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21221
errorMethod name "Nav_Menu::render_side_logo" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
212212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
212240
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21251
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
212513
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
212546
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21311
warningLine exceeds 120 characters; contains 129 characters
Generic.Files.LineLength.TooLong
2131129
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
213322
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
213322
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21351
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
213513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
213514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
213514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
213533
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21391
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
213913
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
213916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
213916
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
213941
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
213941
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
213962
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
214028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
214028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21431
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
214313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
214316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
214316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
214337
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
214420
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
214420
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
214620
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
214620
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
214668
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
214668
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21481
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
214817
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
214820
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
214820
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
214849
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
214924
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
214924
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21521
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
215217
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
215220
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
215220
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
215246
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
215324
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
215324
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
215716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
215716
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
215822
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
215822
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
215922
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
215922
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21621
warningLine exceeds 120 characters; contains 150 characters
Generic.Files.LineLength.TooLong
2162150
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
216429
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
216429
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21661
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
216613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
216616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
216616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
216642
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
216720
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
216720
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21741
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
217423
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
217426
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
217426
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
217447
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21751
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
217538
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
217538
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
217736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
217736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21781
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
217823
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
217826
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
217826
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
217847
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
21851
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
21881
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\photo-album\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 9 and the first side effect is on line 5.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
934
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1135
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
151
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\photo-album\skins\skin-base.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 11 and the first side effect is on line 9.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
91
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
91
errorClass name "Skin_Base" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
1110
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
1154
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
warningMethod name "_register_controls_actions" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
1515
errorMethod name "Skin_Base::_register_controls_actions" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1553
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
169
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
169
warningLine exceeds 120 characters; contains 126 characters
Generic.Files.LineLength.TooLong
16126
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorMethod name "Skin_Base::register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1912
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
1938
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
1960
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1962
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorMethod name "Skin_Base::register_settings_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3015
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3053
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4531
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4634
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4634
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8831
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8932
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8932
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9620
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9620
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10931
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11032
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12232
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12232
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorMethod name "Skin_Base::register_cover_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
14015
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
14050
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
warningLine exceeds 120 characters; contains 147 characters
Generic.Files.LineLength.TooLong
176147
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
warningLine exceeds 120 characters; contains 216 characters
Generic.Files.LineLength.TooLong
177216
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
warningLine exceeds 120 characters; contains 160 characters
Generic.Files.LineLength.TooLong
188160
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19629
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19629
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorMethod name "Skin_Base::register_cover_border_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
22515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
22557
errorClosing brace must be on a line by itself
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
22558
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorMethod name "Skin_Base::register_overlay_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
22715
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
22752
errorClosing brace must be on a line by itself
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
22753
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorMethod name "Skin_Base::register_thumbnail_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
22915
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
22954
errorClosing brace must be on a line by itself
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
22955
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorMethod name "Skin_Base::register_title_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
23115
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
23150
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24016
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
warningLine exceeds 120 characters; contains 144 characters
Generic.Files.LineLength.TooLong
310144
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorMethod name "Skin_Base::register_description_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
34415
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
34456
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35316
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
warningLine exceeds 120 characters; contains 150 characters
Generic.Files.LineLength.TooLong
423150
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorMethod name "Skin_Base::render_image" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
45715
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
45739
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4581
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
45813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
45814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
45814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
45844
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
46636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
46636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
46916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
46916
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4721
errorMethod name "Skin_Base::render_lightbox" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
47215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
47242
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4751
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
47513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
47530
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4791
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
47913
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47919
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47919
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
47935
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4851
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
48519
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
48519
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
48528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
48546
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48663
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48663
warningLine exceeds 120 characters; contains 219 characters
Generic.Files.LineLength.TooLong
486214
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4921
errorMethod name "Skin_Base::render_thumbnails" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
49215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
49244
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4931
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
49313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
49323
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
49323
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
49392
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
49392
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
493115
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50447
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50447
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5101
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
51013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51019
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51019
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
51035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51419
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51419
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5241
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
52413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
52434
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
52434
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
52473
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
53040
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
53040
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5321
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
53213
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
53213
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
53222
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
53240
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
53748
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
53748
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5451
errorMethod name "Skin_Base::render_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
54515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
54539
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5461
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
54613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
54623
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
54623
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
54657
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5509
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5509
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5531
errorMethod name "Skin_Base::render_description" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
55315
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
55345
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5541
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
55413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
55423
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
55423
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
55467
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
55467
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
554102
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5589
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5589
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5611
errorMethod name "Skin_Base::render_item" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
56115
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
56138
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56232
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56232
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56325
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56325
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56532
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56532
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56724
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56724
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5691
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
56913
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56916
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56969
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56969
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
56992
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
57028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
57028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5731
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
57324
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
57324
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5781
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
57813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
57818
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
57818
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
57848
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5791
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
57928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
57928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
58548
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
58548
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
58646
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
58646
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6061
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
60630
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
60928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
60928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6201
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
62013
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
62044
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6241
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
62441
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
62441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
62460
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
62460
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
63020
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
63020
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6411
errorOnly one argument is allowed per line in a multi-line function call
PSR2.Methods.FunctionCallSignature.MultipleArguments
64124
errorOnly one argument is allowed per line in a multi-line function call
PSR2.Methods.FunctionCallSignature.MultipleArguments
64133
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6441
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
64413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
64431
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
64431
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
64467
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
64513
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
64513
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
64940
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
64940
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6511
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
6519
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
6519
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
65118
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
65133
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6591
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\photo-album\skins\skin-cover.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 6.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61
errorClass name "Skin_Cover" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
81
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
91
errorMethod name "Skin_Cover::get_id" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
912
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
930
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorMethod name "Skin_Cover::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1333
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1416
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorMethod name "Skin_Cover::add_skin_hover_effect" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1715
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1748
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorMethod name "Skin_Cover::register_cover_border_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2715
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2757
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
warningLine exceeds 120 characters; contains 149 characters
Generic.Files.LineLength.TooLong
76149
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorMethod name "Skin_Cover::register_overlay_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
9415
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
9452
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10316
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16231
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16333
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16333
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16433
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16433
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorMethod name "Skin_Cover::register_thumbnail_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
17215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
17254
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18838
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18838
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18933
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18933
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19416
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
warningLine exceeds 120 characters; contains 124 characters
Generic.Files.LineLength.TooLong
230124
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
warningLine exceeds 120 characters; contains 154 characters
Generic.Files.LineLength.TooLong
312154
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
warningLine exceeds 120 characters; contains 128 characters
Generic.Files.LineLength.TooLong
331128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
warningLine exceeds 120 characters; contains 129 characters
Generic.Files.LineLength.TooLong
350129
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
warningLine exceeds 120 characters; contains 148 characters
Generic.Files.LineLength.TooLong
375148
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
40836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
40836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
warningLine exceeds 120 characters; contains 159 characters
Generic.Files.LineLength.TooLong
425159
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorMethod name "Skin_Cover::render_skin_image" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
43315
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
43341
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
43353
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
43355
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43440
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43440
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43724
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43724
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43977
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43977
warningLine exceeds 120 characters; contains 156 characters
Generic.Files.LineLength.TooLong
439156
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4421
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
44213
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
44246
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44744
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44744
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\photo-album\skins\skin-stack.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 6.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61
errorClass name "Skin_Stack" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
81
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
91
errorMethod name "Skin_Stack::get_id" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
912
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
930
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorMethod name "Skin_Stack::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1333
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1416
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorMethod name "Skin_Stack::add_skin_hover_effect" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1715
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1748
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2932
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2932
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3034
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3034
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorMethod name "Skin_Stack::render_skin_image" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3715
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
3741
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
3753
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3755
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4754
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4754
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\photo-album\widgets\photo-album.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 9 and the first side effect is on line 7.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
71
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
71
errorClass name "Photo_Album" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
91
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
939
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
warningProperty name "$_has_template_content" should not be prefixed with an underscore to indicate visibility
PSR2.Classes.PropertyDeclaration.Underscore
1115
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorMethod name "Photo_Album::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1332
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorMethod name "Photo_Album::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1712
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1733
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1816
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorMethod name "Photo_Album::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorMethod name "Photo_Album::get_script_depends" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2512
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2542
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
warningMethod name "_register_skins" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
2915
errorMethod name "Photo_Album::_register_skins" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2915
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2942
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3016
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3116
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
3415
errorMethod name "Photo_Album::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3415
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3445
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorMethod name "Photo_Album::register_content_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3813
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3850
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\photo-roller\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
141
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\photo-roller\widgets\photo-roller.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 6.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61
errorClass name "Photo_Roller" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
81
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
840
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Photo_Roller::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorMethod name "Photo_Roller::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1433
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1516
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorMethod name "Photo_Roller::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
2215
errorMethod name "Photo_Roller::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2245
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorMethod name "Photo_Roller::register_section_content" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2713
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2749
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorMethod name "Photo_Roller::register_section_settings" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5313
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5350
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
10633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
11713
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
11738
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11822
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11822
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
12413
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
12445
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12522
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12522
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
13113
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
13145
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13222
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13222
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13916
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14232
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14232
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
14531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14534
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14534
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
14575
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
14931
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14934
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14934
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
14975
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
warningLine exceeds 120 characters; contains 133 characters
Generic.Files.LineLength.TooLong
153108
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorMethod name "Photo_Roller::render_styles" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
16315
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
16337
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
16360
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
16362
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
16613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
16650
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16713
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16713
warningLine exceeds 120 characters; contains 144 characters
Generic.Files.LineLength.TooLong
167144
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
17013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
17057
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17113
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17113
warningLine exceeds 120 characters; contains 189 characters
Generic.Files.LineLength.TooLong
171189
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
17413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
17457
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17513
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17513
warningLine exceeds 120 characters; contains 188 characters
Generic.Files.LineLength.TooLong
175188
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\posts\classes\action-base.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 21 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorClass name "Action_Base" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
2110
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorMethod name "Action_Base::is_active" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4019
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4040
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5235
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorMethod name "Action_Base::register_action_hooks" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
6415
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6448
errorClosing brace must be on a line by itself
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
6449
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\posts\classes\base-widget.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 21 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorClass name "Base_Widget" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
2110
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2160
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
warningProperty name "$_has_template_content" should not be prefixed with an underscore to indicate visibility
PSR2.Classes.PropertyDeclaration.Underscore
3515
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\posts\classes\post-base.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 24 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorClass name "Post_Base" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
2410
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2446
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorMethod name "Post_Base::register_image_size_control" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3254
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorMethod name "Post_Base::register_settings_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4815
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4853
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8331
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8432
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8432
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9431
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9532
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9532
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10531
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10632
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10632
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11631
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11732
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11732
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12731
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12832
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13831
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13932
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13932
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14931
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15032
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16031
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16132
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17232
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17232
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorMethod name "Post_Base::register_container_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
18515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
18554
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
warningLine exceeds 120 characters; contains 139 characters
Generic.Files.LineLength.TooLong
201139
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23222
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23222
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27334
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27334
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
warningLine exceeds 120 characters; contains 137 characters
Generic.Files.LineLength.TooLong
306137
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36034
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36034
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
warningLine exceeds 120 characters; contains 143 characters
Generic.Files.LineLength.TooLong
393143
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorMethod name "Post_Base::register_image_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
42115
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
42150
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42834
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
46428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
46428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4901
warningLine exceeds 120 characters; contains 173 characters
Generic.Files.LineLength.TooLong
490173
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
49828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
49828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50231
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50332
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50332
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50430
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50430
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5071
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50734
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50734
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5191
warningLine exceeds 120 characters; contains 142 characters
Generic.Files.LineLength.TooLong
519142
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5201
warningLine exceeds 120 characters; contains 182 characters
Generic.Files.LineLength.TooLong
520182
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5211
warningLine exceeds 120 characters; contains 183 characters
Generic.Files.LineLength.TooLong
521183
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
52928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
52928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
53536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
53536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
53936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
53936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
54336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
54336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
55134
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
55134
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
55622
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
55622
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5681
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
59936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
59936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
60236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
60236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6121
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
62128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
62128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
63736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
63736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
64728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
64728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6541
warningLine exceeds 120 characters; contains 143 characters
Generic.Files.LineLength.TooLong
654143
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
66428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
66428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
67128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
67128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
70336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
70336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
70636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
70636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
71628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
71628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
72528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
72528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
74136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
74136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
75128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
75128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7581
warningLine exceeds 120 characters; contains 149 characters
Generic.Files.LineLength.TooLong
758149
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7761
errorMethod name "Post_Base::register_title_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
77615
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
77650
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
78028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
78028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
78334
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
78334
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8001
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
80028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
80028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8041
warningLine exceeds 120 characters; contains 136 characters
Generic.Files.LineLength.TooLong
804136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8121
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
81228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
81228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
81736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
81736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
82136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
82136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
82536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
82536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
83522
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
83522
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
84028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
84028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
84728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
84728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
86128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
86128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8681
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
86828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
86828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8901
errorMethod name "Post_Base::register_meta_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
89015
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
89049
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
89952
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
89952
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
90452
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
90452
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
90952
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
90952
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
91452
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
91452
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
91952
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
91952
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
93628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
93628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
95528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
95528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
96528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
96528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9761
warningLine exceeds 120 characters; contains 127 characters
Generic.Files.LineLength.TooLong
976127
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
98428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
98428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9891
warningLine exceeds 120 characters; contains 136 characters
Generic.Files.LineLength.TooLong
989136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
99728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
99728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
9991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
100236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
100236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
100636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
100636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
101036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
101036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
102122
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
102122
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
102528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
102528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
103228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
103228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
104428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
104428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
105828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
105828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
106528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
106528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
107728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
107728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
10991
errorMethod name "Post_Base::register_excerpt_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
109915
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
109952
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
110328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
110328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
110634
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
110634
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
114228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
114228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11461
warningLine exceeds 120 characters; contains 138 characters
Generic.Files.LineLength.TooLong
1146138
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
115428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
115428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
115936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
115936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
116336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
116336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
116736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
116736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
117722
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
117722
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11821
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
118228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
118228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
118928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
118928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
11991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
120228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
120228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
120928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
120928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12321
errorMethod name "Post_Base::register_button_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
123215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
123251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
123628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
123628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
123934
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
123934
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
124728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
124728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
124930
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
124930
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
125628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
125628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
128328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
128328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
12991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
131028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
131028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13141
warningLine exceeds 120 characters; contains 137 characters
Generic.Files.LineLength.TooLong
1314137
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
132228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
132228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
132836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
132836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
133236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
133236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
133636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
133636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
134036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
134036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
135022
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
135022
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
135528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
135528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
136228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
136228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
138636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
138636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
138936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
138936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
13991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
139928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
139928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
140828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
140828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
141134
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
141134
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
142736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
142736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
143728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
143728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14441
warningLine exceeds 120 characters; contains 144 characters
Generic.Files.LineLength.TooLong
1444144
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
146228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
146228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
146928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
146928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14931
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
149336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
149336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
149636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
149636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
14991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
150628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
150628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
151528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
151528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
151834
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
151834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
153436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
153436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
154428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
154428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15511
warningLine exceeds 120 characters; contains 150 characters
Generic.Files.LineLength.TooLong
1551150
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15811
errorMethod name "Post_Base::get_render_stack" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
158115
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
158140
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
158159
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
158161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15841
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
15849
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
15849
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
158418
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
158445
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15891
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
158917
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
158920
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
158920
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
158939
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
15991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16051
errorMethod name "Post_Base::render_post" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
160512
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
160532
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
160544
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
160546
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
160832
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
160832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
161036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
161036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16121
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
161240
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
161240
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
161438
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
161438
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
162125
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
162125
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16251
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
162513
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
162586
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16291
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
162913
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
162916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
162916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
162938
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
163432
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
163432
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
163442
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
163442
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
163536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
163536
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
163546
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
163546
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16571
errorMethod name "Post_Base::render_image" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
165715
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
165739
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16581
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
165813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
165829
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
165829
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
165863
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
166342
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
166342
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
166754
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
166754
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
167060
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
167060
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16721
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
167213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
167214
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
167214
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
167234
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16821
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
168213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
168238
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
168238
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
168268
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
169217
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
169217
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
16991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17071
errorMethod name "Post_Base::render_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
170715
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
170739
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17081
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
170813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
170829
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
170829
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
170863
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
171426
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
171426
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17261
errorMethod name "Post_Base::render_meta" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
172615
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
172638
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
173630
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
173630
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17381
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
173813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
173814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
173814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
173834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
174222
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
174222
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17551
errorMethod name "Post_Base::get_render_divider" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
175515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
175545
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17561
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
175613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
175629
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
175629
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
175670
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
176082
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
176082
warningLine exceeds 120 characters; contains 145 characters
Generic.Files.LineLength.TooLong
1760145
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17691
errorMethod name "Post_Base::get_render_date" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
176915
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
176942
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17701
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
177013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
177029
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
177029
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
177062
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17741
warningLine exceeds 120 characters; contains 138 characters
Generic.Files.LineLength.TooLong
1774138
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17831
errorMethod name "Post_Base::get_render_author" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
178315
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
178344
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17841
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
178413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
178429
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
178429
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
178464
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
178877
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
178877
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
178899
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
178899
warningLine exceeds 120 characters; contains 163 characters
Generic.Files.LineLength.TooLong
1788163
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17971
errorMethod name "Post_Base::get_render_categories" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
179715
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
179748
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
17981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18001
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
180013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
180016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
180016
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
180088
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
180088
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
1800127
warningLine exceeds 120 characters; contains 130 characters
Generic.Files.LineLength.TooLong
1800130
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18061
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
180613
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
180640
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
181028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
181028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18121
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
181213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
181214
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
181214
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
181239
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
181616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
181616
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18251
errorMethod name "Post_Base::get_render_tags" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
182515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
182542
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18281
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
182813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
182816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
182816
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
182888
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
182888
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
1828121
warningLine exceeds 120 characters; contains 124 characters
Generic.Files.LineLength.TooLong
1828124
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18341
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
183413
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
183440
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
183822
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
183822
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18401
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
184013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
184014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
184014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
184033
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
184416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
184416
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18531
errorMethod name "Post_Base::get_render_comments" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
185315
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
185346
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18541
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
185413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
185429
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
185429
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
185466
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18581
warningLine exceeds 120 characters; contains 163 characters
Generic.Files.LineLength.TooLong
1858163
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18671
errorMethod name "Post_Base::render_excerpt" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
186715
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
186741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18681
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
186813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
186829
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
186829
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
186865
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18831
errorMethod name "Post_Base::render_button" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
188315
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
188340
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18841
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
188413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
188429
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
188429
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
188464
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18901
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1890136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1890136
warningLine exceeds 120 characters; contains 190 characters
Generic.Files.LineLength.TooLong
1890180
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
18991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19031
errorMethod name "Post_Base::get_render_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
190315
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
190342
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19041
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
190413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
190429
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
190429
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
190463
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
190822
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
190822
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19101
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
191013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
191014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
191014
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
191033
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
191935
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
191935
warningLine exceeds 120 characters; contains 127 characters
Generic.Files.LineLength.TooLong
1919127
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
192122
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
192122
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
192161
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
192161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
19241
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\posts\classes\skin-base.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 21 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorClass name "Skin_Base" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
2110
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2155
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorMethod name "Skin_Base::get_control_id" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3712
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
3735
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
3754
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3756
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3820
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3820
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorMethod name "Skin_Base::start_injection" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5412
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
5436
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
5448
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5450
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5524
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5524
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorMethod name "Skin_Base::end_injection" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
6812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6837
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\posts\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 11 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
1134
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1535
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
189
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
189
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
199
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
199
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
219
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
219
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
229
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
229
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2516
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2616
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2916
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3016
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3335
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorMethod name "Module::add_action" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3712
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
3731
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
3755
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3757
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
3813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
3853
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorMethod name "Module::get_actions" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4312
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
4332
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
4345
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4347
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
4413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
4451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorMethod name "Module::ajax_get_render_posts" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5145
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5221
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5321
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5421
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5521
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
5713
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5714
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5714
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
5731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5813
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5838
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5838
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
6113
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6114
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6114
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
6132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6213
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6238
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6238
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6733
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6733
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6930
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6930
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
7113
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
7131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7248
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7248
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
7513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
7534
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7651
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7949
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7949
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
8113
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
8123
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
879
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
879
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorMethod name "Module::fix_query_offset" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
9012
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
9037
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
9047
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
9049
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
9113
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
9160
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
9217
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
9234
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9325
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9325
warningLine exceeds 120 characters; contains 158 characters
Generic.Files.LineLength.TooLong
93158
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9721
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorMethod name "Module::fix_query_found_posts" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
10112
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
10142
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
10165
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
10167
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10234
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10234
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
10413
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
10428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\posts\widgets\posts-carousel.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 16 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorClass name "Posts_Carousel" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
161
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
1642
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorMethod name "Posts_Carousel::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorMethod name "Posts_Carousel::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2233
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2316
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorMethod name "Posts_Carousel::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2612
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2632
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorMethod name "Posts_Carousel::get_script_depends" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3042
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorMethod name "Posts_Carousel::get_style_depends" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
warningMethod name "_register_skins" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
3815
errorMethod name "Posts_Carousel::_register_skins" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3815
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3842
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3916
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4016
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
4315
errorMethod name "Posts_Carousel::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4315
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4345
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorMethod name "Posts_Carousel::register_content_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4915
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4952
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6231
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorMethod name "Posts_Carousel::register_settings_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
7815
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
7853
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorMethod name "Posts_Carousel::register_sort_filter_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
10115
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
10156
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11631
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11732
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11732
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11837
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11837
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11933
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11933
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13130
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13130
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13231
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14134
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14134
warningLine exceeds 120 characters; contains 121 characters
Generic.Files.LineLength.TooLong
141121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15939
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15939
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorMethod name "Posts_Carousel::get_query_posts" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
16712
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
16739
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16824
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16824
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17026
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17026
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorMethod name "Posts_Carousel::excerpt_more" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
17519
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
17543
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
17933
errorClosing brace must be on a line by itself
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
17934
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\posts\widgets\posts.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 10 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
1033
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorMethod name "Posts::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1232
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorMethod name "Posts::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1612
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1716
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorMethod name "Posts::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorMethod name "Posts::get_script_depends" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2442
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorMethod name "Posts::get_style_depends" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
warningMethod name "_register_skins" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
3215
errorMethod name "Posts::_register_skins" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3242
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3316
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3416
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
3715
errorMethod name "Posts::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3715
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3745
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorMethod name "Posts::register_content_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4315
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4352
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5631
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorMethod name "Posts::register_settings_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
7215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
7253
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorMethod name "Posts::register_sort_filter_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
9515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
9556
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11031
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11132
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11237
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11237
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11333
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11333
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12530
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12530
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12631
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13534
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13534
warningLine exceeds 120 characters; contains 121 characters
Generic.Files.LineLength.TooLong
135121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15339
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15339
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorMethod name "Posts::get_query_posts" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
16112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
16139
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16224
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16224
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16426
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16426
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorMethod name "Posts::ajax_get_queried_posts" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
16912
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
16946
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
17213
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
17221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17616
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
18333
errorClosing brace must be on a line by itself
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
18334
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\products\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 9 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
934
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1135
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
149
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
149
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
159
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
159
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorMethod name "Module::is_active" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1819
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1840
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1916
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorMethod name "Module::get_render_products" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2243
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2321
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2421
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2521
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2621
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
2813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2913
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2938
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2938
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
3213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3214
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3214
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
3232
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3313
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3338
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3338
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3833
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3833
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4027
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4027
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
4213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
4231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4345
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4345
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
4613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
4634
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4748
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4748
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5051
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
5213
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
5225
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
589
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
589
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
6112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6135
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\products\skins\classic.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
844
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Classic::get_id" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1030
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorMethod name "Classic::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1433
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1516
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
warningMethod name "_register_controls_actions" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
1815
errorMethod name "Classic::_register_controls_actions" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1815
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1853
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
199
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
199
warningLine exceeds 120 characters; contains 135 characters
Generic.Files.LineLength.TooLong
19135
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
209
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
209
warningLine exceeds 120 characters; contains 132 characters
Generic.Files.LineLength.TooLong
20132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
219
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
219
warningLine exceeds 120 characters; contains 143 characters
Generic.Files.LineLength.TooLong
21143
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorMethod name "Classic::settings_start_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2412
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
2444
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
2477
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2479
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3431
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorMethod name "Classic::settings_end_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
7912
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
7942
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
7975
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
7977
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8831
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8932
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8932
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10137
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10137
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10340
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10340
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorMethod name "Classic::sort_filter_completed_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
11312
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
11351
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
11384
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
11386
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorMethod name "Classic::load_more_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
13715
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
13745
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13920
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13920
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14730
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14730
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
warningLine exceeds 120 characters; contains 143 characters
Generic.Files.LineLength.TooLong
216143
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24816
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
warningLine exceeds 120 characters; contains 149 characters
Generic.Files.LineLength.TooLong
350149
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
40336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
40336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
40636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
40636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
45828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
45828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
warningLine exceeds 120 characters; contains 155 characters
Generic.Files.LineLength.TooLong
466155
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4851
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
48530
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4901
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
49013
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
49036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
49432
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
49432
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
49865
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
49865
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5001
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50041
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5011
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50150
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50150
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50166
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50166
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5049
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5049
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50621
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51174
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51174
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51184
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51184
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5121
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51256
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51256
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51273
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51273
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5221
errorMethod name "Classic::render_products" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
52212
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
52236
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
52251
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
52253
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
52953
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
52953
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5319
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5319
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5339
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5339
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5351
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
53513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
53514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
53514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
53568
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5391
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
53913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
53919
errorBlank line found at start of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
53922
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5411
errorBlank line found at end of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose
5421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5431
errorBlank line found at start of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
54314
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
54513
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
54513
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5491
errorBlank line found at end of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose
5501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5531
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
55316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
55337
errorBlank line found at start of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
55340
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5571
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
55717
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
55723
errorBlank line found at start of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
55726
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
55917
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
55917
errorBlank line found at end of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose
5601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5611
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
56121
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
56129
errorBlank line found at start of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
56132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56517
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56517
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5671
errorBlank line found at end of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose
5681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5691
errorBlank line found at end of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose
5701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5731
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
57313
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
57319
errorBlank line found at start of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
57322
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5751
errorBlank line found at end of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose
5761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5771
errorBlank line found at start of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
57714
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5791
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
57913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
57913
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5831
errorBlank line found at end of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose
5841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5899
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5899
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5919
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5919
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5981
errorMethod name "Classic::render_pagination" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
59815
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
59844
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5991
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
59913
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
59923
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
59923
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
59962
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
60335
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
60335
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6051
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
60517
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
60534
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6161
errorMethod name "Classic::render_load_more" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
61615
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
61643
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
62072
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
62072
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6261
errorMethod name "Classic::add_product_post_class" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
62612
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
62643
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
62654
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
62656
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6321
errorMethod name "Classic::set_product_as_visible" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
63212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
63246
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6341
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\products\widgets\products.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 10 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
1036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
warningProperty name "$_has_template_content" should not be prefixed with an underscore to indicate visibility
PSR2.Classes.PropertyDeclaration.Underscore
1215
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorMethod name "Products::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1612
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1632
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorMethod name "Products::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2033
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2116
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorMethod name "Products::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2432
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorMethod name "Products::get_script_depends" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2842
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
warningMethod name "_register_skins" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
3215
errorMethod name "Products::_register_skins" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3242
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3316
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
3615
errorMethod name "Products::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3615
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3645
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorMethod name "Products::register_content_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
4252
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorMethod name "Products::register_settings_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
6915
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6953
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorMethod name "Products::register_sort_filter_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8015
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
8056
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9531
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9632
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9632
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9737
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9737
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9833
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9833
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11030
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11030
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12034
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12034
warningLine exceeds 120 characters; contains 121 characters
Generic.Files.LineLength.TooLong
120121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13839
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13839
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15027
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15027
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15135
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15135
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15231
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorMethod name "Products::query_posts" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
16012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
16035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16530
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16530
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17341
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17395
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17395
warningLine exceeds 120 characters; contains 143 characters
Generic.Files.LineLength.TooLong
173143
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
17513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
17548
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
17913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
17953
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18039
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18039
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
18313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18314
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18314
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
18361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18434
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18434
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18634
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18634
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18929
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18929
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorMethod name "Products::ajax_get_render_products" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
19212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
19248
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
19513
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
19521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19916
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20544
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20544
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20566
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20566
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20743
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20743
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorMethod name "Products::get_wc_visibility_parse_query" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
21213
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
21251
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
21265
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
21267
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
21713
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
21757
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorMethod name "Products::get_wc_legacy_visibility_parse_query" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
22813
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
22858
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
22872
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
22874
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
23913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
23957
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
24933
errorClosing brace must be on a line by itself
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
24934
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\search-form\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\search-form\skins\classic.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 6 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
644
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
81
errorMethod name "Classic::get_id" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
830
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
91
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorMethod name "Classic::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1233
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1316
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
warningMethod name "_register_controls_actions" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
1615
errorMethod name "Classic::_register_controls_actions" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1615
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1653
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
179
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
179
warningLine exceeds 120 characters; contains 130 characters
Generic.Files.LineLength.TooLong
17130
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorMethod name "Classic::register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorMethod name "Classic::register_input_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2512
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2547
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
warningLine exceeds 120 characters; contains 183 characters
Generic.Files.LineLength.TooLong
81183
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11016
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
warningLine exceeds 120 characters; contains 150 characters
Generic.Files.LineLength.TooLong
189150
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
warningLine exceeds 120 characters; contains 175 characters
Generic.Files.LineLength.TooLong
282175
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorMethod name "Classic::register_icon_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
30312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
30346
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32416
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
warningLine exceeds 120 characters; contains 151 characters
Generic.Files.LineLength.TooLong
403151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
45128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
45128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
45428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
45428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4871
warningLine exceeds 120 characters; contains 157 characters
Generic.Files.LineLength.TooLong
487157
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4991
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
49930
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5001
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50032
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50299
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50299
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
502108
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
502108
warningLine exceeds 120 characters; contains 150 characters
Generic.Files.LineLength.TooLong
502135
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5051
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
505122
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
505122
warningLine exceeds 120 characters; contains 158 characters
Generic.Files.LineLength.TooLong
505155
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5061
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
50631
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
50637
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5071
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50776
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50776
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5131
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\search-form\skins\full.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 6 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
81
errorMethod name "Full::get_id" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
830
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
91
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorMethod name "Full::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1233
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1316
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
warningMethod name "_register_controls_actions" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
1615
errorMethod name "Full::_register_controls_actions" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1615
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1653
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
179
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
179
warningLine exceeds 120 characters; contains 130 characters
Generic.Files.LineLength.TooLong
17130
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorMethod name "Full::register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorMethod name "Full::register_input_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2612
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2647
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
warningLine exceeds 120 characters; contains 144 characters
Generic.Files.LineLength.TooLong
82144
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8716
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
warningLine exceeds 120 characters; contains 150 characters
Generic.Files.LineLength.TooLong
166150
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
warningLine exceeds 120 characters; contains 156 characters
Generic.Files.LineLength.TooLong
259156
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorMethod name "Full::register_overlay_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
28012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
28049
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorMethod name "Full::register_icon_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
30112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
30146
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
warningLine exceeds 120 characters; contains 145 characters
Generic.Files.LineLength.TooLong
329145
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36016
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
40328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
40328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
40628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
40628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4321
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
warningLine exceeds 120 characters; contains 151 characters
Generic.Files.LineLength.TooLong
439151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
45828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
45828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
46528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
46528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
49628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
49628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4991
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
49928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
49928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
52528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
52528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5321
warningLine exceeds 120 characters; contains 157 characters
Generic.Files.LineLength.TooLong
532157
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5531
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
55330
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
55432
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
55432
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5561
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
55613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
55614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
55614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
55628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56096
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56096
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
560105
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
560105
warningLine exceeds 120 characters; contains 147 characters
Generic.Files.LineLength.TooLong
560132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56291
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56291
warningLine exceeds 120 characters; contains 134 characters
Generic.Files.LineLength.TooLong
562112
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
566118
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
566118
warningLine exceeds 120 characters; contains 154 characters
Generic.Files.LineLength.TooLong
566151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5701
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\search-form\widgets\search-form.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 9 and the first side effect is on line 7.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
71
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
71
errorClass name "Search_Form" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
91
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
939
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
warningProperty name "$_has_template_content" should not be prefixed with an underscore to indicate visibility
PSR2.Classes.PropertyDeclaration.Underscore
1115
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
warningMethod name "_register_skins" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
1315
errorMethod name "Search_Form::_register_skins" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1315
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1342
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1416
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1516
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorMethod name "Search_Form::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorMethod name "Search_Form::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2212
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2233
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2316
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorMethod name "Search_Form::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2612
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2632
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
3015
errorMethod name "Search_Form::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3015
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3045
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
6633
errorClosing brace must be on a line by itself
Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore
6634
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\shopping-cart\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Module::is_active" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1019
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1040
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1116
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1143
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1143
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1176
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1176
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1435
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1835
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
warningLine exceeds 120 characters; contains 127 characters
Generic.Files.LineLength.TooLong
219
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
229
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
229
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorMethod name "Module::menu_cart_fragments" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2512
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
2540
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
2553
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2555
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2621
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
2813
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
2825
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
4013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
warningLine exceeds 120 characters; contains 183 characters
Generic.Files.LineLength.TooLong
41183
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\shopping-cart\widgets\shopping-cart.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 9 and the first side effect is on line 7.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
71
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
71
errorClass name "Shopping_Cart" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
91
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorMethod name "Shopping_Cart::is_active" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1119
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1140
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1216
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorMethod name "Shopping_Cart::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1512
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1532
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorMethod name "Shopping_Cart::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1912
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1933
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2016
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorMethod name "Shopping_Cart::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2332
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
2715
errorMethod name "Shopping_Cart::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2715
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2745
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorMethod name "Shopping_Cart::register_content_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3552
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorMethod name "Shopping_Cart::register_settings_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5553
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6832
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6931
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorMethod name "Shopping_Cart::register_icon_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
7715
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
7749
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
warningLine exceeds 120 characters; contains 145 characters
Generic.Files.LineLength.TooLong
111145
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13537
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13537
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14216
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
warningLine exceeds 120 characters; contains 151 characters
Generic.Files.LineLength.TooLong
221151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
warningLine exceeds 120 characters; contains 157 characters
Generic.Files.LineLength.TooLong
314157
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorMethod name "Shopping_Cart::register_number_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
33515
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
33551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
warningLine exceeds 120 characters; contains 145 characters
Generic.Files.LineLength.TooLong
418145
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
warningLine exceeds 120 characters; contains 146 characters
Generic.Files.LineLength.TooLong
430146
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4541
warningLine exceeds 120 characters; contains 152 characters
Generic.Files.LineLength.TooLong
454152
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4621
errorMethod name "Shopping_Cart::register_cart_quick_view_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
46215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
46260
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
46628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
46628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4741
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47831
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4901
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
49036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
49036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
49436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
49436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5051
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
50533
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
50879
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
50879
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5221
errorMethod name "Shopping_Cart::render_quick_cart_view" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
52215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
52249
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5251
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
52513
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
52587
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
53813
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
53813
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
54017
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
54017
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
54221
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
54221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
54273
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
54273
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
54417
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
54417
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
55517
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
55517
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
55713
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
55713
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
55913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
55913
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5619
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5619
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5621
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\site-logo\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\site-logo\widgets\site-logo.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 6.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61
errorClass name "Site_Logo" is not in PascalCase format
Squiz.Classes.ValidClassName.NotCamelCaps
81
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
837
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Site_Logo::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorMethod name "Site_Logo::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1433
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1516
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorMethod name "Site_Logo::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
2215
errorMethod name "Site_Logo::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2245
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3836
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3936
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4621
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4621
warningLine exceeds 120 characters; contains 151 characters
Generic.Files.LineLength.TooLong
46151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4721
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4781
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5734
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5734
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
warningLine exceeds 120 characters; contains 123 characters
Generic.Files.LineLength.TooLong
134123
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14229
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14229
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15136
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15136
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
17433
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
1859
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
1859
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
18518
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
18561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
19017
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19018
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19018
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
19049
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19124
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19124
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19726
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19726
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
19917
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19918
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19918
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
19937
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20320
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20320
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
warningLine exceeds 120 characters; contains 125 characters
Generic.Files.LineLength.TooLong
209125
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21133
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21133
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
21317
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21320
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21320
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
21346
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21424
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21424
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
22013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22016
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22041
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22041
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
22062
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
22413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
22437
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22520
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22520
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22720
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22720
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22758
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22758
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
22917
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22920
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22920
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
22949
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23024
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23024
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
23317
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23320
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23320
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
23346
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23424
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23424
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
24127
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24130
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24130
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
24151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24242
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24242
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2441
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
24423
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
24423
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
24432
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
24455
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24544
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24544
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
24727
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24730
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24730
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
24751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\tabs\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
141
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\tabs\widgets\tabs.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 6.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Tabs::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
141
errorMethod name "Tabs::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1433
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1516
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1516
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorMethod name "Tabs::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1812
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
2215
errorMethod name "Tabs::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2215
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2245
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorMethod name "Tabs::register_section_content" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3113
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3149
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4630
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4630
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4734
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4734
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5630
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5630
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5734
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5734
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7940
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7940
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8042
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8042
warningLine exceeds 120 characters; contains 241 characters
Generic.Files.LineLength.TooLong
80241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8340
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8340
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8442
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8442
warningLine exceeds 120 characters; contains 241 characters
Generic.Files.LineLength.TooLong
84241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorMethod name "Tabs::register_section_settings" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
9413
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
9450
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11037
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11037
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11135
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11135
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorMethod name "Tabs::register_section_tabs" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
11913
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
11946
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
warningLine exceeds 120 characters; contains 251 characters
Generic.Files.LineLength.TooLong
134251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
warningLine exceeds 120 characters; contains 248 characters
Generic.Files.LineLength.TooLong
154248
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
warningLine exceeds 120 characters; contains 199 characters
Generic.Files.LineLength.TooLong
197199
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorMethod name "Tabs::register_section_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
20513
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
20547
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
warningLine exceeds 120 characters; contains 137 characters
Generic.Files.LineLength.TooLong
252137
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorMethod name "Tabs::register_section_description" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
26013
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
26053
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
warningLine exceeds 120 characters; contains 139 characters
Generic.Files.LineLength.TooLong
296139
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorMethod name "Tabs::register_section_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
30413
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
30446
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
warningLine exceeds 120 characters; contains 142 characters
Generic.Files.LineLength.TooLong
349142
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
35733
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35827
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35827
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35920
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35920
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36116
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36189
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36189
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
36721
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
36721
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
36730
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
36755
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36957
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36957
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37132
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
38129
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
38146
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38236
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3851
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
38529
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38532
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38532
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
38558
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38948
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38948
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
39039
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39042
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39042
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
39068
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39258
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39258
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
40121
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
40121
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
40130
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
40155
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
40364
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
40364
warningLine exceeds 120 characters; contains 121 characters
Generic.Files.LineLength.TooLong
403121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
40464
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
40464
warningLine exceeds 120 characters; contains 130 characters
Generic.Files.LineLength.TooLong
404130
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
40632
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
40632
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41432
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41432
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4221
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
42229
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
42246
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42336
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42336
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42436
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42436
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
42729
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42732
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42732
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
42758
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42836
warningLine exceeds 120 characters; contains 121 characters
Generic.Files.LineLength.TooLong
428121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43132
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43348
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43348
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
43439
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43442
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43442
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
43468
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43658
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43658
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44148
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44148
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
441126
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
441126
warningLine exceeds 120 characters; contains 176 characters
Generic.Files.LineLength.TooLong
441171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
warningMethod name "_content_template" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
44915
errorMethod name "Tabs::_content_template" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
44915
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
44944
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4681
warningLine exceeds 120 characters; contains 255 characters
Generic.Files.LineLength.TooLong
4691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4871
warningLine exceeds 120 characters; contains 127 characters
Generic.Files.LineLength.TooLong
4881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4991
warningLine exceeds 120 characters; contains 149 characters
Generic.Files.LineLength.TooLong
5001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5151
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\video\module.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 4.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
101
errorMethod name "Module::get_widgets" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1035
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
121
errorThe closing brace for the class must go on the next line after the body
PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
141
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\modules\video\widgets\video.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 14 and the first side effect is on line 7.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
71
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
71
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
1433
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
161
errorMethod name "Video::get_name" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1612
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
1632
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
201
errorMethod name "Video::get_title" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2033
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2116
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2116
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorMethod name "Video::get_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2432
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
warningMethod name "_register_controls" should not be prefixed with an underscore to indicate visibility
PSR2.Methods.MethodDeclaration.Underscore
2815
errorMethod name "Video::_register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
2815
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
2845
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorMethod name "Video::register_section_video" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3613
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3647
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
4728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
4728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5234
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5234
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5332
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5332
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5433
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5433
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6434
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6434
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7834
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
9234
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
9234
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
10834
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
10834
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorMethod name "Video::register_section_image_overlay" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
12213
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
12255
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13532
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13532
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13631
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16032
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18832
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18832
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18931
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorMethod name "Video::register_section_device_frame" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
20013
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
20054
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21332
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21332
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
21431
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
21431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22534
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22534
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22633
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorMethod name "Video::register_section_settings" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
23713
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
23750
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26428
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27732
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27732
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27831
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28828
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29032
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30432
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30432
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30531
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31628
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31628
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32934
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32934
warningLine exceeds 120 characters; contains 173 characters
Generic.Files.LineLength.TooLong
329173
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36332
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36332
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36431
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37732
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37732
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
37831
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
37831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39132
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39132
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39231
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
40328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
40328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41528
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41528
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
45128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
45128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4631
errorMethod name "Video::register_section_icon" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
46313
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
46346
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4671
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
46728
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
46728
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4791
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
47928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
47928
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4901
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
49028
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
49028
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5101
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
51036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
51036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5201
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
52033
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5311
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
53113
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
53114
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
53114
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
53134
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5351
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
53513
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
53550
errorBlank line found at start of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
53553
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5371
errorBlank line found at end of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose
5381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5511
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
55145
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
55145
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5541
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
55413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
55414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
55414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
55434
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5551
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
55518
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
55518
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
55916
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
55916
warningLine exceeds 120 characters; contains 140 characters
Generic.Files.LineLength.TooLong
559140
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5611
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
56113
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
56141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56220
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56220
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5661
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
56623
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
56654
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56951
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5731
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
57344
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
57344
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5751
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
57529
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
57557
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5791
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
57929
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
57956
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
58036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
58036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5821
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
58233
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
58259
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5831
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
58360
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
58360
warningLine exceeds 120 characters; contains 139 characters
Generic.Files.LineLength.TooLong
583139
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5851
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
58540
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
58540
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
58866
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
58866
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5911
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
59140
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
59140
warningLine exceeds 120 characters; contains 157 characters
Generic.Files.LineLength.TooLong
591157
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5941
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
59452
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
59452
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5951
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
59543
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
59569
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5961
warningLine exceeds 120 characters; contains 132 characters
Generic.Files.LineLength.TooLong
596131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5981
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
59843
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
59887
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
59887
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
598118
warningLine exceeds 120 characters; contains 124 characters
Generic.Files.LineLength.TooLong
598123
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6001
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
60062
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
60062
warningLine exceeds 120 characters; contains 124 characters
Generic.Files.LineLength.TooLong
600100
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6071
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
60723
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
60754
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6141
errorMethod name "Video::render_plain_content" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
61412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
61444
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
61514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
61514
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6181
errorMethod name "Video::get_video_link" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
61813
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
61839
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6221
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
62217
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
62241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6391
errorMethod name "Video::get_embed_params" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
63913
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
63941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6421
warningLine exceeds 120 characters; contains 122 characters
Generic.Files.LineLength.TooLong
642122
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6451
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
6459
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
6459
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
64518
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
64538
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6461
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
64617
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
64670
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6531
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
65317
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
65318
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
65318
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
65350
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
65350
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
65378
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6591
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
65913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
65933
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6641
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
66413
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
66431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
66536
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
66536
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6691
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
66913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
66932
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6791
errorMethod name "Video::get_hosted_shortcode" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
67913
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
67945
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6831
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
6839
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
6839
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
68318
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
68355
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6841
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
68417
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
68418
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
68418
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
68461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6881
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
68817
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
68818
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
68818
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
68835
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7021
errorMethod name "Video::get_lightbox_options" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
70213
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
70242
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
702120
warningLine exceeds 120 characters; contains 122 characters
Generic.Files.LineLength.TooLong
702122
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
702122
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7061
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
70613
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
70690
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7091
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
70944
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
70944
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7171
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
71713
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
71750
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7201
warningLine exceeds 120 characters; contains 235 characters
Generic.Files.LineLength.TooLong
720235
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7301
errorMethod name "Video::has_image_overlay" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
73015
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
73044
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
73318
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
73318
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7341
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\plugin.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 23 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2320
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
11331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1159
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1159
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
11540
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
11540
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
12432
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1269
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1269
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
12640
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
12640
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorMethod name "Plugin::get_instance" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
13819
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
13843
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
13913
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
13914
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
13914
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
13940
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
15236
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1539
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1539
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1549
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1549
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1621
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
16228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
1639
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
1639
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16349
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16349
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1751
errorMethod name "Plugin::check_elementor_version" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
17512
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
17547
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
17613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
17648
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1771
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
17717
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17718
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17718
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
17745
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17838
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17838
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17855
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17855
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
18413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18423
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18423
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
18457
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
18517
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18518
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18518
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
18555
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
18617
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
18617
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1931
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
19313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
19348
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
19417
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19418
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19418
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
19456
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19517
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19517
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
20213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
20292
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
20317
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
20318
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
20318
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
20354
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorOpening parenthesis of a multi-line function call must be the last content on the line
PSR2.Methods.FunctionCallSignature.ContentAfterOpenBracket
20417
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorClosing parenthesis of a multi-line function call must be on a line by itself
PSR2.Methods.FunctionCallSignature.CloseBracketLine
20569
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2119
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2119
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorMethod name "Plugin::admin_notice_missing_elementor_plugin" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
22312
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
22361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
22413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
22440
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22513
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22513
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23115
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23115
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23326
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23326
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23426
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23426
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23725
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23725
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23739
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23739
warningLine exceeds 120 characters; contains 138 characters
Generic.Files.LineLength.TooLong
237138
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2421
errorOnly one argument is allowed per line in a multi-line function call
PSR2.Methods.FunctionCallSignature.MultipleArguments
24228
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24228
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24228
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2459
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2459
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorMethod name "Plugin::admin_notice_inactive_elementor_plugin" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
25412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
25462
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
25513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
25540
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
25613
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
25613
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26215
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26215
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26426
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26426
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26526
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26526
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26928
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26928
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26942
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26942
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26951
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26951
warningLine exceeds 120 characters; contains 181 characters
Generic.Files.LineLength.TooLong
269181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorOnly one argument is allowed per line in a multi-line function call
PSR2.Methods.FunctionCallSignature.MultipleArguments
27431
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
27431
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
27431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
2779
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
2779
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorMethod name "Plugin::admin_notice_minimum_elementor_version" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
28712
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
28762
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
28813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28814
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
28840
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
28913
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
28913
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2951
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29515
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29515
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29726
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29726
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2981
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29826
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29826
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30324
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30324
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30338
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30338
warningLine exceeds 120 characters; contains 145 characters
Generic.Files.LineLength.TooLong
303145
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorOnly one argument is allowed per line in a multi-line function call
PSR2.Methods.FunctionCallSignature.MultipleArguments
30827
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
30827
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
30827
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3119
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3119
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
32229
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
32238
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
32240
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
32513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32524
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32524
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
32555
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33421
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3351
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33521
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33621
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33721
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33749
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33749
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
34013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
34040
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3531
errorMethod name "Plugin::define_constants" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
35313
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
35341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3541
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35424
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35424
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3561
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35636
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35636
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3571
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35736
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35736
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3581
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35836
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35836
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35853
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35853
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3591
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35936
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35936
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
35953
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
35953
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3601
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
36036
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
36036
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3691
errorMethod name "Plugin::add_hooks" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
36913
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
36934
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3701
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3709
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3709
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3719
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3719
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3729
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3729
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3731
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3739
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3739
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3741
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3749
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3749
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3751
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3759
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3759
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3769
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3769
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3771
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3779
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3779
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3781
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3789
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3789
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3791
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3799
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3799
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3811
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
38113
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
38124
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3821
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
38213
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
38213
warningLine exceeds 120 characters; contains 127 characters
Generic.Files.LineLength.TooLong
382127
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3941
errorMethod name "Plugin::jupiterx_register_elementor_locations" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
39412
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
39458
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
39485
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
39487
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3951
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39535
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39535
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39635
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39635
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3971
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
39735
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
39735
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4101
errorMethod name "Plugin::register_controls" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
41012
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
41038
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
41058
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
41060
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4151
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41527
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41527
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41563
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41563
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4161
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41627
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41627
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
41663
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
41663
warningLine exceeds 120 characters; contains 126 characters
Generic.Files.LineLength.TooLong
416126
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4191
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
4199
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
4199
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
41918
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
41940
errorBlank line found at start of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
41943
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4221
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42229
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42229
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4231
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42329
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42329
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4261
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
42627
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
42627
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4301
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43032
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43032
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4341
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
4349
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
4349
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
43418
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
43446
errorBlank line found at start of control structure
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
43449
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4371
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
43729
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
43729
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44027
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44027
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4441
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44432
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44432
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4471
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
44716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
44716
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4591
errorMethod name "Plugin::jupiterx_icons" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
45912
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
45935
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
45955
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
45957
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4611
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
46147
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
46147
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
46170
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
46170
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4881
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48828
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48828
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
48851
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
48851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4971
errorMethod name "Plugin::register_modules" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
49712
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
49740
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
4991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5251
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
5259
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
5259
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
52518
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
52543
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5271
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
52727
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
52727
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5281
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
52827
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
52827
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
52850
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
52850
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5321
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
53217
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
53242
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5371
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
53713
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
53716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
53716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
53753
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5541
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
55428
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5631
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
56328
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
56328
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
5729
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
5729
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5851
errorMethod name "Plugin::editor_enqueue_styles" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
58512
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
58545
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
5991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6201
errorMethod name "Plugin::editor_enqueue_scripts" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
62012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
62046
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6401
errorMethod name "Plugin::preview_enqueue_styles" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
64012
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
64046
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6611
errorMethod name "Plugin::frontend_register_styles" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
66112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
66148
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6811
errorMethod name "Plugin::frontend_enqueue_styles" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
68112
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
68147
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6821
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6829
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6829
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6941
errorMethod name "Plugin::frontend_register_scripts" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
69412
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
69449
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
6991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7631
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7671
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7711
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7761
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7791
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7861
errorMethod name "Plugin::frontend_enqueue_scripts" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
78612
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
78648
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7871
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7879
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7879
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7961
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7981
errorMethod name "Plugin::register_admin_fields" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
79812
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
79842
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
79854
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
79856
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
7991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8001
errorOnly one argument is allowed per line in a multi-line function call
PSR2.Methods.FunctionCallSignature.MultipleArguments
80022
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8011
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
80128
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
80128
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8041
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
81418
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
8151
C:\xampp\htdocs\artbees\jupiterx\wp-content\plugins\raven\includes\utils.php
warningA file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 23 and the first side effect is on line 11.
PSR1.Files.SideEffects.FoundWithSymbols
11
errorEnd of line character is invalid; expected "\n" but found "\r\n"
Generic.Files.LineEndings.InvalidEOLChar
11
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
111
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
111
errorOpening brace of a class must be on the line after the definition
PSR2.Classes.ClassDeclaration.OpenBraceNewLine
2313
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
351
errorMethod name "Utils::get_svg" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
3519
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
3535
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
3553
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
3555
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
361
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
3613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
3614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
3614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
3633
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
441
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
481
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
511
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
571
errorMethod name "Utils::parallax_scroll" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
5719
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
5743
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
5785
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
5787
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
601
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
6013
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6016
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
6031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
621
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
641
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
6413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6416
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
6431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
681
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
6813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
6816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
6816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
6831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
701
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
721
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
7213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
7240
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
761
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
7613
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
7614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
7614
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
7639
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
801
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
8022
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
8022
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
911
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
921
errorMethod name "Utils::get_site_domain" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
9219
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
9246
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1211
errorMethod name "Utils::get_query_args" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
12119
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
12142
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
12154
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
12156
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1231
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1241
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1271
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1331
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1351
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1401
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14024
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14024
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14032
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14032
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14058
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14058
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1441
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
14413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14448
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14448
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
14482
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1451
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1481
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
14813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
14816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
14816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
14843
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1501
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1521
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
15213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
15252
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1531
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
15333
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
15333
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1561
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
15617
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
15645
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1631
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
16313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
16381
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1641
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1671
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
16713
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
16716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
16716
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
16751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1681
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1691
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1711
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17123
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17123
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1731
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
17313
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17316
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17316
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17381
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17381
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
173101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1761
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17634
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17634
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1781
errorSpace found after opening bracket of FOR loop
Squiz.ControlStructures.ForLoopDeclaration.SpacingAfterOpen
17813
errorSpace found before closing bracket of FOR loop
Squiz.ControlStructures.ForLoopDeclaration.SpacingBeforeClose
17813
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
17818
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
17856
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1791
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
17921
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
17932
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
17932
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
17966
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1911
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
19119
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19120
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19120
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19191
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19191
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
191111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1921
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1941
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
19413
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
19413
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
19422
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
19447
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1971
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
19721
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
19724
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
19724
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
19766
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1981
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
1991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2101
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2111
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2231
errorMethod name "Utils::get_responsive_class" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
22319
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
22348
errorArguments with default values must be at the end of the argument list
PEAR.Functions.ValidDefaultValue.NotAtEnd
22375
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
22385
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
22387
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2241
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
22413
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22414
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22414
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
22434
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
22434
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
22447
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2281
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2291
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2311
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2321
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2361
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
2369
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
2369
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
23618
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
23643
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2371
warningLine exceeds 120 characters; contains 122 characters
Generic.Files.LineLength.TooLong
237122
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2391
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
23917
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
23920
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
23920
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
23951
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2451
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24526
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24526
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2481
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
24816
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
24816
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2521
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2531
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2541
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2551
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2561
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2571
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2581
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2591
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2601
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2611
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2621
errorMethod name "Utils::find_element_recursive" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
26219
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
26250
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
26273
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
26275
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2631
errorSpace found after opening bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen
2639
errorSpace found before closing bracket of FOREACH loop
Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose
2639
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
26318
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
26340
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2641
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
26417
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
26446
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2651
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2661
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2681
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
26817
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26820
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26820
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
26849
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2691
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
26934
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
26934
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2711
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
27121
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
27130
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2721
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2731
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2741
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2751
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2771
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2781
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2801
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2811
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2821
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2831
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2841
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2851
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2861
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2871
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2881
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2891
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2901
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2911
errorMethod name "Utils::get_plugins" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
29119
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
29139
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
29161
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
29163
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2921
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
29213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29216
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
29248
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2931
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2941
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2961
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
29616
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
29616
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2971
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
2991
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3001
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3011
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3021
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3031
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3041
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3051
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3061
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3071
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3081
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3091
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3101
errorMethod name "Utils::is_plugin_installed" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
31019
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
31047
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
31055
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
31057
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3111
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31118
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31118
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
31131
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
31131
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3121
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3141
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3151
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3161
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3171
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3181
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3191
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3201
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3211
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3221
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3231
errorMethod name "Utils::get_direction" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
32319
errorExpected 0 spaces after opening parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen
32341
errorExpected 0 spaces before closing parenthesis; 1 found
Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose
32354
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
32356
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3241
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
32413
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
32424
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3251
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3261
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3281
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
32813
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32824
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32824
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
32853
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3291
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
32920
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
32920
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3301
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3321
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
33213
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33224
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33224
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
33254
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3331
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
33320
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
33320
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3341
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3361
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3371
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3391
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3401
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3411
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3421
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3431
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3441
errorMethod name "Utils::get_current_post_id" is not in camel caps format
PSR1.Methods.CamelCapsMethodName.NotCamelCaps
34419
errorOpening brace should be on a new line
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine
34450
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3451
errorExpected 0 spaces after opening bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace
34513
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34514
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34514
errorSpace after opening parenthesis of function call prohibited
PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket
34560
errorExpected 0 spaces before closing bracket; 1 found
PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket
34560
errorExpected 0 spaces before closing bracket; 1 found
PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace
345115
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3461
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3471
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3491
errorSpaces must be used to indent lines; tabs are not allowed
Generic.WhiteSpace.DisallowTabIndent.TabsUsed
3501