Fix the issues reported by phpcs

Created on 14 June 2023, over 1 year ago
Updated 26 June 2023, over 1 year ago

Problem/Motivation

FILE: /var/www/html/vb/d_cont/cool_calendar_extras/README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
----------------------------------------------------------------------
4 | WARNING | Line exceeds 80 characters; contains 94 characters
8 | WARNING | Line exceeds 80 characters; contains 126 characters
12 | WARNING | Line exceeds 80 characters; contains 158 characters
----------------------------------------------------------------------

FILE: /var/www/html/vb/d_cont/cool_calendar_extras/cool_calendar_extras.info.yml
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------
1 | WARNING | Remove "version" from the info file, it will be added by
| | drupal.org packaging automatically
--------------------------------------------------------------------------------

FILE: /var/www/html/vb/d_cont/cool_calendar_extras/css/cool_calendar_extras.css
-------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------
6 | ERROR | [x] Whitespace found at end of line
15 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
-------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------

FILE: ...vb/d_cont/cool_calendar_extras/src/Form/CoolCalendarExtrasSettingsForm.php
--------------------------------------------------------------------------------
FOUND 608 ERRORS AND 22 WARNINGS AFFECTING 245 LINES
--------------------------------------------------------------------------------
3 | ERROR | [x] Namespaced classes, interfaces and traits should not begin
| | with a file doc comment
4 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
5 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
6 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
17 | WARNING | [x] Unused use statement
20 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
21 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
22 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
23 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
25 | ERROR | [x] Whitespace found at end of line
26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
26 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
26 | ERROR | [x] No space found before comment text; expected "// Property
| | that it saves the service (by injection) and we can use in
| | this class" but found "//Property that it saves the
| | service (by injection) and we can use in this class"
26 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
27 | ERROR | [x] You must use "/**" style comments for a member variable
| | comment
28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
28 | ERROR | [ ] Missing member variable doc comment
29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
29 | ERROR | [x] Whitespace found at end of line
30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
30 | ERROR | [x] Missing function doc comment
31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
31 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
32 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
34 | ERROR | [x] Whitespace found at end of line
35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
35 | ERROR | [x] Missing function doc comment
36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
36 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
37 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
38 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
39 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 2
40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
40 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
41 | ERROR | [x] Whitespace found at end of line
42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
42 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
42 | ERROR | [x] No space found before comment text; expected "// Function
| | that it returns the form identifier" but found "//Function
| | that it returns the form identifier"
42 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
43 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
43 | ERROR | [x] You must use "/**" style comments for a function comment
44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
44 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
45 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
46 | ERROR | [x] Whitespace found at end of line
47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
47 | WARNING | [ ] Line exceeds 80 characters; contains 120 characters
47 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
47 | ERROR | [x] No space found before comment text; expected "// Function
| | that returns the configuration object name that will be
| | used for reading and saving the module configuration" but
| | found "//Function that returns the configuration object
| | name that will be used for reading and saving the module
| | configuration"
48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
48 | WARNING | [ ] Line exceeds 80 characters; contains 114 characters
48 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
48 | ERROR | [x] No space found before comment text; expected "// To have
| | access in the configuration object of module: $config =
| | $this->config('cool_calendar_extras.settings');" but found
| | "//To have access in the configuration object of module:
| | $config = $this->config('cool_calendar_extras.settings');"
49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
49 | ERROR | [x] No space found before comment text; expected "// To read
| | the configuration: $config->get('allowed_types');" but
| | found "//To read the configuration:
| | $config->get('allowed_types');"
50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
50 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
50 | ERROR | [x] No space found before comment text; expected "// To write
| | the configuration: $config->set('allowed_types',
| | $allowed_types);" but found "//To write the configuration:
| | $config->set('allowed_types', $allowed_types);"
50 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
51 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
51 | ERROR | [x] You must use "/**" style comments for a function comment
52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
52 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
53 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
54 | ERROR | [x] Whitespace found at end of line
55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
55 | ERROR | [x] No space found before comment text; expected "// Method
| | that generates/builds form fields" but found "//Method
| | that generates/builds form fields"
55 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
56 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
56 | ERROR | [x] You must use "/**" style comments for a function comment
57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
57 | ERROR | [x] Whitespace found at end of line
58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
58 | WARNING | [ ] Line exceeds 80 characters; contains 114 characters
58 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
58 | ERROR | [x] No space found before comment text; expected "// We get
| | the object that it will be useful for retrieving the
| | module configuration values for filling the fields" but
| | found "//We get the object that it will be useful for
| | retrieving the module configuration values for filling the
| | fields"
58 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
59 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
60 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
60 | ERROR | [x] Whitespace found at end of line
61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
61 | WARNING | [ ] Line exceeds 80 characters; contains 123 characters
61 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
61 | ERROR | [x] No space found before comment text; expected "// List
| | (array key/value) with all types of content available in
| | this site (this function is included into the Drupal API)"
| | but found "//List (array key/value) with all types of
| | content available in this site (this function is included
| | into the Drupal API)"
62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
62 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
63 | ERROR | [x] Whitespace found at end of line
64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
64 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
64 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
64 | ERROR | [x] No space found before comment text; expected "// The form
| | control that it will group all form elements (all fields
| | of all tabs)" but found "//The form control that it will
| | group all form elements (all fields of all tabs)"
65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
65 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
66 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
66 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
68 | ERROR | [x] Whitespace found at end of line
69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
69 | WARNING | [ ] Line exceeds 80 characters; contains 89 characters
69 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
69 | ERROR | [x] No space found before comment text; expected "// For each
| | type of content we are going to generate a tab with its
| | configuration fields" but found "//For each type of
| | content we are going to generate a tab with its
| | configuration fields"
69 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
70 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
71 | ERROR | [x] Whitespace found at end of line
72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
72 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
72 | ERROR | [x] No space found before comment text; expected "// We
| | generate the form field names" but found "//We generate
| | the form field names"
72 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
73 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
73 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
74 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
74 | ERROR | [x] Whitespace found at end of line
75 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
75 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
76 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
77 | ERROR | [x] Whitespace found at end of line
78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
78 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
79 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
79 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
80 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
81 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
82 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
82 | ERROR | [x] Whitespace found at end of line
83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
83 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
84 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
85 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
86 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
86 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
87 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
87 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
88 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
88 | ERROR | [x] Whitespace found at end of line
89 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
89 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
90 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
90 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
91 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
91 | ERROR | [x] Whitespace found at end of line
92 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
92 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
92 | ERROR | [x] No space found before comment text; expected "// We get
| | the fields configuration of types of content" but found
| | "//We get the fields configuration of types of content"
92 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
93 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
93 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
94 | ERROR | [x] Whitespace found at end of line
95 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
95 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
95 | ERROR | [x] No space found before comment text; expected "// We
| | initialize the arrays where we will save the available
| | options" but found "//We initialize the arrays where we
| | will save the available options"
95 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
96 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
96 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
96 | ERROR | [x] Short array syntax must be used to define arrays
97 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
97 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
97 | ERROR | [x] Short array syntax must be used to define arrays
98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
98 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
98 | ERROR | [x] Short array syntax must be used to define arrays
99 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
99 | ERROR | [x] Whitespace found at end of line
100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
100 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
100 | ERROR | [x] No space found before comment text; expected "// We load
| | into the arrays the available options" but found "//We
| | load into the arrays the available options"
100 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
101 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
102 | ERROR | [x] Whitespace found at end of line
103 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
103 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
103 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced
| | with use statements
104 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
104 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
104 | ERROR | [x] No space found before comment text; expected "// In case
| | that is a smartdate field" but found "//In case that is a
| | smartdate field"
104 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
105 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
105 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
106 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
106 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
106 | ERROR | [x] Expected newline after closing brace
106 | ERROR | [x] Use "elseif" in place of "else if"
106 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced
| | with use statements
107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
107 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
107 | ERROR | [x] No space found before comment text; expected "// In case
| | that is a reference field..." but found "//In case that is
| | a reference field..."
108 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
108 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
109 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
109 | ERROR | [x] No space found before comment text; expected "// Is a user
| | reference field" but found "//Is a user reference field"
109 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
110 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
111 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
111 | ERROR | [x] Expected newline after closing brace
112 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
112 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
112 | ERROR | [x] No space found before comment text; expected "// Is a
| | taxonomy reference field" but found "//Is a taxonomy
| | reference field"
112 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
113 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
114 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
115 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
116 | ERROR | [x] Whitespace found at end of line
117 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
117 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
118 | ERROR | [x] Whitespace found at end of line
118 | ERROR | [x] Functions must not contain multiple empty lines in a row;
| | found 2 empty lines
119 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
119 | ERROR | [x] Whitespace found at end of line
120 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
120 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
120 | ERROR | [x] No space found before comment text; expected "// We create
| | a new tab" but found "//We create a new tab"
120 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
121 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
121 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
122 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
122 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces,
| | found 4
122 | ERROR | [x] Array indentation error, expected 5 spaces but found 4
123 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
123 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces,
| | found 4
123 | ERROR | [x] Array indentation error, expected 5 spaces but found 4
124 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
124 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces,
| | found 4
124 | ERROR | [x] Array indentation error, expected 5 spaces but found 4
125 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
125 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces,
| | found 4
125 | ERROR | [x] Array indentation error, expected 5 spaces but found 4
126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
127 | ERROR | [x] Whitespace found at end of line
128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
128 | WARNING | [ ] Line exceeds 80 characters; contains 145 characters
128 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
128 | ERROR | [x] No space found before comment text; expected "// If at
| | least the type of content has one SmartDate field we will
| | show to user the fields because he will be able to
| | configure the restriction" but found "//If at least the
| | type of content has one SmartDate field we will show to
| | user the fields because he will be able to configure the
| | restriction"
128 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
128 | ERROR | [ ] Unnecessarily gendered language in a comment
129 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
129 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
129 | ERROR | [ ] sizeof() is a function name alias, use count() instead
130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
130 | ERROR | [x] Whitespace found at end of line
131 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
131 | WARNING | [ ] Line exceeds 80 characters; contains 104 characters
131 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
131 | ERROR | [x] No space found before comment text; expected "// We add a
| | extra item into the arrays that it will serve to indicate
| | that we don't want restrictions" but found "//We add a
| | extra item into the arrays that it will serve to indicate
| | that we don't want restrictions"
131 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
132 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
132 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
132 | ERROR | [x] Short array syntax must be used to define arrays
133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
133 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
133 | ERROR | [x] Short array syntax must be used to define arrays
134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
134 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
134 | ERROR | [x] Short array syntax must be used to define arrays
134 | ERROR | [x] There should be no white space before a closing ")"
135 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
135 | ERROR | [x] Whitespace found at end of line
136 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
136 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
137 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
137 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
138 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
138 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
138 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
140 | ERROR | [x] Whitespace found at end of line
141 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
141 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
142 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
142 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
143 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
143 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
144 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
144 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
145 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
145 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
146 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
146 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
146 | WARNING | [ ] t() calls should be avoided in classes, use
| | \Drupal\Core\StringTranslation\StringTranslationTrait and
| | $this->t() instead
147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
148 | ERROR | [x] Whitespace found at end of line
149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
149 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
150 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
150 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
151 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
151 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
152 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
152 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
153 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
153 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
153 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
154 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
154 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
154 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
154 | WARNING | [ ] t() calls should be avoided in classes, use
| | \Drupal\Core\StringTranslation\StringTranslationTrait and
| | $this->t() instead
155 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
156 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
156 | ERROR | [x] Whitespace found at end of line
157 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
157 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
158 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
158 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
159 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
159 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
159 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
161 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
161 | ERROR | [x] Whitespace found at end of line
162 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
162 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
163 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
163 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
164 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
164 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
164 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
165 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
165 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
165 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
166 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
166 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
166 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
168 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
168 | ERROR | [x] Whitespace found at end of line
169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
169 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
170 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
170 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
171 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
171 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
171 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
172 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
172 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
172 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
173 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
173 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
173 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
174 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
174 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
174 | WARNING | [ ] t() calls should be avoided in classes, use
| | \Drupal\Core\StringTranslation\StringTranslationTrait and
| | $this->t() instead
175 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
176 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
176 | ERROR | [x] Whitespace found at end of line
177 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
177 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
178 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
178 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
179 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
179 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
180 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
180 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
180 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
181 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
181 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
181 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
182 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
182 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
182 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
183 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
183 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
183 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
184 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
184 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
184 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
184 | WARNING | [ ] t() calls should be avoided in classes, use
| | \Drupal\Core\StringTranslation\StringTranslationTrait and
| | $this->t() instead
185 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
186 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
186 | ERROR | [x] Whitespace found at end of line
187 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
187 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
188 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
188 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
188 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
189 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
189 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
189 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
190 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
190 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
190 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
191 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
191 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
191 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
192 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
192 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
192 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
193 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
193 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
193 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
194 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
194 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
194 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
194 | ERROR | [x] Short array syntax must be used to define arrays
195 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
195 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
195 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
195 | WARNING | [ ] t() calls should be avoided in classes, use
| | \Drupal\Core\StringTranslation\StringTranslationTrait and
| | $this->t() instead
196 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
197 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
197 | ERROR | [x] Whitespace found at end of line
198 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
198 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
199 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
199 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
199 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
200 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
200 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
200 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
201 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
201 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
201 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
202 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
202 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
202 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
203 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
204 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
204 | ERROR | [x] Whitespace found at end of line
205 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
205 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
205 | ERROR | [ ] The array declaration extends to column 122 (the limit is
| | 80). The array content should be split up over multiple
| | lines
206 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
206 | ERROR | [x] Whitespace found at end of line
207 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
207 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
207 | ERROR | [x] Expected newline after closing brace
208 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
208 | ERROR | [x] Whitespace found at end of line
209 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
209 | WARNING | [ ] Line exceeds 80 characters; contains 101 characters
209 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
209 | ERROR | [x] No space found before comment text; expected "// If the
| | type of content doesn't have none SmartDate field, we will
| | only show an informative text" but found "//If the type of
| | content doesn't have none SmartDate field, we will only
| | show an informative text"
209 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
210 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
210 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
211 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
211 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
211 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
212 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
212 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
212 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
213 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
213 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces,
| | found 5
213 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
213 | WARNING | [ ] Avoid backslash escaping in translatable strings when
| | possible, use "" quotes instead
214 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
215 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
215 | ERROR | [x] Whitespace found at end of line
216 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
216 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
217 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
217 | ERROR | [x] Whitespace found at end of line
218 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
218 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
219 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
219 | ERROR | [x] Whitespace found at end of line
220 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
220 | WARNING | [ ] Line exceeds 80 characters; contains 94 characters
220 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
220 | ERROR | [x] No space found before comment text; expected "// As
| | opposed to normal forms, in configuration forms is not
| | necessary adding a submit button" but found "//As opposed
| | to normal forms, in configuration forms is not necessary
| | adding a submit button"
221 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
221 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
221 | ERROR | [x] No space found before comment text; expected "// About
| | that is already handled by buildForm() method from parent
| | class" but found "//About that is already handled by
| | buildForm() method from parent class"
221 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
222 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
222 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
223 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
223 | ERROR | [x] Whitespace found at end of line
224 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
224 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
225 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
225 | ERROR | [x] Whitespace found at end of line
226 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
226 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
226 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
226 | ERROR | [x] No space found before comment text; expected "// Method
| | that do the fields validation just after the user click
| | the submit button" but found "//Method that do the fields
| | validation just after the user click the submit button"
226 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
227 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
227 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
227 | WARNING | [ ] Possible useless method overriding detected
227 | ERROR | [x] You must use "/**" style comments for a function comment
228 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
228 | ERROR | [x] Whitespace found at end of line
229 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
229 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
229 | ERROR | [x] No space found before comment text; expected "// No
| | validation will be performed" but found "//No validation
| | will be performed"
229 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
230 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
230 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
231 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
231 | ERROR | [x] Whitespace found at end of line
232 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
232 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
233 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
233 | ERROR | [x] Whitespace found at end of line
234 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
234 | WARNING | [ ] Line exceeds 80 characters; contains 109 characters
234 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
234 | ERROR | [x] No space found before comment text; expected "// Method
| | that do the necessary operations/managements after the
| | form has passed the validations successfully" but found
| | "//Method that do the necessary operations/managements
| | after the form has passed the validations successfully"
234 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
235 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
235 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
235 | ERROR | [x] You must use "/**" style comments for a function comment
236 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
236 | ERROR | [x] Whitespace found at end of line
237 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
237 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
237 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
237 | ERROR | [x] No space found before comment text; expected "// We get
| | the object that it will be useful to save the module
| | configuration values" but found "//We get the object that
| | it will be useful to save the module configuration values"
237 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
238 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
238 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
239 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
239 | ERROR | [x] Whitespace found at end of line
240 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
240 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
240 | ERROR | [x] No space found before comment text; expected "// We get
| | the values filled on the form" but found "//We get the
| | values filled on the form"
240 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
241 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
241 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
242 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
242 | ERROR | [x] Whitespace found at end of line
243 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
243 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
243 | ERROR | [x] No space found before comment text; expected "// We
| | iterate all values received and we save them" but found
| | "//We iterate all values received and we save them"
243 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
244 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
244 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
245 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
245 | ERROR | [x] Whitespace found at end of line
246 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
246 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
246 | ERROR | [x] No space found before comment text; expected "// We will
| | not consider the 'item' or 'tree' type fields" but found
| | "//We will not consider the 'item' or 'tree' type fields"
246 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
247 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
247 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
247 | ERROR | [x] Expected one space after the comma, 0 found
247 | ERROR | [x] Expected one space after the comma, 0 found
248 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
248 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
249 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
249 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
250 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
250 | ERROR | [x] Whitespace found at end of line
251 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
251 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
252 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
252 | ERROR | [x] Whitespace found at end of line
253 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
253 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
253 | ERROR | [x] No space found before comment text; expected "// We save
| | the changes persistently into database" but found "//We
| | save the changes persistently into database"
253 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
254 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
254 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
255 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
255 | ERROR | [x] Whitespace found at end of line
256 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
256 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
256 | ERROR | [x] No space found before comment text; expected "// We submit
| | the form" but found "//We submit the form"
256 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
257 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
257 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
258 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
258 | ERROR | [x] Whitespace found at end of line
259 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
259 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
260 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
260 | ERROR | [x] Whitespace found at end of line
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 605 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------

FILE: ...ml/vb/d_cont/cool_calendar_extras/src/Plugin/Block/LegendCalendarBlock.php
--------------------------------------------------------------------------------
FOUND 565 ERRORS AND 25 WARNINGS AFFECTING 237 LINES
--------------------------------------------------------------------------------
5 | ERROR | [x] No space found before comment text; expected "// BlockBase
| | implements the interface BlockPluginInterface" but found
| | "//BlockBase implements the interface
| | BlockPluginInterface"
6 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
6 | ERROR | [x] No space found before comment text; expected "// Extending
| | from BlockBase avoid us to have to implement several
| | required methods" but found "//Extending from BlockBase
| | avoid us to have to implement several required methods"
6 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
10 | WARNING | [x] Unused use statement
19 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
19 | WARNING | [ ] Line exceeds 80 characters; contains 122 characters
19 | ERROR | [x] Doc comment short description must end with a full stop
20 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
21 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
21 | WARNING | [ ] Line exceeds 80 characters; contains 119 characters
22 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
22 | WARNING | [ ] Line exceeds 80 characters; contains 95 characters
23 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
24 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
25 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
25 | WARNING | [ ] Line exceeds 80 characters; contains 139 characters
26 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
26 | WARNING | [ ] Line exceeds 80 characters; contains 143 characters
27 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
27 | ERROR | [x] Whitespace found at end of line
28 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
29 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
30 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
31 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
32 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
33 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
34 | ERROR | [x] Additional blank lines found at end of doc comment
34 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
36 | ERROR | [x] Whitespace found at end of line
37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
37 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
38 | ERROR | [x] Whitespace found at end of line
39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
39 | WARNING | [ ] Line exceeds 80 characters; contains 99 characters
39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
39 | ERROR | [x] No space found before comment text; expected "// Property
| | that it will save the service (by injection) of taxonomies
| | and we can use in this class" but found "//Property that
| | it will save the service (by injection) of taxonomies and
| | we can use in this class"
39 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
40 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
40 | ERROR | [x] You must use "/**" style comments for a member variable
| | comment
41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
41 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
41 | ERROR | [ ] Missing member variable doc comment
42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
42 | ERROR | [x] Whitespace found at end of line
43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
43 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
43 | ERROR | [x] No space found before comment text; expected "//
| | Constructor" but found "//Constructor"
43 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
44 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
44 | ERROR | [x] You must use "/**" style comments for a function comment
45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
45 | ERROR | [x] Whitespace found at end of line
46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
46 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
47 | ERROR | [x] Whitespace found at end of line
48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
48 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
49 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
50 | ERROR | [x] Whitespace found at end of line
51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
51 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
52 | ERROR | [x] Whitespace found at end of line
53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
53 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
53 | ERROR | [x] Missing function doc comment
54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
54 | ERROR | [x] Whitespace found at end of line
55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
55 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
56 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
57 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
58 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
59 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
60 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
60 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
61 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 2
62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
62 | ERROR | [x] Whitespace found at end of line
63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
63 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
64 | ERROR | [x] Whitespace found at end of line
65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
65 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters
65 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
65 | ERROR | [x] No space found before comment text; expected "// Function
| | that allows us get all terms of taxonomy that belongs a
| | specific vocabulary" but found "//Function that allows us
| | get all terms of taxonomy that belongs a specific
| | vocabulary"
65 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
66 | ERROR | [x] You must use "/**" style comments for a function comment
67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
67 | ERROR | [x] Whitespace found at end of line
68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
68 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters
68 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
68 | ERROR | [x] No space found before comment text; expected "// We check
| | if arrive a vocabulary identifier, in other case, we
| | return an empty array" but found "//We check if arrive a
| | vocabulary identifier, in other case, we return an empty
| | array"
68 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
69 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
70 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
71 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
72 | ERROR | [x] Whitespace found at end of line
73 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
73 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
73 | ERROR | [x] No space found before comment text; expected "// We get
| | all terms (it gets from into the cache)" but found "//We
| | get all terms (it gets from into the cache)"
74 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
74 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
75 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
75 | ERROR | [x] Whitespace found at end of line
76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
76 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
76 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
76 | ERROR | [x] No space found before comment text; expected "// We get
| | all terms of taxonomy from the database (if their are not
| | into the cache)" but found "//We get all terms of taxonomy
| | from the database (if their are not into the cache)"
77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
77 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
78 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
79 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
79 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
80 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
81 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
82 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
82 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
83 | ERROR | [x] Whitespace found at end of line
84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
84 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
85 | ERROR | [x] Whitespace found at end of line
86 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
86 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
87 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
87 | ERROR | [x] Whitespace found at end of line
88 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
88 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
88 | ERROR | [x] No space found before comment text; expected "// Function
| | that allows us retrieve the vocabulary name from its
| | identifier" but found "//Function that allows us retrieve
| | the vocabulary name from its identifier"
88 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
89 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
89 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
89 | ERROR | [x] You must use "/**" style comments for a function comment
90 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
90 | ERROR | [x] Whitespace found at end of line
91 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
91 | WARNING | [ ] Line exceeds 80 characters; contains 96 characters
91 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
91 | ERROR | [x] No space found before comment text; expected "// We check
| | if it has arrived a vocabulary identifier, in other case,
| | we return an empty string" but found "//We check if it has
| | arrived a vocabulary identifier, in other case, we return
| | an empty string"
91 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
92 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
92 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
93 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
93 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
94 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
95 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
95 | ERROR | [x] Whitespace found at end of line
96 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
96 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
96 | ERROR | [x] No space found before comment text; expected "// We get
| | the vocabulary name" but found "//We get the vocabulary
| | name"
96 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
97 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
97 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
98 | ERROR | [x] Whitespace found at end of line
99 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
99 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
100 | ERROR | [x] Whitespace found at end of line
101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
101 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
102 | ERROR | [x] Whitespace found at end of line
103 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
103 | WARNING | [ ] Line exceeds 80 characters; contains 137 characters
103 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
103 | ERROR | [x] No space found before comment text; expected "// Unique
| | mandatory method to implement that it returns a rendered
| | array that it contains the block content (similar as pages
| | controller)" but found "//Unique mandatory method to
| | implement that it returns a rendered array that it
| | contains the block content (similar as pages controller)"
104 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
104 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
104 | ERROR | [x] You must use "/**" style comments for a function comment
105 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
105 | ERROR | [x] Whitespace found at end of line
106 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
106 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
106 | ERROR | [x] No space found before comment text; expected "// We try to
| | get the block configuration" but found "//We try to get
| | the block configuration"
106 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
107 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
108 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
108 | ERROR | [x] Whitespace found at end of line
109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
109 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
109 | ERROR | [x] No space found before comment text; expected "// We check
| | that the configuration exists" but found "//We check that
| | the configuration exists"
109 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
110 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
111 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
112 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
112 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces,
| | found 5
112 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
114 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
115 | ERROR | [x] Whitespace found at end of line
116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
116 | WARNING | [ ] Line exceeds 80 characters; contains 114 characters
116 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
116 | ERROR | [x] No space found before comment text; expected "// We
| | retrieve the block configuration (inside the configuration
| | there are two values that are separated by a &)" but found
| | "//We retrieve the block configuration (inside the
| | configuration there are two values that are separated by a
| | &)"
117 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
117 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
118 | ERROR | [x] Whitespace found at end of line
119 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
119 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
119 | ERROR | [x] No space found before comment text; expected "// We check
| | that exist at least two params into the config variable"
| | but found "//We check that exist at least two params into
| | the config variable"
119 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
120 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
120 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
120 | ERROR | [ ] sizeof() is a function name alias, use count() instead
121 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
121 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
122 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
122 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces,
| | found 5
122 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
123 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
124 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
124 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
125 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
125 | ERROR | [x] Whitespace found at end of line
126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
126 | WARNING | [ ] Line exceeds 80 characters; contains 114 characters
126 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
126 | ERROR | [x] No space found before comment text; expected "// We have
| | found the two necessary params (the view name and the
| | presentation name), we save them into variables" but found
| | "//We have found the two necessary params (the view name
| | and the presentation name), we save them into variables"
126 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
127 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
128 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
129 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
129 | ERROR | [x] Whitespace found at end of line
130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
130 | WARNING | [ ] Line exceeds 80 characters; contains 92 characters
130 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
130 | ERROR | [x] No space found before comment text; expected "// We get
| | the view and the view presentation to obtain the colors
| | configured into the view" but found "//We get the view and
| | the view presentation to obtain the colors configured into
| | the view"
130 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
131 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
131 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
132 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
132 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
133 | ERROR | [x] Whitespace found at end of line
134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
134 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
134 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
134 | ERROR | [x] No space found before comment text; expected "// We get
| | the vocabulary identifier that we want to load their terms
| | into an array" but found "//We get the vocabulary
| | identifier that we want to load their terms into an array"
134 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
135 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
135 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
136 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
136 | ERROR | [x] Whitespace found at end of line
137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
137 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
137 | ERROR | [x] No space found before comment text; expected "// We check
| | if already exists a color configuration for the vocabulary
| | terms" but found "//We check if already exists a color
| | configuration for the vocabulary terms"
137 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
138 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
138 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
138 | ERROR | [x] Expected 1 space after closing parenthesis; found 0
139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
139 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
140 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
140 | ERROR | [x] Expected newline after closing brace
141 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
141 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
141 | ERROR | [x] No space found before comment text; expected "// We get an
| | array that it contains the color of vocabulary terms" but
| | found "//We get an array that it contains the color of
| | vocabulary terms"
141 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
142 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
143 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
144 | ERROR | [x] Whitespace found at end of line
145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
145 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
145 | ERROR | [x] No space found before comment text; expected "// We get
| | the taxonomy terms that belongs a vocabulary" but found
| | "//We get the taxonomy terms that belongs a vocabulary"
145 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
146 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
147 | ERROR | [x] Whitespace found at end of line
148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
148 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
148 | ERROR | [x] No space found before comment text; expected "// We
| | iterate taxonomy terms to generate the legend table rows"
| | but found "//We iterate taxonomy terms to generate the
| | legend table rows"
148 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
149 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
149 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found
150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
150 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
150 | ERROR | [x] Expected 1 space after IF keyword; 0 found
151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
151 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 5
151 | ERROR | [x] No space found before comment text; expected "// If the
| | taxonomy term has defined a color" but found "//If the
| | taxonomy term has defined a color"
151 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
152 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 5
153 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
153 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
153 | ERROR | [x] Expected newline after closing brace
154 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
154 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 5
154 | ERROR | [x] No space found before comment text; expected "// If the
| | taxonomy term has not defined a color" but found "//If the
| | taxonomy term has not defined a color"
154 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
155 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
155 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 5
156 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
156 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
157 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
157 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
158 | ERROR | [x] Whitespace found at end of line
158 | ERROR | [x] Functions must not contain multiple empty lines in a row;
| | found 2 empty lines
159 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
159 | ERROR | [x] Whitespace found at end of line
160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
160 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
160 | ERROR | [x] No space found before comment text; expected "// We get
| | the vocabulary name to put on the column header" but found
| | "//We get the vocabulary name to put on the column header"
160 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
161 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
161 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
162 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
162 | ERROR | [x] Whitespace found at end of line
163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
163 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
163 | ERROR | [x] No space found before comment text; expected "// We set
| | the value of columns headers" but found "//We set the
| | value of columns headers"
163 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
164 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
164 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
165 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
165 | ERROR | [x] Whitespace found at end of line
166 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
166 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
166 | ERROR | [ ] sizeof() is a function name alias, use count() instead
167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
167 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
168 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
168 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
168 | ERROR | [ ] The array declaration extends to column 102 (the limit is
| | 80). The array content should be split up over multiple
| | lines
168 | ERROR | [x] Comma not allowed after last value in single-line array
| | declaration
168 | ERROR | [x] Expected one space after the comma, 0 found
169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
169 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
169 | ERROR | [x] Expected newline after closing brace
170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
170 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
171 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
171 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces,
| | found 5
171 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
172 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
172 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces,
| | found 5
172 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
173 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
173 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces,
| | found 5
173 | ERROR | [x] Array indentation error, expected 6 spaces but found 5
174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
175 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
175 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
176 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
176 | ERROR | [x] Whitespace found at end of line
177 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
177 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
177 | ERROR | [x] No space found before comment text; expected "// We return
| | the HTML content generated" but found "//We return the
| | HTML content generated"
177 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
178 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
179 | WARNING | [x] A comma should follow the last multiline array item.
| | Found: $build
180 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
181 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
181 | ERROR | [x] Whitespace found at end of line
182 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
182 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
183 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
183 | ERROR | [x] Whitespace found at end of line
184 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
184 | WARNING | [ ] Line exceeds 80 characters; contains 106 characters
184 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
184 | ERROR | [x] No space found before comment text; expected "//
| | Overwriting this method allow us to modify the default
| | values that it will have the block configuration" but
| | found "//Overwriting this method allow us to modify the
| | default values that it will have the block configuration"
184 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
185 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
185 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
185 | ERROR | [x] You must use "/**" style comments for a function comment
186 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
186 | ERROR | [x] Whitespace found at end of line
187 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
187 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
188 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
188 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
188 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
188 | WARNING | [ ] Line exceeds 80 characters; contains 151 characters
188 | ERROR | [x] Comments may not appear after statements
188 | ERROR | [x] No space found before comment text; expected "// Name by
| | default that we want the block have, if we don't specify,
| | it will get the admin_label from class Annotations" but
| | found "//Name by default that we want the block have, if
| | we don't specify, it will get the admin_label from class
| | Annotations"
188 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
189 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
189 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
189 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
189 | WARNING | [ ] Line exceeds 80 characters; contains 250 characters
189 | ERROR | [x] Comments may not appear after statements
189 | ERROR | [x] No space found before comment text; expected "// FALSE
| | that the title won't be visible by default, to make the
| | title visible is not correct the TRUE value, the correct
| | way is using the BlockInterface::BLOCK_LABEL_VISIBLE
| | constant with "use Drupal\block\BlockInterface"" but found
| | "//FALSE that the title won't be visible by default, to
| | make the title visible is not correct the TRUE value, the
| | correct way is using the
| | BlockInterface::BLOCK_LABEL_VISIBLE constant with "use
| | Drupal\block\BlockInterface""
189 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
190 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
191 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
191 | ERROR | [x] Whitespace found at end of line
192 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
192 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
193 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
193 | ERROR | [x] Whitespace found at end of line
194 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
194 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
194 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
194 | ERROR | [x] No space found before comment text; expected "// Method
| | that allows us to alter (adding fields) into the block
| | configuration form" but found "//Method that allows us to
| | alter (adding fields) into the block configuration form"
194 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
195 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
195 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
195 | ERROR | [x] You must use "/**" style comments for a function comment
196 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
196 | ERROR | [x] Whitespace found at end of line
197 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
197 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
197 | ERROR | [x] No space found before comment text; expected "// We get an
| | array with all active views" but found "//We get an array
| | with all active views"
197 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
198 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
198 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
199 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
199 | ERROR | [x] Whitespace found at end of line
200 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
200 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
200 | ERROR | [x] No space found before comment text; expected "// We
| | iterate the list of views" but found "//We iterate the
| | list of views"
200 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
201 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
201 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
202 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
202 | ERROR | [x] Whitespace found at end of line
203 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
203 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
203 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL"
| | but found "null"
204 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
204 | ERROR | [x] Whitespace found at end of line
205 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
205 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
206 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
206 | ERROR | [x] Whitespace found at end of line
207 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
207 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
207 | ERROR | [x] No space found before comment text; expected "// We
| | iterate all presentations of the current view" but found
| | "//We iterate all presentations of the current view"
207 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
208 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
208 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
209 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
209 | ERROR | [x] Whitespace found at end of line
210 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
210 | WARNING | [ ] Line exceeds 80 characters; contains 112 characters
210 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
210 | ERROR | [x] No space found before comment text; expected "// We only
| | include into the list those presentations of the views
| | that are in "Full Calendar Display" format" but found
| | "//We only include into the list those presentations of
| | the views that are in "Full Calendar Display" format"
210 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
211 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
211 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
211 | ERROR | [x] There should be no white space before a closing ")"
212 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
212 | ERROR | [x] Whitespace found at end of line
213 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
213 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
214 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
214 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 7
215 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
215 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
216 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
216 | ERROR | [x] Whitespace found at end of line
217 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
217 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
218 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
218 | ERROR | [x] Whitespace found at end of line
219 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
219 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
220 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
220 | ERROR | [x] Whitespace found at end of line
221 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
221 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
222 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
222 | ERROR | [x] Whitespace found at end of line
223 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
223 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
224 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
224 | ERROR | [x] Whitespace found at end of line
225 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
225 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
225 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL"
| | but found "null"
226 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
226 | ERROR | [x] Whitespace found at end of line
227 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
227 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
227 | ERROR | [x] No space found before comment text; expected "// We get
| | the configuration value in case that it exist" but found
| | "//We get the configuration value in case that it exist"
227 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
228 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
228 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
228 | ERROR | [x] There should be no white space before a closing ")"
229 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
229 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
230 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
230 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
231 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
231 | ERROR | [x] Whitespace found at end of line
232 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
232 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
232 | ERROR | [x] No space found before comment text; expected "// We add a
| | select field where it will show all views that are
| | selectable" but found "//We add a select field where it
| | will show all views that are selectable"
232 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
233 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
233 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
234 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
234 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
234 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
235 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
235 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
235 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
236 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
236 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
236 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
236 | WARNING | [ ] t() calls should be avoided in classes, use
| | \Drupal\Core\StringTranslation\StringTranslationTrait and
| | $this->t() instead
237 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
237 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
237 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
237 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE"
| | but found "true"
238 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
238 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
238 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
239 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
239 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
239 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
240 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
241 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
241 | ERROR | [x] Whitespace found at end of line
242 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
242 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
243 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
243 | ERROR | [x] Whitespace found at end of line
244 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
244 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
245 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
245 | ERROR | [x] Whitespace found at end of line
246 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
246 | WARNING | [ ] Line exceeds 80 characters; contains 147 characters
246 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
246 | ERROR | [x] No space found before comment text; expected "// This
| | method has the mission to save the form values if
| | previously has passed the blockValidate method validations
| | and also form base validations" but found "//This method
| | has the mission to save the form values if previously has
| | passed the blockValidate method validations and also form
| | base validations"
246 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
247 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
247 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
247 | ERROR | [x] You must use "/**" style comments for a function comment
248 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
248 | ERROR | [x] Whitespace found at end of line
249 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
249 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
249 | ERROR | [x] No space found before comment text; expected "// We read
| | the fields values and we save them into configuration
| | vars" but found "//We read the fields values and we save
| | them into configuration vars"
249 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
250 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
250 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
251 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
251 | ERROR | [x] Whitespace found at end of line
252 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
252 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
253 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
253 | ERROR | [x] Whitespace found at end of line
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 563 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------

FILE: ...ras/src/Plugin/Validation/Constraint/OverlappedDateConstraintValidator.php
--------------------------------------------------------------------------------
FOUND 426 ERRORS AND 36 WARNINGS AFFECTING 171 LINES
--------------------------------------------------------------------------------
14 | WARNING | [x] Unused use statement
15 | WARNING | [x] Unused use statement
16 | WARNING | [x] Unused use statement
17 | WARNING | [x] Unused use statement
18 | WARNING | [x] Unused use statement
19 | WARNING | [x] Unused use statement
21 | WARNING | [x] Unused use statement
26 | WARNING | [ ] Line exceeds 80 characters; contains 113 characters
29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
29 | ERROR | [x] Whitespace found at end of line
30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
30 | WARNING | [ ] Line exceeds 80 characters; contains 90 characters
30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
30 | ERROR | [x] No space found before comment text; expected "//
| | Properties that they will save the service (by injection)
| | and we will use in this class" but found "//Properties
| | that they will save the service (by injection) and we will
| | use in this class"
30 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
31 | ERROR | [x] You must use "/**" style comments for a member variable
| | comment
32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
32 | ERROR | [ ] Missing member variable doc comment
33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
33 | ERROR | [ ] Class property $ConfigFactory should use lowerCamel naming
| | without underscores
33 | ERROR | [ ] Missing member variable doc comment
34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
34 | ERROR | [x] Whitespace found at end of line
35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
35 | ERROR | [x] Missing function doc comment
36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
36 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
37 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
38 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
40 | ERROR | [x] Whitespace found at end of line
41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
41 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
41 | ERROR | [x] Missing function doc comment
42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
42 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
43 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
44 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
45 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 3
46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
46 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces,
| | found 2
47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
47 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
48 | ERROR | [x] Whitespace found at end of line
49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
50 | ERROR | [x] Expected 2 space(s) before asterisk; 1 found
50 | ERROR | [x] Doc comment short description must end with a full stop
51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
51 | ERROR | [x] Expected 2 space(s) before asterisk; 1 found
52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
52 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
53 | ERROR | [x] Whitespace found at end of line
54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
54 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
55 | WARNING | [x] There must be no blank line following an inline comment
55 | WARNING | [ ] There must be no blank line following an inline comment
55 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
56 | ERROR | [x] Whitespace found at end of line
57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
57 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
57 | ERROR | [x] No space found before comment text; expected "// We check
| | that it is a node" but found "//We check that it is a
| | node"
57 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
58 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
59 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
59 | ERROR | [x] No space found before comment text; expected "// Is not a
| | node, we don't continue the validation" but found "//Is
| | not a node, we don't continue the validation"
59 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
60 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
60 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
61 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
62 | ERROR | [x] Whitespace found at end of line
63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
63 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
63 | ERROR | [x] No space found before comment text; expected "// We get
| | the configuration that it has set into administration
| | section" but found "//We get the configuration that it has
| | set into administration section"
63 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
64 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
65 | ERROR | [x] Whitespace found at end of line
66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
66 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
66 | ERROR | [x] No space found before comment text; expected "// We check
| | if it could get the module configuration" but found "//We
| | check if it could get the module configuration"
66 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
67 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
68 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
68 | ERROR | [x] No space found before comment text; expected "// No module
| | configuration exist, we don't continue the validation" but
| | found "//No module configuration exist, we don't continue
| | the validation"
68 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
69 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
70 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
71 | ERROR | [x] Whitespace found at end of line
72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
72 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
72 | ERROR | [x] No space found before comment text; expected "// We
| | generate the fields names that they should have" but found
| | "//We generate the fields names that they should have"
72 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
73 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
73 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
74 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
74 | ERROR | [x] Whitespace found at end of line
75 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
75 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
76 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
77 | ERROR | [x] Whitespace found at end of line
78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
78 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
78 | ERROR | [x] No space found before comment text; expected "// We check
| | if it exists some restriction configured for this type of
| | content" but found "//We check if it exists some
| | restriction configured for this type of content"
78 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
79 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
79 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
80 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
80 | ERROR | [x] No space found before comment text; expected "// No
| | restriction present, we don't continue the validation" but
| | found "//No restriction present, we don't continue the
| | validation"
80 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
81 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
82 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
82 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
83 | ERROR | [x] Whitespace found at end of line
84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
84 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
84 | ERROR | [x] No space found before comment text; expected "// We get an
| | existing schedule list/array between dates indicated" but
| | found "//We get an existing schedule list/array between
| | dates indicated"
84 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
85 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
86 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
86 | ERROR | [x] Whitespace found at end of line
87 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
87 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
87 | ERROR | [x] No space found before comment text; expected "// If we
| | have got at least one overlapped element..." but found
| | "//If we have got at least one overlapped element..."
88 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
88 | WARNING | [ ] Line exceeds 80 characters; contains 103 characters
88 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
89 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
89 | WARNING | [ ] Line exceeds 80 characters; contains 93 characters
89 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
90 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
90 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
90 | ERROR | [ ] sizeof() is a function name alias, use count() instead
91 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
91 | ERROR | [x] Whitespace found at end of line
92 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
92 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
92 | ERROR | [x] No space found before comment text; expected "// We
| | generate a text with all elements that exist
| | overlapping/conflict" but found "//We generate a text with
| | all elements that exist overlapping/conflict"
92 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
93 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
93 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
94 | ERROR | [x] Whitespace found at end of line
95 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
95 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
95 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found
95 | ERROR | [x] Expected 1 space after closing parenthesis; found 0
96 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
96 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
97 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
97 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
98 | ERROR | [x] Whitespace found at end of line
99 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
99 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
99 | ERROR | [x] No space found before comment text; expected "// We concat
| | the error message with the overlapped elements list" but
| | found "//We concat the error message with the overlapped
| | elements list"
99 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
100 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
100 | WARNING | [ ] t() calls should be avoided in classes, use
| | \Drupal\Core\StringTranslation\StringTranslationTrait and
| | $this->t() instead
101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
101 | ERROR | [x] Whitespace found at end of line
102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
102 | WARNING | [ ] Line exceeds 80 characters; contains 131 characters
102 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
102 | ERROR | [x] No space found before comment text; expected "// There is
| | overlapping dates, we inform about this fact and we don't
| | allow to save until the user modify the current node
| | values" but found "//There is overlapping dates, we inform
| | about this fact and we don't allow to save until the user
| | modify the current node values"
102 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
103 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
103 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
104 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
104 | ERROR | [x] Whitespace found at end of line
105 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
105 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
106 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
106 | ERROR | [x] Whitespace found at end of line
107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
107 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
108 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
108 | ERROR | [x] Whitespace found at end of line
109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
109 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
110 | ERROR | [x] Expected 2 space(s) before asterisk; 1 found
110 | WARNING | [ ] Line exceeds 80 characters; contains 88 characters
110 | ERROR | [x] Doc comment short description must end with a full stop
111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
111 | ERROR | [x] Expected 2 space(s) before asterisk; 1 found
112 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
112 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
113 | ERROR | [x] Whitespace found at end of line
114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
114 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
114 | ERROR | [x] No space found before comment text; expected "// We get
| | the entity type name" but found "//We get the entity type
| | name"
114 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
114 | ERROR | [x] Whitespace found at end of line
115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
115 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
116 | ERROR | [x] Whitespace found at end of line
117 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
117 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
117 | ERROR | [x] No space found before comment text; expected "// We get
| | the bundle" but found "//We get the bundle"
117 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
118 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
119 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
119 | ERROR | [x] Whitespace found at end of line
120 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
120 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
120 | ERROR | [x] No space found before comment text; expected "// We get
| | the smart_date field value" but found "//We get the
| | smart_date field value"
120 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
121 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
121 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
122 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
122 | ERROR | [x] Whitespace found at end of line
123 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
123 | WARNING | [ ] Line exceeds 80 characters; contains 114 characters
123 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
123 | ERROR | [x] No space found before comment text; expected "// We get
| | the mart_date field configuration, the limit of months
| | that it will be able to generate the occurrences" but
| | found "//We get the mart_date field configuration, the
| | limit of months that it will be able to generate the
| | occurrences"
123 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
124 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
124 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
124 | ERROR | [x] Concat operator must be surrounded by a single space
125 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
125 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
125 | WARNING | [ ] Line exceeds 80 characters; contains 177 characters
125 | WARNING | [ ] There must be no blank line following an inline comment
125 | ERROR | [x] Comments may not appear after statements
125 | ERROR | [x] No space found before comment text; expected "// If the
| | value doesn't exist or is NULL, by default we will set 12
| | months" but found "//If the value doesn't exist or is
| | NULL, by default we will set 12 months"
125 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
126 | ERROR | [x] Whitespace found at end of line
127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
127 | WARNING | [ ] Line exceeds 80 characters; contains 215 characters
127 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
127 | ERROR | [x] No space found before comment text; expected "// We will
| | use next function (from smart_date_recur.module) that it
| | will return us an array with all occurrences of the field
| | that we are saving (what we want to save and not what it
| | is already saved for this node)" but found "//We will use
| | next function (from smart_date_recur.module) that it will
| | return us an array with all occurrences of the field that
| | we are saving (what we want to save and not what it is
| | already saved for this node)"
128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
128 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
129 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
129 | ERROR | [x] Whitespace found at end of line
130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
130 | WARNING | [ ] Line exceeds 80 characters; contains 130 characters
130 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
130 | ERROR | [x] No space found before comment text; expected "// We get
| | all nodes que belongs at same entity as node that we are
| | doing the validation and also they have the same taxonomy
| | term" but found "//We get all nodes que belongs at same
| | entity as node that we are doing the validation and also
| | they have the same taxonomy term"
130 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
131 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
131 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
132 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
132 | ERROR | [x] Whitespace found at end of line
133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
133 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
133 | WARNING | [ ] Line exceeds 80 characters; contains 112 characters
133 | ERROR | [x] Comments may not appear after statements
133 | ERROR | [x] No space found before comment text; expected "// TRUE =
| | that only take into account visible results for user,
| | FALSE = all results" but found "//TRUE = that only take
| | into account visible results for user, FALSE = all
| | results"
133 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
134 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
134 | ERROR | [x] Comments may not appear after statements
134 | ERROR | [x] No space found before comment text; expected "// Only
| | which are registered" but found "//Only which are
| | registered"
134 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
135 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
135 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
135 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
135 | WARNING | [ ] There must be no blank line following an inline comment
135 | ERROR | [x] Comments may not appear after statements
135 | ERROR | [x] No space found before comment text; expected "// That the
| | type of content be a specific" but found "//That the type
| | of content be a specific"
135 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
136 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
136 | ERROR | [x] Whitespace found at end of line
136 | ERROR | [x] Functions must not contain multiple empty lines in a row;
| | found 2 empty lines
137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
137 | ERROR | [x] Whitespace found at end of line
138 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
138 | WARNING | [ ] Line exceeds 80 characters; contains 88 characters
138 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
138 | ERROR | [x] No space found before comment text; expected "// We check
| | that if exist a taxonomy restriction configuration for
| | this type of content" but found "//We check that if exist
| | a taxonomy restriction configuration for this type of
| | content"
138 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
139 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
140 | ERROR | [x] Whitespace found at end of line
141 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
141 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
141 | ERROR | [x] No space found before comment text; expected "// We get
| | the taxonomy term identifier that user has set in the
| | node" but found "//We get the taxonomy term identifier
| | that user has set in the node"
141 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
142 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
143 | ERROR | [x] Whitespace found at end of line
144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
144 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
144 | ERROR | [x] No space found before comment text; expected "// Exists a
| | taxonomy restriction, so, we add a condition into the
| | query" but found "//Exists a taxonomy restriction, so, we
| | add a condition into the query"
144 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
145 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
145 | WARNING | [ ] Line exceeds 80 characters; contains 137 characters
145 | WARNING | [ ] There must be no blank line following an inline comment
145 | ERROR | [x] Comments may not appear after statements
145 | ERROR | [x] No space found before comment text; expected "// Only
| | nodes that have a vocabulary field and into them has a
| | specific term id" but found "//Only nodes that have a
| | vocabulary field and into them has a specific term id"
145 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
146 | ERROR | [x] Whitespace found at end of line
147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
147 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
148 | ERROR | [x] Whitespace found at end of line
149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
149 | WARNING | [ ] Line exceeds 80 characters; contains 88 characters
149 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
149 | ERROR | [x] No space found before comment text; expected "// If we are
| | in a scenario where we are modifying an existing node, we
| | have the node id" but found "//If we are in a scenario
| | where we are modifying an existing node, we have the node
| | id"
149 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
150 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
151 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
151 | WARNING | [ ] Line exceeds 80 characters; contains 117 characters
151 | ERROR | [x] Comments may not appear after statements
151 | ERROR | [x] No space found before comment text; expected "// No tenir
| | en compte la programació del propi node que estem
| | validant" but found "//No tenir en compte la programació
| | del propi node que estem validant"
151 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
152 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
153 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
153 | ERROR | [x] Whitespace found at end of line
154 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
154 | WARNING | [ ] Line exceeds 80 characters; contains 93 characters
154 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
154 | ERROR | [x] No space found before comment text; expected "// Array
| | where we will save all node identifiers that an
| | overlapping conflict has been found" but found "//Array
| | where we will save all node identifiers that an
| | overlapping conflict has been found"
154 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
155 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
155 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
155 | ERROR | [x] Short array syntax must be used to define arrays
156 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
156 | ERROR | [x] Whitespace found at end of line
157 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
157 | WARNING | [ ] Line exceeds 80 characters; contains 140 characters
157 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
157 | ERROR | [x] No space found before comment text; expected "// For each
| | recurrence we will generate a query from $query as base
| | ($query has all common conditions for all queries that we
| | will execute)" but found "//For each recurrence we will
| | generate a query from $query as base ($query has all
| | common conditions for all queries that we will execute)"
158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
158 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
158 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found
158 | ERROR | [x] Expected 1 space after closing parenthesis; found 0
159 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
159 | ERROR | [x] Whitespace found at end of line
160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
160 | WARNING | [ ] Line exceeds 80 characters; contains 89 characters
160 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
160 | ERROR | [x] No space found before comment text; expected "// We will
| | clone the base query to make a query for this iteration
| | with specific values" but found "//We will clone the base
| | query to make a query for this iteration with specific
| | values"
160 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
161 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
161 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
162 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
162 | ERROR | [x] Whitespace found at end of line
163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
163 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
163 | ERROR | [x] No space found before comment text; expected "// We get
| | the start and end timestamp" but found "//We get the start
| | and end timestamp"
163 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
164 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
164 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
165 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
165 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
166 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
166 | ERROR | [x] Whitespace found at end of line
167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
167 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
167 | ERROR | [x] No space found before comment text; expected "// We create
| | a AND condition" but found "//We create a AND condition"
167 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
168 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
168 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
169 | ERROR | [x] Whitespace found at end of line
170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
170 | WARNING | [ ] Line exceeds 80 characters; contains 106 characters
170 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
170 | ERROR | [x] No space found before comment text; expected "// We add in
| | the AND condition the following conditions: .end_value >
| | $data_start AND .value < $date_end" but found "//We add in
| | the AND condition the following conditions: .end_value >
| | $data_start AND .value < $date_end"
170 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
171 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
171 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
172 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
172 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
173 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
173 | ERROR | [x] Whitespace found at end of line
174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
174 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
174 | ERROR | [x] No space found before comment text; expected "// We add in
| | the AND condition into the recurrence query" but found
| | "//We add in the AND condition into the recurrence query"
174 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
175 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
175 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
176 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
176 | ERROR | [x] Whitespace found at end of line
177 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
177 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
177 | ERROR | [x] No space found before comment text; expected "// We show
| | at screen the query result" but found "//We show at screen
| | the query result"
178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
178 | WARNING | [x] There must be no blank line following an inline comment
178 | WARNING | [ ] There must be no blank line following an inline comment
178 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
178 | ERROR | [x] No space found before comment text; expected "//
| | dpm($sub_query->__toString());" but found
| | "//dpm($sub_query->__toString());"
179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
179 | ERROR | [x] Whitespace found at end of line
180 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
180 | WARNING | [ ] Line exceeds 80 characters; contains 109 characters
180 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
180 | ERROR | [x] No space found before comment text; expected "// We
| | execute the query for the current occurrence and we add
| | the results (overlapped nodes) into the array" but found
| | "//We execute the query for the current occurrence and we
| | add the results (overlapped nodes) into the array"
180 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
181 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
181 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
182 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
182 | ERROR | [x] Whitespace found at end of line
183 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
183 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
184 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
184 | ERROR | [x] Whitespace found at end of line
185 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
185 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
185 | ERROR | [x] No space found before comment text; expected "// We load
| | the objects (nodes) from the ids that we got on previous
| | query" but found "//We load the objects (nodes) from the
| | ids that we got on previous query"
185 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
186 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
186 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
187 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
187 | ERROR | [x] Whitespace found at end of line
188 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
188 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
189 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
189 | ERROR | [x] Whitespace found at end of line
190 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
190 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
191 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
191 | ERROR | [x] Whitespace found at end of line
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 431 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------

FILE: ...endar_extras/src/Plugin/Validation/Constraint/OverlappedDateConstraint.php
--------------------------------------------------------------------------------
FOUND 8 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------------
8 | ERROR | [x] Doc comment short description must end with a full stop
18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
18 | ERROR | [x] No space found before comment text; expected "// Message that
| | it will appear if date overlapping exists" but found
| | "//Message that it will appear if date overlapping exists"
18 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
19 | ERROR | [x] You must use "/**" style comments for a member variable
| | comment
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------

FILE: /var/www/html/vb/d_cont/cool_calendar_extras/cool_calendar_extras.module
--------------------------------------------------------------------------------
FOUND 801 ERRORS AND 53 WARNINGS AFFECTING 350 LINES
--------------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
4 | WARNING | [x] Unused use statement
8 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
8 | ERROR | [x] Doc comment short description must end with a full stop
9 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
10 | ERROR | [ ] Invalid function name, expected send_reminder but found
| | sendReminder
11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
11 | ERROR | [x] Whitespace found at end of line
12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
12 | ERROR | [x] No space found before comment text; expected "// Module
| | name" but found "//Module name"
12 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
14 | ERROR | [x] Whitespace found at end of line
15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
15 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
15 | ERROR | [x] No space found before comment text; expected "// We get
| | the services" but found "//We get the services"
15 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
17 | WARNING | [ ] Unused variable $dateFormatter.
17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
19 | ERROR | [x] Whitespace found at end of line
20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
20 | ERROR | [x] No space found before comment text; expected "//
| | Template/configuration identifier that it will be used for
| | sending the mail" but found "//Template/configuration
| | identifier that it will be used for sending the mail"
20 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
22 | ERROR | [x] Whitespace found at end of line
23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
23 | ERROR | [x] No space found before comment text; expected "// We load
| | the object (node) with parameter id" but found "//We load
| | the object (node) with parameter id"
23 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
25 | ERROR | [x] Whitespace found at end of line
26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
26 | ERROR | [x] No space found before comment text; expected "// The
| | parameter $reminder_user_to says us who we have to send
| | the reminder" but found "//The parameter $reminder_user_to
| | says us who we have to send the reminder"
27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
27 | ERROR | [x] No space found before comment text; expected "// - The
| | content author user ($reminder_user_to = none)" but found
| | "//- The content author user ($reminder_user_to = none)"
28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
28 | WARNING | [ ] Line exceeds 80 characters; contains 106 characters
28 | WARNING | [x] There must be no blank line following an inline comment
28 | WARNING | [ ] There must be no blank line following an inline comment
28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
28 | ERROR | [x] No space found before comment text; expected "// - The
| | user indicated into an entity field ($reminder_user_to =
| | name of field where we can get the user)" but found "//-
| | The user indicated into an entity field ($reminder_user_to
| | = name of field where we can get the user)"
29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
29 | ERROR | [x] Whitespace found at end of line
30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
30 | ERROR | [x] No space found before comment text; expected "// We try to
| | obtain the mail address" but found "//We try to obtain the
| | mail address"
30 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
32 | ERROR | [x] Whitespace found at end of line
33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
33 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
33 | ERROR | [x] No space found before comment text; expected "// It will
| | be the content author user" but found "//It will be the
| | content author user"
33 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
34 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
35 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
35 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced
| | with use statements
36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
36 | ERROR | [x] Whitespace found at end of line
37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
37 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
38 | ERROR | [x] Whitespace found at end of line
39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
39 | ERROR | [x] Expected newline after closing brace
40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
40 | ERROR | [x] Whitespace found at end of line
41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
41 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
41 | ERROR | [x] No space found before comment text; expected "// It will
| | be the user indicated into an entity field" but found
| | "//It will be the user indicated into an entity field"
41 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
42 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
43 | ERROR | [x] Whitespace found at end of line
44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
44 | WARNING | [ ] Line exceeds 80 characters; contains 132 characters
44 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
44 | ERROR | [x] No space found before comment text; expected "// If it
| | doesn't set a user into the field, we don't know who to
| | send the reminder, in this case we don't continue with the
| | process" but found "//If it doesn't set a user into the
| | field, we don't know who to send the reminder, in this
| | case we don't continue with the process"
44 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
45 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
46 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
47 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
48 | ERROR | [x] Whitespace found at end of line
49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
49 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
49 | ERROR | [x] No space found before comment text; expected "// With the
| | user id we retrieve the user" but found "//With the user
| | id we retrieve the user"
49 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
50 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
50 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced
| | with use statements
51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
51 | ERROR | [x] Whitespace found at end of line
52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
52 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
52 | ERROR | [x] No space found before comment text; expected "// We get
| | the user email" but found "//We get the user email"
52 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
53 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
54 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
55 | ERROR | [x] Whitespace found at end of line
56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
56 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
56 | ERROR | [x] No space found before comment text; expected "// We get
| | the current date with the Drupal format configured" but
| | found "//We get the current date with the Drupal format
| | configured"
56 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
57 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
57 | ERROR | [x] Expected one space after the comma, 0 found
58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
58 | ERROR | [x] Whitespace found at end of line
59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
59 | WARNING | [ ] Line exceeds 80 characters; contains 92 characters
59 | WARNING | [x] There must be no blank line following an inline comment
59 | WARNING | [ ] There must be no blank line following an inline comment
59 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
59 | ERROR | [x] No space found before comment text; expected "//
| | $date_start_formatted =
| | $dateFormatter->format($date_today_start_timestamp,
| | 'html_date');" but found "//$date_start_formatted =
| | $dateFormatter->format($date_today_start_timestamp,
| | 'html_date');"
60 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
60 | ERROR | [x] Whitespace found at end of line
61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
61 | ERROR | [x] No space found before comment text; expected "// We get
| | the node URL" but found "//We get the node URL"
61 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
62 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
62 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced
| | with use statements
63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
63 | WARNING | [ ] Unused variable $node_url_str.
63 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
64 | ERROR | [x] Whitespace found at end of line
65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
65 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
65 | ERROR | [x] No space found before comment text; expected "// We get
| | the type of content name" but found "//We get the type of
| | content name"
65 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
66 | WARNING | [ ] Unused variable $type_of_content_name.
66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
67 | ERROR | [x] Whitespace found at end of line
68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
68 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
68 | ERROR | [x] No space found before comment text; expected "// Subject
| | that email will have" but found "//Subject that email will
| | have"
68 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
69 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
69 | ERROR | [x] Short array syntax must be used to define arrays
69 | ERROR | [ ] The array declaration extends to column 137 (the limit is
| | 80). The array content should be split up over multiple
| | lines
70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
70 | ERROR | [x] Whitespace found at end of line
71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
71 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
71 | ERROR | [x] No space found before comment text; expected "// Email
| | body" but found "//Email body"
71 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
72 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
72 | ERROR | [x] Short array syntax must be used to define arrays
72 | ERROR | [ ] The array declaration extends to column 139 (the limit is
| | 80). The array content should be split up over multiple
| | lines
73 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
73 | ERROR | [x] Whitespace found at end of line
74 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
74 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
74 | ERROR | [x] No space found before comment text; expected "// Email
| | language" but found "//Email language"
74 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
75 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
75 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
76 | ERROR | [x] Whitespace found at end of line
77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
77 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
78 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
79 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
79 | ERROR | [x] Whitespace found at end of line
80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
80 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
80 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE"
| | but found "true"
81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
81 | ERROR | [x] Whitespace found at end of line
82 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
82 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
82 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE"
| | but found "true"
83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
83 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
84 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
85 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
86 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
86 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
86 | ERROR | [x] Expected newline after closing brace
87 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
87 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
87 | ERROR | [ ] The array declaration extends to column 127 (the limit is
| | 80). The array content should be split up over multiple
| | lines
88 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
88 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
89 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
89 | ERROR | [x] Whitespace found at end of line
93 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
93 | WARNING | [ ] Format should be "* Implements hook_foo().", "* Implements
| | hook_foo_BAR_ID_bar() for xyz_bar().",, "* Implements
| | hook_foo_BAR_ID_bar() for xyz-bar.html.twig.", "*
| | Implements hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or
| | "* Implements hook_foo_BAR_ID_bar() for block templates."
94 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
94 | WARNING | [ ] Line exceeds 80 characters; contains 95 characters
94 | ERROR | [x] Doc comment short description must end with a full stop
94 | ERROR | [ ] Doc comment short description must be on a single line,
| | further text should be a separate paragraph
95 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
97 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
97 | ERROR | [x] Whitespace found at end of line
98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
98 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
99 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
99 | ERROR | [x] Array indentation error, expected 3 spaces but found 2
100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
100 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
102 | WARNING | [x] A comma should follow the last multiline array item.
| | Found: NULL
103 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
104 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
104 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
105 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
106 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
107 | ERROR | [x] Whitespace found at end of line
112 | ERROR | [x] Whitespace found at end of line
113 | ERROR | [x] Doc comment long description must end with a full stop
116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
116 | ERROR | [x] Whitespace found at end of line
117 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
117 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
118 | ERROR | [x] Whitespace found at end of line
122 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
122 | WARNING | [ ] Format should be "* Implements hook_foo().", "* Implements
| | hook_foo_BAR_ID_bar() for xyz_bar().",, "* Implements
| | hook_foo_BAR_ID_bar() for xyz-bar.html.twig.", "*
| | Implements hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or
| | "* Implements hook_foo_BAR_ID_bar() for block templates."
123 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
123 | WARNING | [ ] Line exceeds 80 characters; contains 106 characters
123 | ERROR | [x] Doc comment short description must end with a full stop
123 | ERROR | [ ] Doc comment short description must be on a single line,
| | further text should be a separate paragraph
124 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
126 | ERROR | [x] Whitespace found at end of line
127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
127 | WARNING | [ ] Unused variable $options.
127 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
128 | ERROR | [x] Array indentation error, expected 3 spaces but found 2
129 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
130 | ERROR | [x] Whitespace found at end of line
131 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
131 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
132 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
132 | ERROR | [x] Whitespace found at end of line
133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
133 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
134 | ERROR | [x] Whitespace found at end of line
135 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
135 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
135 | ERROR | [x] Short array syntax must be used to define arrays
136 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
136 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces,
| | found 4
136 | ERROR | [x] Array indentation error, expected 5 spaces but found 4
137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
137 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces,
| | found 4
137 | ERROR | [x] Array indentation error, expected 5 spaces but found 4
138 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
138 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces,
| | found 4
138 | ERROR | [x] Array indentation error, expected 5 spaces but found 4
139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
139 | ERROR | [x] Line indented incorrectly; expected at least 6 spaces,
| | found 4
139 | ERROR | [x] Array indentation error, expected 5 spaces but found 4
140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
141 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
141 | ERROR | [x] Whitespace found at end of line
142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
142 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
143 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
144 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
145 | ERROR | [x] Whitespace found at end of line
146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
146 | WARNING | [ ] Unused variable $username.
146 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
147 | ERROR | [x] Whitespace found at end of line
148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
148 | WARNING | [ ] Unused variable $site_name.
148 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
149 | ERROR | [x] Whitespace found at end of line
150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
150 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
151 | ERROR | [x] Whitespace found at end of line
152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
152 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
153 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
153 | ERROR | [x] Whitespace found at end of line
154 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
154 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
154 | WARNING | [ ] Line exceeds 80 characters; contains 118 characters
154 | WARNING | [ ] There must be no blank line following an inline comment
154 | ERROR | [x] Comments may not appear after statements
154 | ERROR | [x] No space found before comment text; expected "// With the
| | SafeMarkup we avoid to include not permitted text" but
| | found "//With the SafeMarkup we avoid to include not
| | permitted text"
154 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
155 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
155 | ERROR | [x] Whitespace found at end of line
156 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
156 | ERROR | [x] Case breaking statement indented incorrectly; expected 4
| | spaces, found 3
157 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
157 | ERROR | [x] Whitespace found at end of line
158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
158 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
159 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
159 | ERROR | [x] Whitespace found at end of line
163 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
163 | WARNING | [ ] Format should be "* Implements hook_foo().", "* Implements
| | hook_foo_BAR_ID_bar() for xyz_bar().",, "* Implements
| | hook_foo_BAR_ID_bar() for xyz-bar.html.twig.", "*
| | Implements hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or
| | "* Implements hook_foo_BAR_ID_bar() for block templates."
164 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
164 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters
164 | ERROR | [ ] Doc comment short description must be on a single line,
| | further text should be a separate paragraph
165 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
167 | ERROR | [x] Whitespace found at end of line
168 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
168 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
168 | ERROR | [x] No space found before comment text; expected "// Module
| | name" but found "//Module name"
168 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
169 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
170 | ERROR | [x] Whitespace found at end of line
171 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
171 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
171 | ERROR | [x] No space found before comment text; expected "// We
| | retrieve the configuration that has set from the admin
| | section" but found "//We retrieve the configuration that
| | has set from the admin section"
172 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
172 | WARNING | [ ] Line exceeds 80 characters; contains 86 characters
172 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
172 | ERROR | [x] No space found before comment text; expected "// Here we
| | can't do service injection because we are in a PHP file
| | with static methods" but found "//Here we can't do service
| | injection because we are in a PHP file with static
| | methods"
172 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
173 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
173 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
174 | ERROR | [x] Whitespace found at end of line
175 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
175 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
175 | ERROR | [x] No space found before comment text; expected "// We check
| | if we can get the module configuration" but found "//We
| | check if we can get the module configuration"
175 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
176 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
176 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
177 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
177 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
177 | ERROR | [x] No space found before comment text; expected "// No module
| | configuration exist" but found "//No module configuration
| | exist"
177 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
178 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
179 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
180 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
180 | ERROR | [x] Whitespace found at end of line
181 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
181 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
181 | ERROR | [x] No space found before comment text; expected "// We get
| | the current date without hour-minute" but found "//We get
| | the current date without hour-minute"
181 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
182 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
182 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
182 | ERROR | [x] Expected one space after the comma, 0 found
183 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
183 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
183 | ERROR | [x] Expected one space after the comma, 0 found
184 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
184 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
185 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
185 | ERROR | [x] Whitespace found at end of line
186 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
186 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
186 | ERROR | [x] No space found before comment text; expected "// We
| | convert the dates to timestamp" but found "//We convert
| | the dates to timestamp"
186 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
186 | ERROR | [x] Whitespace found at end of line
187 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
187 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
188 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
188 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
189 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
189 | ERROR | [x] Whitespace found at end of line
190 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
190 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
190 | ERROR | [x] No space found before comment text; expected "// Before to
| | continue, we check if today we already send the reminders
| | by email" but found "//Before to continue, we check if
| | today we already send the reminders by email"
190 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
191 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
191 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
192 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
192 | ERROR | [x] Whitespace found at end of line
193 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
193 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
194 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
194 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
194 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
194 | ERROR | [x] No space found before comment text; expected "// The cron
| | has been already executed for today, we don't continue
| | with the process" but found "//The cron has been already
| | executed for today, we don't continue with the process"
194 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
195 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
195 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
196 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
196 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
197 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
197 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
198 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
198 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
199 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
199 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
200 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
200 | ERROR | [x] Whitespace found at end of line
201 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
201 | WARNING | [ ] Line exceeds 80 characters; contains 99 characters
201 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
201 | ERROR | [x] No space found before comment text; expected "// List
| | (key/value) with all types of content available (this
| | function is included into Drupal API)" but found "//List
| | (key/value) with all types of content available (this
| | function is included into Drupal API)"
202 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
202 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
203 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
203 | ERROR | [x] Whitespace found at end of line
204 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
204 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
204 | ERROR | [x] No space found before comment text; expected "// We
| | iterate all types of content available" but found "//We
| | iterate all types of content available"
204 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
205 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
205 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
206 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
206 | ERROR | [x] Whitespace found at end of line
207 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
207 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
207 | ERROR | [x] No space found before comment text; expected "// We
| | generate the name of configuration fields" but found "//We
| | generate the name of configuration fields"
207 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
208 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
208 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
208 | ERROR | [ ] String concat is not required here; use a single string
| | instead
209 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
209 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
209 | ERROR | [ ] String concat is not required here; use a single string
| | instead
210 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
210 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
211 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
211 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
212 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
212 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
213 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
213 | ERROR | [x] Whitespace found at end of line
214 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
214 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
214 | ERROR | [x] No space found before comment text; expected "// We check
| | if it exists a configuration for this type of content" but
| | found "//We check if it exists a configuration for this
| | type of content"
214 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
215 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
215 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
216 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
216 | ERROR | [x] Whitespace found at end of line
217 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
217 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
217 | ERROR | [x] No space found before comment text; expected "// A
| | configuration exists" but found "//A configuration exists"
217 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
218 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
218 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
219 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
219 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
220 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
220 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
221 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
221 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
222 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
222 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
223 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
223 | ERROR | [x] Whitespace found at end of line
224 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
224 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
224 | ERROR | [x] No space found before comment text; expected "// We check
| | if for this type of content the email reminders are
| | enabled" but found "//We check if for this type of content
| | the email reminders are enabled"
224 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
225 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
225 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
226 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
226 | ERROR | [x] Whitespace found at end of line
227 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
227 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
227 | ERROR | [x] No space found before comment text; expected "// We get
| | who we have to send the reminder:" but found "//We get who
| | we have to send the reminder:"
228 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
228 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
228 | ERROR | [x] No space found before comment text; expected "// - The
| | content author user ($reminder_user_to = none)" but found
| | "//- The content author user ($reminder_user_to = none)"
229 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
229 | WARNING | [ ] Line exceeds 80 characters; contains 109 characters
229 | WARNING | [x] There must be no blank line following an inline comment
229 | WARNING | [ ] There must be no blank line following an inline comment
229 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
229 | ERROR | [x] No space found before comment text; expected "// - The
| | user indicated into an entity field ($reminder_user_to =
| | name of field where we can get the user)" but found "//-
| | The user indicated into an entity field ($reminder_user_to
| | = name of field where we can get the user)"
230 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
230 | ERROR | [x] Whitespace found at end of line
231 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
231 | WARNING | [ ] Line exceeds 80 characters; contains 118 characters
231 | WARNING | [x] There must be no blank line following an inline comment
231 | WARNING | [ ] There must be no blank line following an inline comment
231 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
231 | ERROR | [x] No space found before comment text; expected "//
| | \Drupal::logger('cool_calendar_extras')->notice('HABILITAT
| | PER: ' . $config_check . ' -- ' . $reminder_user_to);" but
| | found
| | "//\Drupal::logger('cool_calendar_extras')->notice('HABILITAT
| | PER: ' . $config_check . ' -- ' . $reminder_user_to);"
232 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
232 | ERROR | [x] Whitespace found at end of line
233 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
233 | WARNING | [ ] Line exceeds 80 characters; contains 118 characters
233 | WARNING | [x] There must be no blank line following an inline comment
233 | WARNING | [ ] There must be no blank line following an inline comment
233 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
233 | ERROR | [x] No space found before comment text; expected "// We do a
| | query to obtain all nodes that belongs in this type of
| | content that with date of today has a reservation" but
| | found "//We do a query to obtain all nodes that belongs in
| | this type of content that with date of today has a
| | reservation"
233 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
234 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
234 | ERROR | [x] Whitespace found at end of line
235 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
235 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
236 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
236 | ERROR | [x] Whitespace found at end of line
237 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
237 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
237 | WARNING | [ ] Line exceeds 80 characters; contains 114 characters
237 | ERROR | [x] Comments may not appear after statements
237 | ERROR | [x] No space found before comment text; expected "// TRUE =
| | that only take into account visible results for user,
| | FALSE = all results" but found "//TRUE = that only take
| | into account visible results for user, FALSE = all
| | results"
237 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
238 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
238 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
238 | ERROR | [x] Comments may not appear after statements
238 | ERROR | [x] No space found before comment text; expected "// Only
| | which are registered" but found "//Only which are
| | registered"
238 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
239 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
239 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
239 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
239 | WARNING | [ ] There must be no blank line following an inline comment
239 | ERROR | [x] Comments may not appear after statements
239 | ERROR | [x] No space found before comment text; expected "// That the
| | type of content be a specific" but found "//That the type
| | of content be a specific"
239 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
240 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
240 | ERROR | [x] Whitespace found at end of line
241 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
241 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
241 | ERROR | [x] No space found before comment text; expected "// The
| | reservations that start today" but found "//The
| | reservations that start today"
241 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
242 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
242 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
243 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
243 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
244 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
244 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
245 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
245 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
246 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
246 | ERROR | [x] Whitespace found at end of line
247 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
247 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
247 | ERROR | [x] No space found before comment text; expected "// We show
| | the SQL results about the generated query" but found "//We
| | show the SQL results about the generated query"
248 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
248 | WARNING | [ ] Line exceeds 80 characters; contains 111 characters
248 | WARNING | [x] There must be no blank line following an inline comment
248 | WARNING | [ ] There must be no blank line following an inline comment
248 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
248 | ERROR | [x] No space found before comment text; expected "//
| | \Drupal::logger('cool_calendar_extras')->notice('QUERY: '
| | . $config_check . ': ' . $query->__toString());" but found
| | "//\Drupal::logger('cool_calendar_extras')->notice('QUERY:
| | ' . $config_check . ': ' . $query->__toString());"
249 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
249 | ERROR | [x] Whitespace found at end of line
250 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
250 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
250 | ERROR | [x] No space found before comment text; expected "// We get
| | the nodes id list" but found "//We get the nodes id list"
250 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
251 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
251 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
252 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
252 | ERROR | [x] Whitespace found at end of line
253 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
253 | WARNING | [ ] Line exceeds 80 characters; contains 115 characters
253 | WARNING | [x] There must be no blank line following an inline comment
253 | WARNING | [ ] There must be no blank line following an inline comment
253 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
253 | ERROR | [x] No space found before comment text; expected "//
| | \Drupal::logger('cool_calendar_extras')->notice('RESULT: '
| | . $config_check . ': ' . implode(',', $nodes_id));" but
| | found
| | "//\Drupal::logger('cool_calendar_extras')->notice('RESULT:
| | ' . $config_check . ': ' . implode(',', $nodes_id));"
254 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
254 | ERROR | [x] Whitespace found at end of line
255 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
255 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
255 | ERROR | [x] No space found before comment text; expected "// For each
| | reservation that we have found for today we will send an
| | email" but found "//For each reservation that we have
| | found for today we will send an email"
255 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
256 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
256 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
257 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
257 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
258 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
258 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
259 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
259 | ERROR | [x] Whitespace found at end of line
260 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
260 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
261 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
261 | ERROR | [x] Whitespace found at end of line
262 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
262 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
263 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
263 | ERROR | [x] Whitespace found at end of line
264 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
264 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
265 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
265 | ERROR | [x] Whitespace found at end of line
266 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
266 | WARNING | [ ] Line exceeds 80 characters; contains 152 characters
266 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
266 | ERROR | [x] No space found before comment text; expected "// After
| | emails sent (if someone existed) we save the last sending
| | into the configuration to avoid email sending every time
| | that cron executes for today" but found "//After emails
| | sent (if someone existed) we save the last sending into
| | the configuration to avoid email sending every time that
| | cron executes for today"
266 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
267 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
267 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
268 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
268 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
269 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
269 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
270 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
270 | ERROR | [x] Whitespace found at end of line
274 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
274 | WARNING | [ ] Format should be "* Implements hook_foo().", "* Implements
| | hook_foo_BAR_ID_bar() for xyz_bar().",, "* Implements
| | hook_foo_BAR_ID_bar() for xyz-bar.html.twig.", "*
| | Implements hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or
| | "* Implements hook_foo_BAR_ID_bar() for block templates."
275 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
275 | ERROR | [x] Doc comment short description must end with a full stop
275 | ERROR | [ ] Doc comment short description must be on a single line,
| | further text should be a separate paragraph
276 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
278 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
278 | ERROR | [x] Whitespace found at end of line
279 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
279 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
280 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
280 | ERROR | [x] Array indentation error, expected 3 spaces but found 2
281 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
281 | ERROR | [x] Array indentation error, expected 3 spaces but found 2
282 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
282 | ERROR | [x] Array indentation error, expected 3 spaces but found 2
283 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
284 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
284 | ERROR | [x] Whitespace found at end of line
285 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
285 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
286 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
286 | ERROR | [x] Array indentation error, expected 3 spaces but found 2
287 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
287 | ERROR | [x] Array indentation error, expected 3 spaces but found 2
288 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
289 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
289 | ERROR | [x] Whitespace found at end of line
290 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
290 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
291 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
292 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
292 | ERROR | [x] Array indentation error, expected 5 spaces but found 3
293 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
293 | ERROR | [x] Array closing indentation error, expected 3 spaces but
| | found 2
294 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
295 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
295 | ERROR | [x] Array indentation error, expected 5 spaces but found 3
296 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
296 | ERROR | [x] Array closing indentation error, expected 3 spaces but
| | found 2
297 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
298 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
298 | ERROR | [x] Whitespace found at end of line
302 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
302 | WARNING | [ ] Format should be "* Implements hook_foo().", "* Implements
| | hook_foo_BAR_ID_bar() for xyz_bar().",, "* Implements
| | hook_foo_BAR_ID_bar() for xyz-bar.html.twig.", "*
| | Implements hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or
| | "* Implements hook_foo_BAR_ID_bar() for block templates."
303 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
304 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
304 | WARNING | [ ] Line exceeds 80 characters; contains 95 characters
305 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
305 | WARNING | [ ] Line exceeds 80 characters; contains 97 characters
305 | ERROR | [x] Doc comment short description must end with a full stop
305 | ERROR | [ ] Doc comment short description must be on a single line,
| | further text should be a separate paragraph
306 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
308 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
308 | ERROR | [x] Whitespace found at end of line
309 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
309 | WARNING | [ ] Unused variable $token_service.
309 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
310 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
310 | ERROR | [x] Whitespace found at end of line
311 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
311 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
312 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
312 | ERROR | [x] Array indentation error, expected 3 spaces but found 2
313 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
314 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
314 | ERROR | [x] Whitespace found at end of line
315 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
315 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
316 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
316 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
317 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
317 | WARNING | [ ] Unused variable $langcode.
317 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
318 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
318 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
318 | ERROR | [x] Expected newline after closing brace
319 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
319 | WARNING | [ ] Unused variable $langcode.
319 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
320 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
320 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
321 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
321 | ERROR | [x] Whitespace found at end of line
322 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
322 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
323 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
323 | ERROR | [x] Whitespace found at end of line
324 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
324 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
325 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
325 | ERROR | [x] Whitespace found at end of line
326 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
326 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
327 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
327 | ERROR | [x] Whitespace found at end of line
328 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
328 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
329 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
329 | ERROR | [x] Whitespace found at end of line
330 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
330 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
331 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
331 | ERROR | [x] Whitespace found at end of line
332 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
332 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 5
333 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
333 | ERROR | [x] Whitespace found at end of line
334 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
334 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
335 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
335 | ERROR | [x] Whitespace found at end of line
336 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
336 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
336 | ERROR | [x] No space found before comment text; expected "// We get
| | the field name that is configured as smartdate date field"
| | but found "//We get the field name that is configured as
| | smartdate date field"
336 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
337 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
337 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
338 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
338 | ERROR | [x] Whitespace found at end of line
339 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
339 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
339 | ERROR | [x] No space found before comment text; expected "// We get
| | from the smartdate field the reservation date" but found
| | "//We get from the smartdate field the reservation date"
339 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
340 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
340 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
341 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
341 | ERROR | [x] Whitespace found at end of line
342 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
342 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
342 | ERROR | [x] No space found before comment text; expected "// We
| | calculate start and end hour" but found "//We calculate
| | start and end hour"
342 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
343 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
343 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
344 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
344 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
345 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
345 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
346 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
346 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
347 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
347 | ERROR | [x] Whitespace found at end of line
348 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
348 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
349 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
349 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
350 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
350 | ERROR | [x] Whitespace found at end of line
351 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
351 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
351 | ERROR | [x] No space found before comment text; expected "// We get
| | the node recurrences that take a place today" but found
| | "//We get the node recurrences that take a place today"
351 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
352 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
352 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
353 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
353 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
354 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
354 | ERROR | [x] Whitespace found at end of line
355 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
355 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
355 | WARNING | [ ] Unused variable $index.
356 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
356 | ERROR | [x] Whitespace found at end of line
357 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
357 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 7
358 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
358 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 8
359 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
359 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 7
360 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
360 | ERROR | [x] Whitespace found at end of line
361 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
361 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
362 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
362 | ERROR | [x] Whitespace found at end of line
363 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
363 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
363 | ERROR | [x] No space found before comment text; expected "// We delete
| | the last string divider" but found "//We delete the last
| | string divider"
363 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
364 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
364 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
365 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
365 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
365 | ERROR | [x] Expected 1 space after IF keyword; 0 found
365 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE"
| | but found "false"
366 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
366 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 7
367 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
367 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
368 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
368 | ERROR | [x] Whitespace found at end of line
369 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
369 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
370 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
370 | ERROR | [x] Whitespace found at end of line
371 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
371 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 5
372 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
372 | ERROR | [x] Whitespace found at end of line
373 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
373 | ERROR | [x] Case breaking statement indented incorrectly; expected 7
| | spaces, found 5
374 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
374 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
375 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
375 | ERROR | [x] Whitespace found at end of line
376 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
376 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
377 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
377 | ERROR | [x] Whitespace found at end of line
378 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
378 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
379 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
379 | ERROR | [x] Whitespace found at end of line
380 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
380 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
381 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
381 | ERROR | [x] Whitespace found at end of line
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 799 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------

Time: 367ms; Memory: 14MB

Steps to reproduce

Execute the command: phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig cool_calendar_extras/

Proposed resolution

Fix the issues for Drupal and DrupalPractice coding standards

Remaining tasks

Patch review

And fix the below issues:
FILE: /var/www/html/vb/d_cont/cool_calendar_extras/cool_calendar_extras.module
-------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------
235 | ERROR | String concat is not required here; use a single string instead
236 | ERROR | String concat is not required here; use a single string instead
-------------------------------------------------------------------------------

Time: 341ms; Memory: 12MB

📌 Task
Status

Fixed

Version

1.0

Component

Code

Created by

🇮🇳India urvashi_vora Madhya Pradesh, India

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

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

Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024