-
Notifications
You must be signed in to change notification settings - Fork 1
/
cs_out.txt
290 lines (249 loc) · 13.6 KB
/
cs_out.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
FILE: /var/www/html/php/php/core-php/app/Jobs/ExampleJob.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
2 | ERROR | Missing file doc comment
5 | ERROR | Missing class doc comment
----------------------------------------------------------------------
FILE: /var/www/html/php/php/core-php/app/Jobs/Job.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
2 | ERROR | Missing file doc comment
10 | ERROR | Missing class doc comment
----------------------------------------------------------------------
FILE: /var/www/html/php/php/core-php/app/Listeners/ExampleListener.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
2 | ERROR | [ ] Missing file doc comment
9 | ERROR | [ ] Missing class doc comment
24 | ERROR | [ ] Missing parameter comment
24 | ERROR | [x] Expected 1 spaces after parameter type; 2 found
25 | ERROR | [ ] Tag cannot be grouped with parameter tags in a doc
| | comment
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: /var/www/html/php/php/core-php/app/Group.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
5 | ERROR | [ ] Missing class doc comment
5 | ERROR | [x] Opening brace of a class must be on the line after
| | the definition
15 | ERROR | [ ] Missing function doc comment
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...www/html/php/php/core-php/app/Providers/EventServiceProvider.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
2 | ERROR | Missing file doc comment
7 | ERROR | Missing class doc comment
----------------------------------------------------------------------
FILE: ...r/www/html/php/php/core-php/app/Providers/AppServiceProvider.php
----------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------
2 | ERROR | [ ] Missing file doc comment
7 | ERROR | [ ] Missing class doc comment
16 | ERROR | [x] Line indented incorrectly; expected at least 8
| | spaces, found 7
17 | ERROR | [x] Spaces must be used to indent lines; tabs are not
| | allowed
18 | ERROR | [x] Spaces must be used to indent lines; tabs are not
| | allowed
18 | ERROR | [x] Line indented incorrectly; expected at least 8
| | spaces, found 4
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: .../www/html/php/php/core-php/app/Providers/AuthServiceProvider.php
----------------------------------------------------------------------
FOUND 4 ERRORS AND 1 WARNING AFFECTING 5 LINES
----------------------------------------------------------------------
2 | ERROR | [ ] Missing file doc comment
9 | ERROR | [ ] Missing class doc comment
33 | ERROR | [x] Opening parenthesis of a multi-line function call
| | must be the last content on the line
35 | WARNING | [ ] Line exceeds 85 characters; contains 87
| | characters
37 | ERROR | [x] Closing parenthesis of a multi-line function call
| | must be on a line by itself
----------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: /var/www/html/php/php/core-php/app/Exceptions/Handler.php
----------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 7 LINES
----------------------------------------------------------------------
2 | ERROR | [ ] Missing file doc comment
12 | ERROR | [ ] Missing class doc comment
31 | ERROR | [ ] Missing parameter comment
31 | ERROR | [x] Expected 1 spaces after parameter type; 2 found
32 | ERROR | [ ] Tag cannot be grouped with parameter tags in a doc
| | comment
42 | ERROR | [ ] Missing parameter comment
42 | ERROR | [x] Expected 1 spaces after parameter type; 2 found
43 | ERROR | [ ] Missing parameter comment
43 | ERROR | [x] Expected 15 spaces after parameter type; 2 found
44 | ERROR | [ ] Tag cannot be grouped with parameter tags in a doc
| | comment
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...r/www/html/php/php/core-php/app/Http/Middleware/Authenticate.php
----------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 8 LINES
----------------------------------------------------------------------
2 | ERROR | [ ] Missing file doc comment
8 | ERROR | [ ] Missing class doc comment
20 | ERROR | [ ] Missing parameter comment
20 | ERROR | [x] Expected 1 spaces after parameter type; 2 found
21 | ERROR | [ ] Tag cannot be grouped with parameter tags in a doc
| | comment
31 | ERROR | [ ] Missing parameter comment
31 | ERROR | [x] Expected 1 spaces after parameter type; 2 found
32 | ERROR | [ ] Missing parameter comment
32 | ERROR | [x] Expected 17 spaces after parameter type; 2 found
33 | ERROR | [ ] Missing parameter comment
33 | ERROR | [x] Expected 14 spaces after parameter type; 2 found
34 | ERROR | [ ] Tag cannot be grouped with parameter tags in a doc
| | comment
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: .../html/php/php/core-php/app/Http/Middleware/ExampleMiddleware.php
----------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------
2 | ERROR | [ ] Missing file doc comment
7 | ERROR | [ ] Missing class doc comment
12 | ERROR | [ ] Missing parameter comment
12 | ERROR | [x] Expected 1 spaces after parameter type; 2 found
13 | ERROR | [ ] Missing parameter comment
13 | ERROR | [x] Expected 17 spaces after parameter type; 2 found
14 | ERROR | [ ] Tag cannot be grouped with parameter tags in a doc
| | comment
----------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...html/php/php/core-php/app/Http/Controllers/PlayersController.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
3 | ERROR | [ ] Missing class doc comment
3 | ERROR | [x] Opening brace of a class must be on the line after
| | the definition
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...ar/www/html/php/php/core-php/app/Http/Controllers/Controller.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
2 | ERROR | Missing file doc comment
7 | ERROR | Missing class doc comment
----------------------------------------------------------------------
FILE: ...html/php/php/core-php/app/Http/Controllers/ExampleController.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
2 | ERROR | Missing file doc comment
5 | ERROR | Missing class doc comment
----------------------------------------------------------------------
FILE: .../html/php/php/core-php/app/Http/Controllers/GroupsController.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
3 | ERROR | [ ] Missing class doc comment
3 | ERROR | [x] Opening brace of a class must be on the line after
| | the definition
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...r/www/html/php/php/core-php/app/Http/Controllers/RESTActions.php
----------------------------------------------------------------------
FOUND 15 ERRORS AFFECTING 11 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
6 | ERROR | [ ] Missing class doc comment
6 | ERROR | [x] Opening brace of a trait must be on the line after
| | the definition
9 | ERROR | [ ] Missing function doc comment
15 | ERROR | [ ] Missing function doc comment
19 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){\n"
19 | ERROR | [x] There must be a single space between the closing
| | parenthesis and the opening brace of a multi-line
| | IF statement; found 0 spaces
25 | ERROR | [ ] Missing function doc comment
32 | ERROR | [ ] Missing function doc comment
37 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){\n"
37 | ERROR | [x] There must be a single space between the closing
| | parenthesis and the opening brace of a multi-line
| | IF statement; found 0 spaces
44 | ERROR | [ ] Missing function doc comment
47 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){\n"
47 | ERROR | [x] There must be a single space between the closing
| | parenthesis and the opening brace of a multi-line
| | IF statement; found 0 spaces
54 | ERROR | [ ] Missing function doc comment
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: /var/www/html/php/php/core-php/app/User.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
2 | ERROR | Missing file doc comment
11 | ERROR | Missing class doc comment
----------------------------------------------------------------------
FILE: /var/www/html/php/php/core-php/app/Events/Event.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
2 | ERROR | Missing file doc comment
7 | ERROR | Missing class doc comment
----------------------------------------------------------------------
FILE: /var/www/html/php/php/core-php/app/Events/ExampleEvent.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
2 | ERROR | Missing file doc comment
5 | ERROR | Missing class doc comment
----------------------------------------------------------------------
FILE: /var/www/html/php/php/core-php/app/Player.php
----------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
1 | ERROR | [ ] Missing file doc comment
5 | ERROR | [ ] Missing class doc comment
5 | ERROR | [x] Opening brace of a class must be on the line after
| | the definition
17 | ERROR | [ ] Missing function doc comment
22 | ERROR | [ ] Public method name "Player::novo_player" is not in
| | camel caps format
22 | ERROR | [ ] Missing function doc comment
22 | ERROR | [x] Opening brace should be on a new line
----------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: /var/www/html/php/php/core-php/app/Console/Kernel.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
2 | ERROR | [ ] Missing file doc comment
8 | ERROR | [ ] Missing class doc comment
22 | ERROR | [ ] Missing parameter comment
22 | ERROR | [x] Expected 1 spaces after parameter type; 2 found
23 | ERROR | [ ] Tag cannot be grouped with parameter tags in a doc
| | comment
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
Time: 54ms; Memory: 6Mb