| /data/pear/pear/File_Ogg/File/Ogg/Bitstream.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| warning |
26 |
Line exceeds 85 characters; contains 88 characters |
| error |
26 |
There must be exactly one blank line before the tags in class comments |
| error |
26 |
The @author tag is in the wrong order; the tag follows @subpackage (if used) or @package |
| error |
26 |
@author tag comment indented incorrectly. Expected 4 spaces but found 6. |
| error |
27 |
Content of the @author tag must be in the form "Display Name " |
| error |
27 |
@category tag comment indented incorrectly. Expected 2 spaces but found 4. |
| warning |
28 |
Line exceeds 85 characters; contains 88 characters |
| error |
28 |
The @copyright tag is in the wrong order; the tag follows @author |
| error |
28 |
@copyright tag comment indented incorrectly. Expected 1 spaces but found 3. |
| error |
29 |
The @license tag is in the wrong order; the tag follows @copyright (if used) or @author |
| error |
29 |
@license tag comment indented incorrectly. Expected 3 spaces but found 5. |
| error |
30 |
The @link tag is in the wrong order; the tag follows @version |
| error |
30 |
@link tag comment indented incorrectly. Expected 6 spaces but found 8. |
| error |
31 |
@copyright tag must contain a year and the name of the copyright holder |
| error |
31 |
@package tag comment indented incorrectly. Expected 3 spaces but found 5. |
| warning |
32 |
Invalid version "CVS: $Id: Bitstream.php,v 1.4 2008/01/31 04:41:44 tstarling Exp $" in doc comment; consider "Release: " instead |
| error |
32 |
@version tag comment indented incorrectly. Expected 3 spaces but found 5. |
| error |
69 |
Expected 1 space before variable type |
| error |
69 |
Expected 1 space after the longest variable name |
| error |
70 |
Expected 1 space before variable type |
| error |
71 |
Expected 1 space before variable type |
| error |
71 |
Doc comment var "$filePath" does not match actual variable name "$filePointer" at position 3 |
| error |
72 |
Last parameter comment requires a blank newline after it |
| error |
72 |
Expected 1 space before variable type |
| error |
72 |
Superfluous doc comment at position 4 |
| warning |
77 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 4 spaces |
| warning |
78 |
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 6 spaces |
| warning |
79 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 5 spaces |
| warning |
80 |
Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces |
| warning |
81 |
Line exceeds 85 characters; contains 86 characters |
| warning |
84 |
Line exceeds 85 characters; contains 86 characters |
| error |
84 |
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. |
| warning |
86 |
Line exceeds 85 characters; contains 97 characters |
| error |
123 |
Missing @return tag in function comment |
| Sum |
25 errors and 10 warnings |
| /data/pear/pear/File_Ogg/File/Ogg/Flac.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| error |
24 |
"require_once" is a statement, not a function; no parentheses are required |
| warning |
27 |
Line exceeds 85 characters; contains 88 characters |
| error |
27 |
There must be exactly one blank line before the tags in class comments |
| error |
27 |
The @author tag is in the wrong order; the tag follows @subpackage (if used) or @package |
| error |
27 |
@author tag comment indented incorrectly. Expected 4 spaces but found 6. |
| error |
28 |
Content of the @author tag must be in the form "Display Name " |
| error |
28 |
@category tag comment indented incorrectly. Expected 2 spaces but found 4. |
| warning |
29 |
Line exceeds 85 characters; contains 88 characters |
| error |
29 |
The @copyright tag is in the wrong order; the tag follows @author |
| error |
29 |
@copyright tag comment indented incorrectly. Expected 1 spaces but found 3. |
| error |
30 |
The @license tag is in the wrong order; the tag follows @copyright (if used) or @author |
| error |
30 |
@license tag comment indented incorrectly. Expected 3 spaces but found 5. |
| error |
31 |
The @link tag is in the wrong order; the tag follows @version |
| error |
31 |
@link tag comment indented incorrectly. Expected 6 spaces but found 8. |
| error |
32 |
@copyright tag must contain a year and the name of the copyright holder |
| error |
32 |
@link tag comment indented incorrectly. Expected 6 spaces but found 8. |
| error |
33 |
@package tag comment indented incorrectly. Expected 3 spaces but found 5. |
| warning |
34 |
Invalid version "CVS: $Id: Flac.php,v 1.10 2008/01/31 04:41:44 tstarling Exp $" in doc comment; consider "Release: " instead |
| error |
34 |
@version tag comment indented incorrectly. Expected 3 spaces but found 5. |
| error |
38 |
Doc comment for "$streamSerial" missing |
| error |
38 |
Doc comment for "$streamData" missing |
| error |
38 |
Doc comment for "$filePointer" missing |
| error |
39 |
There must be exactly one blank line before the tags in function comment |
| error |
41 |
Spaces must be used to indent lines; tabs are not allowed |
| error |
41 |
Line indented incorrectly; expected 4 spaces, found 1 |
| error |
42 |
Opening brace indented incorrectly; expected 1 spaces, found 4 |
| warning |
46 |
Equals sign not aligned correctly; expected 1 space but found 4 spaces |
| error |
48 |
Closing brace indented incorrectly; expected 1 spaces, found 4 |
| error |
52 |
There must be exactly one blank line before the tags in function comment |
| error |
54 |
Opening brace should be on a new line |
| error |
59 |
There must be exactly one blank line before the tags in function comment |
| error |
60 |
Parameters must appear immediately after the comment |
| error |
60 |
Expected 1 space before variable type |
| error |
60 |
Superfluous doc comment at position 1 |
| error |
60 |
Missing comment for param "$packetType" at position 1 |
| error |
61 |
Expected 1 space before variable type |
| error |
61 |
Superfluous doc comment at position 2 |
| error |
61 |
Missing comment for param "$pageOffset" at position 2 |
| error |
62 |
Missing @return tag in function comment |
| warning |
68 |
Inline control structures are discouraged |
| warning |
72 |
Inline control structures are discouraged |
| warning |
73 |
Line exceeds 85 characters; contains 112 characters |
| warning |
75 |
Equals sign not aligned with surrounding assignments; expected 8 spaces but found 1 space |
| warning |
78 |
Line exceeds 85 characters; contains 119 characters |
| error |
80 |
Space after opening parenthesis of function call prohibited |
| error |
93 |
Space after opening parenthesis of function call prohibited |
| warning |
93 |
Equals sign not aligned with surrounding assignments; expected 11 spaces but found 1 space |
| error |
109 |
There must be exactly one blank line before the tags in function comment |
| error |
117 |
Missing function doc comment |
| error |
120 |
Space after opening parenthesis of function call prohibited |
| error |
126 |
Space before closing parenthesis of function call prohibited |
| Sum |
42 errors and 10 warnings |
| /data/pear/pear/File_Ogg/File/Ogg/Speex.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| error |
24 |
"require_once" is a statement, not a function; no parentheses are required |
| warning |
27 |
Line exceeds 85 characters; contains 88 characters |
| error |
27 |
There must be exactly one blank line before the tags in class comments |
| error |
27 |
The @author tag is in the wrong order; the tag follows @subpackage (if used) or @package |
| error |
27 |
@author tag comment indented incorrectly. Expected 4 spaces but found 6. |
| error |
28 |
Content of the @author tag must be in the form "Display Name " |
| error |
28 |
@category tag comment indented incorrectly. Expected 2 spaces but found 4. |
| warning |
29 |
Line exceeds 85 characters; contains 88 characters |
| error |
29 |
The @copyright tag is in the wrong order; the tag follows @author |
| error |
29 |
@copyright tag comment indented incorrectly. Expected 1 spaces but found 3. |
| error |
30 |
The @license tag is in the wrong order; the tag follows @copyright (if used) or @author |
| error |
30 |
@license tag comment indented incorrectly. Expected 3 spaces but found 5. |
| error |
31 |
The @link tag is in the wrong order; the tag follows @version |
| error |
31 |
@link tag comment indented incorrectly. Expected 6 spaces but found 8. |
| error |
32 |
@copyright tag must contain a year and the name of the copyright holder |
| error |
32 |
@link tag comment indented incorrectly. Expected 6 spaces but found 8. |
| error |
33 |
@package tag comment indented incorrectly. Expected 3 spaces but found 5. |
| warning |
34 |
Invalid version "CVS: $Id: Speex.php,v 1.11 2008/01/31 04:41:44 tstarling Exp $" in doc comment; consider "Release: " instead |
| error |
34 |
@version tag comment indented incorrectly. Expected 3 spaces but found 5. |
| error |
38 |
Doc comment for "$streamSerial" missing |
| error |
38 |
Doc comment for "$streamData" missing |
| error |
38 |
Doc comment for "$filePointer" missing |
| error |
39 |
There must be exactly one blank line before the tags in function comment |
| warning |
46 |
Equals sign not aligned correctly; expected 1 space but found 4 spaces |
| error |
47 |
Space after opening parenthesis of function call prohibited |
| error |
47 |
Space before closing parenthesis of function call prohibited |
| error |
48 |
Space after opening parenthesis of function call prohibited |
| error |
48 |
Space before closing parenthesis of function call prohibited |
| error |
54 |
There must be exactly one blank line before the tags in function comment |
| error |
63 |
There must be exactly one blank line before the tags in function comment |
| error |
64 |
Missing @return tag in function comment |
| warning |
69 |
Inline control structures are discouraged |
| warning |
70 |
Line exceeds 85 characters; contains 112 characters |
| warning |
72 |
Equals sign not aligned with surrounding assignments; expected 17 spaces but found 1 space |
| warning |
73 |
Equals sign not aligned with surrounding assignments; expected 18 spaces but found 1 space |
| error |
93 |
There must be exactly one blank line before the tags in function comment |
| error |
96 |
Opening brace should be on a new line |
| error |
102 |
There must be exactly one blank line before the tags in function comment |
| error |
103 |
Missing @return tag in function comment |
| Sum |
32 errors and 8 warnings |
| /data/pear/pear/File_Ogg/File/Ogg/Theora.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| error |
24 |
"require_once" is a statement, not a function; no parentheses are required |
| error |
26 |
Space after opening parenthesis of function call prohibited |
| error |
26 |
Space before closing parenthesis of function call prohibited |
| error |
27 |
Space after opening parenthesis of function call prohibited |
| error |
27 |
Space before closing parenthesis of function call prohibited |
| error |
28 |
Space after opening parenthesis of function call prohibited |
| error |
28 |
Space before closing parenthesis of function call prohibited |
| error |
29 |
Space after opening parenthesis of function call prohibited |
| error |
29 |
Space before closing parenthesis of function call prohibited |
| warning |
33 |
Line exceeds 85 characters; contains 88 characters |
| error |
33 |
There must be exactly one blank line before the tags in class comments |
| error |
33 |
The @author tag is in the wrong order; the tag follows @subpackage (if used) or @package |
| error |
33 |
@author tag comment indented incorrectly. Expected 4 spaces but found 6. |
| error |
34 |
Content of the @author tag must be in the form "Display Name " |
| error |
34 |
@category tag comment indented incorrectly. Expected 2 spaces but found 4. |
| warning |
35 |
Line exceeds 85 characters; contains 88 characters |
| error |
35 |
The @copyright tag is in the wrong order; the tag follows @author |
| error |
35 |
@copyright tag comment indented incorrectly. Expected 1 spaces but found 3. |
| error |
36 |
The @license tag is in the wrong order; the tag follows @copyright (if used) or @author |
| error |
36 |
@license tag comment indented incorrectly. Expected 3 spaces but found 5. |
| error |
37 |
The @link tag is in the wrong order; the tag follows @version |
| error |
37 |
@link tag comment indented incorrectly. Expected 6 spaces but found 8. |
| error |
38 |
@copyright tag must contain a year and the name of the copyright holder |
| error |
38 |
@link tag comment indented incorrectly. Expected 6 spaces but found 8. |
| error |
39 |
@package tag comment indented incorrectly. Expected 3 spaces but found 5. |
| warning |
40 |
Invalid version "CVS: $Id: Theora.php,v 1.10 2008/01/31 04:41:44 tstarling Exp $" in doc comment; consider "Release: " instead |
| error |
40 |
@version tag comment indented incorrectly. Expected 3 spaces but found 5. |
| error |
44 |
Doc comment for "$streamSerial" missing |
| error |
44 |
Doc comment for "$streamData" missing |
| error |
44 |
Doc comment for "$filePointer" missing |
| error |
45 |
There must be exactly one blank line before the tags in function comment |
| error |
57 |
Space after opening parenthesis of function call prohibited |
| error |
57 |
Space before closing parenthesis of function call prohibited |
| error |
57 |
Space after opening parenthesis of function call prohibited |
| error |
57 |
Space before closing parenthesis of function call prohibited |
| warning |
57 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space |
| error |
58 |
Space after opening parenthesis of function call prohibited |
| error |
58 |
Space before closing parenthesis of function call prohibited |
| error |
58 |
Space after opening parenthesis of function call prohibited |
| error |
58 |
Space before closing parenthesis of function call prohibited |
| error |
63 |
Space after opening parenthesis of function call prohibited |
| error |
63 |
Space before closing parenthesis of function call prohibited |
| error |
66 |
Space after opening parenthesis of function call prohibited |
| error |
66 |
Space before closing parenthesis of function call prohibited |
| warning |
70 |
Line exceeds 85 characters; contains 104 characters |
| warning |
70 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| error |
75 |
Missing @return tag in function comment |
| error |
83 |
There must be exactly one blank line before the tags in function comment |
| error |
84 |
Missing @return tag in function comment |
| warning |
87 |
Line exceeds 85 characters; contains 108 characters |
| error |
88 |
Space after opening parenthesis of function call prohibited |
| warning |
108 |
Line exceeds 85 characters; contains 112 characters |
| warning |
115 |
Line exceeds 85 characters; contains 119 characters |
| warning |
121 |
Line exceeds 85 characters; contains 120 characters |
| warning |
123 |
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space |
| warning |
128 |
Line exceeds 85 characters; contains 144 characters |
| warning |
130 |
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space |
| warning |
159 |
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space |
| warning |
162 |
Equals sign not aligned with surrounding assignments; expected 7 spaces but found 1 space |
| error |
171 |
Line indented incorrectly; expected 8 spaces, found 12 |
| error |
173 |
Space after opening parenthesis of function call prohibited |
| error |
173 |
Space before closing parenthesis of function call prohibited |
| error |
174 |
Space after opening parenthesis of function call prohibited |
| error |
174 |
Space before closing parenthesis of function call prohibited |
| error |
175 |
Space after opening parenthesis of function call prohibited |
| error |
175 |
Space before closing parenthesis of function call prohibited |
| error |
176 |
Space after opening parenthesis of function call prohibited |
| error |
176 |
Space before closing parenthesis of function call prohibited |
| warning |
177 |
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space |
| error |
179 |
Line indented incorrectly; expected 8 spaces, found 12 |
| error |
181 |
Space after opening parenthesis of function call prohibited |
| error |
181 |
Space before closing parenthesis of function call prohibited |
| error |
182 |
Space after opening parenthesis of function call prohibited |
| error |
182 |
Space before closing parenthesis of function call prohibited |
| error |
183 |
Space after opening parenthesis of function call prohibited |
| error |
183 |
Space before closing parenthesis of function call prohibited |
| error |
184 |
Space after opening parenthesis of function call prohibited |
| error |
184 |
Space before closing parenthesis of function call prohibited |
| warning |
185 |
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space |
| error |
187 |
Line indented incorrectly; expected 8 spaces, found 12 |
| error |
189 |
Space after opening parenthesis of function call prohibited |
| error |
189 |
Space before closing parenthesis of function call prohibited |
| error |
190 |
Space after opening parenthesis of function call prohibited |
| error |
190 |
Space before closing parenthesis of function call prohibited |
| warning |
191 |
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space |
| error |
193 |
Line indented incorrectly; expected 8 spaces, found 12 |
| error |
195 |
Closing brace indented incorrectly; expected 12 spaces, found 8 |
| error |
203 |
There must be exactly one blank line before the tags in function comment |
| error |
206 |
Opening brace should be on a new line |
| error |
212 |
There must be exactly one blank line before the tags in function comment |
| error |
214 |
Opening brace should be on a new line |
| error |
220 |
There must be exactly one blank line before the tags in function comment |
| error |
221 |
Missing @return tag in function comment |
| warning |
224 |
Line exceeds 85 characters; contains 96 characters |
| Sum |
76 errors and 19 warnings |
| /data/pear/pear/File_Ogg/File/Ogg/Vorbis.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| error |
24 |
"require_once" is a statement, not a function; no parentheses are required |
| error |
31 |
Expected 1 space after comma in function call; 2 found |
| error |
37 |
Expected 1 space after comma in function call; 8 found |
| error |
43 |
Expected 1 space after comma in function call; 11 found |
| error |
49 |
Expected 1 space after comma in function call; 6 found |
| error |
56 |
Expected 1 space after comma in function call; 2 found |
| error |
59 |
Expected 1 space after comma in function call; 7 found |
| error |
67 |
Expected 1 space after comma in function call; 2 found |
| warning |
77 |
Line exceeds 85 characters; contains 88 characters |
| error |
77 |
The @author tag is in the wrong order; the tag follows @subpackage (if used) or @package |
| error |
77 |
@author tag comment indented incorrectly. Expected 4 spaces but found 6. |
| error |
78 |
@category tag comment indented incorrectly. Expected 2 spaces but found 4. |
| warning |
79 |
Line exceeds 85 characters; contains 88 characters |
| error |
79 |
The @copyright tag is in the wrong order; the tag follows @author |
| error |
79 |
@copyright tag comment indented incorrectly. Expected 1 spaces but found 3. |
| error |
80 |
The @license tag is in the wrong order; the tag follows @copyright (if used) or @author |
| error |
80 |
@license tag comment indented incorrectly. Expected 3 spaces but found 5. |
| error |
81 |
The @link tag is in the wrong order; the tag follows @version |
| error |
81 |
@link tag comment indented incorrectly. Expected 6 spaces but found 8. |
| error |
82 |
@link tag comment indented incorrectly. Expected 6 spaces but found 8. |
| error |
83 |
@package tag comment indented incorrectly. Expected 3 spaces but found 5. |
| warning |
84 |
Invalid version "CVS: $Id: Vorbis.php,v 1.14 2008/01/31 04:41:44 tstarling Exp $" in doc comment; consider "Release: " instead |
| error |
84 |
@version tag comment indented incorrectly. Expected 3 spaces but found 5. |
| error |
85 |
Content of the @author tag must be in the form "Display Name " |
| error |
86 |
@copyright tag must contain a year and the name of the copyright holder |
| warning |
157 |
Line exceeds 85 characters; contains 86 characters |
| error |
160 |
Expected 1 space before variable type |
| error |
160 |
Expected 1 space after the longest variable name |
| error |
161 |
Expected 1 space before variable type |
| error |
162 |
Expected 1 space before variable type |
| error |
162 |
Doc comment var "$filePath" does not match actual variable name "$filePointer" at position 3 |
| error |
163 |
Last parameter comment requires a blank newline after it |
| error |
163 |
Expected 1 space before variable type |
| error |
163 |
Superfluous doc comment at position 4 |
| warning |
168 |
Line exceeds 85 characters; contains 89 characters |
| warning |
170 |
Line exceeds 85 characters; contains 98 characters |
| warning |
171 |
Equals sign not aligned with surrounding assignments; expected 1 space but found 4 spaces |
| error |
172 |
Space after opening parenthesis of function call prohibited |
| error |
172 |
Space before closing parenthesis of function call prohibited |
| error |
173 |
Space after opening parenthesis of function call prohibited |
| error |
173 |
Space before closing parenthesis of function call prohibited |
| warning |
175 |
Line exceeds 85 characters; contains 109 characters |
| warning |
175 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 6 spaces |
| error |
180 |
Missing @return tag in function comment |
| warning |
187 |
Line exceeds 85 characters; contains 87 characters |
| warning |
191 |
Line exceeds 85 characters; contains 89 characters |
| error |
195 |
Missing @return tag in function comment |
| warning |
198 |
Line exceeds 85 characters; contains 108 characters |
| warning |
213 |
Inline control structures are discouraged |
| warning |
215 |
Inline control structures are discouraged |
| warning |
216 |
Line exceeds 85 characters; contains 133 characters |
| warning |
219 |
Inline control structures are discouraged |
| warning |
220 |
Line exceeds 85 characters; contains 114 characters |
| warning |
221 |
Inline control structures are discouraged |
| warning |
225 |
Inline control structures are discouraged |
| warning |
226 |
Line exceeds 85 characters; contains 119 characters |
| warning |
227 |
Inline control structures are discouraged |
| warning |
231 |
Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces |
| warning |
232 |
Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces |
| warning |
233 |
Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces |
| error |
240 |
TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE" |
| warning |
240 |
Inline control structures are discouraged |
| warning |
241 |
Line exceeds 85 characters; contains 156 characters |
| error |
246 |
TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE" |
| warning |
246 |
Inline control structures are discouraged |
| warning |
247 |
Line exceeds 85 characters; contains 133 characters |
| warning |
250 |
Inline control structures are discouraged |
| warning |
251 |
Line exceeds 85 characters; contains 154 characters |
| warning |
257 |
Line exceeds 85 characters; contains 133 characters |
| error |
265 |
There must be exactly one blank line before the tags in function comment |
| error |
266 |
Parameters must appear immediately after the comment |
| error |
266 |
Expected 1 space before variable type |
| error |
266 |
Missing comment for param "$packetType" at position 1 |
| error |
267 |
Expected 1 space before variable type |
| error |
267 |
Missing comment for param "$pageOffset" at position 2 |
| error |
268 |
Missing @return tag in function comment |
| warning |
275 |
Inline control structures are discouraged |
| warning |
276 |
Line exceeds 85 characters; contains 89 characters |
| error |
281 |
Missing @return tag in function comment |
| error |
282 |
Opening brace should be on a new line |
| warning |
287 |
Line exceeds 85 characters; contains 86 characters |
| warning |
289 |
Line exceeds 85 characters; contains 87 characters |
| warning |
291 |
Line exceeds 85 characters; contains 86 characters |
| warning |
344 |
Line exceeds 85 characters; contains 139 characters |
| warning |
358 |
Inline control structures are discouraged |
| warning |
362 |
Inline control structures are discouraged |
| error |
425 |
Parameters must appear immediately after the comment |
| error |
425 |
Expected 1 space before variable type |
| error |
425 |
Missing comment for param "$title" at position 1 |
| error |
426 |
Expected 1 space before variable type |
| error |
426 |
The comments for parameters $title (1) and $replace (2) do not align |
| error |
426 |
Missing comment for param "$replace" at position 2 |
| error |
427 |
Missing @return tag in function comment |
| error |
448 |
Parameters must appear immediately after the comment |
| error |
448 |
Expected 1 space before variable type |
| error |
448 |
Missing comment for param "$version" at position 1 |
| error |
449 |
Expected 1 space before variable type |
| error |
449 |
Missing comment for param "$replace" at position 2 |
| error |
450 |
Missing @return tag in function comment |
| error |
471 |
Parameters must appear immediately after the comment |
| error |
471 |
Expected 1 space before variable type |
| error |
471 |
Missing comment for param "$album" at position 1 |
| error |
472 |
Expected 1 space before variable type |
| error |
472 |
The comments for parameters $album (1) and $replace (2) do not align |
| error |
472 |
Missing comment for param "$replace" at position 2 |
| error |
473 |
Missing @return tag in function comment |
| error |
494 |
Parameters must appear immediately after the comment |
| error |
494 |
Expected 1 space before variable type |
| error |
494 |
Missing comment for param "$number" at position 1 |
| error |
495 |
Expected 1 space before variable type |
| error |
495 |
The comments for parameters $number (1) and $replace (2) do not align |
| error |
495 |
Missing comment for param "$replace" at position 2 |
| error |
496 |
Missing @return tag in function comment |
| error |
520 |
Parameters must appear immediately after the comment |
| error |
520 |
Expected 1 space before variable type |
| error |
520 |
Missing comment for param "$artist" at position 1 |
| error |
521 |
Expected 1 space before variable type |
| error |
521 |
The comments for parameters $artist (1) and $replace (2) do not align |
| error |
521 |
Missing comment for param "$replace" at position 2 |
| error |
522 |
Missing @return tag in function comment |
| error |
543 |
Parameters must appear immediately after the comment |
| error |
543 |
Expected 1 space before variable type |
| error |
543 |
Missing comment for param "$performer" at position 1 |
| error |
544 |
Expected 1 space before variable type |
| error |
544 |
The comments for parameters $performer (1) and $replace (2) do not align |
| error |
544 |
Missing comment for param "$replace" at position 2 |
| error |
545 |
Missing @return tag in function comment |
| error |
566 |
Parameters must appear immediately after the comment |
| error |
566 |
Expected 1 space before variable type |
| error |
566 |
Missing comment for param "$copyright" at position 1 |
| error |
567 |
Expected 1 space before variable type |
| error |
567 |
The comments for parameters $copyright (1) and $replace (2) do not align |
| error |
567 |
Missing comment for param "$replace" at position 2 |
| error |
568 |
Missing @return tag in function comment |
| error |
592 |
Parameters must appear immediately after the comment |
| error |
592 |
Expected 1 space before variable type |
| error |
592 |
Missing comment for param "$license" at position 1 |
| error |
593 |
Expected 1 space before variable type |
| error |
593 |
Missing comment for param "$replace" at position 2 |
| error |
594 |
Missing @return tag in function comment |
| error |
618 |
Parameters must appear immediately after the comment |
| error |
618 |
Expected 1 space before variable type |
| error |
618 |
Missing comment for param "$organization" at position 1 |
| error |
619 |
Expected 1 space before variable type |
| error |
619 |
The comments for parameters $organization (1) and $replace (2) do not align |
| error |
619 |
Missing comment for param "$replace" at position 2 |
| error |
620 |
Missing @return tag in function comment |
| error |
644 |
Parameters must appear immediately after the comment |
| error |
644 |
Expected 1 space before variable type |
| error |
644 |
Missing comment for param "$description" at position 1 |
| error |
645 |
Expected 1 space before variable type |
| error |
645 |
The comments for parameters $description (1) and $replace (2) do not align |
| error |
645 |
Missing comment for param "$replace" at position 2 |
| error |
646 |
Missing @return tag in function comment |
| error |
670 |
Parameters must appear immediately after the comment |
| error |
670 |
Expected 1 space before variable type |
| error |
670 |
Missing comment for param "$genre" at position 1 |
| error |
671 |
Expected 1 space before variable type |
| error |
671 |
The comments for parameters $genre (1) and $replace (2) do not align |
| error |
671 |
Missing comment for param "$replace" at position 2 |
| error |
672 |
Missing @return tag in function comment |
| error |
696 |
Parameters must appear immediately after the comment |
| error |
696 |
Expected 1 space before variable type |
| error |
696 |
Missing comment for param "$date" at position 1 |
| error |
697 |
Expected 1 space before variable type |
| error |
697 |
The comments for parameters $date (1) and $replace (2) do not align |
| error |
697 |
Missing comment for param "$replace" at position 2 |
| error |
698 |
Missing @return tag in function comment |
| error |
722 |
Parameters must appear immediately after the comment |
| error |
722 |
Expected 1 space before variable type |
| error |
722 |
Missing comment for param "$location" at position 1 |
| error |
723 |
Expected 1 space before variable type |
| error |
723 |
The comments for parameters $location (1) and $replace (2) do not align |
| error |
723 |
Missing comment for param "$replace" at position 2 |
| error |
724 |
Missing @return tag in function comment |
| error |
731 |
There must be exactly one blank line before the tags in function comment |
| error |
743 |
Parameters must appear immediately after the comment |
| error |
743 |
Expected 1 space before variable type |
| error |
743 |
Missing comment for param "$contact" at position 1 |
| error |
744 |
Expected 1 space before variable type |
| error |
744 |
Missing comment for param "$replace" at position 2 |
| error |
745 |
Missing @return tag in function comment |
| error |
769 |
Parameters must appear immediately after the comment |
| error |
769 |
Expected 1 space before variable type |
| error |
769 |
Missing comment for param "$isrc" at position 1 |
| error |
770 |
Expected 1 space before variable type |
| error |
770 |
The comments for parameters $isrc (1) and $replace (2) do not align |
| error |
770 |
Missing comment for param "$replace" at position 2 |
| error |
771 |
Missing @return tag in function comment |
| error |
779 |
There must be exactly one blank line before the tags in function comment |
| error |
782 |
Opening brace should be on a new line |
| Sum |
153 errors and 39 warnings |
| /data/pear/pear/File_Ogg/File/Ogg/Media.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| error |
24 |
"require_once" is a statement, not a function; no parentheses are required |
| error |
29 |
Missing @category tag in class comment |
| error |
29 |
Missing @package tag in class comment |
| error |
29 |
Missing @author tag in class comment |
| error |
29 |
Missing @license tag in class comment |
| error |
29 |
Missing @link tag in class comment |
| warning |
54 |
Line exceeds 85 characters; contains 89 characters |
| error |
59 |
There must be exactly one blank line before the tags in function comment |
| error |
65 |
There must be exactly one blank line before the tags in function comment |
| error |
73 |
There must be exactly one blank line before the tags in function comment |
| error |
74 |
Parameters must appear immediately after the comment |
| error |
74 |
Expected 1 space before variable type |
| error |
74 |
Missing comment for param "$packetType" at position 1 |
| error |
75 |
Expected 1 space before variable type |
| error |
75 |
Missing comment for param "$pageOffset" at position 2 |
| error |
76 |
Missing @return tag in function comment |
| warning |
79 |
Line exceeds 85 characters; contains 93 characters |
| warning |
83 |
Inline control structures are discouraged |
| warning |
84 |
Line exceeds 85 characters; contains 86 characters |
| warning |
86 |
Line exceeds 85 characters; contains 88 characters |
| warning |
88 |
Inline control structures are discouraged |
| warning |
89 |
Line exceeds 85 characters; contains 116 characters |
| warning |
96 |
Line exceeds 85 characters; contains 90 characters |
| warning |
97 |
Line exceeds 85 characters; contains 92 characters |
| warning |
98 |
Line exceeds 85 characters; contains 91 characters |
| error |
102 |
Missing @return tag in function comment |
| warning |
109 |
Equals sign not aligned correctly; expected 1 space but found 2 spaces |
| warning |
119 |
Line exceeds 85 characters; contains 108 characters |
| warning |
120 |
Line exceeds 85 characters; contains 99 characters |
| warning |
121 |
Line exceeds 85 characters; contains 96 characters |
| warning |
121 |
Equals sign not aligned with surrounding assignments; expected 7 spaces but found 8 spaces |
| warning |
122 |
Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces |
| warning |
123 |
Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces |
| warning |
131 |
Inline control structures are discouraged |
| warning |
133 |
Inline control structures are discouraged |
| warning |
134 |
Line exceeds 85 characters; contains 111 characters |
| warning |
135 |
Inline control structures are discouraged |
| warning |
143 |
Line exceeds 85 characters; contains 88 characters |
| warning |
163 |
Line exceeds 85 characters; contains 87 characters |
| error |
167 |
Parameters must appear immediately after the comment |
| error |
167 |
Expected 1 space before variable type |
| error |
167 |
Expected 1 space after the longest type |
| error |
167 |
Expected 1 space after the longest variable name |
| error |
168 |
Last parameter comment requires a blank newline after it |
| error |
168 |
Expected 1 space before variable type |
| error |
173 |
Line indented incorrectly; expected 8 spaces, found 4 |
| warning |
174 |
Inline control structures are discouraged |
| warning |
176 |
Inline control structures are discouraged |
| warning |
178 |
Inline control structures are discouraged |
| warning |
179 |
Line exceeds 85 characters; contains 99 characters |
| error |
190 |
Opening brace should be on a new line |
| error |
211 |
There must be exactly one blank line before the tags in function comment |
| error |
221 |
There must be exactly one blank line before the tags in function comment |
| Sum |
27 errors and 27 warnings |
| /data/pear/pear/File_Ogg/File/Ogg.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| warning |
25 |
Line exceeds 85 characters; contains 88 characters |
| warning |
27 |
Line exceeds 85 characters; contains 88 characters |
| error |
37 |
Expected 1 space after comma in function call; 5 found |
| error |
41 |
Expected 1 space after comma in function call; 5 found |
| error |
45 |
Expected 1 space after comma in function call; 6 found |
| error |
49 |
Expected 1 space after comma in function call; 7 found |
| error |
75 |
Expected 1 space after comma in function call; 2 found |
| error |
81 |
Expected 1 space after comma in function call; 3 found |
| error |
99 |
Expected 1 space after comma in function call; 2 found |
| error |
106 |
Expected 1 space after comma in function call; 3 found |
| error |
112 |
Expected 1 space after comma in function call; 6 found |
| error |
114 |
"require_once" is a statement, not a function; no parentheses are required |
| error |
115 |
"require_once" is a statement, not a function; no parentheses are required |
| error |
116 |
"require_once" is a statement, not a function; no parentheses are required |
| error |
117 |
"require_once" is a statement, not a function; no parentheses are required |
| error |
118 |
"require_once" is a statement, not a function; no parentheses are required |
| error |
119 |
"require_once" is a statement, not a function; no parentheses are required |
| error |
120 |
"require_once" is a statement, not a function; no parentheses are required |
| warning |
126 |
Line exceeds 85 characters; contains 90 characters |
| error |
129 |
The @link tag is in the wrong order; the tag follows @version |
| error |
131 |
Missing @category tag in class comment |
| error |
131 |
Missing @author tag in class comment |
| error |
131 |
Missing @license tag in class comment |
| warning |
156 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space |
| error |
176 |
Parameters must appear immediately after the comment |
| error |
176 |
Expected 1 space before variable type |
| error |
176 |
Expected 1 space after the longest type |
| error |
176 |
Expected 1 space after the longest variable name |
| warning |
182 |
Line exceeds 85 characters; contains 102 characters |
| warning |
187 |
Inline control structures are discouraged |
| warning |
188 |
Line exceeds 85 characters; contains 109 characters |
| warning |
193 |
Line exceeds 85 characters; contains 107 characters |
| error |
201 |
Doc comment for "$bin" missing |
| error |
203 |
There must be exactly one blank line before the tags in function comment |
| error |
204 |
Missing @return tag in function comment |
| error |
205 |
Opening brace should be on a new line |
| error |
206 |
Space after opening parenthesis of function call prohibited |
| error |
206 |
Space before closing parenthesis of function call prohibited |
| error |
208 |
Space after opening parenthesis of function call prohibited |
| error |
208 |
Space before closing parenthesis of function call prohibited |
| error |
210 |
Space after opening parenthesis of function call prohibited |
| error |
210 |
Space before closing parenthesis of function call prohibited |
| warning |
211 |
Equals sign not aligned with surrounding assignments; expected 11 spaces but found 1 space |
| warning |
212 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| error |
226 |
Expected 1 space before variable type |
| error |
226 |
Missing comment for param "$file" at position 1 |
| error |
226 |
Expected 1 space after the longest type |
| error |
227 |
Expected 1 space before variable type |
| error |
227 |
The comments for parameters $file (1) and $fields (2) do not align |
| error |
228 |
Missing @return tag in function comment |
| warning |
232 |
Equals sign not aligned with surrounding assignments; expected 7 spaces but found 1 space |
| warning |
234 |
Line exceeds 85 characters; contains 86 characters |
| warning |
236 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| warning |
237 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space |
| warning |
239 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space |
| warning |
243 |
Equals sign not aligned with surrounding assignments; expected 6 spaces but found 1 space |
| warning |
245 |
Equals sign not aligned with surrounding assignments; expected 6 spaces but found 1 space |
| warning |
256 |
Equals sign not aligned with surrounding assignments; expected 9 spaces but found 1 space |
| warning |
260 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| warning |
263 |
Equals sign not aligned with surrounding assignments; expected 8 spaces but found 1 space |
| warning |
265 |
Equals sign not aligned with surrounding assignments; expected 9 spaces but found 1 space |
| error |
289 |
Expected 1 space before variable type |
| error |
289 |
Missing comment for param "$file" at position 1 |
| error |
289 |
Expected 1 space after the longest type |
| error |
290 |
Expected 1 space before variable type |
| error |
290 |
The comments for parameters $file (1) and $fields (2) do not align |
| error |
291 |
Missing @return tag in function comment |
| error |
292 |
Opening brace should be on a new line |
| warning |
294 |
Equals sign not aligned with surrounding assignments; expected 7 spaces but found 1 space |
| warning |
296 |
Line exceeds 85 characters; contains 86 characters |
| warning |
299 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| warning |
300 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space |
| warning |
302 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space |
| warning |
317 |
Equals sign not aligned with surrounding assignments; expected 9 spaces but found 1 space |
| warning |
321 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| warning |
324 |
Equals sign not aligned with surrounding assignments; expected 9 spaces but found 1 space |
| warning |
325 |
Equals sign not aligned with surrounding assignments; expected 8 spaces but found 1 space |
| error |
345 |
Doc comment for "$pageData" missing |
| error |
345 |
Doc comment for "$pageOffset" missing |
| error |
345 |
Doc comment for "$groupId" missing |
| error |
346 |
There must be exactly one blank line before the tags in function comment |
| error |
347 |
Missing @return tag in function comment |
| warning |
351 |
Inline control structures are discouraged |
| warning |
355 |
Inline control structures are discouraged |
| warning |
358 |
Equals sign not aligned correctly; expected 1 space but found 5 spaces |
| error |
361 |
Space after opening parenthesis of function call prohibited |
| warning |
363 |
Equals sign not aligned with surrounding assignments; expected 16 spaces but found 1 space |
| warning |
367 |
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 3 spaces |
| warning |
368 |
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 3 spaces |
| warning |
369 |
Equals sign not aligned with surrounding assignments; expected 7 spaces but found 8 spaces |
| warning |
370 |
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 3 spaces |
| warning |
371 |
Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces |
| warning |
373 |
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space |
| warning |
377 |
Equals sign not aligned with surrounding assignments; expected 7 spaces but found 1 space |
| warning |
391 |
Line exceeds 85 characters; contains 98 characters |
| error |
396 |
There must be exactly one blank line before the tags in function comment |
| error |
397 |
Missing @return tag in function comment |
| warning |
401 |
Equals sign not aligned with surrounding assignments; expected 10 spaces but found 1 space |
| warning |
402 |
Equals sign not aligned with surrounding assignments; expected 6 spaces but found 1 space |
| warning |
411 |
Line exceeds 85 characters; contains 132 characters |
| warning |
425 |
Line exceeds 85 characters; contains 92 characters |
| warning |
434 |
Line exceeds 85 characters; contains 90 characters |
| warning |
437 |
Line exceeds 85 characters; contains 86 characters |
| warning |
438 |
Line exceeds 85 characters; contains 106 characters |
| warning |
438 |
Equals sign not aligned with surrounding assignments; expected 43 spaces but found 1 space |
| warning |
441 |
Line exceeds 85 characters; contains 105 characters |
| warning |
441 |
Equals sign not aligned with surrounding assignments; expected 43 spaces but found 1 space |
| warning |
444 |
Line exceeds 85 characters; contains 104 characters |
| warning |
444 |
Equals sign not aligned with surrounding assignments; expected 43 spaces but found 1 space |
| warning |
446 |
Line exceeds 85 characters; contains 86 characters |
| warning |
447 |
Line exceeds 85 characters; contains 106 characters |
| warning |
447 |
Equals sign not aligned with surrounding assignments; expected 43 spaces but found 1 space |
| warning |
450 |
Equals sign not aligned with surrounding assignments; expected 15 spaces but found 1 space |
| warning |
455 |
Equals sign not aligned with surrounding assignments; expected 26 spaces but found 1 space |
| warning |
457 |
Line exceeds 85 characters; contains 93 characters |
| error |
464 |
Space after opening parenthesis of function call prohibited |
| error |
464 |
Space before closing parenthesis of function call prohibited |
| warning |
464 |
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space |
| error |
476 |
Opening brace should be on a new line |
| warning |
477 |
Equals sign not aligned with surrounding assignments; expected 1 space but found 4 spaces |
| warning |
478 |
Equals sign not aligned with surrounding assignments; expected 1 space but found 4 spaces |
| warning |
481 |
Line exceeds 85 characters; contains 90 characters |
| error |
488 |
Doc comment for "$streamSerial" missing |
| warning |
489 |
Line exceeds 85 characters; contains 89 characters |
| warning |
500 |
Inline control structures are discouraged |
| warning |
501 |
Line exceeds 85 characters; contains 96 characters |
| warning |
507 |
Line exceeds 85 characters; contains 92 characters |
| warning |
509 |
Line exceeds 85 characters; contains 86 characters |
| warning |
510 |
Line exceeds 85 characters; contains 91 characters |
| error |
513 |
Last parameter comment requires a blank newline after it |
| error |
513 |
Expected 1 space before variable type |
| error |
513 |
Missing comment for param "$streamType" at position 1 |
| warning |
519 |
Inline control structures are discouraged |
| warning |
529 |
Line exceeds 85 characters; contains 86 characters |
| warning |
531 |
Line exceeds 85 characters; contains 89 characters |
| error |
534 |
Last parameter comment requires a blank newline after it |
| error |
534 |
Expected 1 space before variable type |
| error |
534 |
Missing comment for param "$filter" at position 1 |
| error |
545 |
Line indented incorrectly; expected 12 spaces, found 16 |
| error |
548 |
Line indented incorrectly; expected 12 spaces, found 16 |
| error |
551 |
Line indented incorrectly; expected 12 spaces, found 16 |
| error |
554 |
Line indented incorrectly; expected 12 spaces, found 16 |
| warning |
558 |
Inline control structures are discouraged |
| warning |
566 |
Inline control structures are discouraged |
| warning |
570 |
Inline control structures are discouraged |
| error |
576 |
Missing @return tag in function comment |
| error |
577 |
Opening brace should be on a new line |
| Sum |
72 errors and 76 warnings |