Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gedex/b9340d8efde5fdb9bd757b7a7261a83f to your computer and use it in GitHub Desktop.
Save gedex/b9340d8efde5fdb9bd757b7a7261a83f to your computer and use it in GitHub Desktop.
FILE: ...ins/woocommerce-sms-notifications/lib/class-clockwork-plugin.php
----------------------------------------------------------------------
FOUND 924 ERRORS AFFECTING 423 LINES
----------------------------------------------------------------------
2 | ERROR | [ ] You must use "/**" style comments for a file
| | comment
2 | ERROR | [x] Block comment text must start on a new line
19 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
20 | ERROR | [x] Expected 1 space after IF keyword; 0 found
20 | ERROR | [x] Space after opening control structure is required
20 | ERROR | [x] No space before opening parenthesis is prohibited
20 | ERROR | [x] Expected 1 space after "!"; 0 found
20 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
20 | ERROR | [x] Expected 1 spaces before closing bracket; 0 found
21 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
21 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
23 | ERROR | [x] Expected 1 space after IF keyword; 0 found
23 | ERROR | [x] Space after opening control structure is required
23 | ERROR | [x] No space before opening parenthesis is prohibited
23 | ERROR | [x] Expected 1 space after "!"; 0 found
23 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
23 | ERROR | [x] Expected 1 spaces before closing bracket; 0 found
24 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
24 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
35 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
35 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
36 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
37 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
38 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
38 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
52 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
52 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
52 | ERROR | [ ] Missing short description in doc comment
53 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
54 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
55 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
56 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
56 | ERROR | [ ] Missing @var tag in member variable comment
57 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
57 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
59 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
59 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
59 | ERROR | [ ] Missing short description in doc comment
60 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
61 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
62 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
63 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
63 | ERROR | [ ] Missing @var tag in member variable comment
64 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
64 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
66 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
66 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
67 | ERROR | [x] Expected 3 space(s) before asterisk; 5 found
68 | ERROR | [x] Expected 3 space(s) before asterisk; 5 found
69 | ERROR | [x] Expected 3 space(s) before asterisk; 5 found
70 | ERROR | [x] Expected 3 space(s) before asterisk; 5 found
71 | ERROR | [x] Expected 3 space(s) before asterisk; 5 found
72 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
72 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
74 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
74 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
75 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
76 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
77 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
78 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
79 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
79 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
80 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
80 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
80 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
81 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
81 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
83 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
83 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
83 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
84 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
84 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
85 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
85 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
86 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
86 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
86 | ERROR | [x] Expected 1 space after IF keyword; 0 found
86 | ERROR | [x] Space after opening control structure is required
86 | ERROR | [x] No space before opening parenthesis is prohibited
87 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
87 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
88 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
88 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
89 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
89 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
89 | ERROR | [x] Expected 1 space after CATCH keyword; 0 found
89 | ERROR | [x] Space after opening control structure is required
89 | ERROR | [x] No space before opening parenthesis is prohibited
89 | ERROR | [ ] Empty CATCH statement must have a comment to
| | explain why the exception is not handled
90 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
90 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
92 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
92 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
92 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
93 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
93 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
95 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
95 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
96 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
96 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
97 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
97 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
98 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
98 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
99 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
99 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
100 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
100 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
102 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
102 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
103 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
103 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
105 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
105 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
106 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
107 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
108 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
109 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
110 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
111 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
111 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
113 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
113 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
114 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
115 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
116 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
117 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
118 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
119 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
119 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
121 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
121 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
122 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
123 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
124 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
125 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
126 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
127 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
127 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
128 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
128 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
129 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
129 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
129 | ERROR | [x] Expected 1 space after IF keyword; 0 found
129 | ERROR | [x] Space after opening control structure is required
129 | ERROR | [x] No space before opening parenthesis is prohibited
129 | ERROR | [x] Expected 1 space after "!"; 0 found
129 | ERROR | [x] Expected 1 space after "!"; 0 found
130 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
130 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
132 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
132 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
132 | ERROR | [x] Expected 1 space after IF keyword; 0 found
132 | ERROR | [x] Space after opening control structure is required
132 | ERROR | [x] No space before opening parenthesis is prohibited
133 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
133 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
134 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
134 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
134 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
135 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
135 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
136 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
136 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
137 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
137 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
137 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
138 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
138 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
138 | ERROR | [x] When an array uses associative keys, each value
| | should start on a new line.
139 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
139 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
139 | ERROR | [x] Expected 1 space after CATCH keyword; 0 found
139 | ERROR | [x] Space after opening control structure is required
139 | ERROR | [x] No space before opening parenthesis is prohibited
140 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
140 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
141 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
141 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
142 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
142 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
143 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
143 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
144 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
144 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
146 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
146 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
147 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
148 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
149 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
150 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
151 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
152 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
152 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
153 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
153 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
155 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
155 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
156 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
157 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
158 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
159 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
160 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
161 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
161 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
162 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
162 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
162 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
163 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
163 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
163 | ERROR | [x] Expected 1 space after IF keyword; 0 found
163 | ERROR | [x] Space after opening control structure is required
163 | ERROR | [x] No space before opening parenthesis is prohibited
163 | ERROR | [x] Expected 1 space after "!"; 0 found
164 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
164 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
165 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
165 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
166 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
166 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
168 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
168 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
169 | ERROR | [x] Expected 3 space(s) before asterisk; 5 found
170 | ERROR | [x] Expected 3 space(s) before asterisk; 5 found
171 | ERROR | [x] Expected 3 space(s) before asterisk; 5 found
172 | ERROR | [x] Expected 3 space(s) before asterisk; 5 found
173 | ERROR | [x] Expected 3 space(s) before asterisk; 5 found
174 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
174 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
176 | ERROR | [x] Expected 1 space after "!"; 0 found
176 | ERROR | [x] Expected 1 space after "!"; 0 found
180 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
180 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
181 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
181 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
181 | ERROR | [x] Expected 1 space after IF keyword; 0 found
181 | ERROR | [x] Space after opening control structure is required
181 | ERROR | [x] No space before opening parenthesis is prohibited
182 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
182 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 2
182 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
183 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
183 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
184 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
184 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
184 | ERROR | [x] Expected 1 space after IF keyword; 0 found
184 | ERROR | [x] Space after opening control structure is required
184 | ERROR | [x] No space before opening parenthesis is prohibited
184 | ERROR | [x] Expected 1 space after "!"; 0 found
185 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
185 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
186 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
186 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
187 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
187 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 3
188 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
188 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 3
188 | ERROR | [x] Expected 1 space after IF keyword; 0 found
188 | ERROR | [x] Space after opening control structure is required
188 | ERROR | [x] No space before opening parenthesis is prohibited
189 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
189 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 4
190 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
190 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 3
191 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
191 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 4
192 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
192 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 3
193 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
193 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 3
193 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
194 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
194 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
195 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
195 | ERROR | [x] Multi-line function call not indented correctly;
| | expected 14 spaces but found 12
195 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 3
196 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
197 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
197 | ERROR | [x] Each line in an array declaration must end in a
| | comma
197 | ERROR | [x] Closing parenthesis of array declaration must be
| | on a new line
198 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
198 | ERROR | [x] Multi-line function call not indented correctly;
| | expected 10 spaces but found 12
198 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 3
199 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
199 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
199 | ERROR | [x] Expected 1 space after CATCH keyword; 0 found
199 | ERROR | [x] Space after opening control structure is required
199 | ERROR | [x] No space before opening parenthesis is prohibited
200 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
200 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
200 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
201 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
201 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
202 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
202 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
203 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
203 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
205 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
205 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
206 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
207 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
208 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
209 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
210 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
211 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
211 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
212 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
212 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
214 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
214 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
215 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
215 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
215 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found
215 | ERROR | [x] Space after opening control structure is required
215 | ERROR | [x] No space before opening parenthesis is prohibited
216 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
216 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
216 | ERROR | [x] Expected 1 space after IF keyword; 0 found
216 | ERROR | [x] Space after opening control structure is required
216 | ERROR | [x] No space before opening parenthesis is prohibited
216 | ERROR | [ ] Use Yoda Condition checks, you must.
216 | ERROR | [x] String "Clockwork SMS" does not require double
| | quotes; use single quotes instead
217 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
217 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
218 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
218 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
219 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
219 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
220 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
220 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
222 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
222 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
222 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
223 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
223 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
223 | ERROR | [x] Expected 1 space after IF keyword; 0 found
223 | ERROR | [x] Space after opening control structure is required
223 | ERROR | [x] No space before opening parenthesis is prohibited
223 | ERROR | [x] Expected 1 space after "!"; 0 found
224 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
224 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
224 | ERROR | [ ] The $domain arg must be a single string literal,
| | not "$this->language_string".
224 | ERROR | [ ] The $domain arg must be a single string literal,
| | not "$this->language_string".
225 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
225 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
225 | ERROR | [ ] The $domain arg must be a single string literal,
| | not "$this->language_string".
225 | ERROR | [ ] The $domain arg must be a single string literal,
| | not "$this->language_string".
226 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
226 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
226 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected
| | "null" but found "NULL"
227 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
227 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
229 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
229 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
229 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
230 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
230 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
230 | ERROR | [ ] The $text arg must be a single string literal, not
| | "$this->plugin_name".
230 | ERROR | [ ] The $domain arg must be a single string literal,
| | not "$this->language_string".
230 | ERROR | [ ] The $text arg must be a single string literal, not
| | "$this->plugin_name".
230 | ERROR | [ ] The $domain arg must be a single string literal,
| | not "$this->language_string".
231 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
231 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
233 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
233 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
234 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
235 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
236 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
237 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
238 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
239 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
239 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
241 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
241 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
243 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
243 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
244 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
245 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
246 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
247 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
248 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
249 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
249 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
250 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
250 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
251 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
251 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
252 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
252 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
254 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
254 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
255 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
255 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
256 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
256 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
258 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
258 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
259 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
260 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
261 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
262 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
263 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
264 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
264 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
268 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
268 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
269 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
270 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
271 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
272 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
273 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
274 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
274 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
278 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
278 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
279 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
280 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
281 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
282 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
283 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
284 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
284 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
285 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
285 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
287 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
287 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
287 | ERROR | [x] Expected 1 space after IF keyword; 0 found
287 | ERROR | [x] Space after opening control structure is required
287 | ERROR | [x] No space before opening parenthesis is prohibited
288 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
288 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
289 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
289 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
289 | ERROR | [x] Expected 1 space after IF keyword; 0 found
289 | ERROR | [x] Space after opening control structure is required
289 | ERROR | [x] No space before opening parenthesis is prohibited
289 | ERROR | [x] Expected 1 space after "!"; 0 found
290 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
290 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
291 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
291 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
293 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
293 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
295 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
295 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
295 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
296 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
296 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
297 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
297 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
297 | ERROR | [x] Expected 1 space after IF keyword; 0 found
297 | ERROR | [x] Space after opening control structure is required
297 | ERROR | [x] No space before opening parenthesis is prohibited
298 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
298 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
299 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
299 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
299 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
300 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
300 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 3
301 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
301 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
301 | ERROR | [x] Blank line found after control structure
303 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
303 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
303 | ERROR | [x] Expected 1 space after CATCH keyword; 0 found
303 | ERROR | [x] Space after opening control structure is required
303 | ERROR | [x] No space before opening parenthesis is prohibited
304 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
304 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
305 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
305 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
306 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
306 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
308 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
308 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
309 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
309 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
310 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
310 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
311 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
311 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
312 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
312 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
313 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
313 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
315 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
315 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
316 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
317 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
318 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
319 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
320 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
321 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
321 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
322 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
322 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
323 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
323 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
323 | ERROR | [x] Expected 1 space after IF keyword; 0 found
323 | ERROR | [x] Space after opening control structure is required
323 | ERROR | [x] No space before opening parenthesis is prohibited
324 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
324 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
325 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
325 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
326 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
326 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
327 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
327 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
329 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
329 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
329 | ERROR | [x] String "<p>Enter the number your messages will be
| | sent from. We recommend your mobile phone
| | number.<br />UK customers can use alphanumeric
| | strings up to 11 characters.</p>" does not require
| | double quotes; use single quotes instead
330 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
330 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
332 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
332 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
332 | ERROR | [ ] Doc comment for parameter "$val" missing
333 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
334 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
335 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
335 | ERROR | [ ] Function return type is void, but function
| | contains return statement
336 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
337 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
338 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
338 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
339 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
339 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
339 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
340 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
340 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
341 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
341 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
341 | ERROR | [x] Expected 1 space after IF keyword; 0 found
341 | ERROR | [x] Space after opening control structure is required
341 | ERROR | [x] No space before opening parenthesis is prohibited
342 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
342 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
343 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
343 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
344 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
344 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
345 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
345 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
347 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
347 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
347 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
348 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
348 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
349 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
349 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
350 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
350 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
350 | ERROR | [x] Expected 1 space after IF keyword; 0 found
350 | ERROR | [x] Space after opening control structure is required
350 | ERROR | [x] No space before opening parenthesis is prohibited
352 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
352 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
353 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
353 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
353 | ERROR | [x] Expected 1 space after IF keyword; 0 found
353 | ERROR | [x] Space after opening control structure is required
353 | ERROR | [x] No space before opening parenthesis is prohibited
355 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
355 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
356 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
356 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
357 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
357 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
359 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
359 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
360 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
360 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
361 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
361 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
362 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
362 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
362 | ERROR | [x] Blank line found after control structure
364 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
364 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
365 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
365 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
365 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
366 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
366 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
367 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
367 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
368 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
368 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
369 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
369 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
369 | ERROR | [x] Blank line found after control structure
371 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
371 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
371 | ERROR | [x] Expected 1 space after CATCH keyword; 0 found
371 | ERROR | [x] Space after opening control structure is required
371 | ERROR | [x] No space before opening parenthesis is prohibited
372 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
372 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
373 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
373 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
374 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
374 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
376 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
376 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
377 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
377 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
379 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
379 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
380 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
381 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
382 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
383 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
384 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
385 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
385 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
386 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
386 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
387 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
387 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
389 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
389 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
390 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
391 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
392 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
392 | ERROR | [ ] Parameter comment must end with a full stop
393 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
394 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
395 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
396 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
396 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
397 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
397 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
399 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
399 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
400 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
400 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
400 | ERROR | [x] String "Using WordPress " does not require double
| | quotes; use single quotes instead
401 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
401 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
401 | ERROR | [x] String "Clockwork PHP wrapper initalised: using "
| | does not require double quotes; use single quotes
| | instead
402 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
402 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
402 | ERROR | [x] String "Plugin wrapper initialised: using " does
| | not require double quotes; use single quotes
| | instead
402 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
402 | ERROR | [x] Expected 1 spaces before closing bracket; 0 found
403 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
403 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
405 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
405 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
407 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
407 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
407 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
408 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
408 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
408 | ERROR | [x] Expected 1 space after IF keyword; 0 found
408 | ERROR | [x] Space after opening control structure is required
408 | ERROR | [x] No space before opening parenthesis is prohibited
409 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
409 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
409 | ERROR | [x] String "API key is set and appears valid – "
| | does not require double quotes; use single quotes
| | instead
410 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
410 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
411 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
411 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
411 | ERROR | [x] String "API key is not set, or is the incorrect
| | length." does not require double quotes; use
| | single quotes instead
412 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
412 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
412 | ERROR | [x] String "No credit has been used for this test"
| | does not require double quotes; use single quotes
| | instead
413 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
413 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
414 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
414 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
415 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
415 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
417 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
417 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
417 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
418 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
418 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
418 | ERROR | [x] Expected 1 space after IF keyword; 0 found
418 | ERROR | [x] Space after opening control structure is required
418 | ERROR | [x] No space before opening parenthesis is prohibited
419 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
419 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
419 | ERROR | [x] String "Originator is set to " does not require
| | double quotes; use single quotes instead
419 | ERROR | [x] String " and is below 14 characters" does not
| | require double quotes; use single quotes instead
421 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
421 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
421 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
422 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
422 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
423 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
423 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
425 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
425 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
425 | ERROR | [x] Expected 1 space after IF keyword; 0 found
425 | ERROR | [x] Space after opening control structure is required
425 | ERROR | [x] No space before opening parenthesis is prohibited
426 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
426 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
427 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
427 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
428 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
428 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
429 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
429 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
431 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
431 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
432 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
432 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
432 | ERROR | [x] Expected 1 space after IF keyword; 0 found
432 | ERROR | [x] Space after opening control structure is required
432 | ERROR | [x] No space before opening parenthesis is prohibited
433 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
433 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
434 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
434 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
434 | ERROR | [x] Expected 1 space after IF keyword; 0 found
434 | ERROR | [x] Space after opening control structure is required
434 | ERROR | [x] No space before opening parenthesis is prohibited
435 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
435 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
436 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
436 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
437 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
437 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
438 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
438 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
438 | ERROR | [x] String "No credit has been used for this test"
| | does not require double quotes; use single quotes
| | instead
439 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
439 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
440 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
440 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
441 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
441 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
442 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
442 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
443 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
443 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
444 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
444 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
444 | ERROR | [x] Blank line found after control structure
446 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
446 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
447 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
447 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
447 | ERROR | [x] String "Originator is not set, using your
| | Clockwork account default (probably 84433)" does
| | not require double quotes; use single quotes
| | instead
448 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
448 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
450 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
450 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
450 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
451 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
451 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
453 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
453 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
454 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
454 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
454 | ERROR | [x] Expected 1 space after IF keyword; 0 found
454 | ERROR | [x] Space after opening control structure is required
454 | ERROR | [x] No space before opening parenthesis is prohibited
455 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
455 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
456 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
456 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
458 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
458 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
458 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
459 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
459 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
461 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
461 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
461 | ERROR | [x] Expected 1 space after IF keyword; 0 found
461 | ERROR | [x] Space after opening control structure is required
461 | ERROR | [x] No space before opening parenthesis is prohibited
462 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
462 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
463 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
463 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
464 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
464 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
465 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
465 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
465 | ERROR | [x] String "No credit has been used for this test"
| | does not require double quotes; use single quotes
| | instead
466 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
466 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
467 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
467 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
468 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
468 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
470 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
470 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
471 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
471 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
473 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
473 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
475 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
475 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
475 | ERROR | [x] Expected 1 space after IF keyword; 0 found
475 | ERROR | [x] Space after opening control structure is required
475 | ERROR | [x] No space before opening parenthesis is prohibited
475 | ERROR | [x] Expected 1 space after "!"; 0 found
476 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
476 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
477 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
477 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
479 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
479 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
481 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
481 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
482 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
482 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
482 | ERROR | [x] When an array uses associative keys, each value
| | should start on a new line.
482 | ERROR | [x] When an array uses associative keys, each value
| | should start on a new line.
483 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
483 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
485 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
485 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
487 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
487 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
487 | ERROR | [x] Expected 1 space after IF keyword; 0 found
487 | ERROR | [x] Space after opening control structure is required
487 | ERROR | [x] No space before opening parenthesis is prohibited
487 | ERROR | [ ] Use Yoda Condition checks, you must.
488 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
488 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
490 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
490 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
491 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
491 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
493 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
493 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
494 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
494 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
495 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
495 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
496 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
496 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
497 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
497 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
497 | ERROR | [x] String "No credit has been used for this test"
| | does not require double quotes; use single quotes
| | instead
498 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
498 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
499 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
499 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
499 | ERROR | [x] Expected 1 space after CATCH keyword; 0 found
499 | ERROR | [x] Space after opening control structure is required
499 | ERROR | [x] No space before opening parenthesis is prohibited
500 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
500 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
500 | ERROR | [x] String "Error: " does not require double quotes;
| | use single quotes instead
501 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
501 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
501 | ERROR | [x] Expected 1 space after CATCH keyword; 0 found
501 | ERROR | [x] Space after opening control structure is required
501 | ERROR | [x] No space before opening parenthesis is prohibited
502 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
502 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
502 | ERROR | [x] String "Error: " does not require double quotes;
| | use single quotes instead
503 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
503 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
505 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
505 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
506 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
506 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
508 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
508 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
508 | ERROR | [ ] Missing function doc comment
509 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
509 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
509 | ERROR | [x] When an array uses associative keys, each value
| | should start on a new line.
510 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
510 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
512 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
512 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
513 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
514 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
515 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
515 | ERROR | [ ] Parameter comment must end with a full stop
516 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
516 | ERROR | [x] Expected 3 spaces after parameter type; 1 found
516 | ERROR | [ ] Parameter comment must end with a full stop
517 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
518 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
519 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
520 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
520 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
521 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
521 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
521 | ERROR | [x] Expected 1 space after IF keyword; 0 found
521 | ERROR | [x] Space after opening control structure is required
521 | ERROR | [x] No space before opening parenthesis is prohibited
522 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
522 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
523 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
523 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
524 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
524 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
525 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
525 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
527 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
527 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
528 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
528 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
530 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
530 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
531 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
532 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
533 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
533 | ERROR | [ ] Parameter comment must end with a full stop
534 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
534 | ERROR | [x] Expected 2 spaces after parameter type; 1 found
534 | ERROR | [ ] Parameter comment must end with a full stop
535 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
536 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
537 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
538 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
538 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
539 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
539 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
539 | ERROR | [x] Expected 1 spaces before closing bracket; 0 found
540 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
540 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
----------------------------------------------------------------------
PHPCBF CAN FIX THE 878 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: .../woocommerce-sms-notifications/lib/clockwork/class-Clockwork.php
----------------------------------------------------------------------
FOUND 1624 ERRORS AND 2 WARNINGS AFFECTING 573 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Filenames should be all lowercase with hyphens
| | as word separators. Expected
| | class-clockwork.php, but found
| | class-Clockwork.php.
3 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
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
7 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
8 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
9 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
10 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
12 | ERROR | [x] Expected 1 space after "!"; 0 found
12 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
12 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
13 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
13 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
13 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
13 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
17 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
18 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
18 | ERROR | [x] Whitespace found at end of line
19 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
20 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
21 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
24 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
24 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
24 | ERROR | [ ] Empty line not required before block comment
25 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
26 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
27 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
27 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
29 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
29 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
30 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
31 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
31 | ERROR | [x] There must be exactly one blank line before the
| | tags in a doc comment
32 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
33 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
33 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
35 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
35 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
36 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
36 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
37 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
37 | ERROR | [x] There must be exactly one blank line before the
| | tags in a doc comment
38 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
39 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
39 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
41 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
41 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
42 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
42 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
43 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
43 | ERROR | [x] There must be exactly one blank line before the
| | tags in a doc comment
44 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
45 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
45 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
47 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
47 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
48 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
48 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
49 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
49 | ERROR | [x] There must be exactly one blank line before the
| | tags in a doc comment
50 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
51 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
51 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
53 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
53 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
54 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
54 | ERROR | [ ] Doc comment short description must start with a
| | capital letter
55 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
55 | ERROR | [x] There must be exactly one blank line before the
| | tags in a doc comment
56 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
57 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
57 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
59 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
59 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
59 | ERROR | [x] Whitespace found at end of line
60 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
60 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
61 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
61 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
61 | ERROR | [x] Whitespace found at end of line
62 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
62 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
63 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
63 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
64 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
64 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
65 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
65 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
67 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
67 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
68 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
68 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
69 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
69 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
70 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
70 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
71 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
71 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
72 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
72 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
73 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
73 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
74 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
74 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
75 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
75 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
77 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
77 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
78 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
78 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
79 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
79 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
80 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
80 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
81 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
81 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
82 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
82 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
83 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
83 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
85 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
85 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
86 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
86 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
87 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
87 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
88 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
88 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
89 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
89 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
90 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
90 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
91 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
91 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
93 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
93 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
94 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
94 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
95 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
95 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
96 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
96 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
97 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
97 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
98 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
98 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
99 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
99 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
101 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
101 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
102 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
102 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
103 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
103 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
104 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
104 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
105 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
105 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
106 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
106 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
107 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
107 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
109 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
109 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
110 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
110 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
111 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
111 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
112 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
112 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
113 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
113 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
114 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
114 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
115 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
115 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
117 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
117 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
118 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
118 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
119 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
119 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
120 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
120 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
121 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
121 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
122 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
122 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
123 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
123 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
125 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
125 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
126 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
126 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
127 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
127 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
128 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
128 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
129 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
129 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
130 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
130 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
131 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
131 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
131 | ERROR | [x] Whitespace found at end of line
132 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
132 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
132 | ERROR | [x] There must be exactly one blank line before the
| | tags in a doc comment
133 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
133 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
133 | ERROR | [ ] Missing @var tag in member variable comment
134 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
134 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
136 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
136 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
136 | ERROR | [ ] Doc comment for parameter "$key" missing
136 | ERROR | [ ] Doc comment for parameter "$options" missing
137 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
137 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
138 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
138 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
139 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
139 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
139 | ERROR | [ ] Missing parameter name
140 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
140 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
140 | ERROR | [ ] Missing parameter name
141 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
141 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
142 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
142 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
143 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
143 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
143 | ERROR | [x] No space after opening parenthesis is prohibited
143 | ERROR | [x] Expected 1 spaces between opening bracket and
| | argument "$key"; 0 found
143 | ERROR | [x] No space before closing parenthesis is
| | prohibited
144 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
144 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
144 | ERROR | [x] No space after opening parenthesis is prohibited
144 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
144 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
144 | ERROR | [x] No space before closing parenthesis is
| | prohibited
145 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
145 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
145 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
145 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
146 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
146 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
147 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
147 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
148 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
148 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
149 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
149 | ERROR | [x] Whitespace found at end of line
150 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
150 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
150 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
150 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
151 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
151 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
151 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
151 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
152 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
152 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
152 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
152 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
153 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
153 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
153 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
153 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
154 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
154 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
154 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
154 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
155 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
155 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
155 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
155 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
156 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
156 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
156 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
156 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
157 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
157 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
157 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
157 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
158 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
158 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
160 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
160 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
160 | ERROR | [ ] Doc comment for parameter "$sms" missing
161 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
161 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
162 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
162 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
162 | ERROR | [x] Whitespace found at end of line
163 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
163 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
164 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
164 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
164 | ERROR | [x] There must be exactly one blank line before the
| | tags in a doc comment
165 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
165 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
166 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
166 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
166 | ERROR | [x] No space after opening parenthesis is prohibited
166 | ERROR | [x] Expected 1 spaces between opening bracket and
| | type hint "array"; 0 found
166 | ERROR | [x] No space before closing parenthesis is
| | prohibited
167 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
167 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
167 | ERROR | [x] No space after opening parenthesis is prohibited
167 | ERROR | [x] Expected 1 space before "!"; 0 found
167 | ERROR | [x] Expected 1 space after "!"; 0 found
167 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
167 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
167 | ERROR | [x] No space before closing parenthesis is
| | prohibited
168 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
168 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
168 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
168 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
168 | ERROR | [x] String "sms parameter must be an array" does not
| | require double quotes; use single quotes instead
169 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
169 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
170 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
170 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
170 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
170 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
172 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
172 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
172 | ERROR | [x] No space after opening parenthesis is prohibited
172 | ERROR | [x] No space before closing parenthesis is
| | prohibited
173 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
173 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
173 | ERROR | [x] Missing space after array opener.
173 | ERROR | [x] Missing space before array closer.
174 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
174 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
176 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
176 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
176 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
176 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
177 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
177 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
177 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
177 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
178 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
178 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
178 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
178 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
180 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
180 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
180 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
180 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
181 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
181 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
181 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
181 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
181 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
181 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
182 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
182 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
182 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
182 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
184 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
184 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
184 | ERROR | [x] No space after opening parenthesis is prohibited
184 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
184 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
184 | ERROR | [x] No space before closing parenthesis is
| | prohibited
185 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
185 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
185 | ERROR | [x] Array keys must be surrounded by spaces unless
| | they contain a string or an integer.
187 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
187 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
187 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
187 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
188 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
188 | ERROR | [x] Whitespace found at end of line
189 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
189 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
189 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
190 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
190 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
190 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
190 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
190 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
190 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
190 | ERROR | [x] Whitespace found at end of line
191 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
191 | ERROR | [x] Whitespace found at end of line
192 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
192 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
192 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
193 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
193 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
193 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
193 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
194 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
194 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
194 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
194 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
194 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
194 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
195 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
195 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
195 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
195 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
197 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
197 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
197 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
198 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
198 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
198 | ERROR | [x] No space after opening parenthesis is prohibited
198 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
198 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
198 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
198 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
198 | ERROR | [x] No space before closing parenthesis is
| | prohibited
199 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
199 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
199 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
199 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
200 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
200 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
200 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
200 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
200 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
200 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
200 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
200 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
201 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
201 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
201 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
201 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
202 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
202 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
204 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
204 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
204 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
205 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
205 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
205 | ERROR | [x] No space after opening parenthesis is prohibited
205 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
205 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
205 | ERROR | [x] No space before closing parenthesis is
| | prohibited
206 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
206 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
206 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
206 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
207 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
207 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
207 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
207 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
207 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
207 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
208 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
208 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
208 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
208 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
209 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
209 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
211 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
211 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
211 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
212 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
212 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
212 | ERROR | [x] No space after opening parenthesis is prohibited
212 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
212 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
212 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
212 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
212 | ERROR | [x] No space before closing parenthesis is
| | prohibited
213 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
213 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
213 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
213 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
214 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
214 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
214 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
214 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
215 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
215 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
215 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
215 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
215 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
215 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
216 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
216 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
216 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
216 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
217 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
217 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
219 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
219 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
219 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
220 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
220 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
220 | ERROR | [x] No space after opening parenthesis is prohibited
220 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
220 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
220 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
220 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
220 | ERROR | [x] No space before closing parenthesis is
| | prohibited
221 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
221 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
221 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
221 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
222 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
222 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
222 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
222 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
223 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
223 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
223 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
223 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
223 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
223 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
224 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
224 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
224 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
224 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
225 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
225 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
227 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
227 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
227 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
228 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
228 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
228 | ERROR | [x] No space after opening parenthesis is prohibited
228 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
228 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
228 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
228 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
228 | ERROR | [x] No space before closing parenthesis is
| | prohibited
229 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
229 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
229 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
229 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
230 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
230 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
230 | ERROR | [x] No space after opening parenthesis is prohibited
230 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
230 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
230 | ERROR | [x] No space before closing parenthesis is
| | prohibited
231 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
231 | ERROR | [x] Line indented incorrectly; expected 5 tabs,
| | found 2
232 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
232 | ERROR | [x] Line indented incorrectly; expected at least 6
| | tabs, found 2
232 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
232 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
232 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
232 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
233 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
234 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
234 | ERROR | [x] Line indented incorrectly; expected 5 tabs,
| | found 2
235 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
235 | ERROR | [x] Line indented incorrectly; expected at least 6
| | tabs, found 2
235 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
235 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
235 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
235 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
236 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
237 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
237 | ERROR | [x] Line indented incorrectly; expected 5 tabs,
| | found 2
238 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
238 | ERROR | [x] Line indented incorrectly; expected at least 6
| | tabs, found 2
238 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
238 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
238 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
238 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
239 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
240 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
240 | ERROR | [x] Line indented incorrectly; expected 5 tabs,
| | found 2
241 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
242 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
242 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
243 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
243 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
245 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
245 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
245 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
246 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
246 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
246 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
246 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
246 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
246 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
248 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
248 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
248 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
248 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
249 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
249 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
251 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
251 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
252 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
252 | ERROR | [x] Whitespace found at end of line
253 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
253 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
253 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
253 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
254 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
254 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
255 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
255 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
255 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
255 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
255 | ERROR | [x] Whitespace found at end of line
257 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
257 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
258 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
258 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
259 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
259 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
261 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
261 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
261 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found
261 | ERROR | [x] Space after opening control structure is
| | required
261 | ERROR | [x] No space before opening parenthesis is
| | prohibited
261 | ERROR | [x] No space after opening parenthesis is prohibited
261 | ERROR | [x] PHP keywords must be lowercase; expected "as"
| | but found "AS"
261 | ERROR | [x] No space before closing parenthesis is
| | prohibited
262 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
262 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
262 | ERROR | [x] Expected 1 space after SWITCH keyword; 0 found
262 | ERROR | [x] Space after opening control structure is
| | required
262 | ERROR | [x] No space before opening parenthesis is
| | prohibited
262 | ERROR | [x] No space after opening parenthesis is prohibited
262 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
262 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
262 | ERROR | [x] No space before closing parenthesis is
| | prohibited
263 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
263 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
264 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
264 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
265 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
265 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
266 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
266 | ERROR | [x] Line indented incorrectly; expected 5 tabs,
| | found 2
266 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found
266 | ERROR | [x] Space after opening control structure is
| | required
266 | ERROR | [x] No space before opening parenthesis is
| | prohibited
266 | ERROR | [x] No space after opening parenthesis is prohibited
266 | ERROR | [x] PHP keywords must be lowercase; expected "as"
| | but found "AS"
266 | ERROR | [x] No space before closing parenthesis is
| | prohibited
267 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
267 | ERROR | [x] Line indented incorrectly; expected 6 tabs,
| | found 2
267 | ERROR | [x] Expected 1 space after SWITCH keyword; 0 found
267 | ERROR | [x] Space after opening control structure is
| | required
267 | ERROR | [x] No space before opening parenthesis is
| | prohibited
267 | ERROR | [x] No space after opening parenthesis is prohibited
267 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
267 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
267 | ERROR | [x] No space before closing parenthesis is
| | prohibited
268 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
268 | ERROR | [x] Line indented incorrectly; expected 7 tabs,
| | found 3
269 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
269 | ERROR | [x] Line indented incorrectly; expected at least 8
| | tabs, found 3
270 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
271 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
271 | ERROR | [x] Line indented incorrectly; expected 7 tabs,
| | found 3
272 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
272 | ERROR | [x] Line indented incorrectly; expected at least 8
| | tabs, found 3
273 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
274 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
274 | ERROR | [x] Line indented incorrectly; expected 7 tabs,
| | found 3
275 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
275 | ERROR | [x] Line indented incorrectly; expected at least 8
| | tabs, found 3
276 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
277 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
277 | ERROR | [x] Line indented incorrectly; expected 7 tabs,
| | found 3
278 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
278 | ERROR | [x] Line indented incorrectly; expected at least 8
| | tabs, found 3
279 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
280 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
280 | ERROR | [x] Line indented incorrectly; expected 6 tabs,
| | found 2
281 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
281 | ERROR | [x] Line indented incorrectly; expected 5 tabs,
| | found 2
282 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
282 | ERROR | [x] Line indented incorrectly; expected 5 tabs,
| | found 2
282 | ERROR | [x] Expected 1 space after IF keyword; 0 found
282 | ERROR | [x] Space after opening control structure is
| | required
282 | ERROR | [x] No space before opening parenthesis is
| | prohibited
282 | ERROR | [x] Opening brace should be on the same line as the
| | declaration
282 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
282 | ERROR | [x] Expected 1 space after closing parenthesis;
| | found 10
282 | ERROR | [x] Whitespace found at end of line
283 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
283 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
284 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
284 | ERROR | [x] Line indented incorrectly; expected at least 6
| | tabs, found 2
285 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
285 | ERROR | [x] Line indented incorrectly; expected 5 tabs,
| | found 2
286 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
286 | ERROR | [x] Line indented incorrectly; expected at least 6
| | tabs, found 2
287 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
287 | ERROR | [x] Line indented incorrectly; expected 5 tabs,
| | found 2
288 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
288 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
288 | ERROR | [x] Array keys must be surrounded by spaces unless
| | they contain a string or an integer.
289 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
289 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
289 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
289 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
290 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
291 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
291 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
292 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
292 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
293 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
294 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
294 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
295 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
295 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
296 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
297 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
297 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
298 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
298 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
300 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
300 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
300 | ERROR | [x] No space after opening parenthesis is prohibited
300 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
300 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
300 | ERROR | [x] No space before closing parenthesis is
| | prohibited
301 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
301 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
301 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
301 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
302 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
302 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
303 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
303 | ERROR | [x] Whitespace found at end of line
304 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
304 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
304 | ERROR | [x] No space after opening parenthesis is prohibited
304 | ERROR | [x] No space before closing parenthesis is
| | prohibited
305 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
305 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
306 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
306 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
307 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
307 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
308 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
308 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
309 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
309 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
311 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
311 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
312 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
312 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
313 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
313 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
314 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
314 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
315 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
315 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
316 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
316 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
317 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
317 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
318 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
318 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
318 | ERROR | [ ] Method name "checkCredit" in class Clockwork is
| | not in snake case format, try "check_credit"
319 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
319 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
319 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
320 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
320 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
320 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
320 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
321 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
321 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
321 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
321 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
322 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
322 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
322 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
322 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
323 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
323 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
323 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
323 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
323 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
323 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
324 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
324 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
326 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
326 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
326 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
327 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
327 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
327 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
327 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
329 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
329 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
329 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
330 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
330 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
331 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
331 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
331 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
331 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
333 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
333 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
333 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
334 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
334 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
335 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
335 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
336 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
336 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
337 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
337 | ERROR | [x] Whitespace found at end of line
338 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
338 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
338 | ERROR | [x] No space after opening parenthesis is prohibited
338 | ERROR | [x] PHP keywords must be lowercase; expected "as"
| | but found "AS"
338 | ERROR | [x] No space before closing parenthesis is
| | prohibited
339 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
339 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
339 | ERROR | [x] No space after opening parenthesis is prohibited
339 | ERROR | [x] No space before closing parenthesis is
| | prohibited
340 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
340 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
340 | ERROR | [x] String "Credit" does not require double quotes;
| | use single quotes instead
341 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
341 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
342 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
343 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
343 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
343 | ERROR | [x] String "ErrNo" does not require double quotes;
| | use single quotes instead
344 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
344 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
345 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
346 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
346 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
346 | ERROR | [x] String "ErrDesc" does not require double quotes;
| | use single quotes instead
347 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
347 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
348 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
349 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
349 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
350 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
351 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
351 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
352 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
352 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
354 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
354 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
354 | ERROR | [x] No space after opening parenthesis is prohibited
354 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
354 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
354 | ERROR | [x] No space before closing parenthesis is
| | prohibited
355 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
355 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
355 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
355 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
356 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
356 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
357 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
357 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
358 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
358 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
360 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
360 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
361 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
361 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
362 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
362 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
363 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
363 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
363 | ERROR | [x] Whitespace found at end of line
364 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
364 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
365 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
365 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
366 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
366 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
366 | ERROR | [ ] Method name "checkBalance" in class Clockwork is
| | not in snake case format, try "check_balance"
367 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
367 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
367 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
368 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
368 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
368 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
368 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
369 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
369 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
369 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
369 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
370 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
370 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
370 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
370 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
371 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
371 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
371 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
371 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
371 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
371 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
372 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
372 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
373 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
373 | ERROR | [x] Whitespace found at end of line
374 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
374 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
374 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
375 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
375 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
375 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
375 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
377 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
377 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
377 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
378 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
378 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
379 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
379 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
379 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
379 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
380 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
380 | ERROR | [x] Whitespace found at end of line
381 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
381 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
381 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
382 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
382 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
383 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
383 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
384 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
384 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
385 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
385 | ERROR | [x] Whitespace found at end of line
386 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
386 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
386 | ERROR | [x] No space after opening parenthesis is prohibited
386 | ERROR | [x] No space before closing parenthesis is
| | prohibited
387 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
387 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
387 | ERROR | [x] No space after opening parenthesis is prohibited
387 | ERROR | [x] No space before closing parenthesis is
| | prohibited
388 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
388 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
388 | ERROR | [x] String "Balance" does not require double quotes;
| | use single quotes instead
389 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
389 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
389 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
389 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
389 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
389 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
390 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
391 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
391 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
391 | ERROR | [x] String "Currency" does not require double
| | quotes; use single quotes instead
392 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
392 | ERROR | [x] Line indented incorrectly; expected 5 tabs,
| | found 2
392 | ERROR | [x] No space after opening parenthesis is prohibited
392 | ERROR | [x] No space before closing parenthesis is
| | prohibited
393 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
393 | ERROR | [x] Line indented incorrectly; expected 6 tabs,
| | found 2
393 | ERROR | [x] No space after opening parenthesis is prohibited
393 | ERROR | [x] No space before closing parenthesis is
| | prohibited
394 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
394 | ERROR | [x] Line indented incorrectly; expected 7 tabs,
| | found 3
394 | ERROR | [x] String "Symbol" does not require double quotes;
| | use single quotes instead
395 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
395 | ERROR | [x] Line indented incorrectly; expected at least 8
| | tabs, found 3
395 | ERROR | [x] Whitespace found at end of line
396 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
397 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
397 | ERROR | [x] Line indented incorrectly; expected 7 tabs,
| | found 3
397 | ERROR | [x] String "Code" does not require double quotes;
| | use single quotes instead
398 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
398 | ERROR | [x] Line indented incorrectly; expected at least 8
| | tabs, found 3
398 | ERROR | [x] Whitespace found at end of line
399 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
400 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
400 | ERROR | [x] Line indented incorrectly; expected 6 tabs,
| | found 2
401 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
401 | ERROR | [x] Line indented incorrectly; expected 5 tabs,
| | found 2
402 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
403 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
403 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
403 | ERROR | [x] String "ErrNo" does not require double quotes;
| | use single quotes instead
404 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
404 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
405 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
406 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
406 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
406 | ERROR | [x] String "ErrDesc" does not require double quotes;
| | use single quotes instead
407 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
407 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
408 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
409 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
409 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
410 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
411 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
411 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
412 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
412 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
414 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
414 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
414 | ERROR | [x] No space after opening parenthesis is prohibited
414 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
414 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
414 | ERROR | [x] No space before closing parenthesis is
| | prohibited
415 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
415 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
415 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
415 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
416 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
416 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
417 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
417 | ERROR | [x] Whitespace found at end of line
418 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
418 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
418 | ERROR | [x] When an array uses associative keys, each value
| | should start on a new line.
419 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
419 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
421 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
421 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
422 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
422 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
423 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
423 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
424 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
424 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
425 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
425 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
426 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
426 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
427 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
427 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
427 | ERROR | [ ] Method name "checkKey" in class Clockwork is not
| | in snake case format, try "check_key"
428 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
428 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
428 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
429 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
429 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
429 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
429 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
430 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
430 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
430 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
430 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
431 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
431 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
431 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
431 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
432 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
432 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
432 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
432 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
432 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
432 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
433 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
433 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
435 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
435 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
435 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
436 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
436 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
436 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
436 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
438 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
438 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
438 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
439 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
439 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
440 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
440 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
440 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
440 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
441 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
441 | ERROR | [x] Whitespace found at end of line
442 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
442 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
442 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
443 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
443 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
444 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
444 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
445 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
445 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
447 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
447 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
447 | ERROR | [x] No space after opening parenthesis is prohibited
447 | ERROR | [x] PHP keywords must be lowercase; expected "as"
| | but found "AS"
447 | ERROR | [x] No space before closing parenthesis is
| | prohibited
448 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
448 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
448 | ERROR | [x] No space after opening parenthesis is prohibited
448 | ERROR | [x] No space before closing parenthesis is
| | prohibited
449 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
449 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
449 | ERROR | [x] String "CustID" does not require double quotes;
| | use single quotes instead
450 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
450 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
451 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
452 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
452 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
452 | ERROR | [x] String "ErrNo" does not require double quotes;
| | use single quotes instead
453 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
453 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
454 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
455 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
455 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
455 | ERROR | [x] String "ErrDesc" does not require double quotes;
| | use single quotes instead
456 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
456 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
457 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
458 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
458 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
459 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
460 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
460 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
461 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
461 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
463 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
463 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
463 | ERROR | [x] No space after opening parenthesis is prohibited
463 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
463 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
463 | ERROR | [x] No space before closing parenthesis is
| | prohibited
464 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
464 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
464 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
464 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
465 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
465 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
466 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
466 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
466 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
466 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
466 | ERROR | [x] Whitespace found at end of line
467 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
467 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
469 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
469 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
469 | ERROR | [ ] Doc comment for parameter "$method" missing
469 | ERROR | [ ] Doc comment for parameter "$data" missing
470 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
470 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
471 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
471 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
472 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
472 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
472 | ERROR | [ ] Missing parameter name
473 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
473 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
473 | ERROR | [ ] Missing parameter name
474 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
474 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
475 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
475 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
476 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
476 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
477 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
477 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
478 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
478 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
478 | ERROR | [x] No space after opening parenthesis is prohibited
478 | ERROR | [ ] Method name "postToClockwork" in class Clockwork
| | is not in snake case format, try
| | "post_to_clockwork"
478 | ERROR | [x] Expected 1 spaces between opening bracket and
| | argument "$method"; 0 found
478 | ERROR | [x] No space before closing parenthesis is
| | prohibited
479 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
479 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
479 | ERROR | [x] No space after opening parenthesis is prohibited
479 | ERROR | [x] No space before closing parenthesis is
| | prohibited
480 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
480 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
480 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
480 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
481 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
481 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
482 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
482 | ERROR | [x] Whitespace found at end of line
483 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
483 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
483 | ERROR | [x] Expected 1 space after IF keyword; 0 found
483 | ERROR | [x] Space after opening control structure is
| | required
483 | ERROR | [x] No space before opening parenthesis is
| | prohibited
484 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
484 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
485 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
485 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
486 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
486 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
487 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
487 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
489 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
489 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
490 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
490 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
492 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
492 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
492 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
492 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
494 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
494 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
494 | ERROR | [x] No space after opening parenthesis is prohibited
494 | ERROR | [x] No space before closing parenthesis is
| | prohibited
495 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
495 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
495 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
495 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
496 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
496 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
498 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
498 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
499 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
499 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
501 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
501 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
501 | ERROR | [ ] Doc comment for parameter "$url" missing
501 | ERROR | [ ] Doc comment for parameter "$data" missing
502 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
502 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
503 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
503 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
504 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
504 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
504 | ERROR | [ ] Doc comment long description must start with a
| | capital letter
505 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
505 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
506 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
506 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
506 | ERROR | [ ] Missing parameter name
507 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
507 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
507 | ERROR | [ ] Missing parameter name
508 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
508 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
509 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
509 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
510 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
510 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
511 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
511 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
511 | ERROR | [x] No space after opening parenthesis is prohibited
511 | ERROR | [ ] Method name "xmlPost" in class Clockwork is not
| | in snake case format, try "xml_post"
511 | ERROR | [x] Expected 1 spaces between opening bracket and
| | argument "$url"; 0 found
511 | ERROR | [x] No space before closing parenthesis is
| | prohibited
512 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
512 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
512 | ERROR | [x] Expected 1 space after IF keyword; 0 found
512 | ERROR | [x] Space after opening control structure is
| | required
512 | ERROR | [x] No space before opening parenthesis is
| | prohibited
512 | ERROR | [x] No space after opening parenthesis is prohibited
512 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
512 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
512 | ERROR | [x] No space before closing parenthesis is
| | prohibited
513 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
513 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
513 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
513 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
514 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
514 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
514 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
514 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
515 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
515 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
515 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
515 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
516 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
516 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
516 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
516 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
516 | ERROR | [x] Array keyword should be lower case; expected
| | "array" but found "Array"
516 | ERROR | [x] PHP keywords must be lowercase; expected "array"
| | but found "Array"
516 | ERROR | [x] Missing space after array opener.
516 | ERROR | [x] String "Content-Type: text/xml" does not require
| | double quotes; use single quotes instead
516 | ERROR | [x] Missing space before array closer.
517 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
517 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
517 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
517 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
518 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
518 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
518 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
518 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
519 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
519 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
519 | ERROR | [x] No space after opening parenthesis is prohibited
519 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
519 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
519 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
519 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
519 | ERROR | [x] No space before closing parenthesis is
| | prohibited
520 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
520 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
520 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
520 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
521 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
521 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
521 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
521 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
522 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
522 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
524 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
524 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
524 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
524 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
525 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
525 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
525 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
525 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
527 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
527 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
527 | ERROR | [x] No space after opening parenthesis is prohibited
527 | ERROR | [ ] Use Yoda Condition checks, you must.
527 | ERROR | [ ] Use Yoda Condition checks, you must.
527 | ERROR | [x] No space before closing parenthesis is
| | prohibited
528 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
528 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
528 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
528 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
528 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
528 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
529 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
529 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
529 | ERROR | [x] No space after opening parenthesis is prohibited
529 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
529 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
529 | ERROR | [x] No space before closing parenthesis is
| | prohibited
530 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
530 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
530 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
530 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
530 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
530 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
531 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
531 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
533 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
533 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
533 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
533 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
535 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
535 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
536 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
536 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
536 | ERROR | [x] No space after opening parenthesis is prohibited
536 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
536 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
536 | ERROR | [x] No space before closing parenthesis is
| | prohibited
537 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
537 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
537 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
538 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
538 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
538 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
538 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
539 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
539 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
539 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
539 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
541 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
541 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
541 | ERROR | [x] The first index in a multi-value array must be
| | on a new line
542 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
542 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
543 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
543 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
544 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
544 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
544 | ERROR | [x] Each line in an array declaration must end in a
| | comma
545 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
545 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
545 | ERROR | [x] Closing parenthesis of array declaration must be
| | on a new line
547 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
547 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
547 | ERROR | [x] No space after opening parenthesis is prohibited
547 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
547 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
547 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
547 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
547 | ERROR | [x] No space before closing parenthesis is
| | prohibited
548 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
548 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
548 | ERROR | [x] Concat operator must be surrounded by a single
| | space
549 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
549 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
549 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected
| | "true" but found "True"
550 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
550 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
552 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
552 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
552 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
552 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
553 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
553 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
553 | WARNING | [ ] Silencing errors is discouraged
553 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
553 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
554 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
554 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
554 | ERROR | [x] No space after opening parenthesis is prohibited
554 | ERROR | [x] Expected 1 space before "!"; 0 found
554 | ERROR | [x] Expected 1 space after "!"; 0 found
554 | ERROR | [x] No space before closing parenthesis is
| | prohibited
555 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
555 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
555 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
555 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
556 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
556 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
556 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
556 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
557 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
557 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
558 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
558 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
558 | WARNING | [ ] Silencing errors is discouraged
558 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
558 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
559 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
559 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
559 | ERROR | [x] No space after opening parenthesis is prohibited
559 | ERROR | [ ] Use Yoda Condition checks, you must.
559 | ERROR | [x] No space before closing parenthesis is
| | prohibited
560 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
560 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
560 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
560 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
561 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
561 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
561 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
561 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
562 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
562 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
563 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
563 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
563 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
563 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
564 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
564 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
565 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
565 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
566 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
566 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
566 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
566 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
566 | ERROR | [x] String "Clockwork requires PHP5 with cURL or
| | HTTP stream support" does not require double
| | quotes; use single quotes instead
567 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
567 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
568 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
568 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
570 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
570 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
571 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
571 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
572 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
572 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
573 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
573 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
574 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
574 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
575 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
575 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
576 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
576 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
577 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
577 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
578 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
578 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
579 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
579 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
580 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
580 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
580 | ERROR | [ ] Method name "sslSupport" in class Clockwork is
| | not in snake case format, try "ssl_support"
581 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
581 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
582 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
582 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
582 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
583 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
583 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
583 | ERROR | [x] No space after opening parenthesis is prohibited
583 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
583 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
583 | ERROR | [x] No space before closing parenthesis is
| | prohibited
584 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
584 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
585 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
585 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
586 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
586 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
586 | ERROR | [x] No space after opening parenthesis is prohibited
586 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
586 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
586 | ERROR | [x] No space before closing parenthesis is
| | prohibited
587 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
587 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
588 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
588 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
589 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
589 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
590 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
590 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
592 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
592 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
592 | ERROR | [ ] Doc comment for parameter "$log_msg" missing
592 | ERROR | [ ] Doc comment for parameter "$xml" missing
593 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
593 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
594 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
594 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
595 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
595 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
595 | ERROR | [ ] Missing parameter name
596 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
596 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
596 | ERROR | [ ] Missing parameter name
597 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
597 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
598 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
598 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
599 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
599 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
600 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
600 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
601 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
601 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
601 | ERROR | [x] No space after opening parenthesis is prohibited
601 | ERROR | [ ] Method name "logXML" in class Clockwork is not
| | in snake case format, try "log_x_m_l"
601 | ERROR | [x] Expected 1 spaces between opening bracket and
| | argument "$log_msg"; 0 found
601 | ERROR | [x] No space before closing parenthesis is
| | prohibited
602 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
602 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
602 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
603 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
603 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
603 | ERROR | [x] No space after opening parenthesis is prohibited
603 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
603 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
603 | ERROR | [x] No space before closing parenthesis is
| | prohibited
604 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
604 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
605 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
605 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
606 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
606 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
607 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
607 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
608 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
608 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
609 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
609 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
609 | ERROR | [x] Each line in an array declaration must end in a
| | comma
610 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
610 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 1
611 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
611 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 1
611 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
611 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
612 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
612 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 1
613 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
613 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 1
614 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
614 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
615 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
615 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
615 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
616 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
616 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
616 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
616 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
617 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
617 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
619 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
619 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
620 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
620 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
621 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
621 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
622 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
622 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
622 | ERROR | [ ] Parameter comment must end with a full stop
623 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
623 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
624 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
624 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
625 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
625 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
626 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
626 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
626 | ERROR | [x] No space after opening parenthesis is prohibited
626 | ERROR | [x] Expected 1 spaces between opening bracket and
| | argument "$array"; 0 found
626 | ERROR | [x] No space before closing parenthesis is
| | prohibited
627 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
627 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
627 | ERROR | [x] A cast statement must be followed by a single
| | space
627 | ERROR | [x] No space after closing casting parenthesis is
| | prohibited
627 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
627 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
627 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
627 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
627 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
627 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
628 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
628 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
629 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
629 | ERROR | [x] Whitespace found at end of line
630 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
630 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
631 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
632 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
633 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
633 | ERROR | [ ] Parameter comment must end with a full stop
634 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
635 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
636 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
637 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
638 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
639 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
639 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
639 | ERROR | [x] No space after opening parenthesis is prohibited
639 | ERROR | [x] Expected 1 spaces between opening bracket and
| | argument "$val"; 0 found
639 | ERROR | [x] No space before closing parenthesis is
| | prohibited
640 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
640 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
641 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
641 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1563 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...rce-sms-notifications/lib/clockwork/class-ClockworkException.php
----------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 7 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Filenames should be all lowercase with hyphens as
| | word separators. Expected
| | class-clockworkexception.php, but found
| | class-ClockworkException.php.
9 | ERROR | [x] Whitespace found at end of line
21 | ERROR | [ ] You must use "/**" style comments for a class
| | comment
23 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
23 | ERROR | [ ] Missing function doc comment
24 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
24 | ERROR | [ ] Inline comments must end in full-stops, exclamation
| | marks, or question marks
25 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
26 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
----------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...rce-sms-notifications/lib/clockwork/class-WordPressClockwork.php
----------------------------------------------------------------------
FOUND 596 ERRORS AFFECTING 421 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Filenames should be all lowercase with hyphens as
| | word separators. Expected
| | class-wordpressclockwork.php, but found
| | class-WordPressClockwork.php.
1 | ERROR | [ ] Missing file doc comment
3 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
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
7 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
8 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
9 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
10 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
11 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
12 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
13 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
13 | ERROR | [ ] There must be no blank lines after the class
| | comment
17 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
17 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
18 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
19 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
20 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
20 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
22 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
22 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
23 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
24 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
25 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
25 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
27 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
27 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
28 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
29 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
30 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
30 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
32 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
32 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
33 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
34 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
34 | ERROR | [ ] Missing @var tag in member variable comment
35 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
35 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
36 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
37 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
38 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
39 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
40 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
41 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
42 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
43 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
44 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
45 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
46 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
47 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
48 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
49 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
50 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
51 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
52 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
53 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
54 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
55 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
56 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
57 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
58 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
59 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
60 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
61 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
62 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
63 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
64 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
65 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
66 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
67 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
68 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
69 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
70 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
71 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
72 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
73 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
74 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
75 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
76 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
77 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
78 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
79 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
80 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
81 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
82 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
83 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
84 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
85 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
86 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
87 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
88 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
89 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
90 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
91 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
92 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
93 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
94 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
95 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
96 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
97 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
98 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
99 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
100 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
101 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
102 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
103 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
104 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
105 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
106 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
107 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
108 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
109 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
110 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
111 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
112 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
113 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
114 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
115 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
116 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
117 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
118 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
119 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
120 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
121 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
122 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
123 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
124 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
125 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
126 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
127 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
128 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
129 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
130 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
131 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
132 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
133 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
134 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
135 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
136 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
137 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
138 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
139 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
140 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
141 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
142 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
143 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
144 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
145 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
146 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
147 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
148 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
149 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
150 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
151 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
152 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
153 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
154 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
155 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
156 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
157 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
158 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
159 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
160 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
161 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
162 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
163 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
164 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
165 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
166 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
167 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
168 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
169 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
170 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
171 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
172 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
173 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
174 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
175 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
176 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
177 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
178 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
179 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
180 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
181 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
182 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
183 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
184 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
185 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
186 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
187 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
188 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
189 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
190 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
191 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
192 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
193 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
194 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
195 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
196 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
197 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
198 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
199 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
200 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
201 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
202 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
203 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
204 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
205 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
206 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
207 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
208 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
209 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
210 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
211 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
212 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
213 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
214 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
215 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
216 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
217 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
218 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
219 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
220 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
221 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
222 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
223 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
224 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
225 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
226 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
227 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
228 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
229 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
230 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
231 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
232 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
233 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
234 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
235 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
236 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
237 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
238 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
239 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
240 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
241 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
242 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
243 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
244 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
245 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
246 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
247 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
248 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
249 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
250 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
251 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
252 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
253 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
254 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
255 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
256 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
257 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
258 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
259 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
260 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
261 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
262 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
263 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
264 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
265 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
266 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
267 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
268 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
269 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
270 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
271 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
272 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
273 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
274 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
275 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
276 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
277 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
278 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
279 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
280 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
281 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
282 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
283 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
284 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
285 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
286 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
287 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
288 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
289 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
290 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
291 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
292 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
293 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
294 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
295 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
296 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
297 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
298 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
299 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
300 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
301 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
302 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
302 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
304 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
304 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
305 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
306 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
307 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
308 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
309 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
309 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
311 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
311 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
312 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
313 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
314 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
315 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
316 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
316 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
318 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
318 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
318 | ERROR | [ ] Doc comment for parameter "$arg1" missing
318 | ERROR | [ ] Doc comment for parameter "$arg2" missing
319 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
320 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
321 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
322 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
323 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
324 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
324 | ERROR | [ ] Missing parameter name
325 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
325 | ERROR | [ ] Missing parameter name
326 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
327 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
328 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
328 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
329 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
329 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
329 | ERROR | [x] Expected 1 space after IF keyword; 0 found
329 | ERROR | [x] Space after opening control structure is required
329 | ERROR | [x] No space before opening parenthesis is prohibited
329 | ERROR | [x] Expected 1 space after "!"; 0 found
330 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
330 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
331 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
331 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
332 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
332 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
333 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
333 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
334 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
334 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
335 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
335 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
337 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
337 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
337 | ERROR | [ ] Missing function doc comment
338 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
338 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
338 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
339 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
339 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
340 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
340 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
341 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
341 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
342 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
342 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
343 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
343 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
344 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
344 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
345 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
345 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
346 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
346 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
346 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
347 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
347 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
349 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
349 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
349 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
350 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
350 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
351 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
351 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
353 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
353 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
353 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
354 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
354 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
355 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
355 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
356 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
356 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
358 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
358 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
358 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found
358 | ERROR | [x] Space after opening control structure is required
358 | ERROR | [x] No space before opening parenthesis is prohibited
359 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
359 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
359 | ERROR | [x] Expected 1 space after SWITCH keyword; 0 found
359 | ERROR | [x] Space after opening control structure is required
359 | ERROR | [x] No space before opening parenthesis is prohibited
360 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
360 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
360 | ERROR | [x] String "Key" does not require double quotes; use
| | single quotes instead
361 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
361 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
362 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
363 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
363 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
363 | ERROR | [x] String "ErrNo" does not require double quotes; use
| | single quotes instead
364 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
364 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
365 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
366 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
366 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
366 | ERROR | [x] String "ErrDesc" does not require double quotes;
| | use single quotes instead
367 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
367 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
368 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
369 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
369 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 2
370 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
371 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
371 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found
| | 1
372 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
372 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
374 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
374 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
374 | ERROR | [x] Expected 1 space after IF keyword; 0 found
374 | ERROR | [x] Space after opening control structure is required
374 | ERROR | [x] No space before opening parenthesis is prohibited
375 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
375 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
376 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
376 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
378 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
378 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
379 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
379 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
380 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
380 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
382 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
382 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
383 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
383 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
384 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
384 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
385 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
385 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
386 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
386 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
387 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
387 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
388 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
388 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
389 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
389 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
391 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
391 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
391 | ERROR | [ ] Doc comment for parameter "$url" missing
391 | ERROR | [ ] Doc comment for parameter "$data" missing
392 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
392 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
393 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
393 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
394 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
394 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
394 | ERROR | [ ] Missing parameter name
395 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
395 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
395 | ERROR | [ ] Missing parameter name
396 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
396 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
397 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
397 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
398 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
398 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
399 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
399 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
400 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
400 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
401 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
401 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
401 | ERROR | [x] When an array uses associative keys, each value
| | should start on a new line.
402 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
402 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
402 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
403 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
403 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
405 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
405 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
405 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
406 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
406 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
406 | ERROR | [x] Expected 1 space after IF keyword; 0 found
406 | ERROR | [x] Space after opening control structure is required
406 | ERROR | [x] No space before opening parenthesis is prohibited
407 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
407 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
408 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
408 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
410 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
410 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
411 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
411 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
411 | ERROR | [x] Expected 1 space after IF keyword; 0 found
411 | ERROR | [x] Space after opening control structure is required
411 | ERROR | [x] No space before opening parenthesis is prohibited
412 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
412 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
412 | ERROR | [x] String "POST failed: " does not require double
| | quotes; use single quotes instead
413 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
413 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
413 | ERROR | [x] String "HTTP Call failed - Error: " does not
| | require double quotes; use single quotes instead
414 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
414 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
415 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
415 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
415 | ERROR | [x] Array keys must NOT be surrounded by spaces if
| | they only contain a string or an integer.
416 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
416 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
418 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
418 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
418 | ERROR | [ ] Doc comment for parameter "$url" missing
419 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
419 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
420 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
420 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
421 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
421 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
422 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
422 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
423 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
423 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
424 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
424 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
424 | ERROR | [x] No space after opening parenthesis is prohibited
424 | ERROR | [x] Expected 1 spaces between opening bracket and
| | argument "$url"; 0 found
424 | ERROR | [x] No space before closing parenthesis is prohibited
425 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
425 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
426 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
426 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
426 | ERROR | [x] Expected 1 space after IF keyword; 0 found
426 | ERROR | [x] Space after opening control structure is required
426 | ERROR | [x] No space before opening parenthesis is prohibited
426 | ERROR | [x] Expected 1 space after "!"; 0 found
427 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
427 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
428 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
428 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
430 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
430 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
430 | ERROR | [x] Expected 1 space after IF keyword; 0 found
430 | ERROR | [x] Space after opening control structure is required
430 | ERROR | [x] No space before opening parenthesis is prohibited
430 | ERROR | [x] Expected 1 space after "!"; 0 found
431 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
431 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
432 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
432 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 2
432 | ERROR | [x] Each line in an array declaration must end in a
| | comma
432 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
433 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
433 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 1
435 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
435 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 1
437 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
437 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 1
437 | ERROR | [x] Expected 1 space after IF keyword; 0 found
437 | ERROR | [x] Space after opening control structure is required
437 | ERROR | [x] No space before opening parenthesis is prohibited
438 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
438 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
439 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
439 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 1
440 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
440 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
441 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
441 | ERROR | [x] Line indented incorrectly; expected 4 tabs, found
| | 1
443 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
443 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 1
444 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
444 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found
| | 1
445 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
445 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
446 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
446 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found
| | 0
----------------------------------------------------------------------
PHPCBF CAN FIX THE 575 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...efault/wp-content/plugins/woocommerce-sms-notifications/main.php
----------------------------------------------------------------------
FOUND 966 ERRORS AND 4 WARNINGS AFFECTING 491 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
2 | ERROR | [ ] Missing class doc comment
4 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
4 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
4 | ERROR | [ ] Missing member variable doc comment
5 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
5 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
5 | ERROR | [ ] Missing member variable doc comment
6 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
6 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
6 | ERROR | [ ] Missing member variable doc comment
7 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
7 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
7 | ERROR | [ ] Missing member variable doc comment
9 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
9 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
9 | ERROR | [ ] Missing member variable doc comment
11 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
11 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
12 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
13 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
14 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
15 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
16 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
16 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
17 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
17 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
19 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
19 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
19 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
20 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
20 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
21 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
21 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
33 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
33 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
34 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
34 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
35 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
35 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
37 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
37 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
38 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
39 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
40 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
41 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
42 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
43 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
43 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
44 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
44 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
45 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
45 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
47 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
47 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
48 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
48 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
49 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
49 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
50 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
50 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
51 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
51 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
52 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
53 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
53 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
54 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
54 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
56 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
56 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
56 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
57 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
57 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
58 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
58 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
59 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
59 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
61 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
61 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
61 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
62 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
62 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
63 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
63 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
64 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
64 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
65 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
65 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
66 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
66 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
68 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
68 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
68 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
69 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
69 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
70 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
70 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
71 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
71 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
73 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
73 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
73 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found
73 | ERROR | [x] Space after opening control structure is
| | required
73 | ERROR | [x] No space before opening parenthesis is
| | prohibited
74 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
74 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
74 | ERROR | [x] String "_message" does not require double
| | quotes; use single quotes instead
75 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
75 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
76 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
76 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
78 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
78 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
79 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
80 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
81 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
81 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
81 | ERROR | [x] Space between function name and opening
| | parenthesis is prohibited.
82 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
82 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
82 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
83 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
83 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
84 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
84 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
85 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
85 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
86 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
86 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
87 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
87 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
89 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
89 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
89 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found
89 | ERROR | [x] Space after opening control structure is
| | required
89 | ERROR | [x] No space before opening parenthesis is
| | prohibited
90 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
90 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
91 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
91 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
92 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
92 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
94 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
94 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
95 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
96 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
97 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
98 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
99 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
100 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
100 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
101 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
101 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
102 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
102 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
104 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
104 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
105 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
106 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
107 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
108 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
109 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
110 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
110 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
111 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
111 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
112 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
112 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
114 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
114 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
115 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
116 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
117 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
117 | ERROR | [ ] Function return type is void, but function
| | contains return statement
118 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
119 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
120 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
120 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
121 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
121 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
123 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
123 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
123 | ERROR | [x] Expected 1 space after IF keyword; 0 found
123 | ERROR | [x] Space after opening control structure is
| | required
123 | ERROR | [x] No space before opening parenthesis is
| | prohibited
124 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
124 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
124 | ERROR | [x] When an array uses associative keys, each value
| | should start on a new line.
125 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
125 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
127 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
127 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
128 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
128 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
130 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
130 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
131 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
132 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
133 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
134 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
135 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
136 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
136 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
137 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
137 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
138 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
138 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
140 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
140 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
141 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
142 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
143 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
144 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
145 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
146 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
146 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
147 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
147 | WARNING | [ ] This comment is 60% valid code; is this
| | commented out code?
147 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
147 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
148 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
148 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
148 | WARNING | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
149 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
149 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
151 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
151 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
152 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
153 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
154 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
155 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
156 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
157 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
157 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
158 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
158 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
159 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
159 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
159 | ERROR | [x] Expected 1 space after IF keyword; 0 found
159 | ERROR | [x] Space after opening control structure is
| | required
159 | ERROR | [x] No space before opening parenthesis is
| | prohibited
160 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
160 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
161 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
161 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
162 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
162 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
163 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
163 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
164 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
164 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
165 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
165 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
167 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
167 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
168 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
169 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
170 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
171 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
172 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
173 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
173 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
174 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
174 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
175 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
175 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
175 | ERROR | [x] Expected 1 space after IF keyword; 0 found
175 | ERROR | [x] Space after opening control structure is
| | required
175 | ERROR | [x] No space before opening parenthesis is
| | prohibited
175 | ERROR | [ ] Use Yoda Condition checks, you must.
176 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
176 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
177 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
177 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
178 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
178 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
179 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
179 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
180 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
180 | ERROR | [x] Expected 1 spaces before closing bracket; 0
| | found
181 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
181 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
183 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
183 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
184 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
185 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
186 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
187 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
188 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
189 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
189 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
190 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
190 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
191 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
191 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
191 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found
191 | ERROR | [x] Space after opening control structure is
| | required
191 | ERROR | [x] No space before opening parenthesis is
| | prohibited
192 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
192 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
193 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
193 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
193 | ERROR | [x] Expected 1 space after IF keyword; 0 found
193 | ERROR | [x] Space after opening control structure is
| | required
193 | ERROR | [x] No space before opening parenthesis is
| | prohibited
194 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
194 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
195 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
195 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
196 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
196 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
197 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
197 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
198 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
198 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
199 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
199 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
201 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
201 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
202 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
203 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
204 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
204 | ERROR | [ ] Missing parameter comment
205 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
205 | ERROR | [ ] Function return type is void, but function
| | contains return statement
206 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
207 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
208 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
208 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
209 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
209 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
210 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
210 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
211 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
211 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
212 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
212 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
214 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
214 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
215 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
216 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
217 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
217 | ERROR | [ ] Missing parameter comment
218 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
218 | ERROR | [ ] Function return type is void, but function
| | contains return statement
219 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
220 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
221 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
221 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
222 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
222 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
222 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
223 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
223 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
223 | ERROR | [x] Expected 1 space after IF keyword; 0 found
223 | ERROR | [x] Space after opening control structure is
| | required
223 | ERROR | [x] No space before opening parenthesis is
| | prohibited
223 | ERROR | [x] Expected 1 space after "!"; 0 found
223 | ERROR | [x] Expected 1 space after "!"; 0 found
224 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
224 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
225 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
225 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
226 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
226 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
227 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
227 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
229 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
229 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
229 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
230 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
230 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
230 | ERROR | [x] Expected 1 space after IF keyword; 0 found
230 | ERROR | [x] Space after opening control structure is
| | required
230 | ERROR | [x] No space before opening parenthesis is
| | prohibited
230 | ERROR | [ ] Use Yoda Condition checks, you must.
231 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
231 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 2
232 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
232 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 2
232 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found
232 | ERROR | [x] Space after opening control structure is
| | required
232 | ERROR | [x] No space before opening parenthesis is
| | prohibited
233 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
233 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 3
233 | ERROR | [x] Expected 1 space after IF keyword; 0 found
233 | ERROR | [x] Space after opening control structure is
| | required
233 | ERROR | [x] No space before opening parenthesis is
| | prohibited
233 | ERROR | [x] Expected 1 space after "!"; 0 found
234 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
234 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 4
235 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
235 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 4
236 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
236 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 3
237 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
237 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 2
238 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
238 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
240 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
240 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
241 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
241 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
243 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
243 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
244 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
245 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
246 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
247 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
248 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
249 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
249 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
250 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
250 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
252 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
252 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
252 | ERROR | [x] Expected 1 space after IF keyword; 0 found
252 | ERROR | [x] Space after opening control structure is
| | required
252 | ERROR | [x] No space before opening parenthesis is
| | prohibited
253 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
253 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
254 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
254 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
255 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
255 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
256 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
256 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
257 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
257 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
257 | WARNING | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
258 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
258 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
260 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
260 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
261 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
262 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
263 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
263 | ERROR | [ ] Parameter comment must end with a full stop
264 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
265 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
266 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
267 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
267 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
268 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
268 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
269 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
273 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
274 | ERROR | [x] Functions must not contain multiple empty lines
| | in a row; found 2 empty lines
276 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
277 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
278 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
280 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
280 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
280 | ERROR | [x] Expected 1 space after IF keyword; 0 found
280 | ERROR | [x] Space after opening control structure is
| | required
280 | ERROR | [x] No space before opening parenthesis is
| | prohibited
280 | ERROR | [ ] Use Yoda Condition checks, you must.
281 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
281 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
281 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
282 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
282 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
283 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
283 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
284 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
284 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
285 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
285 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
286 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
286 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
287 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
287 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
289 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
289 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
289 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
290 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
290 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
291 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
291 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
292 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
292 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
293 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
293 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
293 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found
293 | ERROR | [x] Space after opening control structure is
| | required
293 | ERROR | [x] No space before opening parenthesis is
| | prohibited
294 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
294 | ERROR | [x] Line indented incorrectly; expected at least 5
| | tabs, found 2
294 | ERROR | [x] When an array uses associative keys, each value
| | should start on a new line.
295 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
295 | ERROR | [x] Line indented incorrectly; expected 4 tabs,
| | found 2
296 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
296 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
297 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
297 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
297 | ERROR | [x] Expected 1 space after CATCH keyword; 0 found
297 | ERROR | [x] Space after opening control structure is
| | required
297 | ERROR | [x] No space before opening parenthesis is
| | prohibited
298 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
298 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
298 | ERROR | [x] String "Error: " does not require double quotes;
| | use single quotes instead
299 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
299 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
299 | ERROR | [x] Expected 1 space after CATCH keyword; 0 found
299 | ERROR | [x] Space after opening control structure is
| | required
299 | ERROR | [x] No space before opening parenthesis is
| | prohibited
300 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
300 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
300 | ERROR | [x] String "Error: " does not require double quotes;
| | use single quotes instead
301 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
301 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 1
302 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
302 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
303 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
303 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
305 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
305 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
306 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
307 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
308 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
308 | ERROR | [ ] Parameter comment must end with a full stop
309 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
310 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
311 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
329 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
329 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
329 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
330 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
330 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
330 | ERROR | [x] Expected 1 space after IF keyword; 0 found
330 | ERROR | [x] Space after opening control structure is
| | required
330 | ERROR | [x] No space before opening parenthesis is
| | prohibited
330 | ERROR | [x] Expected 1 space after "!"; 0 found
331 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
331 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
332 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
332 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
334 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
334 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
335 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
335 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
336 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
336 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
338 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
338 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
339 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
339 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
340 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
340 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
341 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
341 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
342 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
342 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
344 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
344 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
344 | ERROR | [x] Expected 1 space after IF keyword; 0 found
344 | ERROR | [x] Space after opening control structure is
| | required
344 | ERROR | [x] No space before opening parenthesis is
| | prohibited
345 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
345 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
346 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
346 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
348 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
348 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
348 | ERROR | [x] Expected 1 space after IF keyword; 0 found
348 | ERROR | [x] Space after opening control structure is
| | required
348 | ERROR | [x] No space before opening parenthesis is
| | prohibited
349 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
349 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
350 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
350 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
352 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
352 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
354 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
354 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
355 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
355 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
356 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
356 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
357 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
357 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
357 | ERROR | [x] When an array uses associative keys, each value
| | should start on a new line.
358 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
358 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
359 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
359 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
359 | ERROR | [x] Expected 1 space after CATCH keyword; 0 found
359 | ERROR | [x] Space after opening control structure is
| | required
359 | ERROR | [x] No space before opening parenthesis is
| | prohibited
360 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
360 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
360 | ERROR | [x] String "Error: " does not require double quotes;
| | use single quotes instead
361 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
361 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
361 | ERROR | [x] Expected 1 space after CATCH keyword; 0 found
361 | ERROR | [x] Space after opening control structure is
| | required
361 | ERROR | [x] No space before opening parenthesis is
| | prohibited
362 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
362 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
362 | ERROR | [x] String "Error: " does not require double quotes;
| | use single quotes instead
363 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
363 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
364 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
364 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
366 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
366 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
367 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
368 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
369 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
370 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
371 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
372 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
372 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
373 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
373 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
374 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
374 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
376 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
376 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
377 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
378 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
379 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
380 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
381 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
382 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
382 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
383 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
383 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
385 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
385 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
385 | ERROR | [x] Expected 1 space after IF keyword; 0 found
385 | ERROR | [x] Space after opening control structure is
| | required
385 | ERROR | [x] No space before opening parenthesis is
| | prohibited
386 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
386 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
387 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
387 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
388 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
388 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
389 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
389 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
390 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
390 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
390 | WARNING | [ ] A gettext call containing placeholders was
| | found, but was not accompanied by a
| | "translators:" comment on the line above to
| | clarify the meaning of the placeholders.
391 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
391 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
393 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
393 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
394 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
395 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
396 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
397 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
398 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
399 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
399 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
400 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
400 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
402 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
402 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
402 | ERROR | [x] Expected 1 space after IF keyword; 0 found
402 | ERROR | [x] Space after opening control structure is
| | required
402 | ERROR | [x] No space before opening parenthesis is
| | prohibited
403 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
403 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
404 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
404 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
405 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
405 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
406 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
406 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
407 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
407 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
409 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
409 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
410 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
411 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
412 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
413 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
414 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
415 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
415 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
416 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
416 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
418 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
418 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
418 | ERROR | [x] Expected 1 space after IF keyword; 0 found
418 | ERROR | [x] Space after opening control structure is
| | required
418 | ERROR | [x] No space before opening parenthesis is
| | prohibited
419 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
419 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
420 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
420 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
421 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
421 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
422 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
422 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
423 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
423 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
425 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
425 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
426 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
427 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
428 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
429 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
430 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
431 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
431 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
432 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
432 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
434 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
434 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
434 | ERROR | [x] Expected 1 space after IF keyword; 0 found
434 | ERROR | [x] Space after opening control structure is
| | required
434 | ERROR | [x] No space before opening parenthesis is
| | prohibited
435 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
435 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
436 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
436 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
437 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
437 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
438 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
438 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
439 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
439 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
441 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
441 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
442 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
443 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
444 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
445 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
446 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
447 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
447 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
448 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
448 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
450 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
450 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
450 | ERROR | [x] Expected 1 space after IF keyword; 0 found
450 | ERROR | [x] Space after opening control structure is
| | required
450 | ERROR | [x] No space before opening parenthesis is
| | prohibited
451 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
451 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
452 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
452 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
453 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
453 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
454 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
454 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
455 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
455 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
457 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
457 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
458 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
459 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
460 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
461 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
462 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
463 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
463 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
464 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
464 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
466 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
466 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
466 | ERROR | [x] Expected 1 space after IF keyword; 0 found
466 | ERROR | [x] Space after opening control structure is
| | required
466 | ERROR | [x] No space before opening parenthesis is
| | prohibited
467 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
467 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
468 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
468 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
469 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
469 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
470 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
470 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
471 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
471 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
473 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
473 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
474 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
475 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
476 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
477 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
478 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
479 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
479 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
480 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
480 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
482 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
482 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
482 | ERROR | [x] Expected 1 space after IF keyword; 0 found
482 | ERROR | [x] Space after opening control structure is
| | required
482 | ERROR | [x] No space before opening parenthesis is
| | prohibited
483 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
483 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
484 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
484 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
485 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
485 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
486 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
486 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
487 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
487 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
489 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
489 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
490 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
491 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
492 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
493 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
494 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
495 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
495 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
496 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
496 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
498 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
498 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
498 | ERROR | [x] Expected 1 space after IF keyword; 0 found
498 | ERROR | [x] Space after opening control structure is
| | required
498 | ERROR | [x] No space before opening parenthesis is
| | prohibited
499 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
499 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
500 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
500 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
501 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
501 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
502 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
502 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
503 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
503 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
509 | ERROR | [ ] Parameter comment must end with a full stop
511 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
511 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
517 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
517 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
518 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
519 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
520 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
520 | ERROR | [ ] Parameter comment must end with a full stop
521 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
522 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
523 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
524 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
524 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
525 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
525 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
526 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
526 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
527 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
527 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
529 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
529 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
531 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
531 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
533 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
533 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
534 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
534 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 2
535 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
535 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
537 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
537 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
538 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
538 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 2
539 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
539 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 3
540 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
541 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
541 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 2
542 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
542 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 3
543 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
544 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
544 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 2
545 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
545 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 3
546 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
547 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
547 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 2
548 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
548 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 3
549 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
550 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
550 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
552 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
552 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
553 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
553 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
555 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
555 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
556 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
557 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
558 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
559 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
560 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
561 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
562 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
562 | ERROR | [ ] Parameter comment must end with a full stop
563 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
563 | ERROR | [ ] Parameter comment must end with a full stop
564 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
565 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
566 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
567 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
567 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
568 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
568 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
570 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
570 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
570 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
571 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
571 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
572 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
572 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
574 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
574 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
574 | ERROR | [x] Array keys must be surrounded by spaces unless
| | they contain a string or an integer.
576 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
576 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
577 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
577 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
578 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
578 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
578 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
579 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
579 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
580 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
580 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 2
580 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
581 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
581 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 2
583 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
583 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 2
583 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
584 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
584 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 2
584 | ERROR | [ ] Use Yoda Condition checks, you must.
585 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
585 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 3
585 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
586 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
586 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 3
587 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
587 | ERROR | [x] Line indented incorrectly; expected 3 tabs,
| | found 2
587 | ERROR | [x] Blank line found after control structure
589 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
589 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
591 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
591 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
591 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
592 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
592 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
594 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
594 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
594 | ERROR | [ ] Inline comments must end in full-stops,
| | exclamation marks, or question marks
595 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
595 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
597 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
597 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
598 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
598 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
599 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
599 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
599 | ERROR | [ ] Use Yoda Condition checks, you must.
600 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
600 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 2
601 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
601 | ERROR | [x] Line indented incorrectly; expected 2 tabs,
| | found 1
603 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
603 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
604 | ERROR | [x] Tabs must be used to indent lines; spaces are
| | not allowed
604 | ERROR | [x] Line indented incorrectly; expected 1 tabs,
| | found 0
----------------------------------------------------------------------
PHPCBF CAN FIX THE 925 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...ns/woocommerce-sms-notifications/templates/clockwork-options.php
----------------------------------------------------------------------
FOUND 54 ERRORS AFFECTING 39 LINES
----------------------------------------------------------------------
4 | ERROR | [ ] Missing file doc comment
5 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
6 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
7 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
8 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
9 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
10 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
10 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found
10 | ERROR | [x] Space after opening control structure is required
10 | ERROR | [x] No space before opening parenthesis is prohibited
11 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
11 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found 1
11 | ERROR | [x] Expected 1 space after IF keyword; 0 found
11 | ERROR | [x] Space after opening control structure is required
11 | ERROR | [x] No space before opening parenthesis is prohibited
11 | ERROR | [ ] Use Yoda Condition checks, you must.
12 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
12 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 2
12 | ERROR | [x] Whitespace found at end of line
13 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
13 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found 1
14 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
14 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 2
14 | ERROR | [x] Whitespace found at end of line
15 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
15 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found 1
16 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
17 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
17 | ERROR | [x] Whitespace found at end of line
18 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
19 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
20 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
21 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
22 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
23 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
24 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
25 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
26 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
27 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
28 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
29 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
30 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
31 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
32 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
33 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
34 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
35 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
36 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
37 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
38 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
39 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
40 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
41 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
42 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
----------------------------------------------------------------------
PHPCBF CAN FIX THE 52 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...ocommerce-sms-notifications/templates/clockwork-test-message.php
----------------------------------------------------------------------
FOUND 38 ERRORS AFFECTING 34 LINES
----------------------------------------------------------------------
4 | ERROR | [ ] Missing file doc comment
5 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
6 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
7 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
7 | ERROR | [x] Expected 1 space after IF keyword; 0 found
7 | ERROR | [x] Space after opening control structure is required
7 | ERROR | [x] No space before opening parenthesis is prohibited
7 | ERROR | [ ] Use Yoda Condition checks, you must.
8 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
9 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
10 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
11 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
12 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
13 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
14 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
15 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
16 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
17 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
18 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
19 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
20 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
21 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
22 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
23 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
24 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
25 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
26 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
27 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
28 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
29 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
30 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
31 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
32 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
33 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
34 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
35 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
36 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
37 | ERROR | [x] File must end with a newline character
----------------------------------------------------------------------
PHPCBF CAN FIX THE 36 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...plugins/woocommerce-sms-notifications/templates/form-options.php
----------------------------------------------------------------------
FOUND 59 ERRORS AFFECTING 37 LINES
----------------------------------------------------------------------
4 | ERROR | [ ] Missing file doc comment
5 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
6 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
7 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
7 | ERROR | [ ] Assignments must be the first block of code on a
| | line
8 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
8 | ERROR | [x] Expected 1 space after IF keyword; 0 found
8 | ERROR | [x] Space after opening control structure is required
8 | ERROR | [x] No space before opening parenthesis is prohibited
9 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
9 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found 1
9 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found
9 | ERROR | [x] Space after opening control structure is required
9 | ERROR | [x] No space before opening parenthesis is prohibited
10 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
11 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
11 | ERROR | [ ] The $text arg must be a single string literal, not
| | "$e['message']".
12 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
13 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
13 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found 1
14 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
15 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
16 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
17 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
17 | ERROR | [x] Expected 1 spaces before closing bracket; 0 found
18 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
18 | ERROR | [x] Expected 1 spaces before closing bracket; 0 found
19 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
19 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
19 | ERROR | [x] Expected 1 spaces before closing bracket; 0 found
20 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
21 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
22 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
23 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
24 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
24 | ERROR | [x] Expected 1 spaces before closing bracket; 0 found
25 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
25 | ERROR | [x] Expected 1 spaces before closing bracket; 0 found
26 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
26 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
26 | ERROR | [x] Expected 1 spaces before closing bracket; 0 found
27 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
28 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
29 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
30 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
31 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
31 | ERROR | [x] Expected 1 spaces before closing bracket; 0 found
32 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
32 | ERROR | [x] Expected 1 spaces before closing bracket; 0 found
33 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
33 | ERROR | [x] Expected 1 spaces after opening bracket; 0 found
33 | ERROR | [x] Expected 1 spaces before closing bracket; 0 found
34 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
35 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
37 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
38 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
39 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
40 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
41 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
----------------------------------------------------------------------
PHPCBF CAN FIX THE 56 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: .../woocommerce-sms-notifications/woocommerce-sms-notifications.php
----------------------------------------------------------------------
FOUND 89 ERRORS AFFECTING 40 LINES
----------------------------------------------------------------------
2 | ERROR | [ ] You must use "/**" style comments for a file
| | comment
2 | ERROR | [ ] Empty line required before block comment
10 | ERROR | [x] Block comment text must start on a new line
27 | ERROR | [x] Inline control structures are not allowed
35 | ERROR | [ ] Inline comments must end in full-stops, exclamation
| | marks, or question marks
38 | ERROR | [x] Expected 1 space after IF keyword; 0 found
38 | ERROR | [x] Space after opening control structure is required
38 | ERROR | [x] No space before opening parenthesis is prohibited
38 | ERROR | [x] Expected 1 space after "!"; 0 found
40 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
40 | ERROR | [x] Line indented incorrectly; expected at least 1
| | tabs, found 0
41 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
42 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
43 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
44 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
45 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
46 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
46 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found 0
47 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
47 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
48 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
48 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
49 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
49 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
50 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
50 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
52 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
52 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
52 | ERROR | [ ] Inline comments must end in full-stops, exclamation
| | marks, or question marks
53 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
53 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found 1
53 | ERROR | [x] Expected 1 space after IF keyword; 0 found
53 | ERROR | [x] Space after opening control structure is required
53 | ERROR | [x] No space before opening parenthesis is prohibited
53 | ERROR | [x] Expected 1 space after "!"; 0 found
54 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
54 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
55 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
55 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found 1
57 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
57 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
58 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
58 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
59 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
59 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
60 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
60 | ERROR | [x] Line indented incorrectly; expected at least 2
| | tabs, found 1
62 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
62 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found 1
62 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found
62 | ERROR | [x] Space after opening control structure is required
62 | ERROR | [x] No space before opening parenthesis is prohibited
63 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
63 | ERROR | [x] Line indented incorrectly; expected at least 3
| | tabs, found 1
65 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
65 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found 1
65 | ERROR | [x] Expected 1 space after IF keyword; 0 found
65 | ERROR | [x] Space after opening control structure is required
65 | ERROR | [x] No space before opening parenthesis is prohibited
66 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
66 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
66 | ERROR | [ ] Inline comments must end in full-stops, exclamation
| | marks, or question marks
67 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
67 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
68 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
68 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
69 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
69 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
70 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
70 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
72 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
72 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
72 | ERROR | [ ] Inline comments must end in full-stops, exclamation
| | marks, or question marks
73 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
73 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
74 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
74 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
75 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
75 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found 1
76 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
76 | ERROR | [x] Line indented incorrectly; expected at least 4
| | tabs, found 2
77 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
77 | ERROR | [x] Line indented incorrectly; expected 3 tabs, found 1
77 | ERROR | [x] Blank line found after control structure
79 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
79 | ERROR | [x] Line indented incorrectly; expected 2 tabs, found 1
80 | ERROR | [x] Tabs must be used to indent lines; spaces are not
| | allowed
80 | ERROR | [x] Line indented incorrectly; expected 1 tabs, found 0
80 | ERROR | [x] Blank line found after control structure
----------------------------------------------------------------------
PHPCBF CAN FIX THE 83 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
Time: 1.24 secs; Memory: 23.25Mb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment