Fix the issues reported by phpcs

Created on 8 July 2024, 5 months ago
Updated 16 July 2024, 4 months ago

Problem/Motivation

Running :-
vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig web/modules/contrib/admin_database/
returns the following warnings/errors, which should be fixed.

FILE: /home/prem/Documents/drupal-10.3.1/web/modules/contrib/admin_database/admin_database.module
-------------------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 6 LINES
-------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] The PHP open tag must be followed by exactly one blank line
1 | ERROR | [x] Missing file doc comment
7 | ERROR | [x] Expected 1 blank line before function; 2 found
15 | ERROR | [x] Expected 1 blank line after function; 2 found
21 | ERROR | [ ] admin_database_install() is an installation hook and must be declared in an install file
34 | ERROR | [x] Expected 1 blank line after function; 2 found
40 | ERROR | [ ] admin_database_uninstall() is an installation hook and must be declared in an install file
-------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------

FILE: /home/prem/Documents/drupal-10.3.1/web/modules/contrib/admin_database/README.md
-------------------------------------------------------------------------------------
FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
-------------------------------------------------------------------------------------
4 | WARNING | [ ] Line exceeds 80 characters; contains 93 characters
5 | WARNING | [ ] Line exceeds 80 characters; contains 132 characters
9 | ERROR | [x] Expected 1 newline at end of file; 0 found
-------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------

FILE: /home/prem/Documents/drupal-10.3.1/web/modules/contrib/admin_database/templates/iframe.html.twig
------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------
1 | ERROR | [x] Expected 1 newline at end of file; 0 found
------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------

FILE: /home/prem/Documents/drupal-10.3.1/web/modules/contrib/admin_database/admin_database.info.yml
-------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------
1 | WARNING | Remove "project" from the info file, it will be added by drupal.org packaging automatically
1 | WARNING | Remove "datestamp" from the info file, it will be added by drupal.org packaging automatically
1 | WARNING | Remove "version" from the info file, it will be added by drupal.org packaging automatically
-------------------------------------------------------------------------------------------------------------

FILE: /home/prem/Documents/drupal-10.3.1/web/modules/contrib/admin_database/src/Controller/AdminDatabaseController.php
----------------------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AND 3 WARNINGS AFFECTING 8 LINES
----------------------------------------------------------------------------------------------------------------------
5 | ERROR | [x] When importing a class with "use", do not include a leading \
7 | ERROR | [x] Missing class doc comment
9 | ERROR | [x] Missing function doc comment
10 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
15 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
16 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
24 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
25 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
----------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------

FILE: /home/prem/Documents/drupal-10.3.1/web/modules/contrib/admin_database/assets/adminer_with_plugins.php
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 57 ERRORS AND 2 WARNINGS AFFECTING 36 LINES
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
3 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4
3 | ERROR | [x] You must use "/**" style comments for a file comment
3 | ERROR | [x] Inline comments must start with a capital letter
3 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
4 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4
4 | ERROR | [x] Expected 1 space after IF keyword; 0 found
4 | ERROR | [ ] The $_COOKIE super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->cookies instead
5 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
6 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4
7 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4
7 | ERROR | [ ] The $_COOKIE super global must not be accessed directly; inject the request_stack service and use
| | $stack->getCurrentRequest()->cookies->get("admin_database_adminer_file") instead
8 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4
8 | ERROR | [x] Expected 1 space after IF keyword; 0 found
9 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
10 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4
10 | ERROR | [x] Whitespace found at end of line
12 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4
12 | ERROR | [x] Missing function doc comment
13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
13 | ERROR | [x] Inline comments must start with a capital letter
13 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
14 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
15 | ERROR | [x] Whitespace found at end of line
16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
16 | ERROR | [x] Inline comments must start with a capital letter
16 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
18 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
20 | ERROR | [x] Whitespace found at end of line
21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
21 | ERROR | [x] Inline comments must start with a capital letter
22 | WARNING | [x] There must be no blank line following an inline comment
22 | WARNING | [ ] There must be no blank line following an inline comment
22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
22 | ERROR | [x] No space found before comment text; expected "// ~ include "./plugins/drivers/simpledb.php";" but found "//~ include "./plugins/drivers/simpledb.php";"
22 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
23 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 3 empty lines
25 | ERROR | [x] Whitespace found at end of line
26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
26 | ERROR | [x] Short array syntax must be used to define arrays
27 | ERROR | [x] Inline comments must start with a capital letter
27 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
28 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
30 | ERROR | [x] Whitespace found at end of line
31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
34 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
35 | ERROR | [x] Line indented incorrectly; expected 3 spaces, found 8
36 | ERROR | [x] Whitespace found at end of line
37 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
38 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4
38 | ERROR | [x] Expected 1 blank line after function; 2 found
41 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4
41 | ERROR | [x] Inline comments must start with a capital letter
41 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
42 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4
44 | ERROR | [x] A closing tag is not permitted at the end of a PHP file
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 56 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /home/prem/Documents/drupal-10.3.1/web/modules/contrib/admin_database/assets/plugins/plugin.php
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 877 ERRORS AND 10 WARNINGS AFFECTING 341 LINES
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
3 | ERROR | [x] The open comment tag must be the only content on the line
3 | ERROR | [x] Doc comment short description must be on the first line
3 | ERROR | [x] Doc comment short description must end with a full stop
4 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
5 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
5 | WARNING | [ ] @author tags are not usually used in Drupal, because over time multiple contributors will touch the code anyway
6 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
7 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
8 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
9 | ERROR | [ ] Class name doesn't match filename; expected "class plugin"
9 | WARNING | [ ] Class name must be prefixed with the project name "AdminDatabase"
10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
10 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
10 | ERROR | [x] The open comment tag must be the only content on the line
10 | ERROR | [ ] Missing short description in doc comment
10 | ERROR | [ ] Missing @var tag in member variable comment
11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
11 | ERROR | [x] The var keyword must not be used to declare a property
11 | ERROR | [ ] Visibility must be declared on property "$plugins"
12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
12 | ERROR | [x] Whitespace found at end of line
13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
13 | ERROR | [ ] Method name "AdminerPlugin::_findRootClass" is not in lowerCamel format
13 | ERROR | [x] Visibility must be declared on method "_findRootClass"
13 | ERROR | [x] Missing function doc comment
13 | ERROR | [x] Opening brace must be the last content on the line
13 | ERROR | [x] There should be no white space after an opening "{"
13 | WARNING | [ ] Line exceeds 80 characters; contains 97 characters
13 | ERROR | [x] Comments may not appear after statements
13 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
14 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
15 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
16 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
17 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
19 | ERROR | [x] Whitespace found at end of line
20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
20 | ERROR | [x] The open comment tag must be the only content on the line
20 | ERROR | [x] Doc comment short description must be on the first line
20 | ERROR | [x] Doc comment short description must end with a full stop
21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
21 | ERROR | [x] Expected 2 space(s) before asterisk; 1 found
21 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
21 | ERROR | [ ] Missing parameter comment
21 | ERROR | [ ] Missing parameter name
22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
22 | ERROR | [x] Expected 2 space(s) before asterisk; 1 found
23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
23 | ERROR | [x] Visibility must be declared on method "__construct"
24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
24 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
24 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
25 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
25 | ERROR | [x] Short array syntax must be used to define arrays
26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
26 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
27 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
27 | ERROR | [x] There should be no white space after an opening "{"
27 | WARNING | [ ] Line exceeds 80 characters; contains 123 characters
27 | ERROR | [x] Comments may not appear after statements
27 | ERROR | [x] No space found before comment text; expected "// ! can use interface" but found "//! can use interface"
28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
28 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
28 | ERROR | [x] Calling class constructors must always include parentheses
29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
29 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
30 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
31 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
32 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
33 | WARNING | [ ] Line exceeds 80 characters; contains 100 characters
33 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
33 | ERROR | [x] No space found before comment text; expected "// ! it is possible to use ReflectionObject to find out which plugins defines which methods at once" but found "//!
| | it is possible to use ReflectionObject to find out which plugins defines which methods at once"
34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
34 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
35 | ERROR | [x] Whitespace found at end of line
36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
36 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
36 | ERROR | [ ] Method name "AdminerPlugin::_callParent" is not in lowerCamel format
36 | ERROR | [x] Visibility must be declared on method "_callParent"
36 | ERROR | [x] Missing function doc comment
37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
37 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
37 | ERROR | [x] Short array syntax must be used to define arrays
38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
38 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
39 | ERROR | [x] Whitespace found at end of line
40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
40 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
40 | ERROR | [ ] Method name "AdminerPlugin::_applyPlugin" is not in lowerCamel format
40 | ERROR | [x] Visibility must be declared on method "_applyPlugin"
40 | ERROR | [x] Missing function doc comment
41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
41 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
42 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
43 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
43 | ERROR | [x] There should be no white space after an opening "{"
43 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters
43 | ERROR | [x] Comments may not appear after statements
43 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
44 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
44 | ERROR | [x] Case breaking statements must be followed by a single blank line
44 | ERROR | [x] Closing brace must be on a line by itself
44 | ERROR | [x] Each PHP statement must be on a line by itself
45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
45 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
45 | ERROR | [x] Case breaking statements must be followed by a single blank line
45 | ERROR | [x] Closing brace must be on a line by itself
45 | ERROR | [x] Each PHP statement must be on a line by itself
46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
46 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
46 | ERROR | [x] Case breaking statements must be followed by a single blank line
46 | ERROR | [x] Closing brace must be on a line by itself
46 | ERROR | [x] Each PHP statement must be on a line by itself
47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
47 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
47 | ERROR | [x] Case breaking statements must be followed by a single blank line
47 | ERROR | [x] Closing brace must be on a line by itself
47 | ERROR | [x] Each PHP statement must be on a line by itself
48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
48 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
48 | ERROR | [x] Case breaking statements must be followed by a single blank line
48 | ERROR | [x] Closing brace must be on a line by itself
48 | ERROR | [x] Each PHP statement must be on a line by itself
49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
49 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
49 | ERROR | [x] Case breaking statements must be followed by a single blank line
49 | ERROR | [x] Closing brace must be on a line by itself
49 | ERROR | [x] Each PHP statement must be on a line by itself
50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
50 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
50 | ERROR | [x] Case breaking statements must be followed by a single blank line
50 | ERROR | [x] Closing brace must be on a line by itself
50 | ERROR | [x] Each PHP statement must be on a line by itself
51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
51 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
52 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
53 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
53 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
54 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
55 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
56 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
57 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
58 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
59 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
60 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
60 | ERROR | [x] Whitespace found at end of line
61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
61 | ERROR | [ ] Method name "AdminerPlugin::_appendPlugin" is not in lowerCamel format
61 | ERROR | [x] Visibility must be declared on method "_appendPlugin"
61 | ERROR | [x] Missing function doc comment
62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
62 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
63 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
64 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
65 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
65 | ERROR | [x] Short array syntax must be used to define arrays
66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
66 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
67 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
68 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
69 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
70 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
71 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
72 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
73 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
73 | ERROR | [x] Whitespace found at end of line
74 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
74 | WARNING | [x] There must be no blank line following an inline comment
74 | WARNING | [ ] There must be no blank line following an inline comment
74 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
74 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
75 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
75 | ERROR | [x] Whitespace found at end of line
76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
76 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
76 | ERROR | [x] Visibility must be declared on method "dumpFormat"
76 | ERROR | [x] You must use "/**" style comments for a function comment
77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
77 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
78 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
79 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
79 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
80 | ERROR | [x] Whitespace found at end of line
81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
81 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
81 | ERROR | [x] Visibility must be declared on method "dumpOutput"
81 | ERROR | [x] Missing function doc comment
82 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
82 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
83 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
84 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
86 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
86 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
86 | ERROR | [x] Visibility must be declared on method "editRowPrint"
86 | ERROR | [x] Missing function doc comment
87 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
87 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
88 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
88 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
89 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
89 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
91 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
91 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
91 | ERROR | [x] Visibility must be declared on method "editFunctions"
91 | ERROR | [x] Missing function doc comment
92 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
92 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
93 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
93 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
94 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
96 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
96 | WARNING | [x] There must be no blank line following an inline comment
96 | WARNING | [ ] There must be no blank line following an inline comment
96 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
96 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
97 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
97 | ERROR | [x] Whitespace found at end of line
98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
98 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
98 | ERROR | [x] Visibility must be declared on method "name"
98 | ERROR | [x] You must use "/**" style comments for a function comment
99 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
99 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
100 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
101 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
103 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
103 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
103 | ERROR | [x] Visibility must be declared on method "credentials"
103 | ERROR | [x] Missing function doc comment
104 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
104 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
105 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
105 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
106 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
106 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
108 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
108 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
108 | ERROR | [x] Visibility must be declared on method "connectSsl"
108 | ERROR | [x] Missing function doc comment
109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
109 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
110 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
111 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
113 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
113 | ERROR | [x] Visibility must be declared on method "permanentLogin"
113 | ERROR | [x] Missing function doc comment
113 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
114 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
115 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
116 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
118 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
118 | ERROR | [x] Visibility must be declared on method "bruteForceKey"
118 | ERROR | [x] Missing function doc comment
119 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
119 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
120 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
120 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
121 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
121 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
123 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
123 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
123 | ERROR | [x] Visibility must be declared on method "serverName"
123 | ERROR | [x] Missing function doc comment
124 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
124 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
125 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
125 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
126 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
128 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
128 | ERROR | [x] Visibility must be declared on method "database"
128 | ERROR | [x] Missing function doc comment
129 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
129 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
130 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
131 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
131 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
133 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
133 | ERROR | [x] Visibility must be declared on method "schemas"
133 | ERROR | [x] Missing function doc comment
134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
134 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
135 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
135 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
136 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
136 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
138 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
138 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
138 | ERROR | [x] Visibility must be declared on method "databases"
138 | ERROR | [x] Missing function doc comment
138 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
139 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
140 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
141 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
141 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
143 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
143 | ERROR | [x] Visibility must be declared on method "queryTimeout"
143 | ERROR | [x] Missing function doc comment
144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
144 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
145 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
146 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
148 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
148 | ERROR | [x] Visibility must be declared on method "headers"
148 | ERROR | [x] Missing function doc comment
149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
149 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
150 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
151 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
153 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
153 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
153 | ERROR | [x] Visibility must be declared on method "csp"
153 | ERROR | [x] Missing function doc comment
154 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
154 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
155 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
155 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
156 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
156 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
158 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
158 | ERROR | [x] Visibility must be declared on method "head"
158 | ERROR | [x] Missing function doc comment
159 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
159 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
160 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
161 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
161 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
163 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
163 | ERROR | [x] Visibility must be declared on method "css"
163 | ERROR | [x] Missing function doc comment
164 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
164 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
165 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
165 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
166 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
166 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
168 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
168 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
168 | ERROR | [x] Visibility must be declared on method "loginForm"
168 | ERROR | [x] Missing function doc comment
169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
169 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
170 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
171 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
171 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
173 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
173 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
173 | ERROR | [x] Visibility must be declared on method "loginFormField"
173 | ERROR | [x] Missing function doc comment
174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
174 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
175 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
175 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
176 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
176 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
178 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
178 | ERROR | [x] Visibility must be declared on method "login"
178 | ERROR | [x] Missing function doc comment
179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
179 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
180 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
180 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
181 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
181 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
183 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
183 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
183 | ERROR | [x] Visibility must be declared on method "tableName"
183 | ERROR | [x] Missing function doc comment
184 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
184 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
185 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
185 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
186 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
186 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
188 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
188 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
188 | ERROR | [x] Visibility must be declared on method "fieldName"
188 | ERROR | [x] Missing function doc comment
189 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
189 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
190 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
190 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
191 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
191 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
193 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
193 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
193 | ERROR | [x] Visibility must be declared on method "selectLinks"
193 | ERROR | [x] Missing function doc comment
194 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
194 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
195 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
195 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
196 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
196 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
198 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
198 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
198 | ERROR | [x] Visibility must be declared on method "foreignKeys"
198 | ERROR | [x] Missing function doc comment
199 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
199 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
200 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
200 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
201 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
201 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
203 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
203 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
203 | ERROR | [x] Visibility must be declared on method "backwardKeys"
203 | ERROR | [x] Missing function doc comment
204 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
204 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
205 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
205 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
206 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
206 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
208 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
208 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
208 | ERROR | [x] Visibility must be declared on method "backwardKeysPrint"
208 | ERROR | [x] Missing function doc comment
209 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
209 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
210 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
210 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
211 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
211 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
213 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
213 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
213 | ERROR | [x] Visibility must be declared on method "selectQuery"
213 | ERROR | [x] Missing function doc comment
213 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
214 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
214 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
215 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
215 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
216 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
216 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
218 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
218 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
218 | ERROR | [x] Visibility must be declared on method "sqlCommandQuery"
218 | ERROR | [x] Missing function doc comment
219 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
219 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
220 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
220 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
221 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
221 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
223 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
223 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
223 | ERROR | [x] Visibility must be declared on method "rowDescription"
223 | ERROR | [x] Missing function doc comment
224 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
224 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
225 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
225 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
226 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
226 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
228 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
228 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
228 | ERROR | [x] Visibility must be declared on method "rowDescriptions"
228 | ERROR | [x] Missing function doc comment
229 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
229 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
230 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
230 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
231 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
231 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
233 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
233 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
233 | ERROR | [x] Visibility must be declared on method "selectLink"
233 | ERROR | [x] Missing function doc comment
234 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
234 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
235 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
235 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
236 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
236 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
238 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
238 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
238 | ERROR | [x] Visibility must be declared on method "selectVal"
238 | ERROR | [x] Missing function doc comment
239 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
239 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
240 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
240 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
241 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
241 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
243 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
243 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
243 | ERROR | [x] Visibility must be declared on method "editVal"
243 | ERROR | [x] Missing function doc comment
244 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
244 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
245 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
245 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
246 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
246 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
248 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
248 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
248 | ERROR | [x] Visibility must be declared on method "tableStructurePrint"
248 | ERROR | [x] Missing function doc comment
249 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
249 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
250 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
250 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
251 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
251 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
253 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
253 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
253 | ERROR | [x] Visibility must be declared on method "tableIndexesPrint"
253 | ERROR | [x] Missing function doc comment
254 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
254 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
255 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
255 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
256 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
256 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
258 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
258 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
258 | ERROR | [x] Visibility must be declared on method "selectColumnsPrint"
258 | ERROR | [x] Missing function doc comment
259 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
259 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
260 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
260 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
261 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
261 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
263 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
263 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
263 | ERROR | [x] Visibility must be declared on method "selectSearchPrint"
263 | ERROR | [x] Missing function doc comment
264 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
264 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
265 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
265 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
266 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
266 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
268 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
268 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
268 | ERROR | [x] Visibility must be declared on method "selectOrderPrint"
268 | ERROR | [x] Missing function doc comment
269 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
269 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
270 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
270 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
271 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
271 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
273 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
273 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
273 | ERROR | [x] Visibility must be declared on method "selectLimitPrint"
273 | ERROR | [x] Missing function doc comment
274 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
274 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
275 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
275 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
276 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
276 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
278 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
278 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
278 | ERROR | [x] Visibility must be declared on method "selectLengthPrint"
278 | ERROR | [x] Missing function doc comment
279 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
279 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
280 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
280 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
281 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
281 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
283 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
283 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
283 | ERROR | [x] Visibility must be declared on method "selectActionPrint"
283 | ERROR | [x] Missing function doc comment
284 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
284 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
285 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
285 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
286 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
286 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
288 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
288 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
288 | ERROR | [x] Visibility must be declared on method "selectCommandPrint"
288 | ERROR | [x] Missing function doc comment
289 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
289 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
290 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
290 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
291 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
291 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
293 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
293 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
293 | ERROR | [x] Visibility must be declared on method "selectImportPrint"
293 | ERROR | [x] Missing function doc comment
294 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
294 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
295 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
295 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
296 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
296 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
298 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
298 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
298 | ERROR | [x] Visibility must be declared on method "selectEmailPrint"
298 | ERROR | [x] Missing function doc comment
299 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
299 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
300 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
300 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
301 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
301 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
303 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
303 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
303 | ERROR | [x] Visibility must be declared on method "selectColumnsProcess"
303 | ERROR | [x] Missing function doc comment
304 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
304 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
305 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
305 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
306 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
306 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
308 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
308 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
308 | ERROR | [x] Visibility must be declared on method "selectSearchProcess"
308 | ERROR | [x] Missing function doc comment
309 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
309 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
310 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
310 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
311 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
311 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
313 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
313 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
313 | ERROR | [x] Visibility must be declared on method "selectOrderProcess"
313 | ERROR | [x] Missing function doc comment
314 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
314 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
315 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
315 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
316 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
316 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
318 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
318 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
318 | ERROR | [x] Visibility must be declared on method "selectLimitProcess"
318 | ERROR | [x] Missing function doc comment
319 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
319 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
320 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
320 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
321 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
321 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
323 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
323 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
323 | ERROR | [x] Visibility must be declared on method "selectLengthProcess"
323 | ERROR | [x] Missing function doc comment
324 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
324 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
325 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
325 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
326 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
326 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
328 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
328 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
328 | ERROR | [x] Visibility must be declared on method "selectEmailProcess"
328 | ERROR | [x] Missing function doc comment
329 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
329 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
330 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
330 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
331 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
331 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
333 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
333 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
333 | ERROR | [x] Visibility must be declared on method "selectQueryBuild"
333 | ERROR | [x] Missing function doc comment
334 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
334 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
335 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
335 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
336 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
336 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
338 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
338 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
338 | ERROR | [x] Visibility must be declared on method "messageQuery"
338 | ERROR | [x] Missing function doc comment
338 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
339 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
339 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
340 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
340 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
341 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
341 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
343 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
343 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
343 | ERROR | [x] Visibility must be declared on method "editInput"
343 | ERROR | [x] Missing function doc comment
344 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
344 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
345 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
345 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
346 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
346 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
348 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
348 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
348 | ERROR | [x] Visibility must be declared on method "editHint"
348 | ERROR | [x] Missing function doc comment
349 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
349 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
350 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
350 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
351 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
351 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
353 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
353 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
353 | ERROR | [x] Visibility must be declared on method "processInput"
353 | ERROR | [x] Missing function doc comment
354 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
354 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
355 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
355 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
356 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
356 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
358 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
358 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
358 | ERROR | [x] Visibility must be declared on method "dumpDatabase"
358 | ERROR | [x] Missing function doc comment
359 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
359 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
360 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
360 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
361 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
361 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
363 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
363 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
363 | ERROR | [x] Visibility must be declared on method "dumpTable"
363 | ERROR | [x] Missing function doc comment
364 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
364 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
365 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
365 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
366 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
366 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
368 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
368 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
368 | ERROR | [x] Visibility must be declared on method "dumpData"
368 | ERROR | [x] Missing function doc comment
369 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
369 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
370 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
370 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
371 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
371 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
373 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
373 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
373 | ERROR | [x] Visibility must be declared on method "dumpFilename"
373 | ERROR | [x] Missing function doc comment
374 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
374 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
375 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
375 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
376 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
376 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
378 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
378 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
378 | ERROR | [x] Visibility must be declared on method "dumpHeaders"
378 | ERROR | [x] Missing function doc comment
378 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
379 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
379 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
380 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
380 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
381 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
381 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
383 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
383 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
383 | ERROR | [x] Visibility must be declared on method "importServerPath"
383 | ERROR | [x] Missing function doc comment
384 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
384 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
385 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
385 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
386 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
386 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
388 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
388 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
388 | ERROR | [x] Visibility must be declared on method "homepage"
388 | ERROR | [x] Missing function doc comment
389 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
389 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
390 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
390 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
391 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
391 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
393 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
393 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
393 | ERROR | [x] Visibility must be declared on method "navigation"
393 | ERROR | [x] Missing function doc comment
394 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
394 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
395 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
395 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
396 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
396 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
398 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
398 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
398 | ERROR | [x] Visibility must be declared on method "databasesPrint"
398 | ERROR | [x] Missing function doc comment
399 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
399 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
400 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
400 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
401 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
401 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
403 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
403 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
403 | ERROR | [x] Visibility must be declared on method "tablesPrint"
403 | ERROR | [x] Missing function doc comment
404 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
404 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
405 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
405 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
406 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
406 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
408 | ERROR | [x] Expected 1 newline at end of file; 0 found
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 869 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /home/prem/Documents/drupal-10.3.1/web/modules/contrib/admin_database/assets/plugins/frames.php
------------------------------------------------------------------------------------------------------------------------------------
FOUND 58 ERRORS AND 2 WARNINGS AFFECTING 26 LINES
------------------------------------------------------------------------------------------------------------------------------------
3 | ERROR | [x] The open comment tag must be the only content on the line
3 | ERROR | [x] Doc comment short description must be on the first line
4 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
5 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
5 | WARNING | [ ] @author tags are not usually used in Drupal, because over time multiple contributors will touch the code anyway
6 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
7 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
8 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
9 | ERROR | [ ] Class name doesn't match filename; expected "class frames"
9 | WARNING | [ ] Class name must be prefixed with the project name "AdminDatabase"
10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
10 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
10 | ERROR | [x] The open comment tag must be the only content on the line
10 | ERROR | [ ] Missing short description in doc comment
10 | ERROR | [ ] Missing @var tag in member variable comment
11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
11 | ERROR | [x] The var keyword must not be used to declare a property
11 | ERROR | [ ] Visibility must be declared on property "$sameOrigin"
12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
12 | ERROR | [x] Whitespace found at end of line
13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
13 | ERROR | [ ] Missing short description in doc comment
14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
14 | ERROR | [x] Expected 2 space(s) before asterisk; 1 found
14 | ERROR | [ ] Missing parameter comment
14 | ERROR | [ ] Missing parameter name
15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
15 | ERROR | [x] Expected 2 space(s) before asterisk; 1 found
16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
16 | ERROR | [x] Visibility must be declared on method "__construct"
16 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
17 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
19 | ERROR | [x] Whitespace found at end of line
20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
20 | ERROR | [x] Visibility must be declared on method "headers"
20 | ERROR | [x] Missing function doc comment
21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
21 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
22 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
23 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
23 | ERROR | [x] Expected newline after closing brace
24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
24 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
25 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
27 | ERROR | [x] Whitespace found at end of line
28 | ERROR | [x] Expected 1 newline at end of file; 0 found
------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 51 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------

Time: 209ms; Memory: 14MB

๐Ÿ“Œ Task
Status

RTBC

Version

1.1

Component

Code

Created by

๐Ÿ‡ฎ๐Ÿ‡ณIndia prem suthar Ahemdabad- Gujrat , Jodhpur - Rajsthan

Live updates comments and jobs are added and updated live.
  • Coding standards

    It involves compliance with, or the content of coding standards. Requires broad community agreement.

Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @prem suthar
  • Assigned to kalash-j
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia kalash-j jaipur
  • Status changed to Needs review 4 months ago
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia kalash-j jaipur

    I have fixed all the coding standards.

  • Issue was unassigned.
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia kalash-j jaipur
  • Status changed to Needs work 4 months ago
  • ๐Ÿ‡ต๐Ÿ‡ญPhilippines clarkssquared

    Hi

    I can still see PHPCS issues after I applied your MR !2

    โžœ  admin_database git:(main) โœ— curl https://git.drupalcode.org/project/admin_database/-/merge_requests/2.diff | patch -p1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 26028    0 26028    0     0  48477      0 --:--:-- --:--:-- --:--:-- 49016
    patching file 'assets/adminer_with_plugins.php'
    patching file 'assets/plugins/AdminDatabaseAdminerPlugin.php'
    patching file 'assets/plugins/AdminDatabaseFrames.php'
    patching file 'assets/plugins/frames.php'
    patching file 'assets/plugins/plugin.php'
    patching file 'src/Controller/AdminDatabaseController.php'
    โžœ  admin_database git:(main) โœ— ..
    โžœ  contrib git:(main) โœ— phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml admin_database 
    
    FILE: .../d10/drupal_local/web/modules/contrib/admin_database/admin_database.module
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
      1 | ERROR | [x] The PHP open tag must be followed by exactly one blank line
      1 | ERROR | [x] Missing file doc comment
      7 | ERROR | [x] Expected 1 blank line before function; 2 found
     15 | ERROR | [x] Expected 1 blank line after function; 2 found
     21 | ERROR | [ ] admin_database_install() is an installation hook and must be
        |       |     declared in an install file
     34 | ERROR | [x] Expected 1 blank line after function; 2 found
     40 | ERROR | [ ] admin_database_uninstall() is an installation hook and must
        |       |     be declared in an install file
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...ing/Projects/d10/drupal_local/web/modules/contrib/admin_database/README.md
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
     4 | WARNING | [ ] Line exceeds 80 characters; contains 93 characters
     5 | WARNING | [ ] Line exceeds 80 characters; contains 132 characters
     9 | ERROR   | [x] Expected 1 newline at end of file; 0 found
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...10/drupal_local/web/modules/contrib/admin_database/admin_database.info.yml
    --------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     1 | WARNING | Remove "project" from the info file, it will be added by
       |         | drupal.org packaging automatically
     1 | WARNING | Remove "datestamp" from the info file, it will be added by
       |         | drupal.org packaging automatically
     1 | WARNING | Remove "version" from the info file, it will be added by
       |         | drupal.org packaging automatically
    --------------------------------------------------------------------------------
    
    Time: 281ms; Memory: 10MB
    
    โžœ  contrib git:(main) โœ— 
    
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia dev2.addweb

    nilesh.addweb โ†’ made their first commit to this issueโ€™s fork.

  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia dev2.addweb

    Hello,

    I have fixed all above mentioned errors and warnings.

  • Status changed to Needs review 4 months ago
  • Status changed to RTBC 4 months ago
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia bhaveshdas

    I have tested MR!2 and it is working properly with no errors found. I will move it forward to RTBC.

Production build 0.71.5 2024