Problem/Motivation
phpcs --standard=Drupal,DrupalPractice --extensions=php,inc,module,install,info,test,profile,theme modules/contrib/gutenberg/ --ignore=*/vendor/*
Result:
FILE: tests/src/Functional/ContentTypeEditTest.php
-------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------------------
22 | ERROR | Do not disable strict config schema checking in tests. Instead ensure your module properly declares its schema for configurations.
-------------------------------------------------------------------------------------------------------------------------------------------------
FILE: tests/src/Functional/ModuleEnableTest.php
-------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------------------
17 | ERROR | Do not disable strict config schema checking in tests. Instead ensure your module properly declares its schema for configurations.
-------------------------------------------------------------------------------------------------------------------------------------------------
FILE: tests/src/FunctionalJavascript/GutenbergWebdriverTestBase.php
-------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------------------
20 | ERROR | Do not disable strict config schema checking in tests. Instead ensure your module properly declares its schema for configurations.
-------------------------------------------------------------------------------------------------------------------------------------------------
FILE: gutenberg.module
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AND 7 WARNINGS AFFECTING 11 LINES
----------------------------------------------------------------------------------------------------------------------------------------------
20 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\gutenberg\GutenbergElementInfoAlter.
28 | WARNING | [ ] Global constants should not be used, move it to a class or interface
29 | WARNING | [ ] Global constants should not be used, move it to a class or interface
30 | WARNING | [ ] There must be no blank line following an inline comment
491 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
494 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters
580 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
583 | ERROR | [ ] The array declaration extends to column 127 (the limit is 120). The array content should be split up over multiple lines
652 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
659 | WARNING | [ ] Line exceeds 80 characters; contains 86 characters
998 | WARNING | [ ] Unused variable $name.
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------
FILE: scripts/gutenberg-dependencies.php
----------------------------------------------------------------------------------------------------------------------
FOUND 8 ERRORS AND 3 WARNINGS AFFECTING 9 LINES
----------------------------------------------------------------------------------------------------------------------
10 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\gutenberg\ScanDir.
12 | WARNING | [ ] Unused variable $_GUTENBERG_HELP.
42 | ERROR | [x] Use null coalesce operator instead of ternary operator.
42 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
90 | WARNING | [ ] Unused variable $version.
113 | ERROR | [x] Whitespace found at end of line
117 | ERROR | [x] Whitespace found at end of line
120 | ERROR | [x] The first index in a multi-value array must be on a new line
121 | WARNING | [x] A comma should follow the last multiline array item. Found: $css_id
122 | ERROR | [x] Closing parenthesis of array declaration must be on a new line
122 | ERROR | [x] Expected 1 space before ":"; 0 found
----------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------
FILE: scripts/generate-translations-core-blocks.php
-------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------
FILE: scripts/generate-vendor.php
-------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
-------------------------------------------------------------------------------------
8 | WARNING | Unused variable $_GUTENBERG_HELP.
24 | WARNING | Global constants should not be used, move it to a class or interface
25 | WARNING | Global constants should not be used, move it to a class or interface
26 | WARNING | Global constants should not be used, move it to a class or interface
-------------------------------------------------------------------------------------
FILE: scripts/utils.inc.php
--------------------------------------------------------------------------------
FOUND 3 ERRORS AND 1 WARNING AFFECTING 3 LINES
--------------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
1 | ERROR | [x] The PHP open tag must be followed by exactly one blank line
8 | ERROR | [x] Expected 1 blank line before function; 0 found
12 | WARNING | [ ] Unused variable $key.
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------
FILE: scripts/write-gutenberg-version.php
---------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
---------------------------------------------------------------------------------
6 | WARNING | Line exceeds 80 characters; contains 84 characters
9 | WARNING | Line exceeds 80 characters; contains 92 characters
12 | WARNING | Unused variable $_GUTENBERG_HELP.
71 | WARNING | Line exceeds 80 characters; contains 86 characters
---------------------------------------------------------------------------------
FILE: modules/gutenberg_cloud/src/CloudBlockBase.php
-----------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
-----------------------------------------------------------------------------------------------------------------
7 | WARNING | The class short comment should describe what the class does and not simply repeat the class name
57 | ERROR | Class property $edit_css should use lowerCamel naming without underscores
64 | ERROR | Class property $view_css should use lowerCamel naming without underscores
-----------------------------------------------------------------------------------------------------------------
FILE: modules/gutenberg_cloud/src/CloudBlock.php
----------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------
7 | WARNING | The class short comment should describe what the class does and not simply repeat the class name
----------------------------------------------------------------------------------------------------------------
FILE: modules/gutenberg_cloud/src/CloudBlockManager.php
-----------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------
10 | WARNING | The class short comment should describe what the class does and not simply repeat the class name
-----------------------------------------------------------------------------------------------------------------
FILE: src/Discovery/BlockJsonDiscovery.php
----------------------------------------------------------------------------------
FOUND 2 ERRORS AND 2 WARNINGS AFFECTING 4 LINES
----------------------------------------------------------------------------------
41 | WARNING | Unused variable $provider.
48 | WARNING | Unused variable $provider.
76 | ERROR | Description for the @return value is missing
90 | ERROR | Description for the @return value is missing
----------------------------------------------------------------------------------
FILE: src/DataProvider/MediaEntityDataProvider.php
---------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------------------
27 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
---------------------------------------------------------------------------------------------
FILE: src/DataProvider/FileEntityDataProvider.php
---------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
---------------------------------------------------------------------------------------------
27 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
39 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
---------------------------------------------------------------------------------------------
FILE: src/DataProvider/BaseDataProvider.php
-----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------------------------------------------------
67 | ERROR | [ ] unserialize() is insecure unless allowed classes are limited. Use a safe format like JSON or use the allowed_classes option.
91 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 38
-----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------------------
FILE: src/GutenbergLibraryManager.php
-------------------------------------------------------------------------------------------------------------------------
FOUND 10 ERRORS AND 4 WARNINGS AFFECTING 14 LINES
-------------------------------------------------------------------------------------------------------------------------
31 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
217 | WARNING | [x] 'TODO: A better way to do this?' should match the format '@todo Fix problem X here.'
257 | ERROR | [x] Whitespace found at end of line
337 | ERROR | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
338 | ERROR | [x] Whitespace found at end of line
340 | ERROR | [x] Parameter comment indentation must be 3 spaces, found 2 spaces
342 | ERROR | [x] Parameter comment indentation must be 3 spaces, found 1 spaces
343 | ERROR | [x] Whitespace found at end of line
344 | ERROR | [x] Additional blank lines found at end of doc comment
347 | WARNING | [ ] Unused variable $key.
351 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
360 | ERROR | [x] Whitespace found at end of line
367 | ERROR | [x] Expected 1 blank line after function; 0 found
368 | ERROR | [x] The closing brace for the class must have an empty line before it
-------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------
FILE: src/GutenbergContentTypeManager.php
-----------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------------
8 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Config\ConfigFactoryInterface.
-----------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------
FILE: src/Ajax/UpdateMediaEntitiesCommand.php
-------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------
10 | WARNING | Line exceeds 80 characters; contains 93 characters
-------------------------------------------------------------------------------------
FILE: src/Controller/BlocksController.php
---------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
---------------------------------------------------------------------------------------------
94 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
95 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
96 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
---------------------------------------------------------------------------------------------
FILE: src/Controller/MediaController.php
----------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
----------------------------------------------------------------------------------------------------------------------------
8 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Image\ImageFactory.
286 | WARNING | [ ] Exceptions should not be translated
290 | WARNING | [ ] Exceptions should not be translated
----------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------
FILE: src/Controller/UtilsController.php
--------------------------------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
--------------------------------------------------------------------------------------------------------------------------------
7 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Controller\ControllerBase.
58 | ERROR | [ ] Doc comment short description must end with a full stop
58 | ERROR | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
60 | ERROR | [x] Additional blank lines found at end of doc comment
68 | ERROR | [x] There should be no white space after an opening "("
--------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------
FILE: src/Controller/SearchController.php
--------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 3 WARNINGS AFFECTING 4 LINES
--------------------------------------------------------------------------------------------------------------------
8 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\node\Entity\Node.
38 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
46 | WARNING | [ ] Node::loadMultiple calls should be avoided in classes, use dependency injection instead
58 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
--------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------
FILE: src/Controller/ReusableBlocksController.php
-----------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 5 WARNINGS AFFECTING 5 LINES
-----------------------------------------------------------------------------------------------------------------
55 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
60 | WARNING | BlockContent::loadMultiple calls should be avoided in classes, use dependency injection instead
64 | WARNING | Unused variable $key.
164 | WARNING | BlockContent::load calls should be avoided in classes, use dependency injection instead
198 | WARNING | BlockContent::load calls should be avoided in classes, use dependency injection instead
-----------------------------------------------------------------------------------------------------------------
FILE: src/TinyColor.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 753 ERRORS AND 10 WARNINGS AFFECTING 340 LINES
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
5 | ERROR | [x] Missing class doc comment
6 | ERROR | [x] Opening brace should be on the same line as the declaration
7 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
7 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
8 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
9 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
9 | ERROR | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
13 | ERROR | [ ] Parameter tags must be defined first in a doc comment
13 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
13 | ERROR | [x] Parameter comment must be on the next line
14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
14 | ERROR | [x] Expected 1 spaces after parameter type; 3 found
14 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
14 | ERROR | [x] Parameter comment must be on the next line
15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
15 | ERROR | [x] Separate the @param and @return sections by a blank line.
15 | ERROR | [ ] Description for the @return value must be on the next line
16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
17 | ERROR | [x] Expected 1 blank line before function; 0 found
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
18 | ERROR | [x] Opening brace should be on the same line as the declaration
19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
19 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
19 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
20 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
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
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
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 4 spaces, found 2
26 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
27 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
28 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
30 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
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 6 spaces, found 3
33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
33 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
35 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
36 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
37 | 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] Line indented incorrectly; expected 2 spaces, found 1
40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
41 | ERROR | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
45 | ERROR | [ ] Parameter tags must be defined first in a doc comment
45 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
45 | ERROR | [x] Parameter comment must be on the next line
46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
46 | ERROR | [x] Separate the @param and @return sections by a blank line.
46 | ERROR | [ ] Description for the @return value must be on the next line
47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
48 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
48 | ERROR | [ ] Public method name "TinyColor::bound_alpha" is not in lowerCamel format
49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
49 | ERROR | [x] Opening brace should be on the same line as the declaration
50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
50 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
51 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
52 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
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
54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
54 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
55 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
56 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
57 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
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
61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
64 | ERROR | [ ] Parameter tags must be defined first in a doc comment
64 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
64 | ERROR | [x] Parameter comment must be on the next line
65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
65 | ERROR | [x] Separate the @param and @return sections by a blank line.
65 | ERROR | [ ] Description for the @return value must be on the next line
66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
67 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
67 | ERROR | [ ] Public method name "TinyColor::rgb_to_rgb" is not in lowerCamel format
68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
68 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
68 | ERROR | [x] Opening brace should be on the same line as the declaration
69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
69 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
69 | ERROR | [x] Short array syntax must be used to define arrays
70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
70 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
70 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
71 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
71 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
72 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
72 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
73 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
74 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
74 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
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
77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
79 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
81 | ERROR | [ ] Parameter tags must be defined first in a doc comment
81 | ERROR | [ ] Parameter comment must start with a capital letter
81 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
81 | ERROR | [x] Parameter comment must be on the next line
82 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
82 | ERROR | [ ] Parameter comment must start with a capital letter
82 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
82 | ERROR | [x] Parameter comment must be on the next line
83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
83 | ERROR | [ ] Parameter comment must start with a capital letter
83 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
83 | ERROR | [x] Parameter comment must be on the next line
84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
84 | ERROR | [x] Separate the @param and @return sections by a blank line.
84 | ERROR | [ ] Description for the @return value must be on the next line
85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
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 | [ ] Public method name "TinyColor::hue_to_rgb" is not in lowerCamel format
87 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
87 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
87 | ERROR | [x] Opening brace should be on the same line as the declaration
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 6 spaces, found 3
90 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
90 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
91 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
91 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
92 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
92 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
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 4 spaces, found 2
95 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
95 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
96 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
96 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
97 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
97 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
98 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
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 6 spaces, found 3
102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
102 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
103 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
103 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
104 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
104 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
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
107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
108 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
111 | ERROR | [ ] Parameter tags must be defined first in a doc comment
111 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
111 | ERROR | [x] Parameter comment must be on the next line
112 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
112 | ERROR | [x] Separate the @param and @return sections by a blank line.
112 | ERROR | [ ] Description for the @return value must be on the next line
113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
114 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
114 | ERROR | [ ] Public method name "TinyColor::hsl_to_rgb" is not in lowerCamel format
115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
115 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
115 | ERROR | [x] Opening brace should be on the same line as the declaration
116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
116 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
117 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
117 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
118 | 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 6 spaces, found 3
122 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
122 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
123 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
123 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
124 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
124 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
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
125 | ERROR | [x] Expected newline after closing brace
126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
126 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
127 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
128 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
129 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
129 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
130 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
131 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
131 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
133 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
133 | ERROR | [x] Short array syntax must be used to define arrays
134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
134 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
134 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
135 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
135 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
135 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
136 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
136 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
136 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
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
140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
140 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
141 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
141 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
142 | ERROR | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
147 | ERROR | [ ] Parameter tags must be defined first in a doc comment
147 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
147 | ERROR | [x] Parameter comment must be on the next line
148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
148 | ERROR | [x] Separate the @param and @return sections by a blank line.
148 | ERROR | [ ] Description for the @return value must be on the next line
149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
150 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
150 | ERROR | [ ] Public method name "TinyColor::string_to_rgb" is not in lowerCamel format
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
151 | ERROR | [x] Opening brace should be on the same line as the declaration
152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
152 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
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
157 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
157 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
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
162 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
162 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
163 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
164 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
164 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
165 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
165 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 4
165 | ERROR | [x] Short array syntax must be used to define arrays
166 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
166 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
166 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
167 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
167 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
168 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
168 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
168 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
170 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 3
172 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
172 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3
174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
174 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3
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
177 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
177 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
178 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
179 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
180 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
180 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 4
180 | ERROR | [x] Short array syntax must be used to define arrays
181 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
181 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
181 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
182 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
182 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
182 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
183 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
183 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
183 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
184 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
185 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
185 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 3
187 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
187 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3
189 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
189 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3
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
192 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
192 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
193 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
193 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
194 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
194 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
195 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
195 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 4
195 | ERROR | [x] Short array syntax must be used to define arrays
196 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
196 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
196 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
197 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
197 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
197 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
198 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
198 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
198 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
199 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
200 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
200 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 3
202 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
202 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3
204 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
204 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3
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
207 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
207 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
208 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
208 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
209 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
209 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
210 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
210 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 4
210 | ERROR | [x] Short array syntax must be used to define arrays
211 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
211 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
211 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
212 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
212 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
212 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
213 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
213 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
213 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
214 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
215 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
215 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 3
217 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
217 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3
219 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
219 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3
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
222 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
222 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
223 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
223 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
224 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
224 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
225 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
225 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 4
225 | ERROR | [x] Short array syntax must be used to define arrays
226 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
226 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
226 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
227 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
227 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
227 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
228 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
228 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
228 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
229 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
230 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
230 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 3
232 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
232 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3
233 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
233 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 4
234 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
234 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 3
236 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
236 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3
237 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
237 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
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 6 spaces, found 3
242 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
242 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 4
242 | ERROR | [x] Short array syntax must be used to define arrays
243 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
243 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
243 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
244 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
244 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
244 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
245 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
245 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
245 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
246 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
247 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
247 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 3
249 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
249 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3
251 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
251 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3
252 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
252 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
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 6 spaces, found 3
257 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
257 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 4
257 | ERROR | [x] Short array syntax must be used to define arrays
258 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
258 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
258 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
259 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
259 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
259 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
260 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
260 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
260 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
261 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
262 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
262 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 3
264 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
264 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3
265 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
265 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 4
266 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
266 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 3
268 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
268 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3
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
271 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
271 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
272 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
272 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
273 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
273 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
274 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
274 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 4
274 | ERROR | [x] Short array syntax must be used to define arrays
275 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
275 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
275 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
276 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
276 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
276 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
277 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
277 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 5
277 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
278 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
279 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
279 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 3
281 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
281 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3
283 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
283 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3
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
286 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
286 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
287 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
287 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
288 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
288 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
289 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
289 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
289 | ERROR | [x] Short array syntax must be used to define arrays
290 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
290 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 4
290 | ERROR | [x] Array indentation error, expected 5 spaces but found 4
291 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
291 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 4
291 | ERROR | [x] Array indentation error, expected 5 spaces but found 4
292 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
292 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 4
292 | ERROR | [x] Array indentation error, expected 5 spaces but found 4
293 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
293 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces, found 4
293 | ERROR | [x] Array indentation error, expected 5 spaces but found 4
294 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
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
296 | ERROR | [x] Expected 1 blank line after function; 2 found
299 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
299 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
300 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
300 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
301 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
302 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
303 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
304 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
304 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
304 | ERROR | [x] Inline comments must start with a capital letter
305 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
305 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
305 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
305 | ERROR | [x] Tab found before comment text; expected "// $has_duotone_support = false;" but found "// $has_duotone_support = false;"
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
306 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
306 | ERROR | [x] Tab found before comment text; expected "// if ( property_exists( $block_type, 'supports' ) ) {" but found "// if ( property_exists( $block_type, 'supports' ) ) {"
307 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
307 | WARNING | [ ] Line exceeds 80 characters; contains 118 characters
307 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
307 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
307 | ERROR | [x] Tab found before comment text; expected "// $has_duotone_support = _wp_array_get( $block_type->supports, array( 'color', '__experimentalDuotone' ), false );" but found "// $has_duotone_support =
| | _wp_array_get( $block_type->supports, array( 'color', '__experimentalDuotone' ), false );"
308 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
308 | WARNING | [x] There must be no blank line following an inline comment
308 | WARNING | [ ] There must be no blank line following an inline comment
308 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
308 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
308 | ERROR | [x] Tab found before comment text; expected "// }" but found "// }"
308 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
310 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
310 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
310 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
310 | ERROR | [x] Tab found before comment text; expected "// if ( $has_duotone_support ) {" but found "// if ( $has_duotone_support ) {"
310 | ERROR | [x] Inline comments must start with a capital letter
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
311 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
311 | ERROR | [x] Tab found before comment text; expected "// if ( ! $block_type->attributes ) {" but found "// if ( ! $block_type->attributes ) {"
312 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
312 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
312 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
312 | ERROR | [x] Tab found before comment text; expected "// $block_type->attributes = array();" but found "// $block_type->attributes = array();"
313 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
313 | WARNING | [x] There must be no blank line following an inline comment
313 | WARNING | [ ] There must be no blank line following an inline comment
313 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
313 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
313 | ERROR | [x] Tab found before comment text; expected "// }" but found "// }"
315 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
315 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
315 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
315 | ERROR | [x] Tab found before comment text; expected "// if ( ! array_key_exists( 'style', $block_type->attributes ) ) {" but found "// if ( ! array_key_exists( 'style', $block_type->attributes ) ) {"
315 | ERROR | [x] Inline comments must start with a capital letter
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
316 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
316 | ERROR | [x] Tab found before comment text; expected "// $block_type->attributes['style'] = array(" but found "// $block_type->attributes['style'] = array("
317 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
317 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
317 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
317 | ERROR | [x] Tab found before comment text; expected "// 'type' => 'object'," but found "// 'type' => 'object',"
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] Spaces must be used for alignment; tabs are not allowed
318 | ERROR | [x] Tab found before comment text; expected "// );" but found "// );"
319 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
319 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
319 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
319 | ERROR | [x] Tab found before comment text; expected "// }" but found "// }"
320 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
320 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
320 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
320 | ERROR | [x] Tab found before comment text; expected "// }" but found "// }"
321 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
321 | WARNING | [ ] There must be no blank line following an inline comment
321 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
321 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
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
324 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
325 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
325 | ERROR | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
326 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
327 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
327 | ERROR | [x] Parameter comment must be on the next line
328 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
329 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
329 | ERROR | [ ] Description for the @return value must be on the next line
330 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
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
331 | ERROR | [ ] Method name "TinyColor::gutenberg_render_duotone_filter_preset" is not in lowerCamel format
331 | ERROR | [x] Visibility must be declared on method "gutenberg_render_duotone_filter_preset"
332 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
332 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
332 | ERROR | [x] Opening brace should be on the same line as the declaration
333 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
333 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
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 4 spaces, found 2
336 | ERROR | [x] Short array syntax must be used to define arrays
337 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
337 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
337 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
337 | ERROR | [x] Short array syntax must be used to define arrays
338 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
338 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
338 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
338 | ERROR | [x] Short array syntax must be used to define arrays
339 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
339 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
339 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
339 | ERROR | [x] Short array syntax must be used to define arrays
340 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
340 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
340 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
340 | ERROR | [x] Short array syntax must be used to define arrays
341 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
342 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
342 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
343 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
343 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
345 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
345 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
346 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
346 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
347 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
347 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
348 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
348 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
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
351 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
351 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
353 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
355 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
356 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
357 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
358 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
359 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
360 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
361 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
362 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
363 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
364 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
365 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
366 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
367 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
368 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
369 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
370 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
371 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
372 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
373 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
375 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
377 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
377 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
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 6 spaces, found 3
381 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
381 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
382 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
382 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
383 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
383 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
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
386 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
386 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
387 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
387 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
387 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
387 | ERROR | [x] Tab found before comment text; expected "// // SVG filters won't render at all in the head of a document and" but found "// // SVG filters won't render at all in the head of a document and"
388 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
388 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
388 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
388 | ERROR | [x] Tab found before comment text; expected "// // Safari incorrectly renders SVG filters in the footer, so the" but found "// // Safari incorrectly renders SVG filters in the footer, so the"
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
389 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
389 | ERROR | [x] Tab found before comment text; expected "// // beginning of the body seems to be the safest place to render." but found "// // beginning of the body seems to be the safest place to render."
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
390 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
390 | ERROR | [x] Tab found before comment text; expected "// 'wp_body_open'," but found "// 'wp_body_open',"
391 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
391 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
391 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
391 | ERROR | [x] Tab found before comment text; expected "// function () use ( $svg ) {" but found "// function () use ( $svg ) {"
392 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
392 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
392 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
392 | ERROR | [x] Tab found before comment text; expected "// echo $svg;" but found "// echo $svg;"
393 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
393 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
393 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
393 | ERROR | [x] Tab found before comment text; expected "// }" but found "// }"
394 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
394 | WARNING | [x] There must be no blank line following an inline comment
394 | WARNING | [ ] There must be no blank line following an inline comment
394 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
394 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
396 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
396 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
397 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
397 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
397 | ERROR | [x] Expected 1 blank line after function; 0 found
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 730 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: src/Form/BlockSettingsForm.php
-------------------------------------------------------------------------------------------------------------------------------------
FOUND 8 ERRORS AND 7 WARNINGS AFFECTING 13 LINES
-------------------------------------------------------------------------------------------------------------------------------------
9 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Block\BlockManagerInterface.
14 | WARNING | [x] Unused use statement
88 | ERROR | [ ] Parameter $config is not described in comment
112 | WARNING | [x] There must be no blank line following an inline comment
112 | WARNING | [ ] There must be no blank line following an inline comment
127 | WARNING | [x] A comma should follow the last multiline array item. Found: 'return false;'
129 | ERROR | [x] Short array syntax must be used to define arrays
130 | ERROR | [x] Short array syntax must be used to define arrays
188 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters
192 | ERROR | [ ] Inline doc block comments are not allowed; use "/* Comment */" or "// Comment" instead
195 | WARNING | [ ] Line exceeds 80 characters; contains 91 characters
195 | ERROR | [x] Inline comments must start with a capital letter
196 | ERROR | [ ] Comment indentation error, expected only 1 spaces
199 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters
202 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
-------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------
FILE: src/ScanDir.php
-----------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------------------
7 | WARNING | The class short comment should describe what the class does and not simply repeat the class name
96 | WARNING | Line exceeds 80 characters; contains 82 characters
-----------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Filter/GutenbergFilter.php
-----------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------------------------------------------------------------
5 | WARNING | [x] Unused use statement
14 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\gutenberg\BlockProcessor\GutenbergBlockProcessorManager.
-----------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/Editor/Gutenberg.php
-------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------
7 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\gutenberg\Controller\UtilsController.
-------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------
FILE: src/Plugin/GutenbergPlugin/DrupalImage.php
-----------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------
7 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Form\FormStateInterface.
-----------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------
FILE: src/GutenbergElementInfoAlter.php
--------------------------------------------------------------------------------------
FOUND 4 ERRORS AND 2 WARNINGS AFFECTING 5 LINES
--------------------------------------------------------------------------------------
16 | WARNING | [ ] Line exceeds 80 characters; contains 93 characters
16 | ERROR | [ ] Doc comment short description must start with a capital letter
21 | ERROR | [x] Whitespace found at end of line
23 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
30 | ERROR | [x] Expected 1 blank line after function; 0 found
31 | ERROR | [x] The closing brace for the class must have an empty line before it
--------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------
FILE: src/Service/MediaService.php
----------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
----------------------------------------------------------------------------------------------
166 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
395 | WARNING | Unused variable $key.
413 | WARNING | Unused variable $key.
459 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
----------------------------------------------------------------------------------------------
FILE: src/Parser/BlockParser.php
------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------
121 | ERROR | [x] list(...) is forbidden, use [...] instead.
293 | ERROR | [x] list(...) is forbidden, use [...] instead.
------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------
FILE: src/Parser/BlockParserFrame.php
-----------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------
76 | ERROR | [x] Use null coalesce operator instead of ternary operator.
-----------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------
FILE: src/GutenbergPluginManager.php
---------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------
7 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Cache\CacheBackendInterface.
---------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------
FILE: src/BlocksRendererHelper.php
------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------
21 | WARNING | The class short comment should describe what the class does and not simply repeat the class name
170 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
171 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
------------------------------------------------------------------------------------------------------------------
FILE: src/MediaSelectionProcessor/MediaSelectionProcessorInterface.php
----------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------
9 | WARNING | The class short comment should describe what the class does and not simply repeat the class name
----------------------------------------------------------------------------------------------------------------
FILE: src/MappingFieldsHelper.php
---------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
---------------------------------------------------------------------------------
118 | ERROR | [x] Use null coalesce operator instead of ternary operator.
167 | ERROR | [ ] Missing parameter comment
168 | ERROR | [x] Separate the @param and @return sections by a blank line.
168 | ERROR | [ ] Description for the @return value is missing
170 | ERROR | [x] Visibility must be declared on method "getInnerHtmlRecursive"
---------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------
FILE: src/BlockProcessor/OEmbedProcessor.php
------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------
117 | ERROR | [x] list(...) is forbidden, use [...] instead.
257 | ERROR | [x] list(...) is forbidden, use [...] instead.
------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------
FILE: src/BlockProcessor/DuotoneProcessor.php
--------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------
8 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\gutenberg\TinyColor.
--------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------
FILE: src/BlockProcessor/ReusableBlockProcessor.php
--------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------
85 | WARNING | BlockContent::load calls should be avoided in classes, use dependency injection instead
--------------------------------------------------------------------------------------------------------
FILE: src/OEmbedResolver.php
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 18 ERRORS AND 4 WARNINGS AFFECTING 10 LINES
----------------------------------------------------------------------------------------------------------------------------------------------
5 | ERROR | [x] When importing a class with "use", do not include a leading \
101 | WARNING | [ ] Line exceeds 80 characters; contains 109 characters
112 | WARNING | [ ] Line exceeds 80 characters; contains 112 characters
145 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
148 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
149 | ERROR | [x] A unary operator statement must not be followed by a space
149 | ERROR | [x] There should be no white space after an opening "("
149 | ERROR | [x] There should be no white space before a closing ")"
153 | ERROR | [x] There should be no white space after an opening "("
153 | ERROR | [x] There should be no white space before a closing ")"
155 | ERROR | [x] There should be no white space after an opening "("
155 | ERROR | [x] There should be no white space before a closing ")"
157 | ERROR | [x] Expected newline after closing brace
158 | ERROR | [x] Expected 1 space after "="; 2 found
158 | ERROR | [x] There should be no white space after an opening "("
158 | ERROR | [x] There should be no white space after an opening "("
158 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
158 | ERROR | [x] There should be no white space after an opening "("
158 | WARNING | [ ] Only string literals should be passed to t() where possible
158 | ERROR | [x] There should be no white space before a closing ")"
158 | ERROR | [x] There should be no white space before a closing ")"
158 | ERROR | [x] There should be no white space before a closing ")"
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------
FILE: src/GutenbergMediaLibraryUiBuilder.php
--------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------------------------------------------------------------
27 | WARNING | [x] '@todo: this is temporary fix that allows for rendering at least one tab' should match the format '@todo Fix problem X here.'
33 | WARNING | [x] '@todo: Add a class to the li element.' should match the format '@todo Fix problem X here.'
--------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------------
FILE: src/BlocksLibraryManager.php
-----------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------
6 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Cache\Cache.
-----------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------
FILE: gutenberg.api.php
----------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------
10 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Routing\RouteMatchInterface.
----------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------
Steps to reproduce
phpcs --standard=Drupal,DrupalPractice --extensions=php,inc,module,install,info,test,profile,theme modules/contrib/gutenberg/ --ignore=*/vendor/*
Proposed resolution
Resolve the PHPCS issues.
Remaining tasks
User interface changes
API changes
Data model changes