| /data/pear/pear/Cache/Container/file.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| error |
26 |
@author tag comment indented incorrectly. Expected 2 spaces but found 3. |
| warning |
27 |
Invalid version "$Id: file.php,v 1.18 2006/01/31 13:40:00 bate Exp $" in doc comment; consider "Release: " instead |
| error |
27 |
@version tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
28 |
Missing @category tag in class comment |
| error |
28 |
Missing @package tag in class comment |
| error |
28 |
Missing @license tag in class comment |
| error |
28 |
Missing @link tag in class comment |
| error |
29 |
Class name is not valid; consider Cache_Container_File instead |
| warning |
101 |
Line exceeds 85 characters; contains 86 characters |
| error |
101 |
Expected 1 space before variable type |
| error |
101 |
Doc comment var "Config" does not match actual variable name "$options" at position 1 |
| error |
101 |
Expected 1 space after the longest type |
| error |
103 |
Line indented incorrectly; expected 4 spaces, found 5 |
| warning |
106 |
Line exceeds 85 characters; contains 143 characters |
| warning |
112 |
Inline control structures are discouraged |
| error |
113 |
Space after opening parenthesis of function call prohibited |
| warning |
113 |
Line exceeds 85 characters; contains 86 characters |
| warning |
116 |
Inline control structures are discouraged |
| warning |
119 |
Inline control structures are discouraged |
| warning |
122 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space |
| error |
125 |
Closing brace indented incorrectly; expected 5 spaces, found 4 |
| error |
127 |
You must use "/**" style comments for a function comment |
| warning |
139 |
Line exceeds 85 characters; contains 121 characters |
| error |
157 |
Line indented incorrectly; expected at least 12 spaces, found 9 |
| error |
157 |
Spaces must be used to indent lines; tabs are not allowed |
| error |
169 |
No space found after comma in function call |
| error |
175 |
Doc comment for "$id" missing |
| error |
175 |
Doc comment for "$cachedata" missing |
| error |
175 |
Doc comment for "$expires" missing |
| error |
175 |
Doc comment for "$group" missing |
| error |
175 |
Doc comment for "$userdata" missing |
| error |
180 |
Missing @return tag in function comment |
| warning |
187 |
Line exceeds 85 characters; contains 130 characters |
| error |
210 |
Line indented incorrectly; expected at least 8 spaces, found 1 |
| error |
210 |
Spaces must be used to indent lines; tabs are not allowed |
| error |
216 |
You must use "/**" style comments for a function comment |
| error |
235 |
You must use "/**" style comments for a function comment |
| error |
247 |
You must use "/**" style comments for a function comment |
| warning |
262 |
Line exceeds 85 characters; contains 86 characters |
| error |
262 |
Last parameter comment requires a blank newline after it |
| error |
262 |
Expected 1 space before variable type |
| error |
262 |
Doc comment var "Maximum" does not match actual variable name "$maxlifetime" at position 1 |
| error |
264 |
Missing @return tag in function comment |
| warning |
278 |
Line exceeds 85 characters; contains 106 characters |
| warning |
282 |
Line exceeds 85 characters; contains 92 characters |
| warning |
288 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space |
| warning |
297 |
Line exceeds 85 characters; contains 86 characters |
| error |
297 |
Expected 1 space before variable type |
| error |
297 |
Doc comment var "Maximum" does not match actual variable name "$maxlifetime" at position 1 |
| warning |
298 |
Line exceeds 85 characters; contains 89 characters |
| error |
298 |
Last parameter comment requires a blank newline after it |
| error |
298 |
Expected 1 space before variable type |
| error |
298 |
The comments for parameters Maximum (1) and directory (2) do not align |
| error |
298 |
Doc comment var "directory" does not match actual variable name "$dir" at position 2 |
| error |
301 |
Missing @return tag in function comment |
| warning |
305 |
Line exceeds 85 characters; contains 117 characters |
| warning |
309 |
Inline control structures are discouraged |
| error |
314 |
No space found after comma in function call |
| warning |
320 |
Line exceeds 85 characters; contains 129 characters |
| warning |
328 |
Line exceeds 85 characters; contains 90 characters |
| warning |
329 |
Equals sign not aligned with surrounding assignments; expected 8 spaces but found 1 space |
| warning |
332 |
Line exceeds 85 characters; contains 113 characters |
| warning |
333 |
Line exceeds 85 characters; contains 126 characters |
| error |
347 |
Expected 1 space before variable type |
| error |
347 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
347 |
Expected 1 space after the longest type |
| error |
348 |
Last parameter comment requires a blank newline after it |
| error |
348 |
Expected 1 space before variable type |
| error |
348 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
348 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| warning |
365 |
Line exceeds 85 characters; contains 115 characters |
| error |
375 |
Last parameter comment requires a blank newline after it |
| error |
375 |
Expected 1 space before variable type |
| error |
375 |
Doc comment var "directory" does not match actual variable name "$dir" at position 1 |
| error |
375 |
Missing comment for param "directory" at position 1 |
| warning |
382 |
Line exceeds 85 characters; contains 117 characters |
| warning |
388 |
Inline control structures are discouraged |
| warning |
394 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| warning |
395 |
Inline control structures are discouraged |
| warning |
398 |
Inline control structures are discouraged |
| warning |
405 |
Line exceeds 85 characters; contains 106 characters |
| Sum |
52 errors and 30 warnings |
| /data/pear/pear/Cache/Container/db.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| error |
54 |
The @author tag is in the wrong order; the tag follows @subpackage (if used) or @package |
| error |
54 |
@author tag comment indented incorrectly. Expected 2 spaces but found 3. |
| warning |
55 |
Invalid version "$Id: db.php,v 1.8 2005/01/26 09:42:30 dufuz Exp $" in doc comment; consider "Release: " instead |
| error |
55 |
The @version tag is in the wrong order; the tag follows @licence |
| error |
55 |
@version tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
56 |
@package tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
57 |
Missing @category tag in class comment |
| error |
57 |
Missing @license tag in class comment |
| error |
57 |
Missing @link tag in class comment |
| error |
58 |
Class name is not valid; consider Cache_Container_Db instead |
| error |
82 |
Missing function doc comment |
| error |
88 |
Expected 1 space after comma in function call; 2 found |
| warning |
88 |
Line exceeds 85 characters; contains 103 characters |
| warning |
95 |
Line exceeds 85 characters; contains 109 characters |
| error |
100 |
Missing function doc comment |
| warning |
102 |
Line exceeds 85 characters; contains 109 characters |
| error |
106 |
Space before closing parenthesis of function call prohibited |
| warning |
111 |
Line exceeds 85 characters; contains 102 characters |
| warning |
115 |
Line exceeds 85 characters; contains 95 characters |
| warning |
121 |
Line exceeds 85 characters; contains 101 characters |
| error |
125 |
Space before closing parenthesis of function call prohibited |
| warning |
130 |
Line exceeds 85 characters; contains 102 characters |
| error |
135 |
Doc comment for "$id" missing |
| error |
135 |
Doc comment for "$data" missing |
| error |
135 |
Doc comment for "$expires" missing |
| error |
135 |
Doc comment for "$group" missing |
| error |
135 |
Doc comment for "$userdata" missing |
| error |
141 |
Missing @return tag in function comment |
| error |
146 |
Space found before comma in function call |
| warning |
146 |
Line exceeds 85 characters; contains 126 characters |
| error |
153 |
Space before closing parenthesis of function call prohibited |
| error |
158 |
Space found before comma in function call |
| warning |
158 |
Line exceeds 85 characters; contains 103 characters |
| error |
162 |
Missing function doc comment |
| error |
170 |
Space before closing parenthesis of function call prohibited |
| warning |
175 |
Line exceeds 85 characters; contains 102 characters |
| error |
179 |
Missing function doc comment |
| error |
183 |
Line indented incorrectly; expected 8 spaces, found 9 |
| warning |
184 |
Line exceeds 85 characters; contains 111 characters |
| error |
185 |
Closing brace indented incorrectly; expected 9 spaces, found 8 |
| warning |
191 |
Inline control structures are discouraged |
| warning |
192 |
Line exceeds 85 characters; contains 102 characters |
| error |
195 |
Missing function doc comment |
| error |
201 |
Space before closing parenthesis of function call prohibited |
| warning |
206 |
Line exceeds 85 characters; contains 102 characters |
| error |
216 |
Missing function doc comment |
| warning |
220 |
Line exceeds 85 characters; contains 97 characters |
| error |
224 |
Space before closing parenthesis of function call prohibited |
| warning |
228 |
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space |
| error |
230 |
Space before closing parenthesis of function call prohibited |
| warning |
233 |
Line exceeds 85 characters; contains 108 characters |
| warning |
239 |
Line exceeds 85 characters; contains 103 characters |
| error |
241 |
Space before closing parenthesis of function call prohibited |
| warning |
242 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| warning |
244 |
Line exceeds 85 characters; contains 106 characters |
| warning |
247 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| warning |
250 |
Equals sign not aligned with surrounding assignments; expected 6 spaces but found 1 space |
| warning |
255 |
Line exceeds 85 characters; contains 108 characters |
| error |
257 |
Space before closing parenthesis of function call prohibited |
| warning |
258 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| warning |
262 |
Line exceeds 85 characters; contains 102 characters |
| Sum |
36 errors and 26 warnings |
| /data/pear/pear/Cache/Container/dbx.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| error |
52 |
The @author tag is in the wrong order; the tag follows @subpackage (if used) or @package |
| error |
52 |
@author tag comment indented incorrectly. Expected 2 spaces but found 3. |
| warning |
53 |
Invalid version "$Id: dbx.php,v 1.7 2008/11/12 14:56:26 clockwerx Exp $" in doc comment; consider "Release: " instead |
| error |
53 |
The @version tag is in the wrong order; the tag follows @licence |
| error |
53 |
@version tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
54 |
@package tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
55 |
Missing @category tag in class comment |
| error |
55 |
Missing @license tag in class comment |
| error |
55 |
Missing @link tag in class comment |
| error |
56 |
Class name is not valid; consider Cache_Container_Dbx instead |
| error |
112 |
Missing function doc comment |
| error |
118 |
Expected 1 space after comma in function call; 2 found |
| warning |
118 |
Line exceeds 85 characters; contains 154 characters |
| warning |
120 |
Inline control structures are discouraged |
| warning |
123 |
Line exceeds 85 characters; contains 124 characters |
| warning |
126 |
Line exceeds 85 characters; contains 102 characters |
| error |
133 |
You must use "/**" style comments for a function comment |
| warning |
135 |
Line exceeds 85 characters; contains 109 characters |
| error |
139 |
Space before closing parenthesis of function call prohibited |
| warning |
143 |
Line exceeds 85 characters; contains 100 characters |
| warning |
148 |
Line exceeds 85 characters; contains 95 characters |
| warning |
154 |
Line exceeds 85 characters; contains 101 characters |
| error |
158 |
Space before closing parenthesis of function call prohibited |
| warning |
162 |
Line exceeds 85 characters; contains 129 characters |
| error |
167 |
Doc comment for "$id" missing |
| error |
167 |
Doc comment for "$data" missing |
| error |
167 |
Doc comment for "$expires" missing |
| error |
167 |
Doc comment for "$group" missing |
| error |
167 |
Doc comment for "$userdata" missing |
| error |
173 |
Missing @return tag in function comment |
| error |
178 |
Space found before comma in function call |
| warning |
178 |
Line exceeds 85 characters; contains 126 characters |
| error |
185 |
Space before closing parenthesis of function call prohibited |
| error |
190 |
Space found before comma in function call |
| warning |
190 |
Line exceeds 85 characters; contains 101 characters |
| error |
194 |
Missing function doc comment |
| error |
202 |
Space before closing parenthesis of function call prohibited |
| warning |
207 |
Line exceeds 85 characters; contains 100 characters |
| error |
211 |
Missing function doc comment |
| warning |
216 |
Line exceeds 85 characters; contains 111 characters |
| error |
221 |
No space found after comma in function call |
| warning |
224 |
Line exceeds 85 characters; contains 100 characters |
| error |
228 |
Missing function doc comment |
| error |
234 |
Space before closing parenthesis of function call prohibited |
| warning |
239 |
Line exceeds 85 characters; contains 100 characters |
| error |
250 |
Missing function doc comment |
| warning |
254 |
Line exceeds 85 characters; contains 107 characters |
| error |
258 |
Space before closing parenthesis of function call prohibited |
| warning |
264 |
Line exceeds 85 characters; contains 100 characters |
| error |
268 |
Space before closing parenthesis of function call prohibited |
| error |
272 |
Constants must be uppercase; expected CACHESIZE but found CacheSize |
| warning |
274 |
Line exceeds 85 characters; contains 103 characters |
| error |
276 |
Space before closing parenthesis of function call prohibited |
| warning |
278 |
Equals sign not aligned with surrounding assignments; expected 7 spaces but found 1 space |
| warning |
280 |
Equals sign not aligned with surrounding assignments; expected 9 spaces but found 1 space |
| error |
282 |
Constants must be uppercase; expected SIZE but found size |
| error |
289 |
Constants must be uppercase; expected CHANGED but found changed |
| error |
290 |
Space before closing parenthesis of function call prohibited |
| warning |
291 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| Sum |
38 errors and 22 warnings |
| /data/pear/pear/Cache/Container/msession.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| error |
27 |
@author tag comment indented incorrectly. Expected 2 spaces but found 3. |
| warning |
28 |
Invalid version "$Id: msession.php,v 1.8 2005/01/26 09:47:28 dufuz Exp $" in doc comment; consider "Release: " instead |
| error |
28 |
@version tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
29 |
Missing @category tag in class comment |
| error |
29 |
Missing @package tag in class comment |
| error |
29 |
Missing @license tag in class comment |
| error |
29 |
Missing @link tag in class comment |
| error |
30 |
Class name is not valid; consider Cache_Container_Msession instead |
| error |
84 |
Missing function doc comment |
| warning |
87 |
Line exceeds 85 characters; contains 132 characters |
| warning |
97 |
Line exceeds 85 characters; contains 147 characters |
| error |
103 |
You must use "/**" style comments for a function comment |
| warning |
105 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space |
| error |
114 |
Doc comment for "$id" missing |
| error |
114 |
Doc comment for "$cachedata" missing |
| error |
114 |
Doc comment for "$expires" missing |
| error |
114 |
Doc comment for "$group" missing |
| error |
114 |
Doc comment for "$userdata" missing |
| error |
119 |
Missing @return tag in function comment |
| warning |
124 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 6 spaces |
| warning |
125 |
Equals sign not aligned with surrounding assignments; expected 1 space but found 4 spaces |
| warning |
127 |
Line exceeds 85 characters; contains 99 characters |
| warning |
127 |
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space |
| warning |
135 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| error |
171 |
You must use "/**" style comments for a function comment |
| error |
177 |
You must use "/**" style comments for a function comment |
| warning |
186 |
Inline control structures are discouraged |
| error |
192 |
You must use "/**" style comments for a function comment |
| warning |
194 |
Line exceeds 85 characters; contains 111 characters |
| warning |
202 |
Line exceeds 85 characters; contains 86 characters |
| error |
202 |
Last parameter comment requires a blank newline after it |
| error |
202 |
Expected 1 space before variable type |
| error |
202 |
Doc comment var "Maximum" does not match actual variable name "$maxlifetime" at position 1 |
| error |
204 |
Missing @return tag in function comment |
| warning |
210 |
Inline control structures are discouraged |
| warning |
213 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| warning |
227 |
Equals sign not aligned with surrounding assignments; expected 22 spaces but found 1 space |
| warning |
228 |
Equals sign not aligned with surrounding assignments; expected 20 spaces but found 1 space |
| warning |
237 |
Line exceeds 85 characters; contains 89 characters |
| Sum |
23 errors and 17 warnings |
| /data/pear/pear/Cache/Container/mdb.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| error |
63 |
The @author tag is in the wrong order; the tag follows @subpackage (if used) or @package |
| error |
63 |
@author tag comment indented incorrectly. Expected 2 spaces but found 3. |
| warning |
64 |
Invalid version "$Id: mdb.php,v 1.5 2004/12/15 09:09:30 dufuz Exp $" in doc comment; consider "Release: " instead |
| error |
64 |
The @version tag is in the wrong order; the tag follows @licence |
| error |
64 |
@version tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
65 |
@package tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
66 |
Missing @category tag in class comment |
| error |
66 |
Missing @license tag in class comment |
| error |
66 |
Missing @link tag in class comment |
| error |
67 |
Class name is not valid; consider Cache_Container_Mdb instead |
| error |
79 |
Content of the @author tag must be in the form "Display Name " |
| error |
87 |
Doc comment var "Array" does not match actual variable name "$options" at position 1 |
| error |
93 |
Line indented incorrectly; expected at least 12 spaces, found 11 |
| error |
105 |
Expected 1 space before variable type |
| error |
105 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
105 |
Expected 1 space after the longest type |
| error |
106 |
Last parameter comment requires a blank newline after it |
| error |
106 |
Expected 1 space before variable type |
| error |
106 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
106 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| error |
120 |
No space found after comma in function call |
| error |
120 |
No space found after comma in function call |
| error |
123 |
Expected "while (...) {\n"; found "while(...) {\n" |
| error |
125 |
No space found after comma in function call |
| error |
125 |
No space found after comma in function call |
| error |
179 |
Line indented incorrectly; expected at least 4 spaces, found 3 |
| error |
185 |
Expected 1 space before variable type |
| error |
185 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
186 |
Expected 1 space before variable type |
| error |
186 |
The comments for parameters dataset (1) and data (2) do not align |
| error |
186 |
Doc comment var "data" does not match actual variable name "$data" at position 2 |
| error |
187 |
Expected 1 space before variable type |
| error |
187 |
The comments for parameters data (2) and expiration (3) do not align |
| error |
187 |
Doc comment var "expiration" does not match actual variable name "$expires" at position 3 |
| error |
188 |
Expected 1 space before variable type |
| error |
188 |
The comments for parameters expiration (3) and cache (4) do not align |
| error |
188 |
Doc comment var "cache" does not match actual variable name "$group" at position 4 |
| error |
189 |
Last parameter comment requires a blank newline after it |
| error |
189 |
Expected 1 space before variable type |
| error |
189 |
The comments for parameters cache (4) and userdata (5) do not align |
| error |
189 |
Doc comment var "userdata" does not match actual variable name "$userdata" at position 5 |
| error |
189 |
Missing comment for param "userdata" at position 5 |
| error |
191 |
Missing @return tag in function comment |
| error |
237 |
No space found after comma in function call |
| error |
237 |
No space found after comma in function call |
| error |
237 |
No space found after comma in function call |
| error |
238 |
Expected "if (...) {\n"; found "if(...) {\n" |
| error |
238 |
Expected 1 space before = sign of default value |
| error |
238 |
Expected 1 space after = sign of default value |
| error |
239 |
Space found before comma in function call |
| error |
245 |
Space found before comma in function call |
| error |
251 |
Space found before comma in function call |
| error |
259 |
Expected 1 space before variable type |
| error |
259 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
259 |
Expected 1 space after the longest type |
| error |
260 |
Expected 1 space before variable type |
| error |
260 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
260 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| error |
261 |
Missing @return tag in function comment |
| error |
281 |
Expected 1 space before variable type |
| error |
281 |
Doc comment var "cache" does not match actual variable name "$group" at position 1 |
| error |
281 |
Expected 1 space after the longest type |
| error |
282 |
Missing @return tag in function comment |
| error |
304 |
Expected 1 space before variable type |
| error |
304 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
304 |
Expected 1 space after the longest type |
| error |
305 |
Last parameter comment requires a blank newline after it |
| error |
305 |
Expected 1 space before variable type |
| error |
305 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
305 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| error |
330 |
Expected 1 space before variable type |
| error |
330 |
Doc comment var "maxlifetime" does not match actual variable name "$maxlifetime" at position 1 |
| error |
330 |
Missing comment for param "maxlifetime" at position 1 |
| error |
331 |
Missing @return tag in function comment |
| error |
357 |
Line indented incorrectly; expected at least 16 spaces, found 15 |
| warning |
360 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| error |
363 |
No space found after comma in function call |
| warning |
363 |
Equals sign not aligned with surrounding assignments; expected 6 spaces but found 1 space |
| error |
373 |
Line indented incorrectly; expected at least 16 spaces, found 15 |
| Sum |
77 errors and 3 warnings |
| /data/pear/pear/Cache/Container/phplib.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| error |
50 |
There must be exactly one blank line before the tags in class comments |
| warning |
52 |
Line exceeds 85 characters; contains 93 characters |
| error |
52 |
The @author tag is in the wrong order; the tag follows @subpackage (if used) or @package |
| error |
52 |
@author tag comment indented incorrectly. Expected 2 spaces but found 3. |
| warning |
53 |
Invalid version "$Id: phplib.php,v 1.5 2004/12/15 09:09:30 dufuz Exp $" in doc comment; consider "Release: " instead |
| error |
53 |
The @version tag is in the wrong order; the tag follows @licence |
| error |
53 |
@version tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
54 |
@package tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
55 |
@see tag comment indented incorrectly. Expected 5 spaces but found 6. |
| error |
56 |
Missing @category tag in class comment |
| error |
56 |
Missing @license tag in class comment |
| error |
56 |
Missing @link tag in class comment |
| error |
57 |
Class name is not valid; consider Cache_Container_Phplib instead |
| error |
64 |
Content of the @author tag must be in the form "Display Name " |
| error |
107 |
Last parameter comment requires a blank newline after it |
| error |
107 |
Expected 1 space before variable type |
| error |
107 |
Doc comment var "If" does not match actual variable name "$options" at position 1 |
| error |
107 |
Expected 1 space after the longest type |
| error |
122 |
Expected 1 space after comma in function call; 2 found |
| warning |
122 |
Line exceeds 85 characters; contains 147 characters |
| warning |
125 |
Line exceeds 85 characters; contains 87 characters |
| error |
138 |
You must use "/**" style comments for a function comment |
| warning |
140 |
Line exceeds 85 characters; contains 109 characters |
| error |
144 |
Space before closing parenthesis of function call prohibited |
| warning |
151 |
Line exceeds 85 characters; contains 101 characters |
| error |
155 |
Space before closing parenthesis of function call prohibited |
| warning |
157 |
Line exceeds 85 characters; contains 114 characters |
| error |
160 |
Doc comment for "$id" missing |
| error |
160 |
Doc comment for "$data" missing |
| error |
160 |
Doc comment for "$expires" missing |
| error |
160 |
Doc comment for "$group" missing |
| error |
166 |
Missing @return tag in function comment |
| error |
171 |
Space found before comma in function call |
| warning |
171 |
Line exceeds 85 characters; contains 110 characters |
| error |
177 |
Space before closing parenthesis of function call prohibited |
| error |
183 |
You must use "/**" style comments for a function comment |
| error |
186 |
Space after opening parenthesis of function call prohibited |
| warning |
187 |
Line exceeds 85 characters; contains 87 characters |
| error |
191 |
Space before closing parenthesis of function call prohibited |
| error |
192 |
Space before closing parenthesis of function call prohibited |
| error |
197 |
You must use "/**" style comments for a function comment |
| warning |
202 |
Line exceeds 85 characters; contains 112 characters |
| error |
210 |
You must use "/**" style comments for a function comment |
| error |
212 |
Space after opening parenthesis of function call prohibited |
| warning |
213 |
Line exceeds 85 characters; contains 91 characters |
| error |
217 |
Space before closing parenthesis of function call prohibited |
| error |
218 |
Space before closing parenthesis of function call prohibited |
| error |
223 |
You must use "/**" style comments for a function comment |
| error |
227 |
Space after opening parenthesis of function call prohibited |
| warning |
228 |
Line exceeds 85 characters; contains 114 characters |
| error |
232 |
Space before closing parenthesis of function call prohibited |
| error |
233 |
Space before closing parenthesis of function call prohibited |
| error |
238 |
Space before closing parenthesis of function call prohibited |
| warning |
246 |
Line exceeds 85 characters; contains 103 characters |
| error |
248 |
Space before closing parenthesis of function call prohibited |
| warning |
251 |
Equals sign not aligned correctly; expected 1 space but found 0 spaces |
| warning |
256 |
Line exceeds 85 characters; contains 88 characters |
| error |
258 |
Space before closing parenthesis of function call prohibited |
| Sum |
44 errors and 15 warnings |
| /data/pear/pear/Cache/Container/shm.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| error |
31 |
The @author tag is in the wrong order; the tag follows @subpackage (if used) or @package |
| error |
31 |
@author tag comment indented incorrectly. Expected 2 spaces but found 3. |
| warning |
32 |
Invalid version "$Id: shm.php,v 1.6 2005/05/25 10:00:41 dufuz Exp $" in doc comment; consider "Release: " instead |
| error |
32 |
The @version tag is in the wrong order; the tag follows @licence |
| error |
32 |
@version tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
33 |
@package tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
34 |
Missing @category tag in class comment |
| error |
34 |
Missing @license tag in class comment |
| error |
34 |
Missing @link tag in class comment |
| error |
35 |
Class name is not valid; consider Cache_Container_Shm instead |
| error |
107 |
Doc comment var "shm_key," does not match actual variable name "$options" at position 1 |
| error |
107 |
Expected 1 space after the longest type |
| error |
117 |
Space before closing parenthesis of function call prohibited |
| error |
118 |
Space before closing parenthesis of function call prohibited |
| warning |
132 |
Line exceeds 85 characters; contains 99 characters |
| warning |
133 |
Line exceeds 85 characters; contains 99 characters |
| warning |
139 |
Line exceeds 85 characters; contains 102 characters |
| error |
146 |
You must use "/**" style comments for a function comment |
| error |
167 |
You must use "/**" style comments for a function comment |
| warning |
173 |
Equals sign not aligned with surrounding assignments; expected 14 spaces but found 1 space |
| warning |
174 |
Line exceeds 85 characters; contains 90 characters |
| error |
190 |
You must use "/**" style comments for a function comment |
| error |
203 |
You must use "/**" style comments for a function comment |
| error |
214 |
You must use "/**" style comments for a function comment |
| error |
227 |
You must use "/**" style comments for a function comment |
| warning |
231 |
Line exceeds 85 characters; contains 86 characters |
| warning |
239 |
Line exceeds 85 characters; contains 105 characters |
| warning |
252 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space |
| error |
258 |
You must use "/**" style comments for a function comment |
| warning |
275 |
Equals sign not aligned with surrounding assignments; expected 19 spaces but found 1 space |
| error |
277 |
Spaces must be used to indent lines; tabs are not allowed |
| Sum |
22 errors and 10 warnings |
| /data/pear/pear/Cache/Container/trifile.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| error |
33 |
@author tag comment indented incorrectly. Expected 2 spaces but found 1. |
| warning |
34 |
Invalid version "1.0" in doc comment; consider "Release: " instead |
| error |
35 |
Missing @category tag in class comment |
| error |
35 |
Missing @package tag in class comment |
| error |
35 |
Missing @license tag in class comment |
| error |
35 |
Missing @link tag in class comment |
| error |
36 |
Class name is not valid; consider Cache_Container_Trifile instead |
| error |
42 |
Last parameter comment requires a blank newline after it |
| error |
42 |
The comments for parameters $id (1) and $group (2) do not align |
| error |
62 |
Doc comment for "$file" missing |
| warning |
70 |
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space |
| error |
75 |
Doc comment for "$file" missing |
| error |
86 |
Doc comment for "$file" missing |
| error |
101 |
The variable names for parameters $id (1) and $cachedata (2) do not align |
| error |
101 |
The comments for parameters $id (1) and $cachedata (2) do not align |
| error |
102 |
The comments for parameters $cachedata (2) and $expires (3) do not align |
| error |
103 |
The variable names for parameters $expires (3) and $group (4) do not align |
| error |
103 |
The comments for parameters $expires (3) and $group (4) do not align |
| error |
104 |
Last parameter comment requires a blank newline after it |
| error |
104 |
The variable names for parameters $group (4) and $userdata (5) do not align |
| error |
104 |
The comments for parameters $group (4) and $userdata (5) do not align |
| warning |
121 |
Line exceeds 85 characters; contains 90 characters |
| warning |
125 |
Line exceeds 85 characters; contains 90 characters |
| error |
136 |
Last parameter comment requires a blank newline after it |
| warning |
142 |
Inline control structures are discouraged |
| warning |
143 |
Line exceeds 85 characters; contains 130 characters |
| Sum |
21 errors and 6 warnings |
| /data/pear/pear/Cache/Application.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| warning |
59 |
Line exceeds 85 characters; contains 86 characters |
| warning |
61 |
Line exceeds 85 characters; contains 86 characters |
| error |
73 |
You must use "/**" style comments for a class comment |
| error |
84 |
Expected 1 space before variable type |
| error |
84 |
Doc comment var "Name" does not match actual variable name "$container" at position 1 |
| error |
84 |
Expected 1 space after the longest type |
| error |
85 |
Expected 1 space before variable type |
| error |
85 |
The comments for parameters Name (1) and Array (2) do not align |
| error |
85 |
Doc comment var "Array" does not match actual variable name "$container_options" at position 2 |
| error |
85 |
Doc comment for "$id" missing |
| error |
85 |
Doc comment for "$group" missing |
| warning |
87 |
Line exceeds 85 characters; contains 189 characters |
| warning |
89 |
Equals sign not aligned with surrounding assignments; expected 14 spaces but found 4 spaces |
| warning |
90 |
Equals sign not aligned with surrounding assignments; expected 11 spaces but found 1 space |
| warning |
94 |
Line exceeds 85 characters; contains 124 characters |
| error |
130 |
Expected 1 space before variable type |
| error |
130 |
Doc comment var "Name" does not match actual variable name "$varname" at position 1 |
| error |
130 |
Expected 1 space after the longest type |
| error |
131 |
Expected 1 space before variable type |
| error |
131 |
The comments for parameters Name (1) and Optional (2) do not align |
| error |
131 |
Doc comment var "Optional" does not match actual variable name "$data" at position 2 |
| error |
132 |
Missing @return tag in function comment |
| error |
147 |
Expected 1 space before variable type |
| error |
147 |
Doc comment var "Name" does not match actual variable name "$varname" at position 1 |
| error |
147 |
Expected 1 space after the longest type |
| error |
148 |
Missing @return tag in function comment |
| error |
160 |
Missing @return tag in function comment |
| Sum |
22 errors and 6 warnings |
| /data/pear/pear/Cache/Cache.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| error |
61 |
The @author tag is in the wrong order; the tag follows @subpackage (if used) or @package |
| error |
61 |
@author tag comment indented incorrectly. Expected 2 spaces but found 3. |
| warning |
62 |
Invalid version "$Id: Cache.php,v 1.9 2008/10/07 08:58:46 dufuz Exp $" in doc comment; consider "Release: " instead |
| error |
62 |
The @version tag is in the wrong order; the tag follows @licence |
| error |
62 |
@version tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
63 |
@package tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
65 |
Missing @category tag in class comment |
| error |
65 |
Missing @license tag in class comment |
| error |
65 |
Missing @link tag in class comment |
| warning |
90 |
Equals sign not aligned correctly; expected 1 space but found 2 spaces |
| error |
125 |
Extra newline found before function comment short description |
| error |
126 |
Expected 1 space before variable type |
| error |
126 |
Doc comment var "Name" does not match actual variable name "$container" at position 1 |
| error |
126 |
Expected 1 space after the longest type |
| error |
126 |
There must be exactly one blank line before the tags in function comment |
| error |
127 |
Expected 1 space before variable type |
| error |
127 |
The comments for parameters Name (1) and Array (2) do not align |
| error |
127 |
Doc comment var "Array" does not match actual variable name "$container_options" at position 2 |
| warning |
132 |
Equals sign not aligned with surrounding assignments; expected 11 spaces but found 1 space |
| warning |
133 |
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space |
| error |
141 |
You must use "/**" style comments for a function comment |
| error |
160 |
Last parameter comment requires a blank newline after it |
| error |
160 |
Expected 1 space before variable type |
| error |
160 |
Doc comment var "The" does not match actual variable name "$state" at position 1 |
| error |
160 |
Expected 1 space after the longest type |
| error |
162 |
Missing @return tag in function comment |
| error |
171 |
Expected 1 space before variable type |
| error |
171 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
171 |
Expected 1 space after the longest type |
| error |
172 |
Last parameter comment requires a blank newline after it |
| error |
172 |
Expected 1 space before variable type |
| error |
172 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
172 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| error |
191 |
Expected 1 space before variable type |
| error |
191 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
192 |
Expected 1 space before variable type |
| error |
192 |
The comments for parameters dataset (1) and data (2) do not align |
| error |
192 |
Doc comment var "data" does not match actual variable name "$data" at position 2 |
| error |
193 |
Expected 1 space before variable type |
| error |
193 |
The comments for parameters data (2) and lifetime (3) do not align |
| error |
193 |
Doc comment var "lifetime" does not match actual variable name "$expires" at position 3 |
| error |
194 |
Last parameter comment requires a blank newline after it |
| error |
194 |
Expected 1 space before variable type |
| error |
194 |
The comments for parameters lifetime (3) and cache (4) do not align |
| error |
194 |
Doc comment var "cache" does not match actual variable name "$group" at position 4 |
| error |
203 |
No space found after comma in function call |
| error |
209 |
Expected 1 space before variable type |
| error |
209 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
209 |
Expected 1 space after the longest type |
| error |
210 |
Expected 1 space before variable type |
| error |
210 |
The comments for parameters dataset (1) and data (2) do not align |
| error |
210 |
Doc comment var "data" does not match actual variable name "$cachedata" at position 2 |
| error |
211 |
Expected 1 space before variable type |
| error |
211 |
The comments for parameters data (2) and additional (3) do not align |
| error |
211 |
Doc comment var "additional" does not match actual variable name "$userdata" at position 3 |
| error |
212 |
Expected 1 space before variable type |
| error |
212 |
The comments for parameters additional (3) and userdefined (4) do not align |
| error |
212 |
Doc comment var "userdefined" does not match actual variable name "$expires" at position 4 |
| error |
213 |
Last parameter comment requires a blank newline after it |
| error |
213 |
Expected 1 space before variable type |
| error |
213 |
The comments for parameters userdefined (4) and cache (5) do not align |
| error |
213 |
Doc comment var "cache" does not match actual variable name "$group" at position 5 |
| error |
230 |
Expected 1 space before variable type |
| error |
230 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
230 |
Expected 1 space after the longest type |
| error |
231 |
Last parameter comment requires a blank newline after it |
| error |
231 |
Expected 1 space before variable type |
| error |
231 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
231 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| error |
246 |
Expected 1 space before variable type |
| error |
246 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
246 |
Expected 1 space after the longest type |
| error |
247 |
Last parameter comment requires a blank newline after it |
| error |
247 |
Expected 1 space before variable type |
| error |
247 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
247 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| error |
263 |
Expected 1 space before variable type |
| error |
263 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
263 |
Expected 1 space after the longest type |
| error |
264 |
Last parameter comment requires a blank newline after it |
| error |
264 |
Expected 1 space before variable type |
| error |
264 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
264 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| error |
279 |
Last parameter comment requires a blank newline after it |
| error |
279 |
Expected 1 space before variable type |
| error |
279 |
Doc comment var "cache" does not match actual variable name "$group" at position 1 |
| error |
279 |
Expected 1 space after the longest type |
| error |
295 |
Expected 1 space before variable type |
| error |
295 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
295 |
Expected 1 space after the longest type |
| error |
296 |
Last parameter comment requires a blank newline after it |
| error |
296 |
Expected 1 space before variable type |
| error |
296 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
296 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| error |
311 |
Expected 1 space before variable type |
| error |
311 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
312 |
Expected 1 space before variable type |
| error |
312 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
312 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| error |
313 |
Last parameter comment requires a blank newline after it |
| error |
313 |
Expected 1 space before variable type |
| error |
313 |
The comments for parameters cache (2) and maximum (3) do not align |
| error |
313 |
Doc comment var "maximum" does not match actual variable name "$max_age" at position 3 |
| error |
336 |
Last parameter comment requires a blank newline after it |
| error |
336 |
Expected 1 space before variable type |
| error |
336 |
Doc comment var "variable" does not match actual variable name "$variable" at position 1 |
| error |
336 |
Expected 1 space after the longest type |
| error |
349 |
Last parameter comment requires a blank newline after it |
| error |
349 |
Expected 1 space before variable type |
| error |
349 |
Doc comment var "Force" does not match actual variable name "$force" at position 1 |
| error |
351 |
Missing @return tag in function comment |
| warning |
361 |
Line exceeds 85 characters; contains 119 characters |
| Sum |
108 errors and 5 warnings |
| /data/pear/pear/Cache/Container.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| warning |
29 |
Line exceeds 85 characters; contains 95 characters |
| warning |
31 |
Line exceeds 85 characters; contains 96 characters |
| warning |
33 |
Line exceeds 85 characters; contains 93 characters |
| warning |
38 |
Line exceeds 85 characters; contains 91 characters |
| error |
41 |
The @author tag is in the wrong order; the tag follows @subpackage (if used) or @package |
| error |
41 |
@author tag comment indented incorrectly. Expected 2 spaces but found 3. |
| warning |
42 |
Invalid version "$Id: Container.php,v 1.9 2008/10/07 09:04:49 dufuz Exp $" in doc comment; consider "Release: " instead |
| error |
42 |
The @version tag is in the wrong order; the tag follows @licence |
| error |
42 |
@version tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
43 |
@package tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
46 |
Missing @category tag in class comment |
| error |
46 |
Missing @license tag in class comment |
| error |
46 |
Missing @link tag in class comment |
| error |
142 |
Expected 1 space before variable type |
| error |
142 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
142 |
Expected 1 space after the longest type |
| error |
143 |
Last parameter comment requires a blank newline after it |
| error |
143 |
Expected 1 space before variable type |
| error |
143 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
143 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| error |
168 |
Expected 1 space before variable type |
| error |
168 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
168 |
Expected 1 space after the longest type |
| error |
169 |
Last parameter comment requires a blank newline after it |
| error |
169 |
Expected 1 space before variable type |
| error |
169 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
169 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| error |
194 |
Expected 1 space before variable type |
| error |
194 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
195 |
Expected 1 space before variable type |
| error |
195 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
195 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| error |
196 |
Last parameter comment requires a blank newline after it |
| error |
196 |
Expected 1 space before variable type |
| error |
196 |
The comments for parameters cache (2) and maximum (3) do not align |
| error |
196 |
Doc comment var "maximum" does not match actual variable name "$max_age" at position 3 |
| warning |
228 |
Line exceeds 85 characters; contains 100 characters |
| error |
230 |
Line indented incorrectly; expected at least 12 spaces, found 11 |
| error |
231 |
Line indented incorrectly; expected at least 12 spaces, found 11 |
| error |
239 |
Expected 1 space before variable type |
| error |
239 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
239 |
Expected 1 space after the longest type |
| error |
240 |
Last parameter comment requires a blank newline after it |
| error |
240 |
Expected 1 space before variable type |
| error |
240 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
240 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| error |
261 |
Expected 1 space before variable type |
| error |
261 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
261 |
Expected 1 space after the longest type |
| error |
262 |
Last parameter comment requires a blank newline after it |
| error |
262 |
Expected 1 space before variable type |
| error |
262 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
262 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| error |
275 |
Expected 1 space before variable type |
| error |
275 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
275 |
Expected 1 space after the longest type |
| error |
276 |
Expected 1 space before variable type |
| error |
276 |
The comments for parameters dataset (1) and data (2) do not align |
| error |
276 |
Doc comment var "data" does not match actual variable name "$data" at position 2 |
| error |
277 |
Expected 1 space before variable type |
| error |
277 |
The comments for parameters data (2) and userdefined (3) do not align |
| error |
277 |
Doc comment var "userdefined" does not match actual variable name "$expire" at position 3 |
| error |
278 |
Expected 1 space before variable type |
| error |
278 |
The comments for parameters userdefined (3) and cache (4) do not align |
| error |
278 |
Doc comment var "cache" does not match actual variable name "$group" at position 4 |
| error |
279 |
Last parameter comment requires a blank newline after it |
| error |
279 |
Expected 1 space before variable type |
| error |
279 |
The comments for parameters cache (4) and additional (5) do not align |
| error |
279 |
Doc comment var "additional" does not match actual variable name "$userdata" at position 5 |
| error |
296 |
Expected 1 space before variable type |
| error |
296 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
296 |
Expected 1 space after the longest type |
| error |
297 |
Last parameter comment requires a blank newline after it |
| error |
297 |
Expected 1 space before variable type |
| error |
297 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
297 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| error |
311 |
Last parameter comment requires a blank newline after it |
| error |
311 |
Expected 1 space before variable type |
| error |
311 |
Doc comment var "If" does not match actual variable name "$group" at position 1 |
| error |
311 |
Expected 1 space after the longest type |
| error |
325 |
Expected 1 space before variable type |
| error |
325 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
325 |
Expected 1 space after the longest type |
| error |
326 |
Last parameter comment requires a blank newline after it |
| error |
326 |
Expected 1 space before variable type |
| error |
326 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
326 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| error |
341 |
Missing @return tag in function comment |
| error |
350 |
Expected 1 space before variable type |
| error |
350 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
350 |
Expected 1 space after the longest type |
| error |
351 |
Last parameter comment requires a blank newline after it |
| error |
351 |
Expected 1 space before variable type |
| error |
351 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
351 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| warning |
357 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space |
| error |
384 |
Expected 1 space before variable type |
| error |
384 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
384 |
Expected 1 space after the longest type |
| warning |
385 |
Line exceeds 85 characters; contains 86 characters |
| error |
387 |
Last parameter comment requires a blank newline after it |
| error |
387 |
Expected 1 space before variable type |
| error |
387 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
387 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| error |
389 |
Missing @return tag in function comment |
| warning |
394 |
Equals sign not aligned with surrounding assignments; expected 8 spaces but found 1 space |
| warning |
395 |
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space |
| warning |
397 |
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space |
| warning |
398 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| warning |
399 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| error |
406 |
Expected 1 space before variable type |
| error |
406 |
Doc comment var "List" does not match actual variable name "$requested" at position 1 |
| error |
406 |
Expected 1 space after the longest type |
| error |
407 |
Expected 1 space before variable type |
| error |
407 |
Doc comment var "List" does not match actual variable name "$allowed" at position 2 |
| error |
408 |
Missing @return tag in function comment |
| error |
418 |
Doc comment for "$data" missing |
| error |
422 |
Missing @return tag in function comment |
| error |
433 |
Doc comment for "$data" missing |
| error |
437 |
Missing @return tag in function comment |
| error |
451 |
Last parameter comment requires a blank newline after it |
| error |
451 |
Expected 1 space before variable type |
| error |
451 |
Doc comment var "can" does not match actual variable name "$expires" at position 1 |
| error |
451 |
Expected 1 space after the longest type |
| warning |
475 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| warning |
476 |
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space |
| warning |
477 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space |
| warning |
478 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| Sum |
112 errors and 17 warnings |
| /data/pear/pear/Cache/Error.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| error |
26 |
Missing @category tag in class comment |
| error |
26 |
Missing @author tag in class comment |
| error |
26 |
Missing @license tag in class comment |
| error |
26 |
Missing @link tag in class comment |
| error |
31 |
Line indented incorrectly; expected at least 4 spaces, found 2 |
| error |
32 |
Line indented incorrectly; expected at least 4 spaces, found 2 |
| error |
33 |
Line indented incorrectly; expected at least 4 spaces, found 2 |
| error |
34 |
Line indented incorrectly; expected at least 4 spaces, found 2 |
| error |
35 |
Line indented incorrectly; expected at least 4 spaces, found 2 |
| error |
36 |
Line indented incorrectly; expected at least 4 spaces, found 2 |
| error |
38 |
Line indented incorrectly; expected at least 4 spaces, found 2 |
| error |
39 |
Line indented incorrectly; expected at least 4 spaces, found 2 |
| error |
40 |
Line indented incorrectly; expected at least 4 spaces, found 2 |
| error |
41 |
Line indented incorrectly; expected at least 4 spaces, found 2 |
| error |
41 |
Expected 1 space before variable type |
| error |
41 |
Doc comment var "error" does not match actual variable name "$msg" at position 1 |
| error |
41 |
Expected 1 space after the longest type |
| error |
42 |
Line indented incorrectly; expected at least 4 spaces, found 2 |
| error |
42 |
Expected 1 space before variable type |
| error |
42 |
The comments for parameters error (1) and file (2) do not align |
| error |
42 |
Doc comment var "file" does not match actual variable name "$file" at position 2 |
| error |
43 |
Line indented incorrectly; expected at least 4 spaces, found 2 |
| error |
43 |
Expected 1 space before variable type |
| error |
43 |
The comments for parameters file (2) and linenumber (3) do not align |
| error |
43 |
Doc comment var "linenumber" does not match actual variable name "$line" at position 3 |
| error |
44 |
Line indented incorrectly; expected at least 4 spaces, found 2 |
| error |
45 |
Line indented incorrectly; expected 4 spaces, found 2 |
| error |
45 |
Opening brace should be on a new line |
| error |
47 |
Line indented incorrectly; expected at least 8 spaces, found 4 |
| Sum |
30 errors and 0 warnings |
| /data/pear/pear/Cache/Function.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| error |
64 |
The @author tag is in the wrong order; the tag follows @subpackage (if used) or @package |
| error |
64 |
@author tag comment indented incorrectly. Expected 2 spaces but found 7. |
| error |
67 |
@package tag comment indented incorrectly. Expected 1 spaces but found 6. |
| warning |
68 |
Invalid version "$Revision: 1.8 $" in doc comment; consider "Release: " instead |
| error |
68 |
@version tag comment indented incorrectly. Expected 1 spaces but found 6. |
| error |
70 |
Missing @category tag in class comment |
| error |
70 |
Missing @license tag in class comment |
| error |
70 |
Missing @link tag in class comment |
| error |
78 |
Expected 1 space before variable type |
| error |
78 |
Doc comment var "Name" does not match actual variable name "$container" at position 1 |
| error |
79 |
Expected 1 space before variable type |
| error |
79 |
The comments for parameters Name (1) and Array (2) do not align |
| error |
79 |
Doc comment var "Array" does not match actual variable name "$container_options" at position 2 |
| error |
80 |
Expected 1 space before variable type |
| error |
80 |
The comments for parameters Array (2) and Number (3) do not align |
| error |
80 |
Doc comment var "Number" does not match actual variable name "$expires" at position 3 |
| error |
89 |
Line indented incorrectly; expected at least 8 spaces, found 6 |
| error |
90 |
Line indented incorrectly; expected at least 8 spaces, found 6 |
| warning |
150 |
Line exceeds 85 characters; contains 88 characters |
| Sum |
18 errors and 2 warnings |
| /data/pear/pear/Cache/Graphics.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| warning |
33 |
Line exceeds 85 characters; contains 87 characters |
| warning |
52 |
Line exceeds 85 characters; contains 90 characters |
| error |
68 |
The @author tag is in the wrong order; the tag follows @subpackage (if used) or @package |
| error |
68 |
@author tag comment indented incorrectly. Expected 2 spaces but found 3. |
| warning |
69 |
Invalid version "$Id: Graphics.php,v 1.7 2005/01/26 09:47:28 dufuz Exp $" in doc comment; consider "Release: " instead |
| error |
69 |
The @version tag is in the wrong order; the tag follows @licence |
| error |
69 |
@version tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
70 |
@package tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
71 |
Missing @category tag in class comment |
| error |
71 |
Missing @license tag in class comment |
| error |
71 |
Missing @link tag in class comment |
| warning |
141 |
Line exceeds 85 characters; contains 116 characters |
| warning |
150 |
Line exceeds 85 characters; contains 88 characters |
| error |
155 |
Expected 1 space before variable type |
| error |
155 |
Doc comment var "Image-ID" does not match actual variable name "$id" at position 1 |
| error |
155 |
Missing comment for param "Image-ID" at position 1 |
| error |
155 |
Expected 1 space after the longest type |
| error |
156 |
Last parameter comment requires a blank newline after it |
| error |
156 |
Expected 1 space before variable type |
| error |
156 |
The comments for parameters Image-ID (1) and Image (2) do not align |
| error |
156 |
Doc comment var "Image" does not match actual variable name "$format" at position 2 |
| warning |
157 |
Line exceeds 85 characters; contains 93 characters |
| error |
173 |
Expected 1 space before variable type |
| error |
173 |
Doc comment var "Image-ID" does not match actual variable name "$id" at position 1 |
| error |
173 |
Missing comment for param "Image-ID" at position 1 |
| error |
173 |
Expected 1 space after the longest type |
| error |
174 |
Last parameter comment requires a blank newline after it |
| error |
174 |
Expected 1 space before variable type |
| error |
174 |
The comments for parameters Image-ID (1) and Image (2) do not align |
| error |
174 |
Doc comment var "Image" does not match actual variable name "$format" at position 2 |
| warning |
192 |
Line exceeds 85 characters; contains 89 characters |
| error |
199 |
Expected 1 space before variable type |
| error |
199 |
Doc comment var "Image-ID." does not match actual variable name "$id" at position 1 |
| error |
199 |
Expected 1 space after the longest type |
| error |
202 |
Expected 1 space before variable type |
| error |
202 |
The comments for parameters Image-ID. (1) and Image (2) do not align |
| error |
202 |
Doc comment var "Image" does not match actual variable name "$img" at position 2 |
| warning |
203 |
Line exceeds 85 characters; contains 86 characters |
| error |
203 |
Last parameter comment requires a blank newline after it |
| error |
203 |
Expected 1 space before variable type |
| error |
203 |
Doc comment var "Image" does not match actual variable name "$format" at position 3 |
| warning |
214 |
Line exceeds 85 characters; contains 109 characters |
| warning |
216 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space |
| warning |
221 |
Line exceeds 85 characters; contains 91 characters |
| warning |
224 |
Line exceeds 85 characters; contains 144 characters |
| warning |
226 |
Line exceeds 85 characters; contains 138 characters |
| warning |
262 |
Line exceeds 85 characters; contains 109 characters |
| error |
266 |
Expected 1 space before variable type |
| error |
266 |
Doc comment var "Image-ID." does not match actual variable name "$id" at position 1 |
| error |
266 |
Expected 1 space after the longest type |
| error |
269 |
Expected 1 space before variable type |
| error |
269 |
The comments for parameters Image-ID. (1) and Image (2) do not align |
| error |
269 |
Doc comment var "Image" does not match actual variable name "&$img" at position 2 |
| warning |
270 |
Line exceeds 85 characters; contains 86 characters |
| error |
270 |
Last parameter comment requires a blank newline after it |
| error |
270 |
Expected 1 space before variable type |
| error |
270 |
Doc comment var "Image" does not match actual variable name "$format" at position 3 |
| warning |
280 |
Line exceeds 85 characters; contains 110 characters |
| error |
281 |
Closing brace indented incorrectly; expected 8 spaces, found 9 |
| warning |
282 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space |
| warning |
287 |
Line exceeds 85 characters; contains 91 characters |
| warning |
288 |
Inline control structures are discouraged |
| error |
289 |
Line indented incorrectly; expected 12 spaces, found 16 |
| warning |
290 |
Line exceeds 85 characters; contains 144 characters |
| error |
291 |
Line indented incorrectly; expected 12 spaces, found 16 |
| warning |
292 |
Line exceeds 85 characters; contains 138 characters |
| warning |
296 |
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space |
| warning |
299 |
Line exceeds 85 characters; contains 94 characters |
| error |
324 |
Last parameter comment requires a blank newline after it |
| error |
324 |
Expected 1 space before variable type |
| error |
324 |
Doc comment var "[ UNKNOWN ]" does not match actual variable name "$cache_url" at position 1 |
| error |
324 |
Missing parameter name at position 1 |
| error |
324 |
Missing comment for param "[ UNKNOWN ]" at position 1 |
| error |
327 |
Missing @return tag in function comment |
| error |
341 |
Last parameter comment requires a blank newline after it |
| error |
341 |
Expected 1 space before variable type |
| error |
341 |
Doc comment var "[ UNKNOWN ]" does not match actual variable name "$cache_dir" at position 1 |
| error |
341 |
Missing parameter name at position 1 |
| error |
341 |
Missing comment for param "[ UNKNOWN ]" at position 1 |
| error |
344 |
Missing @return tag in function comment |
| warning |
350 |
Equals sign not aligned with surrounding assignments; expected 12 spaces but found 1 space |
| error |
355 |
You must use "/**" style comments for a function comment |
| error |
357 |
Line indented incorrectly; expected at least 8 spaces, found 6 |
| Sum |
60 errors and 24 warnings |
| /data/pear/pear/Cache/HTTP_Request.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| error |
63 |
Missing class doc comment |
| error |
111 |
Doc comment var "The" does not match actual variable name "$url" at position 1 |
| error |
112 |
The variable names for parameters The (1) and Associative (2) do not align |
| error |
112 |
The comments for parameters The (1) and Associative (2) do not align |
| error |
112 |
Doc comment var "Associative" does not match actual variable name "$params" at position 2 |
| error |
121 |
The variable names for parameters Associative (2) and $container (3) do not align |
| error |
121 |
The comments for parameters Associative (2) and $container (3) do not align |
| error |
122 |
The variable names for parameters $container (3) and $containerOptions (4) do not align |
| error |
122 |
The comments for parameters $container (3) and $containerOptions (4) do not align |
| error |
123 |
The variable names for parameters $containerOptions (4) and $mode (5) do not align |
| error |
123 |
The comments for parameters $containerOptions (4) and $mode (5) do not align |
| error |
123 |
Doc comment var "$mode" does not match actual variable name "$expires" at position 5 |
| error |
127 |
Last parameter comment requires a blank newline after it |
| error |
127 |
The comments for parameters $mode (5) and $expires (6) do not align |
| error |
127 |
Doc comment var "$expires" does not match actual variable name "$mode" at position 6 |
| warning |
147 |
Equals sign not aligned with surrounding assignments; expected 6 spaces but found 1 space |
| warning |
148 |
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space |
| warning |
149 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space |
| error |
203 |
Last parameter comment requires a blank newline after it |
| error |
208 |
Missing @return tag in function comment |
| warning |
245 |
Line exceeds 85 characters; contains 102 characters |
| warning |
246 |
Line exceeds 85 characters; contains 89 characters |
| warning |
249 |
Line exceeds 85 characters; contains 89 characters |
| warning |
254 |
Line exceeds 85 characters; contains 107 characters |
| warning |
268 |
Line exceeds 85 characters; contains 100 characters |
| warning |
269 |
Line exceeds 85 characters; contains 89 characters |
| warning |
287 |
Equals sign not aligned with surrounding assignments; expected 8 spaces but found 1 space |
| warning |
288 |
Equals sign not aligned with surrounding assignments; expected 8 spaces but found 1 space |
| warning |
289 |
Equals sign not aligned with surrounding assignments; expected 6 spaces but found 1 space |
| Sum |
18 errors and 12 warnings |
| /data/pear/pear/Cache/Output.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| warning |
33 |
Line exceeds 85 characters; contains 87 characters |
| warning |
54 |
Line exceeds 85 characters; contains 87 characters |
| warning |
93 |
Invalid version "$ID: $" in doc comment; consider "Release: " instead |
| error |
93 |
The @version tag is in the wrong order; the tag follows @licence |
| error |
93 |
@version tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
94 |
@package tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
96 |
Missing @category tag in class comment |
| error |
96 |
Missing @author tag in class comment |
| error |
96 |
Missing @license tag in class comment |
| error |
96 |
Missing @link tag in class comment |
| warning |
126 |
Line exceeds 85 characters; contains 106 characters |
| error |
128 |
Expected 1 space before variable type |
| error |
128 |
Doc comment var "dataset" does not match actual variable name "$id" at position 1 |
| error |
128 |
Expected 1 space after the longest type |
| error |
129 |
Last parameter comment requires a blank newline after it |
| error |
129 |
Expected 1 space before variable type |
| error |
129 |
The comments for parameters dataset (1) and cache (2) do not align |
| error |
129 |
Doc comment var "cache" does not match actual variable name "$group" at position 2 |
| warning |
144 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space |
| warning |
157 |
Line exceeds 85 characters; contains 139 characters |
| error |
163 |
You must use "/**" style comments for a function comment |
| warning |
170 |
Line exceeds 85 characters; contains 104 characters |
| error |
175 |
Doc comment for "$expire" missing |
| error |
175 |
Doc comment for "$userdata" missing |
| error |
179 |
Missing @return tag in function comment |
| error |
189 |
Last parameter comment requires a blank newline after it |
| error |
189 |
Expected 1 space before variable type |
| error |
189 |
Doc comment var "[ UNKNOWN ]" does not match actual variable name "$content" at position 1 |
| error |
189 |
Missing parameter name at position 1 |
| error |
189 |
Missing comment for param "[ UNKNOWN ]" at position 1 |
| error |
191 |
Missing @return tag in function comment |
| warning |
215 |
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space |
| Sum |
25 errors and 8 warnings |
| /data/pear/pear/Cache/OutputCompression.php |
| error |
2 |
You must use "/**" style comments for a file comment |
| warning |
53 |
Invalid version "$Id: OutputCompression.php,v 1.9 2005/01/26 09:47:28 dufuz Exp $" in doc comment; consider "Release: " instead |
| error |
53 |
The @version tag is in the wrong order; the tag follows @licence |
| error |
53 |
@version tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
54 |
The @author tag is in the wrong order; the tag follows @subpackage (if used) or @package |
| error |
54 |
@author tag comment indented incorrectly. Expected 2 spaces but found 3. |
| error |
56 |
@package tag comment indented incorrectly. Expected 1 spaces but found 2. |
| error |
57 |
Missing @category tag in class comment |
| error |
57 |
Missing @license tag in class comment |
| error |
57 |
Missing @link tag in class comment |
| warning |
64 |
Line exceeds 85 characters; contains 91 characters |
| error |
69 |
Content of the @author tag must be in the form "Display Name " |
| error |
84 |
Expected 1 space before variable type |
| error |
84 |
Doc comment var "Name" does not match actual variable name "$container" at position 1 |
| error |
84 |
Expected 1 space after the longest type |
| error |
85 |
Expected 1 space before variable type |
| error |
85 |
The comments for parameters Name (1) and Array (2) do not align |
| error |
85 |
Doc comment var "Array" does not match actual variable name "$container_options" at position 2 |
| warning |
86 |
Line exceeds 85 characters; contains 92 characters |
| error |
86 |
Expected 1 space before variable type |
| error |
86 |
The comments for parameters Array (2) and content (3) do not align |
| error |
86 |
Doc comment var "content" does not match actual variable name "$encoding" at position 3 |
| warning |
88 |
Line exceeds 85 characters; contains 93 characters |
| error |
105 |
You must use "/**" style comments for a function comment |
| error |
112 |
You must use "/**" style comments for a function comment |
| error |
127 |
Doc comment for "$expire" missing |
| error |
127 |
Doc comment for "$userdata" missing |
| warning |
128 |
Line exceeds 85 characters; contains 94 characters |
| error |
132 |
Missing @return tag in function comment |
| warning |
140 |
Line exceeds 85 characters; contains 96 characters |
| error |
148 |
You must use "/**" style comments for a function comment |
| error |
154 |
Doc comment for "$id" missing |
| error |
154 |
Doc comment for "$cachedata" missing |
| error |
154 |
Doc comment for "$userdata" missing |
| error |
154 |
Doc comment for "$expires" missing |
| error |
154 |
Doc comment for "$group" missing |
| error |
157 |
Missing @return tag in function comment |
| warning |
165 |
Equals sign not aligned with surrounding assignments; expected 11 spaces but found 1 space |
| warning |
166 |
Equals sign not aligned with surrounding assignments; expected 11 spaces but found 1 space |
| warning |
167 |
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space |
| warning |
168 |
Line exceeds 85 characters; contains 111 characters |
| warning |
172 |
Line exceeds 85 characters; contains 88 characters |
| error |
178 |
Last parameter comment requires a blank newline after it |
| error |
178 |
Expected 1 space before variable type |
| error |
178 |
Doc comment var "[ UNKNOWN ]" does not match actual variable name "$content" at position 1 |
| error |
178 |
Missing parameter name at position 1 |
| error |
178 |
Missing comment for param "[ UNKNOWN ]" at position 1 |
| error |
180 |
Missing @return tag in function comment |
| warning |
192 |
Line exceeds 85 characters; contains 117 characters |
| error |
223 |
Last parameter comment requires a blank newline after it |
| error |
223 |
Expected 1 space before variable type |
| error |
223 |
Doc comment var ""auto"" does not match actual variable name "$encoding" at position 1 |
| error |
223 |
Expected 1 space after the longest type |
| error |
226 |
Missing @return tag in function comment |
| error |
237 |
Missing @return tag in function comment |
| error |
264 |
Last parameter comment requires a blank newline after it |
| error |
264 |
Parameters must appear immediately after the comment |
| error |
264 |
Doc comment var "Type" does not match actual variable name "$variable" at position 1 |
| error |
274 |
Line indented incorrectly; expected 8 spaces, found 12 |
| error |
275 |
Line indented incorrectly; expected 12 spaces, found 16 |
| error |
277 |
Line indented incorrectly; expected 12 spaces, found 16 |
| error |
282 |
Line indented incorrectly; expected 8 spaces, found 12 |
| error |
283 |
Line indented incorrectly; expected 12 spaces, found 16 |
| error |
285 |
Line indented incorrectly; expected 12 spaces, found 16 |
| error |
290 |
Line indented incorrectly; expected 8 spaces, found 12 |
| error |
291 |
Line indented incorrectly; expected 12 spaces, found 16 |
| error |
293 |
Line indented incorrectly; expected 12 spaces, found 16 |
| error |
298 |
Line indented incorrectly; expected 8 spaces, found 12 |
| Sum |
56 errors and 12 warnings |