Fix the issues reported by phpcs

Created on 7 April 2020, over 4 years ago
Updated 21 August 2024, 3 months ago

Use the below command with arguments:-
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/ekino_rendr

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Form/UpsertChannelForm.php
----------------------------------------------------------------------------------------------
FOUND 85 ERRORS AFFECTING 77 LINES
----------------------------------------------------------------------------------------------
20 | ERROR | [x] Missing class doc comment
21 | ERROR | [x] Opening brace should be on the same line as the declaration
22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
22 | ERROR | [ ] Missing member variable doc comment
23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
23 | ERROR | [ ] Missing member variable doc comment
24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
24 | ERROR | [ ] Missing member variable doc comment
25 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
25 | ERROR | [ ] Missing member variable doc comment
27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
36 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
37 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
39 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
41 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
42 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
43 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
44 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
45 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
47 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
50 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
51 | ERROR | [x] Opening brace should be on the same line as the declaration
52 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
63 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
67 | ERROR | [x] Opening brace should be on the same line as the declaration
68 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
69 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
70 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
72 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
73 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
74 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
75 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
77 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
78 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
79 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
80 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
81 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
84 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
85 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
86 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
87 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
89 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
90 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
91 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
92 | ERROR | [x] Array indentation error, expected 22 spaces but found 24
94 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
95 | ERROR | [x] Array indentation error, expected 22 spaces but found 24
96 | ERROR | [x] Array indentation error, expected 22 spaces but found 24
97 | ERROR | [x] Array indentation error, expected 26 spaces but found 28
99 | ERROR | [x] Array indentation error, expected 22 spaces but found 24
100 | ERROR | [x] Array indentation error, expected 22 spaces but found 24
101 | ERROR | [x] Array indentation error, expected 26 spaces but found 28
103 | ERROR | [x] Array indentation error, expected 22 spaces but found 24
109 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
111 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
112 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
114 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
117 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
118 | ERROR | [x] Opening brace should be on the same line as the declaration
119 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
119 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
120 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
121 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
123 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
125 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
126 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
127 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
129 | ERROR | [x] Case breaking statements must be followed by a single blank line
129 | ERROR | [x] Case breaking statement indented incorrectly; expected 14 spaces, found 16
130 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
131 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
133 | ERROR | [x] Case breaking statements must be followed by a single blank line
133 | ERROR | [x] Case breaking statement indented incorrectly; expected 14 spaces, found 16
134 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
135 | ERROR | [x] Case breaking statement indented incorrectly; expected 14 spaces, found 16
136 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
138 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
139 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
142 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
144 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
145 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
145 | ERROR | [x] Expected 1 blank line after function; 0 found
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 81 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Form/UpsertChannelTypeForm.php
-------------------------------------------------------------------------------------------------
FOUND 63 ERRORS AFFECTING 54 LINES
-------------------------------------------------------------------------------------------------
15 | ERROR | [x] Missing class doc comment
16 | ERROR | [x] Opening brace should be on the same line as the declaration
17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
17 | ERROR | [ ] Missing member variable doc comment
18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
18 | ERROR | [ ] Missing member variable doc comment
19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
19 | ERROR | [ ] Missing member variable doc comment
21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
21 | ERROR | [x] Missing function doc comment
22 | ERROR | [x] Opening brace should be on the same line as the declaration
23 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
24 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
25 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
32 | ERROR | [x] Opening brace should be on the same line as the declaration
33 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
38 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
40 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
43 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
44 | ERROR | [x] Opening brace should be on the same line as the declaration
45 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
46 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
47 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
48 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
49 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
49 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
50 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
51 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
52 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
53 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
56 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
57 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
58 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
59 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
59 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
60 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
61 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
64 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
69 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
70 | ERROR | [x] Opening brace should be on the same line as the declaration
71 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
73 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
74 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
75 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
77 | ERROR | [x] Case breaking statements must be followed by a single blank line
77 | ERROR | [x] Case breaking statement indented incorrectly; expected 14 spaces, found 16
78 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
79 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
81 | ERROR | [x] Case breaking statements must be followed by a single blank line
81 | ERROR | [x] Case breaking statement indented incorrectly; expected 14 spaces, found 16
82 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
83 | ERROR | [x] Case breaking statement indented incorrectly; expected 14 spaces, found 16
84 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
86 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
87 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
90 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
92 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
93 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
93 | ERROR | [x] Expected 1 blank line after function; 0 found
-------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 60 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Form/UpsertPageForm.php
----------------------------------------------------------------------------------------------
FOUND 85 ERRORS AFFECTING 77 LINES
----------------------------------------------------------------------------------------------
20 | ERROR | [x] Missing class doc comment
21 | ERROR | [x] Opening brace should be on the same line as the declaration
22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
22 | ERROR | [ ] Missing member variable doc comment
23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
23 | ERROR | [ ] Missing member variable doc comment
24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
24 | ERROR | [ ] Missing member variable doc comment
25 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
25 | ERROR | [ ] Missing member variable doc comment
27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
36 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
37 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
39 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
40 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
41 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
42 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
43 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
44 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
46 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
50 | ERROR | [x] Opening brace should be on the same line as the declaration
51 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
60 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
62 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
65 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
66 | ERROR | [x] Opening brace should be on the same line as the declaration
67 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
68 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
69 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
71 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
72 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
73 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
74 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
76 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
77 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
78 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
79 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
80 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
83 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
84 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
85 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
86 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
88 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
89 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
90 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
91 | ERROR | [x] Array indentation error, expected 22 spaces but found 24
93 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
94 | ERROR | [x] Array indentation error, expected 22 spaces but found 24
95 | ERROR | [x] Array indentation error, expected 22 spaces but found 24
96 | ERROR | [x] Array indentation error, expected 26 spaces but found 28
98 | ERROR | [x] Array indentation error, expected 22 spaces but found 24
99 | ERROR | [x] Array indentation error, expected 22 spaces but found 24
100 | ERROR | [x] Array indentation error, expected 26 spaces but found 28
102 | ERROR | [x] Array indentation error, expected 22 spaces but found 24
108 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
110 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
111 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
113 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
116 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
117 | ERROR | [x] Opening brace should be on the same line as the declaration
118 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
118 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
119 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
120 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
122 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
124 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
125 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
126 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
128 | ERROR | [x] Case breaking statements must be followed by a single blank line
128 | ERROR | [x] Case breaking statement indented incorrectly; expected 14 spaces, found 16
129 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
130 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
132 | ERROR | [x] Case breaking statements must be followed by a single blank line
132 | ERROR | [x] Case breaking statement indented incorrectly; expected 14 spaces, found 16
133 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
134 | ERROR | [x] Case breaking statement indented incorrectly; expected 14 spaces, found 16
135 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
137 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
138 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
141 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
143 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
144 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
144 | ERROR | [x] Expected 1 blank line after function; 0 found
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 81 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Controller/ApiController.php
-----------------------------------------------------------------------------------------------
FOUND 40 ERRORS AFFECTING 29 LINES
-----------------------------------------------------------------------------------------------
16 | ERROR | [x] Missing class doc comment
17 | ERROR | [x] Opening brace should be on the same line as the declaration
18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
18 | ERROR | [ ] Missing member variable doc comment
19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
19 | ERROR | [ ] Missing member variable doc comment
20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
20 | ERROR | [ ] Missing member variable doc comment
22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
22 | ERROR | [x] Missing function doc comment
27 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
28 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
29 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
32 | ERROR | [x] Missing function doc comment
32 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
32 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
33 | ERROR | [x] Opening brace should be on the same line as the declaration
34 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
36 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
37 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
38 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
38 | ERROR | [x] Expected newline after closing brace
39 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
40 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
42 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
44 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
45 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
46 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
50 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
51 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
51 | ERROR | [x] Concat operator must be surrounded by a single space
51 | ERROR | [x] Concat operator must be surrounded by a single space
52 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
54 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
56 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
57 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
59 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
59 | ERROR | [x] Expected 1 blank line after function; 0 found
-----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 37 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Controller/ViewIndexController.php
-----------------------------------------------------------------------------------------------------
FOUND 26 ERRORS AFFECTING 22 LINES
-----------------------------------------------------------------------------------------------------
10 | ERROR | [x] Missing class doc comment
11 | ERROR | [x] Opening brace should be on the same line as the declaration
12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
12 | ERROR | [ ] Missing member variable doc comment
14 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
14 | ERROR | [x] Missing function doc comment
15 | ERROR | [x] Opening brace should be on the same line as the declaration
16 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
19 | ERROR | [x] Missing function doc comment
20 | ERROR | [x] Opening brace should be on the same line as the declaration
21 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
22 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
23 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
24 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
26 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
27 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
30 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
31 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
34 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
35 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
38 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
39 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
43 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
43 | ERROR | [x] Expected 1 blank line after function; 0 found
-----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 25 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Entity/ChannelType.php
-----------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
-----------------------------------------------------------------------------------------
9 | ERROR | [ ] Missing short description in doc comment
51 | ERROR | [x] Opening brace should be on the same line as the declaration
52 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
-----------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Entity/TemplateInterface.php
-----------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------
9 | ERROR | [x] Missing interface doc comment
10 | ERROR | [x] Opening brace should be on the same line as the declaration
-----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Entity/ChannelInterface.php
----------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------------------------------
11 | ERROR | [x] Missing interface doc comment
12 | ERROR | [x] Opening brace should be on the same line as the declaration
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Entity/Page.php
----------------------------------------------------------------------------------------------
FOUND 76 ERRORS AFFECTING 55 LINES
----------------------------------------------------------------------------------------------
15 | ERROR | [ ] Missing short description in doc comment
59 | ERROR | [x] Opening brace should be on the same line as the declaration
60 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
63 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
65 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
65 | ERROR | [x] Missing function doc comment
66 | ERROR | [x] Opening brace should be on the same line as the declaration
67 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
68 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
70 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
73 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
74 | ERROR | [x] Opening brace should be on the same line as the declaration
75 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
76 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
77 | ERROR | [x] Object operator not indented correctly; expected 10 spaces but found 12
77 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
78 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
80 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
82 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
84 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
85 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
86 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
86 | ERROR | [x] Object operator not indented correctly; expected 14 spaces but found 16
87 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
87 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
88 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
88 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
89 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
90 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
92 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
92 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
93 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
94 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
94 | ERROR | [x] Object operator not indented correctly; expected 14 spaces but found 16
95 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
95 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
96 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
96 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
97 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
98 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
100 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
100 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
101 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
102 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
102 | ERROR | [x] Object operator not indented correctly; expected 14 spaces but found 16
103 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
103 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
104 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
104 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
105 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
106 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
107 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
108 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
110 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
110 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
111 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
112 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
112 | ERROR | [x] Object operator not indented correctly; expected 14 spaces but found 16
113 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
113 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
114 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
114 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
115 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
116 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
117 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
118 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
120 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
120 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
121 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
122 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
122 | ERROR | [x] Object operator not indented correctly; expected 14 spaces but found 16
123 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
123 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
127 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
127 | ERROR | [x] Expected 1 blank line after function; 0 found
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 75 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Entity/ChannelTypeInterface.php
--------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------------
9 | ERROR | [x] Missing interface doc comment
10 | ERROR | [x] Opening brace should be on the same line as the declaration
--------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Entity/ChannelTypeListBuilder.php
----------------------------------------------------------------------------------------------------
FOUND 29 ERRORS AFFECTING 27 LINES
----------------------------------------------------------------------------------------------------
14 | ERROR | [x] Missing class doc comment
15 | ERROR | [x] Opening brace should be on the same line as the declaration
16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
19 | ERROR | [x] Expected 1 blank line before function; 0 found
20 | ERROR | [x] Opening brace should be on the same line as the declaration
21 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
23 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
30 | ERROR | [x] Opening brace should be on the same line as the declaration
31 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
36 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
38 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
41 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
42 | ERROR | [x] Opening brace should be on the same line as the declaration
43 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
44 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
45 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
47 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
52 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
53 | ERROR | [x] Opening brace should be on the same line as the declaration
54 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
55 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
56 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
58 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
58 | ERROR | [x] Expected 1 blank line after function; 0 found
----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 29 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Entity/Channel.php
-------------------------------------------------------------------------------------------------------------------------------
FOUND 82 ERRORS AND 1 WARNING AFFECTING 58 LINES
-------------------------------------------------------------------------------------------------------------------------------
17 | ERROR | [ ] Missing short description in doc comment
63 | ERROR | [x] Opening brace should be on the same line as the declaration
64 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
65 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
68 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
70 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
73 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
74 | ERROR | [x] Opening brace should be on the same line as the declaration
75 | WARNING | [x] There must be no blank line following an inline comment
75 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
75 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
77 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
78 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
79 | ERROR | [x] Object operator not indented correctly; expected 10 spaces but found 12
79 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
80 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
82 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
84 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
86 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
87 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
88 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
88 | ERROR | [x] Object operator not indented correctly; expected 14 spaces but found 16
89 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
89 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
90 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
90 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
91 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
92 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
94 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
94 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
95 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
96 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
96 | ERROR | [x] Object operator not indented correctly; expected 14 spaces but found 16
97 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
97 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
98 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
98 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
99 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
99 | ERROR | [x] Concat operator must be surrounded by a single space
100 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
101 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
102 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
104 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
104 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
105 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
106 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
106 | ERROR | [x] Object operator not indented correctly; expected 14 spaces but found 16
107 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
107 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
108 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
108 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
109 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
109 | ERROR | [x] Concat operator must be surrounded by a single space
110 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
111 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
113 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
114 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
114 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
115 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
116 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
116 | ERROR | [x] Object operator not indented correctly; expected 14 spaces but found 16
117 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
117 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
118 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
118 | ERROR | [x] Concat operator must be surrounded by a single space
119 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
120 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
122 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
123 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
123 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
124 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
125 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
125 | ERROR | [x] Object operator not indented correctly; expected 14 spaces but found 16
126 | ERROR | [x] Array indentation error, expected 12 spaces but found 16
126 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
131 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
133 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
133 | ERROR | [x] Missing function doc comment
134 | ERROR | [x] Opening brace should be on the same line as the declaration
135 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
136 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
136 | ERROR | [x] Expected 1 blank line after function; 0 found
-------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 82 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Entity/Template.php
--------------------------------------------------------------------------------------
FOUND 17 ERRORS AFFECTING 14 LINES
--------------------------------------------------------------------------------------
10 | ERROR | [ ] Missing short description in doc comment
46 | ERROR | [x] Opening brace should be on the same line as the declaration
47 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
49 | ERROR | [ ] Missing short description in doc comment
50 | ERROR | [ ] Description for the @return value is missing
50 | ERROR | [x] Data types in @return tags need to be fully namespaced
52 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
53 | ERROR | [x] Opening brace should be on the same line as the declaration
54 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
55 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
56 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
57 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
59 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
61 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
62 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
62 | ERROR | [x] Expected 1 blank line after function; 0 found
--------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Entity/PageListBuilder.php
---------------------------------------------------------------------------------------------
FOUND 38 ERRORS AFFECTING 35 LINES
---------------------------------------------------------------------------------------------
14 | ERROR | [x] Missing class doc comment
15 | ERROR | [x] Opening brace should be on the same line as the declaration
16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
19 | ERROR | [x] Expected 1 blank line before function; 0 found
20 | ERROR | [x] Opening brace should be on the same line as the declaration
21 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
23 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
30 | ERROR | [x] Opening brace should be on the same line as the declaration
31 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
36 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
38 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
41 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
42 | ERROR | [x] Opening brace should be on the same line as the declaration
43 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
44 | ERROR | [x] Array indentation error, expected 10 spaces but found 16
45 | ERROR | [x] Array indentation error, expected 10 spaces but found 16
46 | ERROR | [x] Array indentation error, expected 10 spaces but found 16
47 | ERROR | [x] Array indentation error, expected 10 spaces but found 16
48 | ERROR | [x] Array closing indentation error, expected 8 spaces but found 12
49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
51 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
54 | ERROR | [ ] Missing parameter comment
54 | ERROR | [ ] Missing parameter name
56 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
57 | ERROR | [x] Opening brace should be on the same line as the declaration
58 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
59 | ERROR | [x] Array indentation error, expected 10 spaces but found 16
60 | ERROR | [x] Array indentation error, expected 10 spaces but found 16
61 | ERROR | [x] Array indentation error, expected 10 spaces but found 16
62 | ERROR | [x] Array indentation error, expected 10 spaces but found 16
64 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 16
65 | ERROR | [x] Array closing indentation error, expected 8 spaces but found 12
66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
66 | ERROR | [x] Expected 1 blank line after function; 0 found
---------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 36 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Entity/TemplateListBuilder.php
-------------------------------------------------------------------------------------------------
FOUND 37 ERRORS AFFECTING 34 LINES
-------------------------------------------------------------------------------------------------
15 | ERROR | [x] Missing class doc comment
16 | ERROR | [x] Opening brace should be on the same line as the declaration
17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
20 | ERROR | [x] Expected 1 blank line before function; 0 found
21 | ERROR | [x] Opening brace should be on the same line as the declaration
22 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
24 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
25 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
31 | ERROR | [x] Opening brace should be on the same line as the declaration
32 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
37 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
42 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
43 | ERROR | [x] Opening brace should be on the same line as the declaration
44 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
45 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
46 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
47 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
51 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
54 | ERROR | [ ] Missing parameter comment
56 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
56 | ERROR | [ ] Expected type hint "Template"; found "EntityInterface" for $entity
57 | ERROR | [x] Opening brace should be on the same line as the declaration
58 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
59 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
60 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
61 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
62 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
63 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
64 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
66 | ERROR | [x] Line indented incorrectly; expected 18 spaces, found 20
70 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
70 | ERROR | [x] Expected 1 blank line after function; 0 found
-------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 35 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Entity/ChannelListBuilder.php
------------------------------------------------------------------------------------------------
FOUND 31 ERRORS AND 1 WARNING AFFECTING 29 LINES
------------------------------------------------------------------------------------------------
14 | ERROR | [x] Missing class doc comment
15 | ERROR | [x] Opening brace should be on the same line as the declaration
16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
19 | ERROR | [x] Expected 1 blank line before function; 0 found
20 | ERROR | [x] Opening brace should be on the same line as the declaration
21 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
23 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
30 | ERROR | [x] Opening brace should be on the same line as the declaration
31 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
36 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
38 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
41 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
42 | ERROR | [x] Opening brace should be on the same line as the declaration
43 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
44 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
45 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
46 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
48 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
50 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
53 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
54 | ERROR | [x] Opening brace should be on the same line as the declaration
55 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
56 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
57 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
58 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
58 | WARNING | [ ] Only string literals should be passed to t() where possible
60 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
60 | ERROR | [x] Expected 1 blank line after function; 0 found
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 31 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Entity/PageInterface.php
-------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------
11 | ERROR | [x] Missing interface doc comment
12 | ERROR | [x] Opening brace should be on the same line as the declaration
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Normalizer/ParagraphNormalizerInterface.php
--------------------------------------------------------------------------------------------------------------
FOUND 22 ERRORS AFFECTING 11 LINES
--------------------------------------------------------------------------------------------------------------
9 | ERROR | [x] Missing interface doc comment
10 | ERROR | [x] Opening brace should be on the same line as the declaration
11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
11 | ERROR | [ ] Missing short description in doc comment
12 | ERROR | [x] Data types in @param tags need to be fully namespaced
12 | ERROR | [x] Parameter comment must be on the next line
12 | ERROR | [x] Parameter comment must end with a full stop
13 | ERROR | [x] Expected 1 spaces after parameter type; 4 found
13 | ERROR | [x] Parameter comment must be on the next line
13 | ERROR | [x] Parameter comment must end with a full stop
14 | ERROR | [x] Expected 1 spaces after parameter type; 5 found
14 | ERROR | [x] Parameter comment must be on the next line
14 | ERROR | [x] Parameter comment must end with a full stop
16 | ERROR | [ ] Description for the @return value is missing
18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
18 | ERROR | [x] Expected 1 blank line before function; 0 found
18 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
20 | ERROR | [ ] Missing short description in doc comment
21 | ERROR | [ ] Description for the @return value is missing
23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
23 | ERROR | [x] Expected 1 blank line after function; 0 found
--------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Normalizer/PageNormalizer.php
------------------------------------------------------------------------------------------------
FOUND 60 ERRORS AND 1 WARNING AFFECTING 55 LINES
------------------------------------------------------------------------------------------------
7 | WARNING | [x] Unused use statement
15 | ERROR | [x] Opening brace should be on the same line as the declaration
16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
16 | ERROR | [ ] Missing short description in doc comment
17 | ERROR | [x] Data types in @var tags need to be fully namespaced
19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
24 | ERROR | [x] Parameter comment must be on the next line
24 | ERROR | [x] Parameter comment must end with a full stop
25 | ERROR | [x] Parameter comment must be on the next line
25 | ERROR | [x] Parameter comment must end with a full stop
27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
28 | ERROR | [x] Opening brace should be on the same line as the declaration
29 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
30 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
36 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
36 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
37 | ERROR | [x] Opening brace should be on the same line as the declaration
38 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
39 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
41 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
42 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
43 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
44 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
45 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
47 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
48 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
50 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
53 | ERROR | [ ] Description for the @return value is missing
55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
56 | ERROR | [x] Opening brace should be on the same line as the declaration
57 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
58 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
59 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
60 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
61 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
62 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
63 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
64 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
65 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
66 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
67 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
68 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
70 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
71 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
72 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
73 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
75 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
77 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
80 | ERROR | [ ] Description for the @return value is missing
82 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
83 | ERROR | [x] Opening brace should be on the same line as the declaration
84 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
85 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
85 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
86 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
88 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
89 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
89 | ERROR | [x] Expected 1 blank line after function; 0 found
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 58 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Normalizer/ParagraphFieldNormalizer.php
----------------------------------------------------------------------------------------------------------
FOUND 37 ERRORS AFFECTING 31 LINES
----------------------------------------------------------------------------------------------------------
13 | ERROR | [x] Opening brace should be on the same line as the declaration
14 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
14 | ERROR | [ ] Missing short description in doc comment
17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
22 | ERROR | [x] Parameter comment must be on the next line
22 | ERROR | [x] Parameter comment must end with a full stop
24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
25 | ERROR | [x] Opening brace should be on the same line as the declaration
26 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
32 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
33 | ERROR | [x] Opening brace should be on the same line as the declaration
34 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
36 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
37 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
38 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
40 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
41 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
43 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
44 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
45 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
46 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
47 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
49 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
50 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
52 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
52 | ERROR | [ ] Missing short description in doc comment
53 | ERROR | [x] Parameter comment must be on the next line
53 | ERROR | [x] Parameter comment must end with a full stop
55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
56 | ERROR | [x] Opening brace should be on the same line as the declaration
57 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
58 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
58 | ERROR | [x] Expected 1 blank line after function; 0 found
----------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 35 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Normalizer/BaseParagraphNormalizer.php
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 22 ERRORS AFFECTING 18 LINES
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
9 | ERROR | [x] Missing class doc comment
10 | ERROR | [x] Opening brace should be on the same line as the declaration
11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
11 | ERROR | [ ] Missing short description in doc comment
12 | ERROR | [x] Expected "string|arrayThesupportedparagraphtype" but found "string|array The supported paragraph type" for @var tag in member variable comment
14 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
19 | ERROR | [x] Parameter comment must be on the next line
19 | ERROR | [x] Parameter comment must end with a full stop
21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
22 | ERROR | [x] Opening brace should be on the same line as the declaration
23 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
29 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
34 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
35 | ERROR | [x] Opening brace should be on the same line as the declaration
36 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
37 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
37 | ERROR | [x] Expected 1 blank line after function; 0 found
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 21 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/EkinoRendrServiceProvider.php
------------------------------------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 8 LINES
------------------------------------------------------------------------------------------------
12 | ERROR | [x] Missing class doc comment
13 | ERROR | [x] Opening brace should be on the same line as the declaration
14 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
17 | ERROR | [x] Expected 1 blank line before function; 0 found
18 | ERROR | [x] Opening brace should be on the same line as the declaration
19 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
20 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
21 | ERROR | [x] Expected 1 blank line after function; 0 found
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Access/PreviewAccessCheck.php
------------------------------------------------------------------------------------------------
FOUND 33 ERRORS AFFECTING 29 LINES
------------------------------------------------------------------------------------------------
14 | ERROR | [x] Missing class doc comment
15 | ERROR | [x] Opening brace should be on the same line as the declaration
16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
16 | ERROR | [ ] Missing member variable doc comment
18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
18 | ERROR | [x] Missing function doc comment
21 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
28 | ERROR | [x] Opening brace should be on the same line as the declaration
29 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
31 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
32 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
33 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
35 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
37 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
37 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
38 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
39 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
41 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
42 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
45 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
46 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
47 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
49 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
51 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
52 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
53 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
55 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
57 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
58 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
58 | ERROR | [x] Expected 1 blank line after function; 0 found
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 32 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Model/Container.php
--------------------------------------------------------------------------------------
FOUND 23 ERRORS AFFECTING 17 LINES
--------------------------------------------------------------------------------------
7 | ERROR | [x] Missing class doc comment
8 | ERROR | [x] Opening brace should be on the same line as the declaration
9 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
9 | ERROR | [ ] Missing member variable doc comment
10 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
10 | ERROR | [ ] Missing member variable doc comment
12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
12 | ERROR | [x] Missing function doc comment
13 | ERROR | [x] Opening brace should be on the same line as the declaration
14 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
15 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
18 | ERROR | [x] Missing function doc comment
19 | ERROR | [x] Opening brace should be on the same line as the declaration
20 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
23 | ERROR | [x] Missing function doc comment
24 | ERROR | [x] Opening brace should be on the same line as the declaration
25 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
26 | ERROR | [x] Expected 1 blank line after function; 0 found
--------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 21 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Tool/PreviewHelper.php
----------------------------------------------------------------------------------------------------------------------------
FOUND 17 ERRORS AFFECTING 13 LINES
----------------------------------------------------------------------------------------------------------------------------
9 | ERROR | [x] Missing class doc comment
10 | ERROR | [x] Opening brace should be on the same line as the declaration
11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
13 | ERROR | [x] Missing function doc comment
14 | ERROR | [x] Opening brace should be on the same line as the declaration
15 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
17 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
17 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
17 | ERROR | [x] Concat operator must be surrounded by a single space
18 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
20 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
21 | ERROR | [x] Concat operator must be surrounded by a single space
25 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
27 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
28 | ERROR | [x] Expected 1 blank line after function; 0 found
----------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Resolver/ChannelResolver.php
----------------------------------------------------------------------------------------------------------------------------
FOUND 38 ERRORS AFFECTING 32 LINES
----------------------------------------------------------------------------------------------------------------------------
13 | ERROR | [x] Missing class doc comment
14 | ERROR | [x] Opening brace should be on the same line as the declaration
15 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
15 | ERROR | [ ] Missing member variable doc comment
17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
17 | ERROR | [x] Missing function doc comment
20 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
27 | ERROR | [x] Opening brace should be on the same line as the declaration
28 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
28 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
29 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
36 | ERROR | [x] Opening brace should be on the same line as the declaration
37 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
38 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
39 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
41 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
42 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
43 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
44 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
45 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
45 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
46 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
48 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
50 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
51 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
55 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
56 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
56 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
57 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
59 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
60 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
60 | ERROR | [x] Expected 1 blank line after function; 0 found
----------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 37 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Resolver/PageResolver.php
----------------------------------------------------------------------------------------------------------------------------
FOUND 48 ERRORS AFFECTING 38 LINES
----------------------------------------------------------------------------------------------------------------------------
16 | ERROR | [x] Opening brace should be on the same line as the declaration
17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
17 | ERROR | [x] Missing function doc comment
17 | ERROR | [x] Expected 1 blank line before function; 0 found
18 | ERROR | [x] Opening brace should be on the same line as the declaration
19 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
20 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
21 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
22 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
22 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
23 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
23 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
25 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
26 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
27 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
28 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
30 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
31 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
32 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
33 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
33 | ERROR | [x] Concat operator must be surrounded by a single space
34 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
34 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
37 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
38 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
39 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
41 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
42 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
43 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
44 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
46 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
47 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
49 | ERROR | [x] Missing function doc comment
49 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
50 | ERROR | [x] Opening brace should be on the same line as the declaration
51 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
51 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
52 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
53 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
55 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
56 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
58 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
59 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
60 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
62 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
63 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
63 | ERROR | [x] Expected 1 blank line after function; 0 found
----------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 48 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Resolver/PageResolverInterface.php
-----------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------
11 | ERROR | [x] Opening brace should be on the same line as the declaration
12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
12 | ERROR | [x] Missing function doc comment
12 | ERROR | [x] Expected 1 blank line before function; 0 found
12 | ERROR | [x] Expected 1 blank line after function; 0 found
-----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Compiler/ParagraphNormalizerExtensionPass.php
----------------------------------------------------------------------------------------------------------------------------
FOUND 19 ERRORS AFFECTING 15 LINES
----------------------------------------------------------------------------------------------------------------------------
12 | ERROR | [x] Missing class doc comment
13 | ERROR | [x] Opening brace should be on the same line as the declaration
14 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
17 | ERROR | [x] Expected 1 blank line before function; 0 found
18 | ERROR | [x] Opening brace should be on the same line as the declaration
19 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
20 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
21 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
23 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
24 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
26 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
27 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
27 | ERROR | [x] Inline comments must start with a capital letter
27 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
28 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
29 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
30 | ERROR | [x] Expected 1 blank line after function; 0 found
----------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 19 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/src/Compiler/ControllerArgumentValueResolverPass.php
-------------------------------------------------------------------------------------------------------------------
FOUND 23 ERRORS AFFECTING 18 LINES
-------------------------------------------------------------------------------------------------------------------
11 | ERROR | [x] Missing class doc comment
12 | ERROR | [x] Opening brace should be on the same line as the declaration
13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
15 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
15 | ERROR | [ ] Missing member variable doc comment
16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
16 | ERROR | [ ] Missing member variable doc comment
18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
18 | ERROR | [x] Missing function doc comment
19 | ERROR | [x] Opening brace should be on the same line as the declaration
20 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
21 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
24 | ERROR | [x] Missing function doc comment
25 | ERROR | [x] Opening brace should be on the same line as the declaration
26 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
27 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
28 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
30 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
31 | ERROR | [x] Object operator not indented correctly; expected 10 spaces but found 12
37 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
37 | ERROR | [x] Expected 1 blank line after function; 0 found
-------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 21 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/doc/serialization.md
-----------------------------------------------------------------------------------
FOUND 1 ERROR AND 6 WARNINGS AFFECTING 7 LINES
-----------------------------------------------------------------------------------
11 | WARNING | [ ] Line exceeds 80 characters; contains 89 characters
12 | WARNING | [ ] Line exceeds 80 characters; contains 96 characters
14 | WARNING | [ ] Line exceeds 80 characters; contains 108 characters
19 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
52 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
54 | WARNING | [ ] Line exceeds 80 characters; contains 110 characters
62 | ERROR | [x] Expected 1 newline at end of file; 2 found
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/README.md
------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------
4 | WARNING | Line exceeds 80 characters; contains 190 characters
------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/ekino_rendr.links.menu.yml
-----------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------
32 | ERROR | [x] Expected 1 newline at end of file; 2 found
-----------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/ekino_rendr.module
---------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
---------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/ekino_rendr.links.task.yml
-----------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------
4 | ERROR | [x] Expected 1 newline at end of file; 2 found
-----------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/ekino_rendr.services.yml
---------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------
47 | ERROR | [x] Expected 1 newline at end of file; 2 found
---------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/tests/src/Access/PreviewAccessCheckTest.php
-------------------------------------------------------------------------------------------------------------------------------
FOUND 101 ERRORS AND 1 WARNING AFFECTING 81 LINES
-------------------------------------------------------------------------------------------------------------------------------
18 | ERROR | [x] Missing class doc comment
19 | ERROR | [x] Opening brace should be on the same line as the declaration
20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
20 | ERROR | [ ] Missing short description in doc comment
23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
23 | ERROR | [x] Expected 1 blank line before function; 0 found
24 | ERROR | [x] Opening brace should be on the same line as the declaration
25 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
26 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
27 | ERROR | [x] Object operator not indented correctly; expected 10 spaces but found 12
31 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
33 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
34 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
35 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
37 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
38 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
40 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
41 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
42 | ERROR | [x] Object operator not indented correctly; expected 10 spaces but found 12
44 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
45 | ERROR | [x] Object operator not indented correctly; expected 10 spaces but found 12
47 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
48 | ERROR | [x] Object operator not indented correctly; expected 10 spaces but found 12
51 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
52 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
53 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
55 | ERROR | [x] Missing function doc comment
56 | ERROR | [x] Opening brace should be on the same line as the declaration
57 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
58 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
59 | ERROR | [x] Object operator not indented correctly; expected 10 spaces but found 12
61 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
63 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
65 | ERROR | [x] Inline comments must start with a capital letter
65 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
67 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
67 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
68 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
68 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
69 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
70 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
72 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
75 | ERROR | [x] Inline comments must start with a capital letter
75 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
77 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
77 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
78 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
78 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
79 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
80 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
82 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
85 | ERROR | [x] Inline comments must start with a capital letter
85 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
87 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
87 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
88 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
89 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
90 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
92 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
95 | ERROR | [x] Inline comments must start with a capital letter
96 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
98 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
98 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
99 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
99 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
100 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
101 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
103 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
106 | ERROR | [x] Inline comments must start with a capital letter
107 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
109 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
109 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
110 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
110 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
111 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
112 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
113 | ERROR | [x] Array indentation error, expected 22 spaces but found 24
114 | ERROR | [x] Array indentation error, expected 22 spaces but found 24
117 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
120 | ERROR | [x] Inline comments must start with a capital letter
121 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters
121 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
123 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
123 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
124 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
124 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
125 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
126 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
127 | ERROR | [x] Array indentation error, expected 22 spaces but found 24
130 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
133 | ERROR | [x] Inline comments must start with a capital letter
134 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
136 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
136 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
137 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
137 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
138 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
139 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
141 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
144 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
144 | ERROR | [x] Expected 1 blank line after function; 0 found
-------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 100 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/tests/src/Tool/PreviewHelperTest.php
----------------------------------------------------------------------------------------------------------------------------
FOUND 17 ERRORS AFFECTING 13 LINES
----------------------------------------------------------------------------------------------------------------------------
10 | ERROR | [x] Missing class doc comment
11 | ERROR | [x] Opening brace should be on the same line as the declaration
12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
12 | ERROR | [ ] Missing short description in doc comment
15 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
15 | ERROR | [x] Expected 1 blank line before function; 0 found
16 | ERROR | [x] Opening brace should be on the same line as the declaration
17 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
20 | ERROR | [x] Missing function doc comment
21 | ERROR | [x] Opening brace should be on the same line as the declaration
22 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
23 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
32 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
35 | ERROR | [x] Expected 1 blank line after function; 0 found
----------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 16 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------

FILE: /var/www/html/drupal-contrib/modules/contrib/ekino_rendr/tests/src/Resolver/PageResolverTest.php
-------------------------------------------------------------------------------------------------------------------------------
FOUND 92 ERRORS AND 2 WARNINGS AFFECTING 75 LINES
-------------------------------------------------------------------------------------------------------------------------------
8 | WARNING | [x] Unused use statement
14 | ERROR | [x] Missing class doc comment
15 | ERROR | [x] Opening brace should be on the same line as the declaration
16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
16 | ERROR | [ ] Missing short description in doc comment
19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
19 | ERROR | [x] Expected 1 blank line before function; 0 found
20 | ERROR | [x] Opening brace should be on the same line as the declaration
21 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
22 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
25 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
25 | ERROR | [x] Missing function doc comment
26 | ERROR | [x] Opening brace should be on the same line as the declaration
27 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
29 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
30 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
30 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
31 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
32 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
35 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
36 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
36 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
37 | ERROR | [x] Closing parenthesis of array declaration must be on a new line
38 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
40 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
41 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
41 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
42 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
43 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
46 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
47 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
47 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
48 | ERROR | [x] Closing parenthesis of array declaration must be on a new line
51 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
53 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
54 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
54 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
55 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
56 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
59 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
60 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
61 | ERROR | [x] Closing parenthesis of array declaration must be on a new line
62 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
64 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
65 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
65 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
66 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
67 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
70 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
71 | ERROR | [x] Closing parenthesis of array declaration must be on a new line
72 | WARNING | [ ] Line exceeds 80 characters; contains 93 characters
72 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
74 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
75 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
75 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
76 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
77 | ERROR | [x] Array indentation error, expected 18 spaces but found 20
81 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
82 | ERROR | [x] Array indentation error, expected 14 spaces but found 16
83 | ERROR | [x] Closing parenthesis of array declaration must be on a new line
85 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
87 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
87 | ERROR | [ ] Missing short description in doc comment
88 | ERROR | [x] Expected 1 spaces after parameter type; 3 found
88 | ERROR | [x] Parameter comment must be on the next line
88 | ERROR | [x] Parameter comment must end with a full stop
89 | ERROR | [x] Expected 1 spaces after parameter type; 2 found
89 | ERROR | [x] Parameter comment must be on the next line
89 | ERROR | [x] Parameter comment must end with a full stop
90 | ERROR | [x] Parameter comment must be on the next line
90 | ERROR | [x] Parameter comment must end with a full stop
92 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
92 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
93 | ERROR | [x] Opening brace should be on the same line as the declaration
94 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
95 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
96 | ERROR | [x] Object operator not indented correctly; expected 10 spaces but found 12
98 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
99 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
100 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
101 | ERROR | [x] Object operator not indented correctly; expected 10 spaces but found 12
105 | ERROR | [x] Object operator not indented correctly; expected 18 spaces but found 20
110 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
111 | ERROR | [x] Object operator not indented correctly; expected 10 spaces but found 12
114 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
115 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
116 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
119 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
120 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
121 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
123 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
124 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
124 | ERROR | [x] Expected 1 blank line after function; 0 found
-------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 91 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------

๐Ÿ“Œ Task
Status

Needs work

Version

1.0

Component

Code

Created by

๐Ÿ‡ฎ๐Ÿ‡ณIndia prabha1997

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

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

  • Needs reroll

    The patch will have to be re-rolled with new suggestions/changes described in the comments in the issue.

Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • ๐Ÿ‡ฎ๐Ÿ‡นItaly apaderno Brescia, ๐Ÿ‡ฎ๐Ÿ‡น

    The issue summary should always describe what the issue is trying to fix and, in the case, of coding standards issues, show which command has been used, which arguments have been used, and which report that command shown.

  • Status changed to Needs review over 1 year ago
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia Ashutosh Ahirwal India

    I have updated the issue summary.

  • Status changed to Needs work 3 months ago
  • Hi @sidharth_soman,

    The patch #5 you provided could not be applied succesfully, multiple errors still remains unfixed. Please see below:

    Application of patch:

    โžœ  ekino_rendr git:(8.x-1.x) curl https://www.drupal.org/files/issues/2022-09-12/coding-standard-issues-3125578-5.patch | patch -p1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 74686  100 74686    0     0   225k      0 --:--:-- --:--:-- --:--:--  232k
    patching file README.md
    Hunk #1 FAILED at 1.
    1 out of 1 hunk FAILED -- saving rejects to file README.md.rej
    patching file doc/serialization.md
    patching file ekino_rendr.info.yml
    Hunk #1 FAILED at 1.
    1 out of 1 hunk FAILED -- saving rejects to file ekino_rendr.info.yml.rej
    patching file ekino_rendr.links.menu.yml
    patching file ekino_rendr.module
    Hunk #1 succeeded at 1 with fuzz 1.
    patching file ekino_rendr.routing.yml
    Hunk #1 succeeded at 99 with fuzz 2 (offset 84 lines).
    patching file ekino_rendr.services.yml
    Hunk #1 FAILED at 20.
    1 out of 1 hunk FAILED -- saving rejects to file ekino_rendr.services.yml.rej
    patching file src/Compiler/ParagraphNormalizerExtensionPass.php
    patching file src/Controller/ApiController.php
    Hunk #1 FAILED at 8.
    1 out of 1 hunk FAILED -- saving rejects to file src/Controller/ApiController.php.rej
    patching file src/Controller/ViewIndexController.php
    patching file src/EkinoRendrServiceProvider.php
    Hunk #1 FAILED at 8.
    1 out of 1 hunk FAILED -- saving rejects to file src/EkinoRendrServiceProvider.php.rej
    patching file src/Entity/Channel.php
    Hunk #2 FAILED at 61.
    1 out of 2 hunks FAILED -- saving rejects to file src/Entity/Channel.php.rej
    patching file src/Entity/ChannelInterface.php
    Hunk #1 FAILED at 8.
    1 out of 1 hunk FAILED -- saving rejects to file src/Entity/ChannelInterface.php.rej
    patching file src/Entity/ChannelListBuilder.php
    Hunk #1 FAILED at 11.
    1 out of 1 hunk FAILED -- saving rejects to file src/Entity/ChannelListBuilder.php.rej
    patching file src/Entity/ChannelType.php
    patching file src/Entity/ChannelTypeInterface.php
    patching file src/Entity/ChannelTypeListBuilder.php
    Hunk #1 FAILED at 11.
    1 out of 1 hunk FAILED -- saving rejects to file src/Entity/ChannelTypeListBuilder.php.rej
    patching file src/Entity/Page.php
    Hunk #1 succeeded at 14 with fuzz 1 (offset 1 line).
    Hunk #2 FAILED at 58.
    1 out of 2 hunks FAILED -- saving rejects to file src/Entity/Page.php.rej
    patching file src/Entity/PageInterface.php
    Hunk #1 FAILED at 8.
    1 out of 1 hunk FAILED -- saving rejects to file src/Entity/PageInterface.php.rej
    patching file src/Entity/PageListBuilder.php
    Hunk #1 FAILED at 11.
    1 out of 1 hunk FAILED -- saving rejects to file src/Entity/PageListBuilder.php.rej
    patching file src/Entity/Template.php
    Hunk #1 succeeded at 7 with fuzz 1 (offset -1 lines).
    Hunk #2 FAILED at 43.
    1 out of 2 hunks FAILED -- saving rejects to file src/Entity/Template.php.rej
    patching file src/Entity/TemplateInterface.php
    patching file src/Entity/TemplateListBuilder.php
    Hunk #1 FAILED at 12.
    1 out of 1 hunk FAILED -- saving rejects to file src/Entity/TemplateListBuilder.php.rej
    can't find file to patch at input line 1240
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    --------------------------
    |diff --git a/src/Form/UpsertChannelForm.php b/src/Form/UpsertChannelForm.php
    |index ebfa9c6..edc45c4 100644
    |--- a/src/Form/UpsertChannelForm.php
    |+++ b/src/Form/UpsertChannelForm.php
    --------------------------
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 1501
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    --------------------------
    |diff --git a/src/Form/UpsertChannelTypeForm.php b/src/Form/UpsertChannelTypeForm.php
    |index 659e82b..fe92387 100644
    |--- a/src/Form/UpsertChannelTypeForm.php
    |+++ b/src/Form/UpsertChannelTypeForm.php
    --------------------------
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 1677
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    --------------------------
    |diff --git a/src/Form/UpsertPageForm.php b/src/Form/UpsertPageForm.php
    |index f553b6a..e03069f 100644
    |--- a/src/Form/UpsertPageForm.php
    |+++ b/src/Form/UpsertPageForm.php
    --------------------------
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    patching file src/Model/Container.php
    patching file src/Normalizer/BaseParagraphNormalizer.php
    Hunk #1 FAILED at 6.
    1 out of 1 hunk FAILED -- saving rejects to file src/Normalizer/BaseParagraphNormalizer.php.rej
    patching file src/Normalizer/PageNormalizer.php
    Hunk #1 FAILED at 4.
    1 out of 1 hunk FAILED -- saving rejects to file src/Normalizer/PageNormalizer.php.rej
    patching file src/Normalizer/ParagraphFieldNormalizer.php
    Hunk #1 FAILED at 9.
    1 out of 1 hunk FAILED -- saving rejects to file src/Normalizer/ParagraphFieldNormalizer.php.rej
    patching file src/Normalizer/ParagraphNormalizerInterface.php
    Hunk #1 FAILED at 6.
    1 out of 1 hunk FAILED -- saving rejects to file src/Normalizer/ParagraphNormalizerInterface.php.rej

    Reported Errors (not everything, my terminal cut the errors because it was too many)

      23 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      23 | ERROR   | [ ] Missing member variable doc comment
      25 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      25 | ERROR   | [ ] Missing member variable doc comment
      27 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      28 | ERROR   | [x] Multi-line function declaration not indented correctly; expected 6 spaces but found 8
      29 | ERROR   | [x] Multi-line function declaration not indented correctly; expected 6 spaces but found 8
      30 | ERROR   | [x] Multi-line function declaration not indented correctly; expected 6 spaces but found 8
      30 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
      31 | ERROR   | [x] Multi-line function declaration not indented correctly; expected 6 spaces but found 8
      31 | ERROR   | [x] Multi-line function declarations must have a trailing comma after the last parameter
      31 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
      33 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      35 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      36 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      38 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      41 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      41 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
      42 | ERROR   | [x] Opening brace should be on the same line as the declaration
      43 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      43 | ERROR   | [x] Data types in @var tags need to be fully namespaced
      44 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      45 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      46 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      47 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      49 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      51 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      52 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      53 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      53 | WARNING | [ ] Unused bound variable $object.
      55 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      57 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      58 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      60 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      61 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      62 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      63 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
      64 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
      64 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
      65 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
      66 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
      67 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
      68 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
      70 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
      71 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      73 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 12
      74 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found 16
      75 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found 20
      76 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found 16
      76 | ERROR   | [x] Expected newline after closing brace
      77 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found 20
      78 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found 16
      79 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 12
      80 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      82 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      84 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      86 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      88 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      89 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
      90 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
      91 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
      94 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      95 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      96 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
      97 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
      99 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     100 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
     101 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
     103 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     104 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     105 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     106 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     106 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
     107 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     108 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     110 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     111 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     113 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     116 | ERROR   | [ ] Description for the @return value is missing
     116 | ERROR   | [x] Data types in @return tags need to be fully namespaced
     118 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     119 | ERROR   | [x] Opening brace should be on the same line as the declaration
     120 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     120 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
     121 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     125 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     126 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     128 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     129 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     130 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     132 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     133 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     135 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     136 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
     137 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     138 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     140 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     141 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     141 | ERROR   | [x] Expected 1 blank line after function; 0 found
    -------------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 97 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    -------------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/ekino_rendr/src/Exception/ContentNotFoundException.php
    ----------------------------------------------------------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    ----------------------------------------------------------------------------------------------------------------------------------
      9 | ERROR | [x] Missing class doc comment
     10 | ERROR | [x] Opening brace should be on the same line as the declaration
    ----------------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/ekino_rendr/src/Event/UrlEvent.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 104 ERRORS AFFECTING 84 LINES
    --------------------------------------------------------------------------------------------------------------
      10 | ERROR | [x] Missing class doc comment
      11 | ERROR | [x] Opening brace should be on the same line as the declaration
      12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      15 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      15 | ERROR | [ ] Missing member variable doc comment
      16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      16 | ERROR | [ ] Missing member variable doc comment
      17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      17 | ERROR | [ ] Missing member variable doc comment
      18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      18 | ERROR | [ ] Missing member variable doc comment
      19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      19 | ERROR | [ ] Missing member variable doc comment
      20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      20 | ERROR | [ ] Missing member variable doc comment
      22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      22 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
      23 | ERROR | [x] Opening brace should be on the same line as the declaration
      24 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      25 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      26 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      27 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      28 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      31 | ERROR | [ ] Missing short description in doc comment
      32 | ERROR | [ ] Description for the @return value is missing
      34 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      35 | ERROR | [x] Opening brace should be on the same line as the declaration
      36 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      37 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      39 | ERROR | [x] Missing function doc comment
      40 | ERROR | [x] Opening brace should be on the same line as the declaration
      41 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      43 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      44 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      46 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      46 | ERROR | [x] Missing function doc comment
      47 | ERROR | [x] Opening brace should be on the same line as the declaration
      48 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      51 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      51 | ERROR | [x] Missing function doc comment
      52 | ERROR | [x] Opening brace should be on the same line as the declaration
      53 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      55 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      56 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      58 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      58 | ERROR | [ ] Missing short description in doc comment
      59 | ERROR | [ ] Description for the @return value is missing
      61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      62 | ERROR | [x] Opening brace should be on the same line as the declaration
      63 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      64 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      66 | ERROR | [ ] Missing short description in doc comment
      67 | ERROR | [ ] Missing parameter comment
      69 | ERROR | [ ] Description for the @return value is missing
      71 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      72 | ERROR | [x] Opening brace should be on the same line as the declaration
      73 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      75 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      76 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      78 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      78 | ERROR | [x] Missing function doc comment
      79 | ERROR | [x] Opening brace should be on the same line as the declaration
      80 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      81 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      83 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      83 | ERROR | [x] Missing function doc comment
      84 | ERROR | [x] Opening brace should be on the same line as the declaration
      85 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      87 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      88 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      90 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      90 | ERROR | [x] Missing function doc comment
      91 | ERROR | [x] Opening brace should be on the same line as the declaration
      92 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      93 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      95 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      95 | ERROR | [x] Missing function doc comment
      96 | ERROR | [x] Opening brace should be on the same line as the declaration
      97 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      99 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     100 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     102 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     102 | ERROR | [ ] Missing short description in doc comment
     103 | ERROR | [ ] Description for the @return value is missing
     105 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     106 | ERROR | [x] Opening brace should be on the same line as the declaration
     107 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     108 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     110 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     110 | ERROR | [ ] Missing short description in doc comment
     111 | ERROR | [ ] Missing parameter comment
     113 | ERROR | [ ] Description for the @return value is missing
     115 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     116 | ERROR | [x] Opening brace should be on the same line as the declaration
     117 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     119 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     120 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     120 | ERROR | [x] Expected 1 blank line after function; 0 found
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 86 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/ekino_rendr/src/Event/PageEvent.php
    ---------------------------------------------------------------------------------------------------------------
    FOUND 48 ERRORS AFFECTING 39 LINES
    ---------------------------------------------------------------------------------------------------------------
     10 | ERROR | [x] Missing class doc comment
     11 | ERROR | [x] Opening brace should be on the same line as the declaration
     12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     14 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     14 | ERROR | [ ] Missing short description in doc comment
     17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     19 | ERROR | [ ] Missing short description in doc comment
     20 | ERROR | [x] Data types in @var tags need to be fully namespaced
     22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     24 | ERROR | [ ] Missing short description in doc comment
     27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     33 | ERROR | [x] Opening brace should be on the same line as the declaration
     34 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     35 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     36 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     37 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     39 | ERROR | [x] Missing function doc comment
     40 | ERROR | [x] Opening brace should be on the same line as the declaration
     41 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     42 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     44 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     44 | ERROR | [x] Missing function doc comment
     45 | ERROR | [x] Opening brace should be on the same line as the declaration
     46 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     48 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     51 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     51 | ERROR | [x] Missing function doc comment
     52 | ERROR | [x] Opening brace should be on the same line as the declaration
     53 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     54 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     56 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     56 | ERROR | [x] Missing function doc comment
     57 | ERROR | [x] Opening brace should be on the same line as the declaration
     58 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     60 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     63 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     63 | ERROR | [x] Missing function doc comment
     64 | ERROR | [x] Opening brace should be on the same line as the declaration
     65 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     66 | ERROR | [x] Expected 1 blank line after function; 0 found
    ---------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 45 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ---------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/ekino_rendr/src/Event/ContentEvent.php
    ------------------------------------------------------------------------------------------------------------------
    FOUND 81 ERRORS AFFECTING 66 LINES
    ------------------------------------------------------------------------------------------------------------------
      10 | ERROR | [x] Missing class doc comment
      11 | ERROR | [x] Opening brace should be on the same line as the declaration
      12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      14 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      14 | ERROR | [ ] Missing short description in doc comment
      17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      19 | ERROR | [ ] Missing short description in doc comment
      22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      24 | ERROR | [ ] Missing short description in doc comment
      25 | ERROR | [x] Data types in @var tags need to be fully namespaced
      27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      29 | ERROR | [ ] Missing short description in doc comment
      32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      34 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      34 | ERROR | [ ] Missing member variable doc comment
      36 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      40 | ERROR | [x] Opening brace should be on the same line as the declaration
      41 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      42 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      43 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      44 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      45 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      47 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      47 | ERROR | [x] Missing function doc comment
      48 | ERROR | [x] Opening brace should be on the same line as the declaration
      49 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      50 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      52 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      52 | ERROR | [x] Missing function doc comment
      53 | ERROR | [x] Opening brace should be on the same line as the declaration
      54 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      56 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      57 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      59 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      59 | ERROR | [x] Missing function doc comment
      60 | ERROR | [x] Opening brace should be on the same line as the declaration
      61 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      62 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      64 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      64 | ERROR | [x] Missing function doc comment
      65 | ERROR | [x] Opening brace should be on the same line as the declaration
      66 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      68 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      69 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      71 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      71 | ERROR | [x] Missing function doc comment
      72 | ERROR | [x] Opening brace should be on the same line as the declaration
      73 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      74 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      76 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      76 | ERROR | [x] Missing function doc comment
      77 | ERROR | [x] Opening brace should be on the same line as the declaration
      78 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      80 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      81 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      83 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      83 | ERROR | [ ] Missing short description in doc comment
      84 | ERROR | [ ] Description for the @return value is missing
      86 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      87 | ERROR | [x] Opening brace should be on the same line as the declaration
      88 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      89 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      91 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      91 | ERROR | [ ] Missing short description in doc comment
      92 | ERROR | [ ] Missing parameter comment
      94 | ERROR | [ ] Description for the @return value is missing
      96 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      97 | ERROR | [x] Opening brace should be on the same line as the declaration
      98 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     100 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     101 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     103 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     103 | ERROR | [x] Missing function doc comment
     104 | ERROR | [x] Opening brace should be on the same line as the declaration
     105 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     106 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     106 | ERROR | [x] Expected 1 blank line after function; 0 found
    ------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 71 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/ekino_rendr/src/Compiler/ControllerArgumentValueResolverPass.php
    --------------------------------------------------------------------------------------------------------------------------------------------
    FOUND 22 ERRORS AFFECTING 18 LINES
    --------------------------------------------------------------------------------------------------------------------------------------------
     11 | ERROR | [x] Missing class doc comment
     12 | ERROR | [x] Opening brace should be on the same line as the declaration
     13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     15 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     15 | ERROR | [ ] Missing member variable doc comment
     16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     16 | ERROR | [ ] Missing member variable doc comment
     18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     19 | ERROR | [x] Opening brace should be on the same line as the declaration
     20 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     21 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     24 | ERROR | [x] Missing function doc comment
     25 | ERROR | [x] Opening brace should be on the same line as the declaration
     26 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     27 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
     28 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     30 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     31 | ERROR | [x] Object operator not indented correctly; expected 10 spaces but found 12
     37 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     37 | ERROR | [x] Expected 1 blank line after function; 0 found
    --------------------------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 20 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/ekino_rendr/src/Resolver/PageResolverInterface.php
    ------------------------------------------------------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 2 LINES
    ------------------------------------------------------------------------------------------------------------------------------
     11 | ERROR | [x] Opening brace should be on the same line as the declaration
     12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     12 | ERROR | [x] Missing function doc comment
     12 | ERROR | [x] Expected 1 blank line before function; 0 found
     12 | ERROR | [x] Expected 1 blank line after function; 0 found
    ------------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/ekino_rendr/src/Resolver/PageResolver.php
    ----------------------------------------------------------------------------------------------------------------------------
    FOUND 53 ERRORS AFFECTING 41 LINES
    ----------------------------------------------------------------------------------------------------------------------------
     16 | ERROR | [x] Opening brace should be on the same line as the declaration
     17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     17 | ERROR | [x] Missing function doc comment
     17 | ERROR | [x] Expected 1 blank line before function; 0 found
     18 | ERROR | [x] Opening brace should be on the same line as the declaration
     19 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     20 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     21 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     22 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
     22 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
     23 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
     23 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
     25 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     26 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     27 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     28 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     30 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     31 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     32 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
     33 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
     33 | ERROR | [x] Concat operator must be surrounded by a single space
     34 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
     34 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
     37 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     38 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
     39 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
     40 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     40 | ERROR | [x] Expected newline after closing brace
     41 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
     41 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
     42 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     44 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     45 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
     46 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
     47 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     49 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     50 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     52 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     52 | ERROR | [x] Missing function doc comment
     52 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
     53 | ERROR | [x] Opening brace should be on the same line as the declaration
     54 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     54 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
     55 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
     56 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     58 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     59 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     61 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     62 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
     63 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     65 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     66 | ERROR | [x] Expected 1 blank line after function; 0 found
    ----------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 53 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/ekino_rendr/src/Resolver/ChannelResolver.php
    --------------------------------------------------------------------------------------------------------------------------------------
    FOUND 110 ERRORS AND 2 WARNINGS AFFECTING 93 LINES
    --------------------------------------------------------------------------------------------------------------------------------------
      14 | ERROR   | [x] Missing class doc comment
      15 | ERROR   | [x] Opening brace should be on the same line as the declaration
      16 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      17 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      18 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      20 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      20 | ERROR   | [ ] Missing member variable doc comment
      22 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      23 | ERROR   | [x] Multi-line function declaration not indented correctly; expected 6 spaces but found 8
      23 | ERROR   | [x] Multi-line function declarations must have a trailing comma after the last parameter
      25 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      26 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      28 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      31 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      32 | ERROR   | [x] Opening brace should be on the same line as the declaration
      33 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      33 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
      34 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      35 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      37 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      40 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      41 | ERROR   | [x] Opening brace should be on the same line as the declaration
      42 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      43 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      45 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      46 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      48 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      49 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      50 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      52 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      53 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      54 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      55 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      56 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      56 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
      57 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      59 | WARNING | [x] '@TODO raise an issue' should match the format '@todo Fix problem X here.'
      59 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      60 | WARNING | [ ] Line exceeds 80 characters; contains 112 characters
      60 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      61 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      62 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
      63 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
      63 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
      64 | ERROR   | [x] Line indented incorrectly; expected at least 4 spaces, found 0
      64 | ERROR   | [x] 12 spaces found before inline comment; expected "// 'path' => $path," but found "//            'path' => $path,"
      66 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      68 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      70 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      71 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      71 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
      73 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      74 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      76 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      77 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      79 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      79 | ERROR   | [x] Missing function doc comment
      80 | ERROR   | [x] Opening brace should be on the same line as the declaration
      81 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      83 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      84 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      85 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      87 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      88 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      89 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      90 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
      95 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      95 | ERROR   | [x] Language constructs must be followed by a single space; expected 1 space but found "ยทยท"
      95 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
      96 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      98 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      98 | ERROR   | [x] Missing function doc comment
      99 | ERROR   | [x] Opening brace should be on the same line as the declaration
     100 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     102 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     103 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     103 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
     104 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
     106 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
     107 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
     108 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
     109 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     110 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     112 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     116 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
     118 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     120 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     121 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     123 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     123 | ERROR   | [x] Missing function doc comment
     124 | ERROR   | [x] Opening brace should be on the same line as the declaration
     125 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     126 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     127 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     127 | ERROR   | [x] Concat operator must be surrounded by a single space
     128 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     130 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     132 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     134 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     134 | ERROR   | [x] Missing function doc comment
     134 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
     135 | ERROR   | [x] Opening brace should be on the same line as the declaration
     136 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     137 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     138 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     140 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     142 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     143 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     144 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     146 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     147 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     147 | ERROR   | [x] Expected 1 blank line after function; 0 found
    --------------------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 110 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/ekino_rendr/src/Duplicator/ChannelDuplicatorInterface.php
    -------------------------------------------------------------------------------------------------------------------------------------
    FOUND 8 ERRORS AFFECTING 6 LINES
    -------------------------------------------------------------------------------------------------------------------------------------
      9 | ERROR | [x] Missing interface doc comment
     10 | ERROR | [x] Opening brace should be on the same line as the declaration
     11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     15 | ERROR | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
     17 | ERROR | [ ] Description for the @return value is missing
     22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     22 | ERROR | [x] Expected 1 blank line before function; 0 found
     22 | ERROR | [x] Expected 1 blank line after function; 0 found
    -------------------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    -------------------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/ekino_rendr/src/Duplicator/ChannelDuplicator.php
    ----------------------------------------------------------------------------------------------------------------------------
    FOUND 67 ERRORS AND 3 WARNINGS AFFECTING 62 LINES
    ----------------------------------------------------------------------------------------------------------------------------
      9 | WARNING | [x] Unused use statement
     11 | ERROR   | [x] Missing class doc comment
     12 | ERROR   | [x] Opening brace should be on the same line as the declaration
     13 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     13 | ERROR   | [ ] Missing short description in doc comment
     14 | ERROR   | [x] Data types in @var tags need to be fully namespaced
     16 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     18 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     21 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     22 | ERROR   | [x] Opening brace should be on the same line as the declaration
     23 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     24 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     26 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     26 | ERROR   | [x] Missing function doc comment
     27 | ERROR   | [x] Opening brace should be on the same line as the declaration
     28 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     29 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     31 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     33 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     33 | ERROR   | [x] Data types in @var tags need to be fully namespaced
     34 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     35 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     36 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     37 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     39 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     40 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
     41 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
     42 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
     43 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
     44 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
     45 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
     46 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     47 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     49 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     50 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     52 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     52 | ERROR   | [x] Missing function doc comment
     53 | ERROR   | [x] Opening brace should be on the same line as the declaration
     54 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     55 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
     58 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     59 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     61 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     64 | WARNING | [ ] Line exceeds 80 characters; contains 88 characters
     65 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
     65 | ERROR   | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
     67 | ERROR   | [ ] Description for the @return value is missing
     69 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     70 | ERROR   | [x] Opening brace should be on the same line as the declaration
     71 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     73 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     74 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     75 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
     76 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
     77 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
     78 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
     78 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
     79 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
     80 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     82 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     82 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
     83 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     85 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 8
     86 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 12
     87 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 16
     88 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 12
     89 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 8
     91 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 8
     92 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     92 | ERROR   | [x] Expected 1 blank line after function; 0 found
    ----------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 65 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/ekino_rendr/src/Tool/UrlGenerator.php
    -------------------------------------------------------------------------------------------------------------------------------
    FOUND 126 ERRORS AND 2 WARNINGS AFFECTING 92 LINES
    -------------------------------------------------------------------------------------------------------------------------------
      10 | ERROR   | [x] Missing class doc comment
      11 | ERROR   | [x] Opening brace should be on the same line as the declaration
      12 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      12 | ERROR   | [x] Missing function doc comment
      12 | ERROR   | [x] Expected 1 blank line before function; 0 found
      13 | ERROR   | [x] Opening brace should be on the same line as the declaration
      14 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      14 | ERROR   | [x] There should be no white space after an opening "{"
      14 | WARNING | [ ] Line exceeds 80 characters; contains 97 characters
      14 | ERROR   | [x] Comments may not appear after statements
      14 | ERROR   | [x] Inline comments must start with a capital letter
      15 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      16 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      18 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      19 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      20 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      22 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      23 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      24 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      26 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      27 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      28 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      30 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      30 | ERROR   | [x] Concat operator must be surrounded by a single space
      31 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      31 | ERROR   | [x] Concat operator must be surrounded by a single space
      32 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      34 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      35 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      36 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      38 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      40 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      42 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      43 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      44 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      45 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      47 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      49 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      50 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      50 | ERROR   | [x] Concat operator must be surrounded by a single space
      51 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      53 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      54 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      56 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      56 | ERROR   | [x] Missing function doc comment
      57 | ERROR   | [x] Opening brace should be on the same line as the declaration
      58 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      59 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      60 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      61 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
      64 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      66 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      67 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      68 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      70 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      71 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      72 | ERROR   | [x] Array indentation error, expected 14 spaces but found 20
      73 | ERROR   | [x] Array closing indentation error, expected 12 spaces but found 16
      76 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 12
      78 | WARNING | [ ] Line exceeds 80 characters; contains 93 characters
      78 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 12
      78 | ERROR   | [x] Inline comments must start with a capital letter
      78 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
      79 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 12
      79 | ERROR   | [x] Concat operator must be surrounded by a single space
      79 | ERROR   | [x] Concat operator must be surrounded by a single space
      81 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 12
      82 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 16
      83 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 12
      85 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 12
      85 | ERROR   | [x] Concat operator must be surrounded by a single space
      86 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      86 | ERROR   | [x] Expected newline after closing brace
      87 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      88 | ERROR   | [x] Array indentation error, expected 14 spaces but found 16
      89 | ERROR   | [x] Array indentation error, expected 14 spaces but found 16
      90 | ERROR   | [x] Array indentation error, expected 14 spaces but found 16
      92 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      93 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      95 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      96 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      98 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      98 | ERROR   | [x] Missing function doc comment
      99 | ERROR   | [x] Opening brace should be on the same line as the declaration
     100 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     101 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     103 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     104 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     105 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     105 | ERROR   | [x] Expected newline after closing brace
     106 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     107 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     109 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     110 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     111 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     113 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     115 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     116 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     118 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     118 | ERROR   | [x] Missing function doc comment
     119 | ERROR   | [x] Opening brace should be on the same line as the declaration
     120 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     120 | ERROR   | [x] Concat operator must be surrounded by a single space
     121 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     121 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
     122 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     122 | ERROR   | [x] Concat operator must be surrounded by a single space
     123 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     123 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
     124 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     124 | ERROR   | [x] Concat operator must be surrounded by a single space
     125 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     126 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     126 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
     127 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     127 | ERROR   | [x] Concat operator must be surrounded by a single space
     128 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     128 | ERROR   | [x] Concat operator must be surrounded by a single space
     130 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     130 | ERROR   | [x] Concat operator must be surrounded by a single space
     130 | ERROR   | [x] Concat operator must be surrounded by a single space
     130 | ERROR   | [x] Concat operator must be surrounded by a single space
     130 | ERROR   | [x] Concat operator must be surrounded by a single space
     130 | ERROR   | [x] Concat operator must be surrounded by a single space
     130 | ERROR   | [x] Concat operator must be surrounded by a single space
     130 | ERROR   | [x] Concat operator must be surrounded by a single space
     131 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     131 | ERROR   | [x] Expected 1 blank line after function; 0 found
    -------------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 126 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    -------------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/ekino_rendr/src/Tool/ArrayHelper.php
    ----------------------------------------------------------------------------------------------------------------
    FOUND 26 ERRORS AND 1 WARNING AFFECTING 20 LINES
    ----------------------------------------------------------------------------------------------------------------
      7 | ERROR   | [x] Missing class doc comment
      8 | ERROR   | [x] Opening brace should be on the same line as the declaration
      9 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      9 | ERROR   | [x] Missing function doc comment
      9 | ERROR   | [x] Expected 1 blank line before function; 0 found
     10 | ERROR   | [x] Opening brace should be on the same line as the declaration
     11 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     12 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     12 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
     13 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     15 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     16 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     18 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     18 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
     19 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     21 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     21 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
     23 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     23 | WARNING | [ ] Unused variable $k.
     24 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     26 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     27 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
     28 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     29 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     31 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     32 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     32 | ERROR   | [x] Expected 1 blank line after function; 0 found
    ----------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 26 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/ekino_rendr/src/Tool/PreviewHelper.php
    ----------------------------------------------------------------------------------------------------------------------------
    FOUND 17 ERRORS AFFECTING 13 LINES
    ----------------------------------------------------------------------------------------------------------------------------
      9 | ERROR | [x] Missing class doc comment
     10 | ERROR | [x] Opening brace should be on the same line as the declaration
     11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     13 | ERROR | [x] Missing function doc comment
     14 | ERROR | [x] Opening brace should be on the same line as the declaration
     15 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     17 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     17 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
     17 | ERROR | [x] Concat operator must be surrounded by a single space
     18 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
     20 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
     21 | ERROR | [x] Concat operator must be surrounded by a single space
     25 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     27 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     28 | ERROR | [x] Expected 1 blank line after function; 0 found
    ----------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/ekino_rendr/src/Tool/Slug.php
    ---------------------------------------------------------------------------------------------------------
    FOUND 20 ERRORS AFFECTING 17 LINES
    ---------------------------------------------------------------------------------------------------------
      7 | ERROR | [x] Missing class doc comment
      8 | ERROR | [x] Opening brace should be on the same line as the declaration
      9 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      9 | ERROR | [x] Missing function doc comment
      9 | ERROR | [x] Expected 1 blank line before function; 0 found
     10 | ERROR | [x] Opening brace should be on the same line as the declaration
     11 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     12 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
     13 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     15 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     16 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     17 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     18 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     19 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     20 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     21 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     22 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     24 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     25 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     25 | ERROR | [x] Expected 1 blank line after function; 0 found
    ---------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 20 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ---------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/ekino_rendr/src/Router/RouterSubscriber.php
    -------------------------------------------------------------------------------------------------------------------------------
    FOUND 99 ERRORS AND 6 WARNINGS AFFECTING 80 LINES
    -------------------------------------------------------------------------------------------------------------------------------
       8 | WARNING | [x] Unused use statement
       9 | WARNING | [x] Unused use statement
      13 | ERROR   | [ ] Missing short description in doc comment
      17 | ERROR   | [x] Opening brace should be on the same line as the declaration
      18 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      19 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      21 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      21 | ERROR   | [ ] Missing member variable doc comment
      22 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      22 | ERROR   | [ ] Missing member variable doc comment
      24 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      25 | ERROR   | [x] Opening brace should be on the same line as the declaration
      26 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      28 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      29 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      31 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      31 | ERROR   | [x] Missing function doc comment
      32 | ERROR   | [x] Opening brace should be on the same line as the declaration
      33 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      34 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
      35 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
      37 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      39 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      39 | ERROR   | [x] Missing function doc comment
      40 | ERROR   | [x] Opening brace should be on the same line as the declaration
      41 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      42 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
      43 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
      45 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      47 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      47 | ERROR   | [x] Missing function doc comment
      48 | ERROR   | [x] Opening brace should be on the same line as the declaration
      49 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      50 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      52 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
      52 | ERROR   | [x] Missing function doc comment
      53 | ERROR   | [x] Opening brace should be on the same line as the declaration
      54 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      55 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      55 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
      56 | ERROR   | [x] Object operator not indented correctly; expected 10 spaces but found 12
      57 | ERROR   | [x] Space after closing parenthesis of function call prohibited
      58 | ERROR   | [x] Space found before semicolon; expected ");" but found ")\n            ;"
      60 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      62 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      63 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      64 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      66 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      68 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      68 | ERROR   | [x] Data types in @var tags need to be fully namespaced
      69 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
      70 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      70 | WARNING | [x] The variable name should be defined after the type
      71 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      73 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
      74 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
      74 | ERROR   | [x] Data types in @var tags need to be fully namespaced
      75 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
      77 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
      78 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
      79 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
      81 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
      81 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
      81 | ERROR   | [x] There should be no white space after an opening "{"
      81 | WARNING | [ ] Line exceeds 80 characters; contains 111 characters
      81 | ERROR   | [x] Comments may not appear after statements
      81 | ERROR   | [x] Inline comments must start with a capital letter
      81 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
      82 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
      83 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
      85 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
      87 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
      88 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
      88 | ERROR   | [x] There should be no white space after an opening "{"
      88 | WARNING | [ ] Line exceeds 80 characters; contains 146 characters
      88 | ERROR   | [x] Comments may not appear after statements
      88 | ERROR   | [x] Inline comments must start with a capital letter
      88 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
      89 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found 24
      90 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
      92 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
      94 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
      95 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
      96 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
      98 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
      99 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found 24
      99 | ERROR   | [x] Concat operator must be surrounded by a single space
     100 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
     102 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
     104 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found 20
     105 | ERROR   | [x] Array indentation error, expected 22 spaces but found 24
     106 | ERROR   | [x] Array indentation error, expected 22 spaces but found 24
     109 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 20
     109 | ERROR   | [x] Concat operator must be surrounded by a single space
     110 | ERROR   | [x] Array indentation error, expected 22 spaces but found 24
     111 | ERROR   | [x] Array indentation error, expected 22 spaces but found 24
     112 | ERROR   | [x] Array indentation error, expected 22 spaces but found 24
     112 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
     114 | ERROR   | [x] Array indentation error, expected 22 spaces but found 24
     116 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 16
     117 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 12
     118 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     120 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 8
     121 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
     121 | ERROR   | [x] Expected 1 blank line after function; 0 found
    -------------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 99 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    -------------------------------------------------------------------------------------------------------------------------------
    
    Time: 1.91 secs; Memory: 18MB

    Kindly check.

    Thanks,
    Jake

  • ๐Ÿ‡ฎ๐Ÿ‡นItaly apaderno Brescia, ๐Ÿ‡ฎ๐Ÿ‡น

    Let's create a merge request, now that patches are no longer tested.

  • Pipeline finished with Failed
    3 months ago
    Total: 41s
    #260000
Production build 0.71.5 2024