FILE: /home/lancew/dev/rwjl/lib/mc-elo-calculator.php ----------------------------------------------------------------------------------- FOUND 61 ERRORS AND 1 WARNING AFFECTING 26 LINES ----------------------------------------------------------------------------------- 1 | ERROR | [ ] Missing file doc comment 3 | ERROR | [ ] Doc comment short description must start with a capital letter 5 | ERROR | [x] Additional blank lines found at end of doc comment 5 | ERROR | [ ] Missing @category tag in class comment 5 | ERROR | [ ] Missing @package tag in class comment 5 | ERROR | [ ] Missing @author tag in class comment 5 | ERROR | [ ] Missing @license tag in class comment 5 | ERROR | [ ] Missing @link tag in class comment 8 | ERROR | [ ] Class name must begin with a capital letter 8 | ERROR | [ ] Class name is not valid; consider Elo_Calculator instead 9 | ERROR | [x] Opening class brace must be on a line by itself 9 | ERROR | [ ] Missing doc comment for function rating() 10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 10 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 11 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 11 | ERROR | [ ] Opening brace should be on the line after the declaration; | | found 1 blank line(s) 11 | ERROR | [x] Opening brace must be the last content on the line 16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 16 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 17 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 17 | ERROR | [ ] Expected "if (...) {\n"; found "if (...)\n\t\t\t\t//we | | calculate the probability of one player winning (between 0 and | | 1, the probability of the other player winning is\n\t\t\t\t// | | 1 - this amount), multiply by the K factor\n\t\t\t\t{ " 18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 18 | WARNING | [ ] Line exceeds 85 characters; contains 121 characters 18 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 4 19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 19 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 4 20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 20 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 4 21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 21 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 4 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 22 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 4 24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 24 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 4 25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 25 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 4 27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 27 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 4 28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 28 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 4 28 | ERROR | [x] Closing brace must be on a line by itself 33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 33 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 3 34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 34 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3 34 | ERROR | [ ] Expected "} else {\n"; found "}\n\n\n\n\n\t\t\t//If player 2 | | won do the opposite\n\t\t\telse { " 35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 35 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 4 36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 36 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 4 39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 39 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 4 39 | ERROR | [x] Closing brace must be on a line by itself 40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 40 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 44 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 45 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1 45 | ERROR | [x] Closing brace indented incorrectly; expected 0 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 48 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/lib/data.php ----------------------------------------------------------------------------------- FOUND 1450 ERRORS AND 46 WARNINGS AFFECTING 755 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 5 | ERROR | [ ] Package name "default" is not valid; consider "Default" | | instead 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 13 | ERROR | [ ] Missing short description in doc comment 17 | ERROR | [x] Opening brace should be on a new line 18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 18 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 19 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 20 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 22 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 22 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 1 22 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 23 | WARNING | [ ] Line exceeds 85 characters; contains 150 characters 24 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 26 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 26 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 1 26 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 27 | WARNING | [ ] Line exceeds 85 characters; contains 281 characters 28 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 30 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 30 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 1 30 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 31 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 32 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 34 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 35 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 44 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 45 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 45 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 46 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 46 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 47 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 47 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 48 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 48 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 49 | ERROR | [x] Expected 3 spaces after parameter type; 5 found 49 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 50 | ERROR | [x] Expected 3 spaces after parameter type; 5 found 50 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 51 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 53 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 53 | ERROR | [x] Opening brace should be on a new line 54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 54 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 55 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 56 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 57 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 59 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 60 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 60 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 61 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 62 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 64 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 64 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 2 64 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 65 | WARNING | [ ] Line exceeds 85 characters; contains 143 characters 66 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 67 | ERROR | [x] Line indented incorrectly; expected at least 11 spaces, | | found 2 68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 68 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 70 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 71 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 82 | ERROR | [x] Opening brace should be on a new line 87 | ERROR | [ ] Missing short description in doc comment 95 | ERROR | [ ] Missing @return tag in function comment 96 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 96 | ERROR | [x] Opening brace should be on a new line 97 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 97 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 98 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 100 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 100 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 102 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 102 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 1 102 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 104 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 106 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 116 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 117 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 118 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 120 | ERROR | [x] Opening brace should be on a new line 121 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 121 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 122 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 122 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 123 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 123 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 125 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 125 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 126 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 127 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 128 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 130 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 130 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 1 130 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 132 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 134 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 142 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 143 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 143 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 144 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 146 | ERROR | [x] Opening brace should be on a new line 147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 147 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 149 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 150 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 152 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 152 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 1 152 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 154 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 156 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 156 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 157 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 157 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 158 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 159 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 159 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 160 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 166 | ERROR | [ ] Missing short description in doc comment 168 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 169 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 171 | ERROR | [x] Opening brace should be on a new line 172 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 172 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 174 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 185 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 185 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 189 | ERROR | [ ] Missing short description in doc comment 191 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 192 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 193 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 195 | ERROR | [x] Opening brace should be on a new line 196 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 196 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 198 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 198 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 199 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 199 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 201 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 201 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 201 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 1 201 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 203 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 205 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 205 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 206 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 206 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 211 | ERROR | [ ] Missing short description in doc comment 215 | ERROR | [ ] Function name "test_insert" is prefixed with a package name | | but does not begin with a capital letter 215 | ERROR | [ ] Function name "test_insert" is invalid; consider | | "Test_insert" instead 215 | ERROR | [x] Opening brace should be on a new line 216 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 216 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 217 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 217 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 218 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 218 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 220 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 220 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 220 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 1 220 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 221 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 222 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 223 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 223 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 233 | ERROR | [ ] Missing short description in doc comment 237 | ERROR | [ ] Function name "test_update" is prefixed with a package name | | but does not begin with a capital letter 237 | ERROR | [ ] Function name "test_update" is invalid; consider | | "Test_update" instead 237 | ERROR | [x] Opening brace should be on a new line 238 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 238 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 239 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 239 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 248 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 249 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 249 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 250 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 252 | ERROR | [x] Opening brace should be on a new line 256 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 256 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 257 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 257 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 258 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 258 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 259 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 259 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 261 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 261 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 262 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 262 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 263 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 263 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 264 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 264 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 264 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 265 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 265 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 265 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 266 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 266 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 266 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 267 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 267 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 267 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 268 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 268 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 269 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 269 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 270 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 270 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 271 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 271 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 272 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 272 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 273 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 273 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 274 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 274 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 275 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 275 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 276 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 276 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 277 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 277 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 278 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 278 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 279 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 279 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 280 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 280 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 281 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 281 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 282 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 282 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 283 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 283 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 284 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 284 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 285 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 285 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 286 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 286 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 287 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 287 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 288 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 288 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 289 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 289 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 290 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 290 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 291 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 291 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 292 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 292 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 293 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 293 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 294 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 294 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 295 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 295 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 296 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 296 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 297 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 297 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 298 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 298 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 299 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 299 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 300 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 300 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 301 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 301 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 302 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 302 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 303 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 303 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 304 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 304 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 305 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 305 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 306 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 306 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 307 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 307 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 308 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 308 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 309 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 309 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 310 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 310 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 311 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 311 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 312 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 312 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 313 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 313 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 314 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 314 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 315 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 315 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 316 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 316 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 317 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 317 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 318 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 318 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 319 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 319 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 320 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 320 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 321 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 321 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 322 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 322 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 323 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 323 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 324 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 324 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 325 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 325 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 326 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 326 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 327 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 327 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 328 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 328 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 329 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 329 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 330 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 330 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 331 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 331 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 332 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 332 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 333 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 333 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 334 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 334 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 335 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 335 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 336 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 336 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 337 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 337 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 338 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 338 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 339 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 339 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 340 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 340 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 341 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 341 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 342 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 342 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 343 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 343 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 344 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 344 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 345 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 345 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 346 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 346 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 347 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 347 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 348 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 348 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 349 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 349 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 350 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 350 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 351 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 351 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 352 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 352 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 353 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 353 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 354 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 354 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 355 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 355 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 356 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 356 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 356 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 357 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 357 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 358 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 358 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 359 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 359 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 360 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 360 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 361 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 361 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 362 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 362 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 363 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 363 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 364 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 364 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 365 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 365 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 366 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 366 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 367 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 367 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 368 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 368 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 369 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 369 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 370 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 370 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 371 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 371 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 372 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 372 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 373 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 373 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 374 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 374 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 375 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 375 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 376 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 376 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 377 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 377 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 378 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 378 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 379 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 379 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 380 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 380 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 381 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 381 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 382 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 382 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 383 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 383 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 384 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 384 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 385 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 385 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 386 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 386 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 387 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 387 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 388 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 388 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 389 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 389 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 390 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 390 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 391 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 391 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 392 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 392 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 393 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 393 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 394 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 394 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 395 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 395 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 396 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 396 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 397 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 397 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 398 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 398 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 399 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 399 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 400 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 400 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 401 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 401 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 402 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 402 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 403 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 403 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 404 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 404 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 405 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 405 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 406 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 406 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 407 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 407 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 408 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 408 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 409 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 409 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 410 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 410 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 411 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 411 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 412 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 412 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 413 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 413 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 414 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 414 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 415 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 415 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 416 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 416 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 417 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 417 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 418 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 418 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 419 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 419 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 420 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 420 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 421 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 421 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 422 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 422 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 423 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 423 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 424 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 424 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 425 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 425 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 426 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 426 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 427 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 427 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 427 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 428 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 428 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 429 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 429 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 430 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 430 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 431 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 431 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 432 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 432 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 433 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 433 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 434 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 434 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 435 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 435 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 436 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 436 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 437 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 437 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 438 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 438 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 439 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 439 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 440 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 440 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 441 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 441 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 442 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 442 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 443 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 443 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 444 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 444 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 445 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 445 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 446 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 446 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 447 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 447 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 448 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 448 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 449 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 449 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 449 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 450 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 450 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 451 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 451 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 452 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 452 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 453 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 453 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 454 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 454 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 455 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 455 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 456 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 456 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 457 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 457 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 458 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 458 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 459 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 459 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 460 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 460 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 461 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 461 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 462 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 462 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 463 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 463 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 464 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 464 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 465 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 465 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 466 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 466 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 467 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 467 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 468 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 468 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 469 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 469 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 470 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 470 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 471 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 471 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 472 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 472 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 473 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 473 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 474 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 474 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 475 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 475 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 476 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 476 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 477 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 477 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 477 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 478 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 478 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 479 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 479 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 480 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 480 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 481 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 481 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 482 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 482 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 483 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 483 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 484 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 484 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 485 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 485 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 486 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 486 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 487 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 487 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 488 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 488 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 489 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 489 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 490 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 490 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 491 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 491 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 492 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 492 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 493 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 493 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 493 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 494 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 494 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 494 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 495 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 495 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 496 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 496 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 497 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 497 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 498 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 498 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 499 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 499 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 500 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 500 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 501 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 501 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 502 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 502 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 503 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 503 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 504 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 504 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 505 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 505 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 506 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 506 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 507 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 507 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 508 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 508 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 509 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 509 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 510 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 510 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 511 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 511 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 512 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 512 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 513 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 513 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 514 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 514 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 515 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 515 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 516 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 516 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 517 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 517 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 518 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 518 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 519 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 519 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 520 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 520 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 521 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 521 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 522 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 522 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 523 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 523 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 524 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 524 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 525 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 525 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 526 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 526 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 527 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 527 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 528 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 528 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 529 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 529 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 530 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 530 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 531 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 531 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 532 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 532 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 533 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 533 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 534 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 534 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 535 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 535 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 536 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 536 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 537 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 537 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 538 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 538 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 539 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 539 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 540 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 540 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 541 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 541 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 542 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 542 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 543 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 543 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 544 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 544 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 545 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 545 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 546 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 546 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 547 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 547 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 548 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 548 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 549 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 549 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 550 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 550 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 551 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 551 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 552 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 552 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 553 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 553 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 554 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 554 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 555 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 555 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 556 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 556 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 557 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 557 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 558 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 558 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 559 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 559 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 560 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 560 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 561 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 561 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 562 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 562 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 563 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 563 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 564 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 564 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 565 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 565 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 566 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 566 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 567 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 567 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 568 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 568 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 569 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 569 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 570 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 570 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 571 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 571 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 572 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 572 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 573 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 573 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 574 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 574 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 575 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 575 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 576 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 576 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 577 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 577 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 578 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 578 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 579 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 579 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 580 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 580 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 581 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 581 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 582 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 582 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 583 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 583 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 584 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 584 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 585 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 585 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 586 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 586 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 587 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 587 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 588 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 588 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 589 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 589 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 590 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 590 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 591 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 591 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 592 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 592 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 593 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 593 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 594 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 594 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 595 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 595 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 596 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 596 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 597 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 597 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 598 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 598 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 599 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 599 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 600 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 600 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 601 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 601 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 602 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 602 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 603 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 603 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 604 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 604 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 605 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 605 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 606 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 606 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 607 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 607 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 608 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 608 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 609 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 609 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 610 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 610 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 611 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 611 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 612 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 612 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 613 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 613 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 614 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 614 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 615 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 615 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 616 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 616 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 617 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 617 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 618 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 618 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 618 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 619 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 619 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 620 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 620 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 623 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 623 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 624 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 624 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 625 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 625 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 627 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 627 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 628 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 628 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 631 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 631 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 636 | ERROR | [ ] Missing short description in doc comment 638 | ERROR | [ ] Missing parameter comment 638 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 639 | ERROR | [ ] Missing parameter comment 639 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 640 | ERROR | [ ] Missing parameter comment 640 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 641 | ERROR | [ ] Missing parameter comment 641 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 642 | ERROR | [ ] Missing parameter comment 642 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 643 | ERROR | [ ] Missing parameter comment 643 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 644 | ERROR | [ ] Missing parameter comment 644 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 645 | ERROR | [ ] Missing parameter comment 645 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 646 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 647 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 648 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 649 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 650 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 652 | WARNING | [ ] Line exceeds 85 characters; contains 180 characters 652 | ERROR | [x] Opening brace should be on a new line 653 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 653 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 653 | WARNING | [ ] Line exceeds 85 characters; contains 143 characters 654 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 654 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 655 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 655 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 656 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 656 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 657 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 657 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 660 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 660 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 660 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 1 660 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 661 | WARNING | [ ] Line exceeds 85 characters; contains 155 characters 662 | WARNING | [ ] Line exceeds 85 characters; contains 180 characters 663 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 667 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 667 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 671 | ERROR | [ ] Missing short description in doc comment 673 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 674 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 676 | ERROR | [ ] Function name "Get_category_strength" is invalid; consider | | "Get_Category_strength" instead 676 | ERROR | [x] Opening brace should be on a new line 677 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 677 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 678 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 678 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 679 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 679 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 680 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 680 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 681 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 681 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 683 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 683 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 684 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 684 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 685 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 685 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 687 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 687 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 688 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 688 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 690 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 690 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 691 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 691 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 692 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 692 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 694 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 694 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 695 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 695 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 697 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 697 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 698 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 698 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 701 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 701 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 702 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 702 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 704 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 704 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 706 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 706 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 707 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 707 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 709 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 709 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 710 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 710 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 711 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 711 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 712 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 712 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 714 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 714 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 715 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 715 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 716 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 716 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 717 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 717 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 718 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 718 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 720 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 720 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 722 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 722 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 723 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 723 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 725 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 725 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 727 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 727 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 728 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 728 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 729 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 729 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 730 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 730 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 731 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 731 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 731 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 732 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 732 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 734 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 734 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 736 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 736 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 737 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 737 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 739 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 739 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 740 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 740 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 741 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 741 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 742 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 742 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 743 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 743 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 743 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 745 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 745 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 747 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 747 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 748 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 748 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 750 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 750 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 751 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 751 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 754 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 754 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 755 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 755 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 758 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 758 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 759 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 759 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 761 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 761 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 763 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 763 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 764 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 764 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 765 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 765 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 766 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 766 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 767 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 767 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 768 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 768 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 769 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 769 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 770 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 770 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 771 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 771 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 772 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 772 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 776 | ERROR | [ ] Missing short description in doc comment 780 | ERROR | [x] Opening brace should be on a new line 781 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 781 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 782 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 782 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 783 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 783 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 784 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 784 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 784 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "false" but | | found "FALSE" 785 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 785 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 787 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 787 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 788 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 788 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 789 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 789 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 790 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 790 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 791 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 791 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 793 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 793 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 797 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 797 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 802 | ERROR | [ ] Missing short description in doc comment 804 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 805 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 806 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 807 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 809 | ERROR | [x] Opening brace should be on a new line 811 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 811 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 812 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 812 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 813 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 813 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 814 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 814 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 817 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 817 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 818 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 818 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 820 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 820 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 820 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 1 820 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 821 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 822 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 823 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 823 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 839 | ERROR | [ ] Missing short description in doc comment 841 | ERROR | [ ] Missing parameter comment 841 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 842 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 844 | ERROR | [ ] Function name "split_full_name" is prefixed with a package | | name but does not begin with a capital letter 844 | ERROR | [ ] Function name "split_full_name" is invalid; consider | | "Split_Full_name" instead 844 | ERROR | [x] Opening brace should be on a new line 845 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 845 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 846 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 846 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 847 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 847 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 850 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 850 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 851 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 851 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 852 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 852 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 853 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 853 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 854 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 854 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 855 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 855 | WARNING | [x] Inline control structures are discouraged 855 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 856 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 856 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 857 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 857 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 858 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 858 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 860 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 860 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 861 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 861 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 862 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 862 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 864 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 864 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 865 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 865 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 866 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 866 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 868 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 868 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 869 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 869 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 870 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 870 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 871 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 871 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 871 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 872 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 872 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 872 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 873 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 873 | WARNING | [x] Inline control structures are discouraged 873 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 874 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 874 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 875 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 875 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 876 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 876 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 877 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 877 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 878 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 878 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 879 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 879 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 880 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 880 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 881 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 881 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 882 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 882 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 883 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 883 | WARNING | [x] Inline control structures are discouraged 883 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 884 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 884 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 885 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 885 | WARNING | [x] Inline control structures are discouraged 885 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 886 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 886 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 887 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 887 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 888 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 888 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 889 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 889 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 890 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 890 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 891 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 891 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 892 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 892 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 893 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 893 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 894 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 894 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 896 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 896 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 897 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 897 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 898 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 898 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 899 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 899 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 900 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 900 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 901 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 901 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 902 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 902 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 903 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 903 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 904 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 904 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 905 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 905 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 907 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 907 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 908 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 908 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 909 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 909 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 910 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 910 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 911 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 911 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 912 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 912 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 913 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 913 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 921 | ERROR | [ ] Missing short description in doc comment 923 | ERROR | [ ] Missing parameter comment 923 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 924 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 926 | ERROR | [ ] Function name "is_salutation" is prefixed with a package | | name but does not begin with a capital letter 926 | ERROR | [ ] Function name "is_salutation" is invalid; consider | | "Is_salutation" instead 926 | ERROR | [x] Opening brace should be on a new line 927 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 927 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 928 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 928 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 929 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 929 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 930 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 930 | WARNING | [x] Inline control structures are discouraged 930 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 931 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 931 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 932 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 932 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 932 | WARNING | [x] Inline control structures are discouraged 933 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 933 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 934 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 934 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 934 | WARNING | [x] Inline control structures are discouraged 935 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 935 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 936 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 936 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 936 | WARNING | [x] Inline control structures are discouraged 937 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 937 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 938 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 938 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 938 | WARNING | [x] Inline control structures are discouraged 939 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 939 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 940 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 940 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 940 | WARNING | [x] Inline control structures are discouraged 941 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 941 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 942 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 942 | WARNING | [x] Inline control structures are discouraged 942 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 943 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 943 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 950 | ERROR | [ ] Missing short description in doc comment 952 | ERROR | [ ] Missing parameter comment 952 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 953 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 955 | ERROR | [ ] Function name "is_suffix" is prefixed with a package name | | but does not begin with a capital letter 955 | ERROR | [ ] Function name "is_suffix" is invalid; consider "Is_suffix" | | instead 955 | ERROR | [x] Opening brace should be on a new line 956 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 956 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 957 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 957 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 958 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 958 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 959 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 959 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 959 | WARNING | [ ] Line exceeds 85 characters; contains 137 characters 960 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 960 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 961 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 961 | WARNING | [x] Inline control structures are discouraged 961 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 962 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 962 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 963 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 963 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 964 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 964 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 971 | ERROR | [ ] Missing short description in doc comment 973 | ERROR | [ ] Missing parameter comment 973 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 974 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 976 | ERROR | [ ] Function name "is_compound_lname" is prefixed with a package | | name but does not begin with a capital letter 976 | ERROR | [ ] Function name "is_compound_lname" is invalid; consider | | "Is_Compound_lname" instead 976 | ERROR | [x] Opening brace should be on a new line 977 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 977 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 978 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 978 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 978 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 979 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 979 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 979 | WARNING | [ ] Line exceeds 85 characters; contains 124 characters 980 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 980 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 987 | ERROR | [ ] Missing short description in doc comment 989 | ERROR | [ ] Missing parameter comment 989 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 990 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 992 | ERROR | [ ] Function name "is_initial" is prefixed with a package name | | but does not begin with a capital letter 992 | ERROR | [ ] Function name "is_initial" is invalid; consider "Is_initial" | | instead 992 | ERROR | [x] Opening brace should be on a new line 993 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 993 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1001 | ERROR | [ ] Missing short description in doc comment 1003 | ERROR | [ ] Missing parameter comment 1003 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1004 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1006 | ERROR | [ ] Function name "is_camel_case" is prefixed with a package | | name but does not begin with a capital letter 1006 | ERROR | [ ] Function name "is_camel_case" is invalid; consider | | "Is_Camel_case" instead 1006 | ERROR | [x] Opening brace should be on a new line 1007 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1007 | WARNING | [x] Inline control structures are discouraged 1007 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1008 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1008 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1009 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1009 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1017 | ERROR | [ ] Missing short description in doc comment 1019 | ERROR | [ ] Missing parameter comment 1019 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1020 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1022 | ERROR | [ ] Function name "fix_case" is prefixed with a package name but | | does not begin with a capital letter 1022 | ERROR | [ ] Function name "fix_case" is invalid; consider "Fix_case" | | instead 1022 | ERROR | [x] Opening brace should be on a new line 1023 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1023 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1024 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1024 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1025 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1025 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1026 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1026 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1027 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1027 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1034 | ERROR | [ ] Missing short description in doc comment 1036 | ERROR | [ ] Missing parameter comment 1036 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1037 | ERROR | [ ] Missing parameter comment 1037 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1038 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1040 | ERROR | [ ] Function name "safe_ucfirst" is prefixed with a package name | | but does not begin with a capital letter 1040 | ERROR | [ ] Function name "safe_ucfirst" is invalid; consider | | "Safe_ucfirst" instead 1040 | ERROR | [x] Opening brace should be on a new line 1041 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1041 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1042 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1042 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1043 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1043 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1044 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1044 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1045 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1045 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1046 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1046 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1379 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/tests/data_test.php ----------------------------------------------------------------------------------- FOUND 76 ERRORS AND 2 WARNINGS AFFECTING 40 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [ ] Missing doc comment for class TestOfDataModel 6 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 9 | ERROR | [ ] Method name "TestOfDataModel::testDB_create" is not in camel | | caps format 9 | ERROR | [ ] Missing doc comment for function testDB_create() 9 | ERROR | [x] Opening brace should be on a new line 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 11 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 11 | ERROR | [x] No space found after comma in argument list 12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 12 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 15 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 16 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 16 | ERROR | [x] No space found after comma in argument list 16 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 17 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 18 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 18 | ERROR | [x] Closing brace indented incorrectly; expected 4 spaces, found 1 19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 21 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 21 | ERROR | [ ] Method name "TestOfDataModel::testFind_name" is not in camel | | caps format 21 | ERROR | [ ] Missing doc comment for function testFind_name() 21 | ERROR | [x] Opening brace should be on a new line 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 22 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 23 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 24 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 24 | ERROR | [x] No space found after comma in argument list 25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 25 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 26 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 26 | ERROR | [x] No space found after comma in argument list 27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 27 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 28 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 30 | ERROR | [ ] Method name "TestOfDataModel::testGet_rank" is not in camel | | caps format 30 | ERROR | [ ] Missing doc comment for function testGet_rank() 30 | ERROR | [x] Opening brace should be on a new line 33 | ERROR | [x] No space found after comma in argument list 37 | ERROR | [ ] Method name "TestOfDataModel::testGet_data" is not in camel | | caps format 37 | ERROR | [ ] Missing doc comment for function testGet_data() 37 | ERROR | [x] Opening brace should be on a new line 40 | ERROR | [x] No space found after comma in argument list 46 | ERROR | [ ] Method name "TestOfDataModel::testFix_playernames" is not in | | camel caps format 46 | ERROR | [ ] Missing doc comment for function testFix_playernames() 46 | ERROR | [x] Opening brace should be on a new line 49 | ERROR | [x] No space found after comma in argument list 52 | ERROR | [x] No space found after comma in argument list 55 | ERROR | [x] No space found after comma in argument list 58 | ERROR | [x] No space found after comma in argument list 61 | ERROR | [x] No space found after comma in argument list 61 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 64 | ERROR | [x] No space found after comma in argument list 67 | ERROR | [x] No space found after comma in argument list 73 | ERROR | [ ] Method name "TestOfDataModel::testLoad_Judoinside_data" is not | | in camel caps format 73 | ERROR | [ ] Missing doc comment for function testLoad_Judoinside_data() 76 | ERROR | [x] No space found after comma in argument list 83 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3 88 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 88 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 89 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 89 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 90 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 90 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 91 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 62 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/tests/elo_test.php ----------------------------------------------------------------------------------- FOUND 12 ERRORS AFFECTING 8 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 8 | ERROR | [ ] Missing doc comment for class TestOfELO 8 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 10 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 5 10 | ERROR | [ ] Missing doc comment for function testELO() 10 | ERROR | [x] Opening brace should be on a new line 13 | ERROR | [x] No space found after comma in argument list 17 | ERROR | [x] No space found after comma in argument list 19 | ERROR | [x] Closing brace indented incorrectly; expected 5 spaces, found 4 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/tests/bugs.php ----------------------------------------------------------------------------------- FOUND 49 ERRORS AND 1 WARNING AFFECTING 27 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [ ] Missing doc comment for class TestOfBugs 6 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 10 | ERROR | [ ] You must use "/**" style comments for a function comment 10 | ERROR | [x] Opening brace should be on a new line 26 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 27 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 29 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 30 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 31 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 32 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 33 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 34 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 38 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 39 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 40 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 41 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 43 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 48 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 49 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 50 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 51 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 51 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 53 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 54 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 46 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/tests/rwjl_ctrl_test.php ----------------------------------------------------------------------------------- FOUND 22 ERRORS AND 3 WARNINGS AFFECTING 13 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 7 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 10 | ERROR | [ ] Missing doc comment for class TestOfRWJL_Controller 10 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 14 | ERROR | [ ] Missing doc comment for function testGetBetween() 14 | ERROR | [x] Opening brace should be on a new line 16 | ERROR | [x] No space found after comma in argument list 23 | ERROR | [ ] Method name "TestOfRWJL_Controller::testJudoinside_profile" is | | not in camel caps format 23 | ERROR | [ ] Missing doc comment for function testJudoinside_profile() 23 | ERROR | [x] Opening brace should be on a new line 28 | ERROR | [x] No space found after comma in argument list 28 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 37 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 5 37 | ERROR | [ ] Method name "TestOfRWJL_Controller::testMaintenance_mode" is | | not in camel caps format 37 | ERROR | [ ] Missing doc comment for function testMaintenance_mode() 37 | ERROR | [x] Opening brace should be on a new line 39 | ERROR | [x] No space found after comma in argument list 39 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 44 | ERROR | [x] No space found after comma in argument list 44 | ERROR | [x] No space found after comma in argument list 44 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 49 | ERROR | [x] Closing brace indented incorrectly; expected 5 spaces, found 4 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 15 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/tests/all_tests.php ----------------------------------------------------------------------------------- FOUND 6 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 4 | ERROR | [ ] Missing doc comment for class AllTests 4 | ERROR | [x] Opening brace of a class must be on the line after the definition 5 | ERROR | [ ] Missing doc comment for function AllTests() 5 | ERROR | [x] Opening brace should be on a new line ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/controllers/rwjl.php ----------------------------------------------------------------------------------- FOUND 2870 ERRORS AND 39 WARNINGS AFFECTING 1480 LINES ----------------------------------------------------------------------------------- 10 | ERROR | [ ] The tag in position 2 should be the @package tag 11 | ERROR | [ ] The tag in position 3 should be the @author tag 13 | ERROR | [ ] The tag in position 5 should be the @license tag 25 | ERROR | [x] Opening brace should be on a new line 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 26 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 35 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 36 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 37 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 38 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 39 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 40 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 43 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 1 44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 44 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 1 45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 45 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 1 46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 46 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 1 49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 49 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 50 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 51 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 52 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 53 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 55 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 56 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 57 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 58 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 59 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 61 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 62 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 64 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 65 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 66 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 67 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 68 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 69 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 70 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 71 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 72 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 73 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 73 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 74 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 74 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 75 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 75 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 76 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 77 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 78 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 79 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 79 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 80 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 81 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 82 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 82 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 83 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 84 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 85 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 86 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 86 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 87 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 87 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 88 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 88 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 89 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 89 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 90 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 90 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 91 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 91 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 92 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 92 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 93 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 93 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 94 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 95 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 95 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 96 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 96 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 97 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 97 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 98 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 99 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 99 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 100 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 101 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 102 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 103 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 103 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 104 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 104 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 105 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 105 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 106 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 106 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 107 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 108 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 108 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 109 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 110 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 111 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 112 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 112 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 113 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 114 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 115 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 116 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 117 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 117 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 118 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 119 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 119 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 120 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 120 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 121 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 121 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 122 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 122 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 123 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 123 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 124 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 124 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 125 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 125 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 126 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 127 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 128 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 129 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 129 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 130 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 131 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 131 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 132 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 132 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 133 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 134 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 135 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 135 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 136 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 136 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 137 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 138 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 138 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 139 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 140 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 141 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 141 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 142 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 143 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 144 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 145 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 146 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 147 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 148 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 149 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 150 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 155 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 155 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 156 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 156 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 156 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 158 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 159 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 159 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 162 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 162 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 163 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 164 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 164 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 164 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 165 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 165 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 168 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 168 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 169 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 170 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 171 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 171 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 172 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 172 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 173 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 173 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 174 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 175 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 175 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 176 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 176 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 178 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 179 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 180 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 180 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 182 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 182 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 183 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 183 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 184 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 184 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 198 | ERROR | [x] Opening brace should be on a new line 199 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 199 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 200 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 200 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 201 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 201 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 203 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 203 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 207 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 207 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 210 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 210 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 211 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 211 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 213 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 213 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 214 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 214 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 215 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 215 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 217 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 217 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 219 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 219 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 221 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 221 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 222 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 222 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 224 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 224 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 226 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 226 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 227 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 227 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 230 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 230 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 231 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 231 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 233 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 233 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 234 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 234 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 236 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 236 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 238 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 238 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 239 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 239 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 240 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 240 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 241 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 241 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 244 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 244 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 255 | WARNING | [ ] Line exceeds 85 characters; contains 125 characters 258 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 258 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 259 | ERROR | [ ] Missing parameter comment 259 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 259 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 260 | ERROR | [ ] Missing parameter comment 260 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 260 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 261 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 263 | ERROR | [x] Opening brace should be on a new line 266 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 266 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 270 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 270 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 271 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 271 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 272 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 272 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 273 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 273 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 276 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 276 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 278 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 278 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 279 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 279 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 281 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 281 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 282 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 282 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 283 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 283 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 284 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 284 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 286 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 286 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 287 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 287 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 289 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 289 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 290 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 290 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 291 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 291 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 292 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 292 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 293 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 293 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 294 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 294 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 295 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 295 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 296 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 296 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 297 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 297 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 298 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 298 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 299 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 299 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 300 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 300 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 301 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 301 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 302 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 302 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 303 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 303 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 305 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 305 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 306 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 306 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 307 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 307 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 308 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 308 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 309 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 309 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 310 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 310 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 314 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 314 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 316 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 316 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 317 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 317 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 319 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 319 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 321 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 321 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 322 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 322 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 323 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 323 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 324 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 324 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 325 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 325 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 325 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 326 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 326 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 329 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 329 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 333 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 333 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 334 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 334 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 338 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 338 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 339 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 339 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 340 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 340 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 341 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 341 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 342 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 342 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 342 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 346 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 346 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 348 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 348 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 349 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 349 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 352 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 352 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 353 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 353 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 354 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 354 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 355 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 355 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 357 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 357 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 358 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 358 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 359 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 359 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 360 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 360 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 361 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 361 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 363 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 363 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 364 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 364 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 365 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 365 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 366 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 366 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 367 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 367 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 368 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 368 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 369 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 369 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 370 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 370 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 372 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 372 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 373 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 373 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 374 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 374 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 375 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 375 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 376 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 376 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 377 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 377 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 378 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 378 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 379 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 379 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 380 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 380 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 384 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 384 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 386 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 386 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 388 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 388 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 390 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 390 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 391 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 391 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 393 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 393 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 394 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 394 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 399 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 399 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 400 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 400 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 401 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 401 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 403 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 403 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 404 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 404 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 405 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 405 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 406 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 406 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 407 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 407 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 408 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 408 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 409 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 409 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 410 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 410 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 411 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 411 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 412 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 412 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 413 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 413 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 414 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 414 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 415 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 415 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 416 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 416 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 420 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 420 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 421 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 421 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 422 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 422 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 423 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 423 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 424 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 424 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 425 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 425 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 426 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 426 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 427 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 427 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 428 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 428 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 429 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 429 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 432 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 432 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 434 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 434 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 435 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 435 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 436 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 436 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 437 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 437 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 442 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 442 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 445 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 445 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 446 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 446 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 448 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 448 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 448 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 449 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 449 | WARNING | [ ] Line exceeds 85 characters; contains 127 characters 449 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 452 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 452 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 452 | WARNING | [ ] Line exceeds 85 characters; contains 151 characters 454 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 454 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 455 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 455 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 456 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 456 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 458 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 458 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 471 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 471 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 473 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 473 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 474 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 474 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 475 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 475 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 485 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 490 | ERROR | [x] Opening brace should be on a new line 491 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 491 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 492 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 492 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 494 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 494 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 494 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 495 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 495 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 496 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 496 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 497 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 497 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 498 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 498 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 499 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 499 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 500 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 500 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 501 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 501 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 502 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 502 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 503 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 503 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 504 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 504 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 505 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 505 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 506 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 506 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 507 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 507 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 508 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 508 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 509 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 509 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 510 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 510 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 511 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 511 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 512 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 512 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 513 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 513 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 514 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 514 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 515 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 515 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 516 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 516 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 517 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 517 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 518 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 518 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 519 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 519 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 520 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 520 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 521 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 521 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 522 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 522 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 523 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 523 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 524 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 524 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 525 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 525 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 526 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 526 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 527 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 527 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 528 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 528 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 529 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 529 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 530 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 530 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 531 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 531 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 532 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 532 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 533 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 533 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 534 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 534 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 535 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 535 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 536 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 536 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 537 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 537 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 538 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 538 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 539 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 539 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 540 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 540 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 541 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 541 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 542 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 542 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 543 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 543 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 544 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 544 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 545 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 545 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 546 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 546 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 547 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 547 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 548 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 548 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 549 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 549 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 550 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 550 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 551 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 551 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 552 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 552 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 553 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 553 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 554 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 554 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 555 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 555 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 556 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 556 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 557 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 557 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 558 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 558 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 559 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 559 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 560 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 560 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 561 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 561 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 562 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 562 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 563 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 563 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 564 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 564 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 565 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 565 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 566 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 566 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 567 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 567 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 568 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 568 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 569 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 569 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 570 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 570 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 571 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 571 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 572 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 572 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 573 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 573 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 574 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 574 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 575 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 575 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 576 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 576 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 577 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 577 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 578 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 578 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 584 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 584 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 585 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 585 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 586 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 586 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 587 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 587 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 588 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 588 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 589 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 589 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 590 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 590 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 591 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 591 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 592 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 592 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 593 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 593 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 594 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 594 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 595 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 595 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 596 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 596 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 597 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 597 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 598 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 598 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 599 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 599 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 600 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 600 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 602 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 602 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 603 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 603 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 604 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 604 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 606 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 606 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 607 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 607 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 608 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 608 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 609 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 609 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 613 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 613 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 614 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 614 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 616 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 616 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 617 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 617 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 618 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 618 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 619 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 619 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 622 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 622 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 623 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 623 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 624 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 624 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 625 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 625 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 626 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 626 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 627 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 627 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 628 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 628 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 629 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 629 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 630 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 630 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 631 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 631 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 632 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 632 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 633 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 633 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 634 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 634 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 635 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 635 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 636 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 636 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 637 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 637 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 638 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 638 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 639 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 639 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 640 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 640 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 641 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 641 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 642 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 642 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 644 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 644 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 645 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 645 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 657 | ERROR | [x] Opening brace should be on a new line 658 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 658 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 668 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 668 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 669 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 669 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 670 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 672 | ERROR | [x] Opening brace should be on a new line 673 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 673 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 674 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 674 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 675 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 675 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 677 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 677 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 678 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 678 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 681 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 681 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 682 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 682 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 683 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 683 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 685 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 685 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 686 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 686 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 689 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 689 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 691 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 691 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 692 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 692 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 694 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 694 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 695 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 695 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 696 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 696 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 696 | WARNING | [ ] Line exceeds 85 characters; contains 447 characters 698 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 698 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 698 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 699 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 699 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 700 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 700 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 702 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 702 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 703 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 703 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 704 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 704 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 705 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 705 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 707 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 707 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 708 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 708 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 709 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 709 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 710 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 710 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 711 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 711 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 712 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 712 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 713 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 713 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 714 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 714 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 715 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 715 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 716 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 716 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 717 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 717 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 718 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 718 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 719 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 719 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 720 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 720 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 721 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 721 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 722 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 722 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 723 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 723 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 724 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 724 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 725 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 725 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 726 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 726 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 727 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 727 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 728 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 728 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 729 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 729 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 730 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 730 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 731 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 731 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 733 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 733 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 735 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 735 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 736 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 736 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 738 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 738 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 739 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 739 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 739 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 740 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 740 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 741 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 741 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 742 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 742 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 742 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 743 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 743 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 744 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 744 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 745 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 745 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 746 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 746 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 747 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 747 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 748 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 748 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 749 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 749 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 759 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 759 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 760 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 760 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 761 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 763 | ERROR | [x] Opening brace should be on a new line 764 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 764 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 765 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 765 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 766 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 766 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 768 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 768 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 769 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 769 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 772 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 772 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 773 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 773 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 774 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 774 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 776 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 776 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 777 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 777 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 778 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 778 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 779 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 779 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 781 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 781 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 782 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 782 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 783 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 783 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 784 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 784 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 786 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 786 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 787 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 787 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 788 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 788 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 789 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 789 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 791 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 791 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 792 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 792 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 793 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 793 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 794 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 794 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 797 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 797 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 798 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 798 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 799 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 799 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 801 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 801 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 802 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 802 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 805 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 805 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 807 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 807 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 808 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 808 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 809 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 809 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 810 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 810 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 810 | WARNING | [ ] Line exceeds 85 characters; contains 515 characters 812 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 812 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 813 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 813 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 814 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 814 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 815 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 815 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 816 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 816 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 817 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 817 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 818 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 818 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 819 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 819 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 820 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 820 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 821 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 821 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 822 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 822 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 823 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 823 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 824 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 824 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 825 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 825 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 826 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 826 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 827 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 827 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 828 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 828 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 829 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 829 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 830 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 830 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 831 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 831 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 832 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 832 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 833 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 833 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 834 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 834 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 835 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 835 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 836 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 836 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 837 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 837 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 838 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 838 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 839 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 839 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 840 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 840 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 841 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 841 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 842 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 842 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 844 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 844 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 846 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 846 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 847 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 847 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 848 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 848 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 849 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 849 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 850 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 850 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 851 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 851 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 853 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 853 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 854 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 854 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 855 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 855 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 857 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 857 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 858 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 858 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 870 | ERROR | [x] Opening brace should be on a new line 871 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 871 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 872 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 872 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 874 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 874 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 875 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 875 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 876 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 876 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 877 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 877 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 879 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 879 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 881 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 881 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 882 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 882 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 884 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 884 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 885 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 885 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 886 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 886 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 886 | WARNING | [ ] Line exceeds 85 characters; contains 500 characters 888 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 888 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 889 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 889 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 890 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 890 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 891 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 891 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 892 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 892 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 893 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 893 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 894 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 894 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 895 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 895 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 896 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 896 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 897 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 897 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 898 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 898 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 899 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 899 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 900 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 900 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 901 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 901 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 902 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 902 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 903 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 903 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 904 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 904 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 905 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 905 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 906 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 906 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 907 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 907 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 908 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 908 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 909 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 909 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 910 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 910 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 911 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 911 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 912 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 912 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 913 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 913 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 914 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 914 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 915 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 915 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 916 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 916 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 917 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 917 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 918 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 918 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 919 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 919 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 920 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 920 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 922 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 922 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 924 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 924 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 925 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 925 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 926 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 926 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 927 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 927 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 928 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 928 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 929 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 929 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 930 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 930 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 942 | ERROR | [ ] Function name "Show_all_countries" is invalid; consider | | "Show_All_countries" instead 942 | ERROR | [x] Opening brace should be on a new line 944 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 944 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 945 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 945 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 947 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 947 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 948 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 948 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 949 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 949 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 950 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 950 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 952 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 952 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 954 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 954 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 955 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 955 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 965 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 965 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 966 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 966 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 967 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 967 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 968 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 968 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 970 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 970 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 971 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 971 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 972 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 972 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 973 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 973 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 974 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 974 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 976 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 976 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 977 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 977 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 978 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 978 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 979 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 979 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 980 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 980 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 981 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 981 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 982 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 982 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 983 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 983 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 984 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 984 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 985 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 985 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 986 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 986 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 987 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 987 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 988 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 988 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 989 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 989 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 990 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 990 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 991 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 991 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 992 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 992 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 993 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 993 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 994 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 994 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 995 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 995 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 996 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 996 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 998 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 998 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 999 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 999 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1000 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1000 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1001 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1001 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1002 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1002 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1004 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1004 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1005 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1005 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1006 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1006 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1008 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1008 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1009 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1009 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1010 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1010 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1013 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1013 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1014 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1014 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1015 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1015 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1016 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1016 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1017 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1017 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1018 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1018 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1019 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1019 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1020 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1020 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1021 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1021 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1022 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1022 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1023 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1023 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1024 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1024 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1025 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1025 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1026 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1026 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1027 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1027 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1028 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1028 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1030 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1030 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1031 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1031 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1032 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1032 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1036 | ERROR | [ ] Missing short description in doc comment 1040 | ERROR | [x] Opening brace should be on a new line 1041 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1041 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1049 | ERROR | [ ] Missing short description in doc comment 1051 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1052 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1054 | ERROR | [ ] Function name "Fights_for_player" is invalid; consider | | "Fights_For_player" instead 1054 | ERROR | [x] Opening brace should be on a new line 1057 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1057 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1058 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1058 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1060 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1060 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1061 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1061 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1062 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1062 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1063 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1063 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1066 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1066 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1067 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1067 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1069 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1069 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1071 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1071 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1072 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1072 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1072 | WARNING | [ ] Line exceeds 85 characters; contains 163 characters 1073 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1073 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1074 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1074 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1075 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1075 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1076 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1076 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1077 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1077 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1078 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1078 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1079 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1079 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1081 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1081 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1083 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1083 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1084 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1084 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1085 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1085 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1087 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1087 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1088 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1088 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1089 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1089 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1090 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1090 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1092 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1092 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1093 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1093 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1094 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1094 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1096 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1096 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1097 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1097 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1098 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1098 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1100 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1101 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1102 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1103 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1103 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1105 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1105 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1107 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1108 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1108 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1109 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1110 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1112 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1112 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1113 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1114 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1115 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1116 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1117 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1117 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1118 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1119 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1119 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1121 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1121 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1122 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1122 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1123 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1123 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1124 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1124 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1129 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1129 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1130 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1131 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1131 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1134 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1137 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1138 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1138 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1139 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1140 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1141 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1141 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1141 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 1142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1142 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1142 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 1143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1143 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1144 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1144 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 1146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1146 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1149 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1150 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1151 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1162 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 1164 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1165 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 1165 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1166 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1168 | ERROR | [x] Opening brace should be on a new line 1169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1169 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1170 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1171 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1171 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1173 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1173 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1175 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1175 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1176 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1176 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1177 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1177 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1178 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1179 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1182 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1182 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1185 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1185 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1186 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1186 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1187 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1187 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1188 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1188 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1189 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1189 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1190 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1190 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1191 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1191 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1192 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1192 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1193 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1193 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1194 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1194 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1195 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1195 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1197 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1197 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1197 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 1199 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1199 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1200 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1200 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1203 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1203 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1205 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1205 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1206 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1206 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1207 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1207 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1208 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1208 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1209 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1209 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1210 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1210 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1214 | ERROR | [ ] Missing short description in doc comment 1216 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1217 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1219 | ERROR | [x] Opening brace should be on a new line 1220 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1220 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1221 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1221 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1222 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1222 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1225 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1225 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1226 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1226 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1227 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1227 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1229 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1229 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1230 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1230 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1231 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1231 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1231 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 1232 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1232 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1233 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1233 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1234 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1234 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1241 | ERROR | [ ] Missing short description in doc comment 1243 | ERROR | [ ] Missing parameter comment 1243 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1244 | ERROR | [ ] Missing parameter comment 1244 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1245 | ERROR | [ ] Missing parameter comment 1245 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1246 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1248 | ERROR | [ ] Function name "GetBetween" is invalid; consider "getBetween" | | instead 1248 | ERROR | [x] Opening brace should be on a new line 1249 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1249 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1250 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1250 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1251 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1251 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1252 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1252 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1253 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1253 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1254 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1254 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1261 | WARNING | [ ] Line exceeds 85 characters; contains 113 characters 1263 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1264 | ERROR | [x] Expected 1 spaces after parameter type; 2 found 1264 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1265 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1267 | ERROR | [x] Opening brace should be on a new line 1268 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1268 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1269 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1269 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1270 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1270 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1271 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1271 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1272 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1272 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1273 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1273 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1274 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1274 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1275 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1275 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1277 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1277 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1278 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1278 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1279 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1279 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1281 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1281 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1282 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1282 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1283 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1283 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1285 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1285 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1287 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1287 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1288 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1288 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1289 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1289 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1290 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1290 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1291 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1291 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1292 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1292 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1293 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1293 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1294 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1294 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1295 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1295 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1296 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1296 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1298 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1298 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1300 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1300 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1301 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1301 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1302 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1302 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1303 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1303 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1304 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1304 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1304 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 1305 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1305 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1305 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 1306 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1306 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1307 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1307 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1307 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 1309 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1309 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1316 | ERROR | [ ] Missing short description in doc comment 1318 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1319 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1321 | ERROR | [x] Opening brace should be on a new line 1322 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1322 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1323 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1323 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1324 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1324 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1325 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1325 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1326 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1326 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1327 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1327 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1328 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1328 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1329 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1329 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1331 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1331 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1332 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1332 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1333 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1333 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1335 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1335 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1336 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1336 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1337 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1337 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1339 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1339 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1339 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 2 1340 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1340 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 3 1340 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1343 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1343 | ERROR | [x] Line indented incorrectly; expected at least 11 spaces, | | found 2 1345 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1345 | ERROR | [x] Line indented incorrectly; expected at least 11 spaces, | | found 2 1346 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1346 | ERROR | [x] Line indented incorrectly; expected at least 11 spaces, | | found 2 1347 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1347 | ERROR | [x] Line indented incorrectly; expected at least 11 spaces, | | found 2 1348 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1348 | ERROR | [x] Line indented incorrectly; expected 11 spaces, found 2 1349 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1349 | ERROR | [x] Line indented incorrectly; expected at least 15 spaces, | | found 3 1350 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1350 | ERROR | [x] Line indented incorrectly; expected 11 spaces, found 2 1351 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1351 | ERROR | [x] Line indented incorrectly; expected at least 15 spaces, | | found 3 1352 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1352 | ERROR | [x] Line indented incorrectly; expected 11 spaces, found 2 1353 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1353 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1355 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1355 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1357 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1357 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1358 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1358 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1359 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1359 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1360 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1360 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1361 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1361 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1361 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 1362 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1362 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1362 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 1363 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1363 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1364 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1364 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1364 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 1366 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1366 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1370 | ERROR | [ ] Missing short description in doc comment 1372 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1373 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1375 | ERROR | [x] Opening brace should be on a new line 1376 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1376 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1377 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1377 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1378 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1378 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1379 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1379 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1380 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1380 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1381 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1381 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1382 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1382 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1383 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1383 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1385 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1385 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1386 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1386 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1387 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1387 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1388 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1388 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1389 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1389 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1390 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1390 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1391 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1391 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1393 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1393 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1393 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 2 1394 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1394 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 3 1394 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1397 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1397 | ERROR | [x] Line indented incorrectly; expected at least 11 spaces, | | found 2 1399 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1399 | ERROR | [x] Line indented incorrectly; expected at least 11 spaces, | | found 2 1400 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1400 | ERROR | [x] Line indented incorrectly; expected at least 11 spaces, | | found 2 1401 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1401 | ERROR | [x] Line indented incorrectly; expected at least 11 spaces, | | found 2 1402 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1402 | ERROR | [x] Line indented incorrectly; expected 11 spaces, found 2 1403 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1403 | ERROR | [x] Line indented incorrectly; expected at least 15 spaces, | | found 3 1404 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1404 | ERROR | [x] Line indented incorrectly; expected at least 15 spaces, | | found 3 1405 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1405 | ERROR | [x] Line indented incorrectly; expected 11 spaces, found 2 1406 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1406 | ERROR | [x] Line indented incorrectly; expected at least 15 spaces, | | found 3 1407 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1407 | ERROR | [x] Line indented incorrectly; expected 11 spaces, found 2 1408 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1408 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1410 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1410 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1412 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1412 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1413 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1413 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1414 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1414 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1415 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1415 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1416 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1416 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1417 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1417 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1418 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1418 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1418 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 1419 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1419 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1420 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1420 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1420 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 1421 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1421 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1422 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1422 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1422 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 1424 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1424 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1428 | ERROR | [ ] Missing short description in doc comment 1430 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1431 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1433 | ERROR | [x] Opening brace should be on a new line 1434 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1434 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1435 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1435 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1436 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1436 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1439 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1439 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1441 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1441 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1442 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1442 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1443 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1443 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1444 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1444 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1446 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1446 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1447 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1447 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1451 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1451 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1453 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1453 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1455 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1455 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1456 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1456 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1458 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1458 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1459 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1459 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1460 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1460 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1462 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1462 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1463 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1463 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1465 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1465 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1469 | ERROR | [ ] Missing short description in doc comment 1471 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1472 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1474 | ERROR | [x] Opening brace should be on a new line 1475 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1475 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1476 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1476 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1477 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1477 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1480 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1480 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1482 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1482 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1483 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1483 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1484 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1484 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1485 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1485 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1487 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1487 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1488 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1488 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1491 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1491 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1493 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1493 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1495 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1495 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1496 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1496 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1498 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1498 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1499 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1499 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1500 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1500 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1502 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1502 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1503 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1503 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1505 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1505 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1506 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1506 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1510 | ERROR | [ ] Missing short description in doc comment 1512 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1513 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1515 | ERROR | [x] Opening brace should be on a new line 1516 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1516 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1517 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1517 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1518 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1518 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1521 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1521 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1523 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1523 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1524 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1524 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1525 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1525 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1526 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1526 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1528 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1528 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1529 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1529 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1533 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1533 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1535 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1535 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1537 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1537 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1538 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1538 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1540 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1540 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1541 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1541 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1542 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1542 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1544 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1544 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1545 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1545 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1547 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1547 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1551 | ERROR | [ ] Missing short description in doc comment 1553 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1554 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1556 | ERROR | [x] Opening brace should be on a new line 1557 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1557 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1558 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1558 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1559 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1559 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1562 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1562 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1564 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1564 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1565 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1565 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1566 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1566 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1567 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1567 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1569 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1569 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1570 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1570 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1574 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1574 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1576 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1576 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1578 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1578 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1579 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1579 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1581 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1581 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1582 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1582 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1583 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1583 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1585 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1585 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1586 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1586 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1588 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1588 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1592 | ERROR | [ ] Missing short description in doc comment 1594 | ERROR | [ ] Missing parameter comment 1594 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1595 | ERROR | [ ] Missing parameter comment 1595 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1596 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1598 | ERROR | [x] Opening brace should be on a new line 1599 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1599 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1600 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1600 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1601 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1601 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1602 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1602 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1603 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1603 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1605 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1605 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1608 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1608 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1609 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1609 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1610 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1610 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1611 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1611 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1612 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1612 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1614 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1614 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1615 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1615 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1617 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1617 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1618 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1618 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1619 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1619 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1620 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1620 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1622 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1622 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1623 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1623 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1624 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1624 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1625 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1625 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1626 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1626 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1627 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1627 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1632 | ERROR | [ ] Missing short description in doc comment 1636 | ERROR | [ ] Function name "Parse_by_images_in_html" is invalid; consider | | "Parse_By_Images_In_html" instead 1636 | ERROR | [x] Opening brace should be on a new line 1637 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1637 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1638 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1638 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1639 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1639 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1640 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1640 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1642 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1642 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1644 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1644 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1645 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1645 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1646 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1646 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1647 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1647 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1649 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1649 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1651 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1651 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1652 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1652 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1653 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1653 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1654 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1654 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1655 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1655 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1658 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1658 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1659 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1659 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1660 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1660 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1661 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1661 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1662 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1662 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1663 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1663 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1664 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1664 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1665 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1665 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1667 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1667 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1669 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1669 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1673 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1673 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1674 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1674 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1675 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1675 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1677 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1677 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1680 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1680 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1681 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1681 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1682 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1682 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1684 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1684 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1685 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1685 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1686 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1686 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1687 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1687 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1688 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1688 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1690 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1690 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1691 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1691 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1692 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1692 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1693 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1693 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1694 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1694 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1698 | ERROR | [ ] Missing short description in doc comment 1700 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1701 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1703 | ERROR | [x] Opening brace should be on a new line 1704 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1704 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1705 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1705 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1706 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1706 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1708 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1708 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1709 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1709 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1710 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1710 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1711 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1711 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1712 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1712 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1713 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1713 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1714 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1714 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1715 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1715 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1716 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1716 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1717 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1717 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1721 | ERROR | [ ] Doc comment is empty 1723 | ERROR | [ ] Missing @return tag in function comment 1724 | ERROR | [ ] Function name "Import_Oju_2011" is invalid; consider | | "Import_Oju_2011" instead 1724 | ERROR | [x] Opening brace should be on a new line 1725 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1725 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 1725 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1726 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1726 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1727 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1727 | WARNING | [ ] Line exceeds 85 characters; contains 108 characters 1727 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1728 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1728 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1730 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1730 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1731 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1731 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1732 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1732 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1733 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1733 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1734 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1734 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1735 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1735 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1736 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1736 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1737 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1737 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1739 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1739 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1741 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1741 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1742 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1742 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1743 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1743 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1744 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1744 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1745 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1745 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1746 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1746 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1748 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1748 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1749 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1749 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1750 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1750 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1751 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1751 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1752 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1752 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1753 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1753 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1754 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1754 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1755 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1755 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1756 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1756 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1757 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1757 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1759 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1759 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1760 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1760 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1761 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1761 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1763 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1763 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1764 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1764 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1766 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1766 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1767 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1767 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1768 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1768 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1769 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1769 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1770 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1770 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1771 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1771 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1772 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1772 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1773 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1773 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1774 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1774 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1775 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1775 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1779 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1779 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1781 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1781 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1783 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1783 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1784 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1784 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1785 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1785 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1786 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1786 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1789 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1789 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1790 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1790 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1792 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1792 | WARNING | [ ] Line exceeds 85 characters; contains 110 characters 1792 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1793 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1793 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1793 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 1795 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1795 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1796 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1796 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1797 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1797 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1798 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1798 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1799 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1799 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1800 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1800 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1804 | ERROR | [ ] Missing short description in doc comment 1806 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1807 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1809 | ERROR | [ ] Function name "Last_fight_number" is invalid; consider | | "Last_Fight_number" instead 1809 | ERROR | [x] Opening brace should be on a new line 1810 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1810 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1811 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1811 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1813 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1813 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1814 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1814 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1815 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1815 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1816 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1816 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1817 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1817 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1819 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1819 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1821 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1821 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1821 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 1 1822 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1822 | ERROR | [x] Multi-line function call not indented correctly; expected 5 | | spaces but found 2 1822 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1825 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1825 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1827 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1827 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1828 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1828 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1832 | ERROR | [ ] Doc comment is empty 1834 | ERROR | [ ] Missing @return tag in function comment 1835 | ERROR | [ ] Function name "Last_fight_number_all" is invalid; consider | | "Last_Fight_Number_all" instead 1835 | ERROR | [x] Opening brace should be on a new line 1836 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1836 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1837 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1837 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1838 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1838 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1839 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1839 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1840 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1840 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1841 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1841 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1842 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1842 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1843 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1843 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1845 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1845 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1846 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1846 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1847 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1847 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1849 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1849 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1850 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1850 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1851 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1851 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1852 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1852 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1853 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1853 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1857 | ERROR | [ ] Missing short description in doc comment 1861 | ERROR | [ ] Missing @return tag in function comment 1862 | ERROR | [x] Opening brace should be on a new line 1863 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1863 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1864 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1864 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1865 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1865 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1866 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1866 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1868 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1868 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1869 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1869 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1870 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1870 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1872 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1872 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1873 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1873 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1874 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1874 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1877 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1877 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1878 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1878 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1879 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1879 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1881 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1881 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1883 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1883 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1893 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1893 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1893 | WARNING | [ ] Line exceeds 85 characters; contains 139 characters 1894 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1894 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1896 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1896 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1897 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1897 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1899 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1899 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1900 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1900 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1901 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1901 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1902 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1902 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1904 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1904 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1905 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1905 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1906 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1906 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1907 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1907 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1909 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1909 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1910 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1910 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1911 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1911 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1912 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1912 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1914 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1914 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1915 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1915 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1916 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1916 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1917 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1917 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1919 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1919 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1920 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1920 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1921 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1921 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1922 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1922 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1923 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1923 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1924 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1924 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1925 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1925 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1927 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1927 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1928 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1928 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1929 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1929 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1931 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1931 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1933 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1933 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1934 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1934 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1935 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1935 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1936 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1936 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1937 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1937 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1938 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1938 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1939 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1939 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1941 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1941 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1942 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1942 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1943 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1943 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1945 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1945 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1947 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1947 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1948 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1948 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1949 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1949 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1950 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1950 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1952 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1952 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1953 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1953 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1954 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1954 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1955 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1955 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1956 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1956 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1957 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1957 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1960 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1960 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1964 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1964 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1965 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1965 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1968 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1968 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1969 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1969 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1973 | ERROR | [ ] Missing short description in doc comment 1977 | ERROR | [ ] Missing @return tag in function comment 1978 | ERROR | [x] Opening brace should be on a new line 1979 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1979 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1980 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1980 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1981 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1981 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1983 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1983 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1984 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1984 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1985 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1985 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1987 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1987 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1988 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1988 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1989 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1989 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1992 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1992 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1993 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1993 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1994 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1994 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1996 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1996 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1998 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1998 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2008 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2008 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2008 | WARNING | [ ] Line exceeds 85 characters; contains 119 characters 2009 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2009 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2011 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2011 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2012 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2012 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2014 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2014 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2015 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2015 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2016 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2016 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2018 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2018 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2019 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2019 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2020 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2020 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2022 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2022 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2023 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2023 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2025 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2025 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2026 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2026 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2027 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2027 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2028 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2028 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 | | spaces, found 3 2030 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2030 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2031 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2031 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2032 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2032 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 | | spaces, found 3 2034 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2034 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2035 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2035 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2036 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2036 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 | | spaces, found 3 2038 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2038 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2039 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2039 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2040 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2040 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 | | spaces, found 3 2042 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2042 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2043 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2043 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2044 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2044 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 | | spaces, found 3 2046 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2046 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2049 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2049 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2050 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2050 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2052 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2052 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2053 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2053 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2054 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2054 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2055 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2055 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2056 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2056 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2057 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2057 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2058 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2058 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2059 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2059 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2060 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2060 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2061 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2061 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2062 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2062 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2064 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2064 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2065 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2065 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2066 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2066 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2067 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2067 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2068 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2068 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2069 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2069 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2070 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2070 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2071 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2071 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2073 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2073 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2074 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2074 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2075 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2075 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2077 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2077 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2078 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2078 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2080 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2080 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2081 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2081 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2082 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2082 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2083 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2083 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2084 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2084 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2085 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2085 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2086 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2086 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2088 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2088 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2089 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2089 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2090 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2090 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2092 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2092 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2093 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2093 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2096 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2096 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2097 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2097 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2098 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2098 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2099 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2099 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2100 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2101 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2104 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2104 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2108 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2108 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2109 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2112 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2112 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2113 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2118 | ERROR | [ ] Doc comment is empty 2120 | ERROR | [ ] Missing @return tag in function comment 2121 | ERROR | [ ] Function name "List_all_events" is invalid; consider | | "List_All_events" instead 2121 | ERROR | [x] Opening brace should be on a new line 2122 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2122 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2125 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2125 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2126 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2127 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2128 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2129 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2129 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2132 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2132 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2133 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2134 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2135 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2135 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2137 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2138 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2138 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2139 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2142 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2143 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2147 | ERROR | [ ] Missing short description in doc comment 2151 | ERROR | [ ] Function name "Get_event_date" is invalid; consider | | "Get_Event_date" instead 2151 | ERROR | [x] Opening brace should be on a new line 2152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2152 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2153 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2153 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2154 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2154 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2158 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2160 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2162 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2162 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2164 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2164 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2168 | ERROR | [ ] Missing short description in doc comment 2170 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 2171 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 2173 | ERROR | [x] Opening brace should be on a new line 2174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2174 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2175 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2175 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2178 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2179 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2180 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2180 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2192 | ERROR | [x] Opening brace should be on a new line 2193 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2193 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2800 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/index.php ---------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 3 LINES ---------------------------------------------------------------------- 11 | ERROR | The tag in position 2 should be the @package tag 12 | ERROR | The tag in position 3 should be the @author tag 14 | ERROR | The tag in position 5 should be the @license tag ---------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/views/get_file.html.php ---------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ---------------------------------------------------------------------- 1 | ERROR | Missing file doc comment ---------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/views/default_layout.html.php ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 10 | ERROR | [x] Short PHP opening tag used with echo; expected "' ..." but found "' ..." 131 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 133 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 138 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 144 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 148 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 152 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 156 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 161 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 180 | ERROR | [x] Space after opening parenthesis of function call prohibited 186 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 190 | ERROR | [x] Space after opening parenthesis of function call prohibited 194 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 29 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...vendor/squizlabs/php_codesniffer/tests/Core/File/GetDeclarationNameJSTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 8 WARNINGS AFFECTING 9 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment 37 | WARNING | Line exceeds 85 characters; contains 122 characters 46 | WARNING | Line exceeds 85 characters; contains 92 characters 48 | WARNING | Line exceeds 85 characters; contains 98 characters 86 | WARNING | Line exceeds 85 characters; contains 110 characters 88 | WARNING | Line exceeds 85 characters; contains 92 characters 151 | WARNING | Line exceeds 85 characters; contains 105 characters ----------------------------------------------------------------------------------- FILE: .../vendor/squizlabs/php_codesniffer/tests/Core/File/GetMemberPropertiesTest.inc ----------------------------------------------------------------------------------- FOUND 53 ERRORS AND 16 WARNINGS AFFECTING 54 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [ ] Missing doc comment for class TestMemberProperties 24 | ERROR | [ ] Private member variable "varD" must be prefixed with an | | underscore 27 | ERROR | [ ] Private member variable "varD" must be prefixed with an | | underscore 51 | ERROR | [ ] Private member variable "varJ" must be prefixed with an | | underscore 61 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 70 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 79 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 81 | ERROR | [ ] Private member variable "varJ" must be prefixed with an | | underscore 105 | ERROR | [ ] Private member variable "varO" must be prefixed with an | | underscore 107 | ERROR | [ ] Private member variable "varP" must be prefixed with an | | underscore 109 | ERROR | [ ] Private member variable "varQ" must be prefixed with an | | underscore 111 | ERROR | [ ] Private member variable "varR" must be prefixed with an | | underscore 113 | ERROR | [ ] Private member variable "varS" must be prefixed with an | | underscore 115 | ERROR | [ ] Private member variable "varT" must be prefixed with an | | underscore 120 | ERROR | [ ] Private member variable "varU" must be prefixed with an | | underscore 124 | ERROR | [ ] You must use "/**" style comments for a function comment 124 | ERROR | [x] Opening brace should be on a new line 133 | ERROR | [ ] Private member variable "varV" must be prefixed with an | | underscore 144 | ERROR | [ ] Private member variable "nullableClassType" must be prefixed | | with an underscore 150 | ERROR | [x] The open comment tag must be the only content on the line 150 | ERROR | [x] Doc comment short description must be on the first line 150 | ERROR | [ ] Doc comment short description must start with a capital | | letter 150 | ERROR | [x] The close comment tag must be the only content on the line 156 | ERROR | [ ] Missing doc comment for interface Base 159 | WARNING | [ ] Possible parse error: interfaces may not include member vars 174 | ERROR | [ ] You must use "/**" style comments for a function comment 174 | ERROR | [x] Opening brace should be on a new line 174 | ERROR | [x] Closing brace must be on a line by itself 178 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 183 | ERROR | [ ] You must use "/**" style comments for a function comment 183 | ERROR | [x] Opening brace should be on a new line 183 | ERROR | [x] Closing brace must be on a line by itself 184 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 186 | ERROR | [ ] Missing doc comment for class PHP8Mixed 186 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 191 | WARNING | [ ] Line exceeds 85 characters; contains 113 characters 192 | ERROR | [ ] Private member variable "nullableMixed" must be prefixed with | | an underscore 195 | ERROR | [ ] Missing doc comment for class NSOperatorInType 195 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 205 | ERROR | [ ] Private member variable "unionTypesTwoClasses" must be | | prefixed with an underscore 211 | WARNING | [ ] Line exceeds 85 characters; contains 113 characters 215 | WARNING | [ ] Line exceeds 85 characters; contains 118 characters 216 | WARNING | [ ] Line exceeds 85 characters; contains 122 characters 220 | WARNING | [ ] Line exceeds 85 characters; contains 119 characters 224 | WARNING | [ ] Line exceeds 85 characters; contains 137 characters 228 | WARNING | [ ] Line exceeds 85 characters; contains 138 characters 232 | WARNING | [ ] Line exceeds 85 characters; contains 132 characters 236 | WARNING | [ ] Line exceeds 85 characters; contains 128 characters 240 | WARNING | [ ] Line exceeds 85 characters; contains 151 characters 244 | WARNING | [ ] Line exceeds 85 characters; contains 122 characters 267 | ERROR | [ ] Private member variable "readonlyAndStatic" must be prefixed | | with an underscore 286 | ERROR | [ ] Private member variable "baz" must be prefixed with an | | underscore 289 | ERROR | [ ] Missing doc comment for enum Suit 292 | WARNING | [ ] Possible parse error: enums may not include member vars 295 | ERROR | [ ] Missing doc comment for enum Direction 301 | ERROR | [ ] You must use "/**" style comments for a function comment 301 | ERROR | [x] Opening brace should be on a new line 301 | ERROR | [x] Opening brace must be the last content on the line 301 | ERROR | [x] Closing brace must be on a line by itself 312 | WARNING | [ ] Line exceeds 85 characters; contains 125 characters 316 | WARNING | [ ] Line exceeds 85 characters; contains 125 characters 328 | ERROR | [ ] Private member variable "pseudoTypeTrueInUnion" must be | | prefixed with an underscore 331 | WARNING | [ ] Line exceeds 85 characters; contains 138 characters 335 | ERROR | [ ] Missing doc comment for class WhitespaceAndCommentsInTypes 335 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 343 | ERROR | [ ] Missing doc comment for trait DNFTypes 343 | ERROR | [x] Opening brace of a trait must be on the line after the | | definition 351 | ERROR | [ ] Private member variable "propC" must be prefixed with an | | underscore ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 20 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...l/vendor/squizlabs/php_codesniffer/tests/Core/File/GetClassPropertiesTest.inc ----------------------------------------------------------------------------------- FOUND 47 ERRORS AFFECTING 17 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 4 | ERROR | [ ] You must use "/**" style comments for a interface comment 4 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 4 | ERROR | [x] Closing brace must be on a line by itself 7 | ERROR | [x] Closing brace must be on a line by itself 10 | ERROR | [ ] You must use "/**" style comments for a enum comment 10 | ERROR | [x] Opening brace of a enum must be on the line after the definition 10 | ERROR | [x] Closing brace must be on a line by itself 13 | ERROR | [ ] You must use "/**" style comments for a class comment 13 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 13 | ERROR | [x] Closing brace must be on a line by itself 16 | ERROR | [ ] You must use "/**" style comments for a class comment 16 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 16 | ERROR | [x] Closing brace must be on a line by itself 19 | ERROR | [ ] You must use "/**" style comments for a class comment 19 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 19 | ERROR | [x] Closing brace must be on a line by itself 22 | ERROR | [ ] You must use "/**" style comments for a class comment 22 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 22 | ERROR | [x] Closing brace must be on a line by itself 25 | ERROR | [ ] You must use "/**" style comments for a class comment 25 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 25 | ERROR | [x] Closing brace must be on a line by itself 28 | ERROR | [ ] You must use "/**" style comments for a class comment 28 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 28 | ERROR | [x] Closing brace must be on a line by itself 31 | ERROR | [ ] You must use "/**" style comments for a class comment 31 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 31 | ERROR | [x] Closing brace must be on a line by itself 36 | ERROR | [ ] You must use "/**" style comments for a class comment 36 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 36 | ERROR | [x] Closing brace must be on a line by itself 41 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 41 | ERROR | [ ] You must use "/**" style comments for a class comment 41 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 41 | ERROR | [x] Closing brace must be on a line by itself 50 | ERROR | [ ] Missing @category tag in class comment 50 | ERROR | [ ] Missing @author tag in class comment 50 | ERROR | [ ] Missing @license tag in class comment 50 | ERROR | [ ] Missing @link tag in class comment 51 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 51 | ERROR | [x] Closing brace must be on a line by itself 56 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 58 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 8 58 | ERROR | [ ] You must use "/**" style comments for a class comment 58 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 58 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 30 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...l/vendor/squizlabs/php_codesniffer/tests/Core/File/GetDeclarationNameTest.inc ----------------------------------------------------------------------------------- FOUND 70 ERRORS AFFECTING 31 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 7 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 7 | ERROR | [x] Closing brace must be on a line by itself 10 | ERROR | [x] Closing brace must be on a line by itself 14 | ERROR | [ ] Private member variable "property" must be prefixed with an | | underscore 15 | ERROR | [ ] Missing doc comment for function test() 15 | ERROR | [x] Opening brace should be on a new line 15 | ERROR | [x] Closing brace must be on a line by itself 19 | ERROR | [x] Closing brace must be on a line by itself 23 | ERROR | [ ] Private member variable "property" must be prefixed with an | | underscore 24 | ERROR | [ ] Missing doc comment for function test() 24 | ERROR | [x] Opening brace should be on a new line 24 | ERROR | [x] Closing brace must be on a line by itself 28 | ERROR | [ ] You must use "/**" style comments for a function comment 28 | ERROR | [x] Opening brace should be on a new line 28 | ERROR | [x] Closing brace must be on a line by itself 31 | ERROR | [ ] You must use "/**" style comments for a function comment 31 | ERROR | [x] Opening brace should be on a new line 31 | ERROR | [x] Closing brace must be on a line by itself 34 | ERROR | [ ] You must use "/**" style comments for a class comment 34 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 36 | ERROR | [ ] You must use "/**" style comments for a function comment 36 | ERROR | [x] Opening brace should be on a new line 36 | ERROR | [x] Closing brace must be on a line by itself 39 | ERROR | [ ] You must use "/**" style comments for a function comment 42 | ERROR | [ ] Private method name "ClassName::MethodNameByRef" must be | | prefixed with an underscore 42 | ERROR | [ ] Private method name "ClassName::MethodNameByRef" is not in | | camel caps format 42 | ERROR | [ ] You must use "/**" style comments for a function comment 46 | ERROR | [ ] You must use "/**" style comments for a class comment 46 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 46 | ERROR | [x] Closing brace must be on a line by itself 49 | ERROR | [ ] You must use "/**" style comments for a interface comment 49 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 49 | ERROR | [x] Closing brace must be on a line by itself 52 | ERROR | [ ] You must use "/**" style comments for a trait comment 52 | ERROR | [x] Opening brace of a trait must be on the line after the | | definition 54 | ERROR | [ ] Method name "TraitName::ValidNameEndingWithNumber5" is not in | | camel caps format 54 | ERROR | [ ] You must use "/**" style comments for a function comment 54 | ERROR | [x] Opening brace should be on a new line 54 | ERROR | [x] Closing brace must be on a line by itself 58 | ERROR | [ ] You must use "/**" style comments for a class comment 58 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 58 | ERROR | [x] Closing brace must be on a line by itself 61 | ERROR | [ ] You must use "/**" style comments for a interface comment 61 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 61 | ERROR | [x] Closing brace must be on a line by itself 64 | ERROR | [ ] You must use "/**" style comments for a class comment 67 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 67 | ERROR | [x] Closing brace must be on a line by itself 70 | ERROR | [ ] You must use "/**" style comments for a function comment 70 | ERROR | [x] Opening brace should be on a new line 70 | ERROR | [x] Closing brace must be on a line by itself 73 | ERROR | [ ] You must use "/**" style comments for a enum comment 79 | ERROR | [ ] You must use "/**" style comments for a enum comment 86 | ERROR | [ ] You must use "/**" style comments for a enum comment 86 | ERROR | [x] Opening brace of a enum must be on the line after the | | definition 86 | ERROR | [x] Closing brace must be on a line by itself 89 | ERROR | [ ] You must use "/**" style comments for a function comment 89 | ERROR | [x] Opening brace should be on a new line 89 | ERROR | [x] Closing brace must be on a line by itself 92 | ERROR | [ ] You must use "/**" style comments for a function comment 92 | ERROR | [x] Opening brace should be on a new line 92 | ERROR | [x] Closing brace must be on a line by itself 95 | ERROR | [ ] You must use "/**" style comments for a function comment 95 | ERROR | [x] Opening brace should be on a new line 95 | ERROR | [x] Closing brace must be on a line by itself 98 | ERROR | [ ] You must use "/**" style comments for a function comment 98 | ERROR | [x] Opening brace should be on a new line 98 | ERROR | [x] Closing brace must be on a line by itself 102 | ERROR | [ ] You must use "/**" style comments for a function comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 40 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ev/rwjl/vendor/squizlabs/php_codesniffer/tests/Core/File/GetConditionTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 38 WARNINGS AFFECTING 39 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 111 characters 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | WARNING | Line exceeds 85 characters; contains 111 characters 20 | ERROR | Missing @category tag in class comment 20 | ERROR | Missing @package tag in class comment 20 | ERROR | Missing @author tag in class comment 20 | ERROR | Missing @license tag in class comment 20 | ERROR | Missing @link tag in class comment 76 | WARNING | Line exceeds 85 characters; contains 87 characters 136 | WARNING | Line exceeds 85 characters; contains 90 characters 142 | WARNING | Line exceeds 85 characters; contains 101 characters 187 | WARNING | Line exceeds 85 characters; contains 114 characters 188 | WARNING | Line exceeds 85 characters; contains 109 characters 189 | WARNING | Line exceeds 85 characters; contains 117 characters 207 | WARNING | Line exceeds 85 characters; contains 90 characters 211 | WARNING | Line exceeds 85 characters; contains 98 characters 222 | WARNING | Line exceeds 85 characters; contains 87 characters 292 | WARNING | Line exceeds 85 characters; contains 114 characters 293 | WARNING | Line exceeds 85 characters; contains 109 characters 294 | WARNING | Line exceeds 85 characters; contains 117 characters 312 | WARNING | Line exceeds 85 characters; contains 97 characters 316 | WARNING | Line exceeds 85 characters; contains 109 characters 327 | WARNING | Line exceeds 85 characters; contains 87 characters 339 | WARNING | Line exceeds 85 characters; contains 96 characters 341 | WARNING | Line exceeds 85 characters; contains 122 characters 342 | WARNING | Line exceeds 85 characters; contains 97 characters 344 | WARNING | Line exceeds 85 characters; contains 102 characters 345 | WARNING | Line exceeds 85 characters; contains 92 characters 347 | WARNING | Line exceeds 85 characters; contains 100 characters 348 | WARNING | Line exceeds 85 characters; contains 90 characters 358 | WARNING | Line exceeds 85 characters; contains 112 characters 359 | WARNING | Line exceeds 85 characters; contains 107 characters 360 | WARNING | Line exceeds 85 characters; contains 86 characters 374 | WARNING | Line exceeds 85 characters; contains 90 characters 378 | WARNING | Line exceeds 85 characters; contains 98 characters 457 | WARNING | Line exceeds 85 characters; contains 99 characters 468 | WARNING | Line exceeds 85 characters; contains 101 characters 471 | WARNING | Line exceeds 85 characters; contains 89 characters 474 | WARNING | Line exceeds 85 characters; contains 97 characters 479 | WARNING | Line exceeds 85 characters; contains 87 characters 482 | WARNING | Line exceeds 85 characters; contains 120 characters 488 | WARNING | Line exceeds 85 characters; contains 95 characters ----------------------------------------------------------------------------------- FILE: ...izlabs/php_codesniffer/tests/Core/File/GetMethodParametersParseError1Test.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 3 WARNINGS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment 30 | WARNING | Line exceeds 85 characters; contains 95 characters ----------------------------------------------------------------------------------- FILE: ...jl/vendor/squizlabs/php_codesniffer/tests/Core/File/GetTokensAsStringTest.inc ----------------------------------------------------------------------------------- FOUND 6 ERRORS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 9 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 11 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 21 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...endor/squizlabs/php_codesniffer/tests/Core/File/FindExtendedClassNameTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 4 WARNINGS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment 37 | WARNING | Line exceeds 85 characters; contains 99 characters 63 | WARNING | Line exceeds 85 characters; contains 92 characters ----------------------------------------------------------------------------------- FILE: .../vendor/squizlabs/php_codesniffer/tests/Core/File/GetMethodParametersTest.php ----------------------------------------------------------------------------------- FOUND 9 ERRORS AND 55 WARNINGS AFFECTING 56 LINES ----------------------------------------------------------------------------------- 9 | WARNING | Line exceeds 85 characters; contains 99 characters 10 | WARNING | PHP version not specified 10 | ERROR | Missing @category tag in file comment 10 | ERROR | Missing @package tag in file comment 10 | ERROR | Missing @link tag in file comment 20 | ERROR | Missing @category tag in class comment 20 | ERROR | Missing @package tag in class comment 20 | ERROR | Missing @author tag in class comment 20 | ERROR | Missing @license tag in class comment 20 | ERROR | Missing @link tag in class comment 28 | WARNING | Line exceeds 85 characters; contains 96 characters 29 | WARNING | Line exceeds 85 characters; contains 110 characters 37 | WARNING | Line exceeds 85 characters; contains 108 characters 118 | WARNING | Line exceeds 85 characters; contains 96 characters 119 | WARNING | Line exceeds 85 characters; contains 120 characters 120 | WARNING | Line exceeds 85 characters; contains 106 characters 126 | WARNING | Line exceeds 85 characters; contains 96 characters 666 | WARNING | Line exceeds 85 characters; contains 95 characters 819 | WARNING | Line exceeds 85 characters; contains 95 characters 1053 | WARNING | Line exceeds 85 characters; contains 108 characters 1271 | WARNING | Line exceeds 85 characters; contains 87 characters 1446 | WARNING | Line exceeds 85 characters; contains 119 characters 1491 | WARNING | Line exceeds 85 characters; contains 96 characters 1565 | WARNING | Line exceeds 85 characters; contains 93 characters 1571 | WARNING | Line exceeds 85 characters; contains 88 characters 1597 | WARNING | Line exceeds 85 characters; contains 86 characters 1712 | WARNING | Line exceeds 85 characters; contains 101 characters 1745 | WARNING | Line exceeds 85 characters; contains 105 characters 1775 | WARNING | Line exceeds 85 characters; contains 112 characters 1835 | WARNING | Line exceeds 85 characters; contains 105 characters 1913 | WARNING | Line exceeds 85 characters; contains 88 characters 1985 | WARNING | Line exceeds 85 characters; contains 104 characters 2033 | WARNING | Line exceeds 85 characters; contains 101 characters 2086 | WARNING | Line exceeds 85 characters; contains 100 characters 2091 | WARNING | Line exceeds 85 characters; contains 88 characters 2140 | WARNING | Line exceeds 85 characters; contains 92 characters 2194 | WARNING | Line exceeds 85 characters; contains 93 characters 2227 | WARNING | Line exceeds 85 characters; contains 90 characters 2278 | WARNING | Line exceeds 85 characters; contains 92 characters 2290 | WARNING | Line exceeds 85 characters; contains 120 characters 2291 | WARNING | Line exceeds 85 characters; contains 102 characters 2323 | WARNING | Line exceeds 85 characters; contains 126 characters 2358 | WARNING | Line exceeds 85 characters; contains 118 characters 2373 | WARNING | Line exceeds 85 characters; contains 107 characters 2510 | WARNING | Line exceeds 85 characters; contains 89 characters 2529 | WARNING | Line exceeds 85 characters; contains 92 characters 2559 | WARNING | Line exceeds 85 characters; contains 93 characters 2622 | WARNING | Line exceeds 85 characters; contains 104 characters 2655 | WARNING | Line exceeds 85 characters; contains 97 characters 2684 | WARNING | Line exceeds 85 characters; contains 99 characters 2755 | WARNING | Line exceeds 85 characters; contains 86 characters 2801 | WARNING | Line exceeds 85 characters; contains 114 characters 2812 | WARNING | Line exceeds 85 characters; contains 111 characters 2818 | WARNING | Line exceeds 85 characters; contains 87 characters 2831 | WARNING | Line exceeds 85 characters; contains 90 characters 2933 | WARNING | Line exceeds 85 characters; contains 91 characters 3116 | WARNING | Line exceeds 85 characters; contains 91 characters 3124 | WARNING | Line exceeds 85 characters; contains 108 characters 3125 | WARNING | Line exceeds 85 characters; contains 101 characters 3126 | WARNING | Line exceeds 85 characters; contains 125 characters 3127 | WARNING | Line exceeds 85 characters; contains 118 characters 3131 | ERROR | Private method name | | "GetMethodParametersTest::getMethodParametersTestHelper" must be | | prefixed with an underscore 3131 | WARNING | Line exceeds 85 characters; contains 120 characters 3168 | WARNING | Line exceeds 85 characters; contains 108 characters ----------------------------------------------------------------------------------- FILE: ...izlabs/php_codesniffer/tests/Core/File/GetMethodParametersParseError1Test.inc ----------------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment 4 | ERROR | You must use "/**" style comments for a function comment ----------------------------------------------------------------------------------- FILE: ...uizlabs/php_codesniffer/tests/Core/File/FindImplementedInterfaceNamesTest.inc ----------------------------------------------------------------------------------- FOUND 52 ERRORS AND 6 WARNINGS AFFECTING 16 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 4 | ERROR | [ ] You must use "/**" style comments for a function comment 4 | ERROR | [x] Opening brace should be on a new line 4 | ERROR | [x] Closing brace must be on a line by itself 7 | ERROR | [ ] Interface name must begin with a capital letter 7 | ERROR | [ ] You must use "/**" style comments for a interface comment 7 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 7 | ERROR | [x] Closing brace must be on a line by itself 10 | ERROR | [ ] Class name must begin with a capital letter 10 | ERROR | [ ] You must use "/**" style comments for a class comment 10 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 10 | ERROR | [x] Closing brace must be on a line by itself 13 | ERROR | [ ] Class name must begin with a capital letter 13 | ERROR | [ ] You must use "/**" style comments for a class comment 13 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 13 | ERROR | [x] Closing brace must be on a line by itself 16 | ERROR | [ ] Class name must begin with a capital letter 16 | ERROR | [ ] You must use "/**" style comments for a class comment 16 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 16 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 16 | ERROR | [x] Closing brace must be on a line by itself 19 | ERROR | [ ] Class name must begin with a capital letter 19 | ERROR | [ ] You must use "/**" style comments for a class comment 19 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 19 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 19 | ERROR | [x] Closing brace must be on a line by itself 22 | ERROR | [ ] Class name must begin with a capital letter 22 | ERROR | [ ] You must use "/**" style comments for a class comment 22 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 22 | ERROR | [x] Closing brace must be on a line by itself 25 | ERROR | [ ] Class name must begin with a capital letter 25 | ERROR | [ ] You must use "/**" style comments for a class comment 25 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 25 | WARNING | [ ] Line exceeds 85 characters; contains 118 characters 25 | ERROR | [x] Closing brace must be on a line by itself 28 | ERROR | [ ] Class name must begin with a capital letter 28 | ERROR | [ ] You must use "/**" style comments for a class comment 28 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 28 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 28 | ERROR | [x] Closing brace must be on a line by itself 31 | ERROR | [ ] You must use "/**" style comments for a enum comment 31 | ERROR | [x] Opening brace of a enum must be on the line after the | | definition 31 | ERROR | [x] Closing brace must be on a line by itself 34 | ERROR | [ ] You must use "/**" style comments for a enum comment 34 | ERROR | [x] Opening brace of a enum must be on the line after the | | definition 34 | ERROR | [x] Closing brace must be on a line by itself 37 | ERROR | [ ] You must use "/**" style comments for a enum comment 37 | ERROR | [x] Opening brace of a enum must be on the line after the | | definition 37 | ERROR | [x] Closing brace must be on a line by itself 40 | ERROR | [x] Closing brace must be on a line by itself 43 | ERROR | [ ] Class name must begin with a capital letter 43 | ERROR | [ ] You must use "/**" style comments for a class comment 43 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 43 | ERROR | [x] Closing brace must be on a line by itself 43 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 47 | WARNING | [ ] Possible parse error: class missing opening or closing brace 47 | ERROR | [ ] Class name must begin with a capital letter 47 | ERROR | [ ] You must use "/**" style comments for a class comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 27 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ev/rwjl/vendor/squizlabs/php_codesniffer/tests/Core/File/GetConditionTest.inc ----------------------------------------------------------------------------------- FOUND 34 ERRORS AND 4 WARNINGS AFFECTING 26 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 11 | ERROR | [ ] You must use "/**" style comments for a function comment 11 | ERROR | [x] Opening brace should be on a new line 16 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, found | | 12 23 | ERROR | [ ] You must use "/**" style comments for a class comment 23 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 26 | ERROR | [ ] Public method name | | "SeriouslyNestedClass::SeriouslyNestedMethod" is not in camel | | caps format 26 | ERROR | [ ] You must use "/**" style comments for a function comment 26 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 26 | ERROR | [x] Opening brace should be on a new line 32 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 32 35 | ERROR | [x] Line indented incorrectly; expected 32 spaces, found 37 38 | ERROR | [x] Line indented incorrectly; expected 36 spaces, found 40 40 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 43 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 44 | ERROR | [x] Line indented incorrectly; expected 44 spaces, found 48 44 | ERROR | [ ] Private method name "[Anonymous Class]::DidSomeoneSayNesting" | | must be prefixed with an underscore 44 | ERROR | [ ] Private method name "[Anonymous Class]::DidSomeoneSayNesting" | | is not in camel caps format 44 | ERROR | [ ] You must use "/**" style comments for a function comment 44 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 44 | ERROR | [x] Opening brace should be on a new line 47 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 50 | ERROR | [x] Line indented incorrectly; expected 48 spaces, found 52 51 | ERROR | [x] Line indented incorrectly; expected 44 spaces, found 48 52 | ERROR | [x] Line indented incorrectly; expected 40 spaces, found 44 53 | ERROR | [x] Line indented incorrectly; expected at least 44 spaces, found | | 40 54 | ERROR | [x] Line indented incorrectly; expected 36 spaces, found 40 54 | ERROR | [ ] Expected "} elseif (...) {\n"; found "} elseif(...) {\n" 56 | ERROR | [x] Line indented incorrectly; expected 36 spaces, found 40 59 | ERROR | [x] Line indented incorrectly; expected 36 spaces, found 40 62 | ERROR | [x] Line indented incorrectly; expected 40 spaces, found 44 66 | ERROR | [x] Line indented incorrectly; expected 40 spaces, found 44 70 | ERROR | [x] Line indented incorrectly; expected 40 spaces, found 44 72 | ERROR | [x] Line indented incorrectly; expected 40 spaces, found 44 73 | ERROR | [x] Line indented incorrectly; expected 36 spaces, found 40 76 | ERROR | [x] Line indented incorrectly; expected 32 spaces, found 36 76 | ERROR | [x] Closing brace indented incorrectly; expected 37 spaces, found | | 36 80 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 32 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 25 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../vendor/squizlabs/php_codesniffer/tests/Core/File/GetMethodParametersTest.inc ----------------------------------------------------------------------------------- FOUND 203 ERRORS AND 29 WARNINGS AFFECTING 109 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 12 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 12 | ERROR | [x] Closing brace must be on a line by itself 15 | ERROR | [ ] You must use "/**" style comments for a class comment 15 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 18 | ERROR | [ ] Missing doc comment for function methodName() 18 | ERROR | [x] Opening brace should be on a new line 18 | ERROR | [x] Closing brace must be on a line by itself 22 | ERROR | [ ] You must use "/**" style comments for a interface comment 22 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 22 | ERROR | [x] Closing brace must be on a line by itself 25 | ERROR | [ ] You must use "/**" style comments for a function comment 25 | ERROR | [x] Opening brace should be on a new line 25 | ERROR | [x] Closing brace must be on a line by itself 28 | ERROR | [ ] You must use "/**" style comments for a function comment 28 | ERROR | [x] Opening brace should be on a new line 28 | ERROR | [x] Closing brace must be on a line by itself 31 | ERROR | [ ] You must use "/**" style comments for a function comment 31 | ERROR | [x] Opening brace should be on a new line 31 | ERROR | [x] Closing brace must be on a line by itself 34 | ERROR | [ ] You must use "/**" style comments for a function comment 34 | ERROR | [x] Opening brace should be on a new line 34 | ERROR | [x] Closing brace must be on a line by itself 37 | ERROR | [ ] You must use "/**" style comments for a function comment 37 | ERROR | [x] Opening brace should be on a new line 37 | ERROR | [x] Closing brace must be on a line by itself 40 | ERROR | [ ] You must use "/**" style comments for a function comment 40 | ERROR | [x] Opening brace should be on a new line 40 | ERROR | [x] Closing brace must be on a line by itself 43 | ERROR | [ ] You must use "/**" style comments for a function comment 43 | ERROR | [x] Opening brace should be on a new line 43 | ERROR | [x] Closing brace must be on a line by itself 45 | ERROR | [ ] Missing doc comment for class MyClass 45 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 47 | ERROR | [ ] You must use "/**" style comments for a function comment 47 | ERROR | [x] Opening brace should be on a new line 47 | ERROR | [x] Closing brace must be on a line by itself 51 | ERROR | [ ] You must use "/**" style comments for a function comment 51 | ERROR | [x] Opening brace should be on a new line 51 | ERROR | [x] Closing brace must be on a line by itself 54 | ERROR | [ ] You must use "/**" style comments for a function comment 54 | ERROR | [x] Opening brace should be on a new line 54 | ERROR | [x] Closing brace must be on a line by itself 63 | ERROR | [ ] You must use "/**" style comments for a function comment 63 | ERROR | [x] Opening brace should be on a new line 63 | ERROR | [x] Closing brace must be on a line by itself 66 | ERROR | [ ] You must use "/**" style comments for a function comment 66 | ERROR | [x] Opening brace should be on a new line 66 | ERROR | [x] Closing brace must be on a line by itself 69 | ERROR | [ ] You must use "/**" style comments for a function comment 69 | ERROR | [ ] Arguments with default values must be at the end of the | | argument list 69 | ERROR | [x] Opening brace should be on a new line 69 | ERROR | [x] Closing brace must be on a line by itself 72 | ERROR | [ ] You must use "/**" style comments for a function comment 72 | ERROR | [x] Opening brace should be on a new line 72 | ERROR | [x] Closing brace must be on a line by itself 75 | ERROR | [ ] You must use "/**" style comments for a function comment 75 | ERROR | [x] Opening brace should be on a new line 75 | ERROR | [x] Closing brace must be on a line by itself 78 | ERROR | [ ] You must use "/**" style comments for a function comment 78 | ERROR | [x] Opening brace should be on a new line 78 | ERROR | [x] Closing brace must be on a line by itself 81 | ERROR | [ ] You must use "/**" style comments for a function comment 81 | ERROR | [x] Opening brace should be on a new line 81 | ERROR | [x] Closing brace must be on a line by itself 84 | ERROR | [ ] Class name must begin with a capital letter 84 | ERROR | [ ] You must use "/**" style comments for a class comment 84 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 85 | ERROR | [ ] Missing doc comment for function allTypes() 97 | ERROR | [x] Closing brace must be on a line by itself 116 | ERROR | [ ] You must use "/**" style comments for a function comment 119 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 8 120 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 12 124 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 8 126 | ERROR | [x] Closing brace must be on a line by itself 129 | ERROR | [ ] You must use "/**" style comments for a function comment 129 | ERROR | [x] Opening brace should be on a new line 129 | ERROR | [x] Closing brace must be on a line by itself 132 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 133 | ERROR | [ ] You must use "/**" style comments for a function comment 133 | ERROR | [x] Opening brace should be on a new line 133 | ERROR | [x] Closing brace must be on a line by itself 136 | ERROR | [ ] You must use "/**" style comments for a function comment 136 | ERROR | [x] Opening brace should be on a new line 136 | ERROR | [x] Closing brace must be on a line by itself 139 | ERROR | [ ] You must use "/**" style comments for a function comment 139 | ERROR | [x] Opening brace should be on a new line 139 | ERROR | [x] Closing brace must be on a line by itself 142 | ERROR | [ ] You must use "/**" style comments for a function comment 142 | ERROR | [x] Opening brace should be on a new line 142 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 142 | ERROR | [x] Closing brace must be on a line by itself 148 | ERROR | [ ] You must use "/**" style comments for a function comment 148 | ERROR | [x] Opening brace should be on a new line 148 | ERROR | [x] Closing brace must be on a line by itself 151 | ERROR | [ ] You must use "/**" style comments for a function comment 151 | ERROR | [x] Opening brace should be on a new line 151 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 151 | ERROR | [x] Closing brace must be on a line by itself 154 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 155 | ERROR | [ ] You must use "/**" style comments for a function comment 155 | ERROR | [x] Opening brace should be on a new line 155 | ERROR | [x] Closing brace must be on a line by itself 158 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 159 | ERROR | [x] Closing brace must be on a line by itself 162 | WARNING | [ ] Line exceeds 85 characters; contains 133 characters 163 | ERROR | [ ] You must use "/**" style comments for a function comment 163 | ERROR | [x] Opening brace should be on a new line 163 | ERROR | [x] Closing brace must be on a line by itself 166 | WARNING | [ ] Line exceeds 85 characters; contains 134 characters 167 | ERROR | [ ] You must use "/**" style comments for a function comment 167 | ERROR | [x] Opening brace should be on a new line 167 | ERROR | [x] Closing brace must be on a line by itself 170 | WARNING | [ ] Line exceeds 85 characters; contains 128 characters 171 | ERROR | [ ] You must use "/**" style comments for a function comment 171 | ERROR | [x] Opening brace should be on a new line 171 | ERROR | [x] Closing brace must be on a line by itself 174 | WARNING | [ ] Line exceeds 85 characters; contains 124 characters 175 | ERROR | [ ] You must use "/**" style comments for a function comment 175 | ERROR | [x] Opening brace should be on a new line 175 | ERROR | [x] Closing brace must be on a line by itself 178 | WARNING | [ ] Line exceeds 85 characters; contains 147 characters 179 | ERROR | [ ] You must use "/**" style comments for a function comment 179 | ERROR | [x] Opening brace should be on a new line 179 | ERROR | [x] Closing brace must be on a line by itself 182 | WARNING | [ ] Line exceeds 85 characters; contains 118 characters 183 | ERROR | [ ] You must use "/**" style comments for a function comment 183 | ERROR | [x] Opening brace should be on a new line 183 | ERROR | [x] Closing brace must be on a line by itself 185 | ERROR | [ ] Missing doc comment for class | | ConstructorPropertyPromotionNoTypes 185 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 187 | ERROR | [ ] You must use "/**" style comments for a function comment 191 | ERROR | [x] Closing brace must be on a line by itself 194 | ERROR | [ ] Missing doc comment for class | | ConstructorPropertyPromotionWithTypes 194 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 196 | ERROR | [ ] You must use "/**" style comments for a function comment 196 | ERROR | [ ] Arguments with default values must be at the end of the | | argument list 196 | ERROR | [x] Opening brace should be on a new line 196 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 196 | ERROR | [x] Closing brace must be on a line by itself 199 | ERROR | [ ] Missing doc comment for class | | ConstructorPropertyPromotionAndNormalParams 199 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 201 | ERROR | [ ] You must use "/**" style comments for a function comment 201 | ERROR | [x] Opening brace should be on a new line 201 | ERROR | [x] Closing brace must be on a line by itself 204 | ERROR | [ ] Missing doc comment for class | | ConstructorPropertyPromotionWithReadOnly 204 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 206 | ERROR | [ ] You must use "/**" style comments for a function comment 206 | ERROR | [x] Opening brace should be on a new line 206 | WARNING | [ ] Line exceeds 85 characters; contains 114 characters 206 | ERROR | [x] Closing brace must be on a line by itself 209 | ERROR | [ ] Missing doc comment for class | | ConstructorPropertyPromotionWithReadOnlyNoTypeDeclaration 209 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 212 | ERROR | [ ] You must use "/**" style comments for a function comment 212 | ERROR | [x] Opening brace should be on a new line 212 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 212 | ERROR | [x] Closing brace must be on a line by itself 215 | ERROR | [ ] Missing doc comment for class | | ConstructorPropertyPromotionWithOnlyReadOnly 215 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 217 | ERROR | [ ] You must use "/**" style comments for a function comment 217 | ERROR | [x] Opening brace should be on a new line 217 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 217 | ERROR | [x] Closing brace must be on a line by itself 221 | WARNING | [ ] Line exceeds 85 characters; contains 121 characters 222 | ERROR | [ ] You must use "/**" style comments for a function comment 222 | ERROR | [x] Opening brace should be on a new line 222 | ERROR | [x] Closing brace must be on a line by itself 224 | ERROR | [ ] Missing doc comment for class | | ConstructorPropertyPromotionAbstractMethod 224 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 227 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 228 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 229 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 230 | ERROR | [ ] You must use "/**" style comments for a function comment 234 | ERROR | [ ] You must use "/**" style comments for a function comment 236 | WARNING | [ ] Line exceeds 85 characters; contains 114 characters 237 | ERROR | [x] Closing brace must be on a line by itself 240 | WARNING | [ ] Possible parse error: class missing opening or closing brace 240 | ERROR | [ ] You must use "/**" style comments for a class comment 241 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 241 | ERROR | [ ] Function name "__construct" is invalid; only PHP magic | | methods should be prefixed with a double underscore 241 | ERROR | [ ] Missing doc comment for function __construct() 242 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 246 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 250 | ERROR | [x] Closing brace must be on a line by itself 254 | ERROR | [ ] You must use "/**" style comments for a function comment 254 | ERROR | [x] Opening brace should be on a new line 254 | ERROR | [x] Closing brace must be on a line by itself 257 | ERROR | [ ] You must use "/**" style comments for a function comment 257 | ERROR | [x] Opening brace should be on a new line 257 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 257 | ERROR | [x] Closing brace must be on a line by itself 260 | ERROR | [ ] You must use "/**" style comments for a function comment 260 | ERROR | [x] Opening brace should be on a new line 260 | ERROR | [x] Closing brace must be on a line by itself 263 | WARNING | [ ] Line exceeds 85 characters; contains 124 characters 264 | ERROR | [x] Closing brace must be on a line by itself 267 | WARNING | [ ] Line exceeds 85 characters; contains 122 characters 268 | ERROR | [x] Closing brace must be on a line by itself 271 | ERROR | [ ] You must use "/**" style comments for a function comment 271 | ERROR | [x] Opening brace should be on a new line 271 | ERROR | [x] Closing brace must be on a line by itself 274 | WARNING | [ ] Line exceeds 85 characters; contains 134 characters 275 | ERROR | [ ] You must use "/**" style comments for a function comment 275 | ERROR | [x] Opening brace should be on a new line 275 | ERROR | [x] Closing brace must be on a line by itself 278 | ERROR | [ ] You must use "/**" style comments for a function comment 281 | ERROR | [x] Closing brace must be on a line by itself 284 | ERROR | [ ] You must use "/**" style comments for a function comment 288 | ERROR | [x] Closing brace must be on a line by itself 291 | ERROR | [ ] You must use "/**" style comments for a function comment 291 | ERROR | [x] Opening brace should be on a new line 291 | WARNING | [ ] Line exceeds 85 characters; contains 116 characters 291 | ERROR | [x] Closing brace must be on a line by itself 295 | ERROR | [x] Closing brace must be on a line by itself 295 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 304 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 304 | ERROR | [x] Closing brace must be on a line by itself 307 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 307 | ERROR | [x] Closing brace must be on a line by itself 310 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 310 | ERROR | [x] Expected 1 space after USE keyword; found 0 310 | ERROR | [x] Closing brace must be on a line by itself 313 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 313 | ERROR | [x] Expected 1 space after USE keyword; found 0 313 | ERROR | [x] Closing brace must be on a line by itself 316 | ERROR | [ ] You must use "/**" style comments for a function comment 319 | ERROR | [x] Closing brace must be on a line by itself 322 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 325 | ERROR | [x] Closing brace must be on a line by itself 331 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 331 | ERROR | [x] Expected 1 space after USE keyword; found 0 334 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 132 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../vendor/squizlabs/php_codesniffer/tests/Core/File/GetDeclarationNameJSTest.js ----------------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 7 | ERROR | [x] Expected 1 space before opening brace; found 2 11 | ERROR | [x] Opening brace should be on a new line 17 | ERROR | [x] Opening brace should be on a new line 18 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 7 23 | ERROR | [x] Opening brace should be on a new line ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../vendor/squizlabs/php_codesniffer/tests/Core/File/GetMethodPropertiesTest.php ----------------------------------------------------------------------------------- FOUND 9 ERRORS AND 27 WARNINGS AFFECTING 29 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment 26 | WARNING | Line exceeds 85 characters; contains 96 characters 27 | WARNING | Line exceeds 85 characters; contains 110 characters 35 | WARNING | Line exceeds 85 characters; contains 99 characters 731 | WARNING | Line exceeds 85 characters; contains 90 characters 759 | WARNING | Line exceeds 85 characters; contains 95 characters 853 | WARNING | Line exceeds 85 characters; contains 101 characters 879 | WARNING | Line exceeds 85 characters; contains 105 characters 905 | WARNING | Line exceeds 85 characters; contains 112 characters 1045 | WARNING | Line exceeds 85 characters; contains 86 characters 1087 | WARNING | Line exceeds 85 characters; contains 92 characters 1113 | WARNING | Line exceeds 85 characters; contains 93 characters 1165 | WARNING | Line exceeds 85 characters; contains 104 characters 1217 | WARNING | Line exceeds 85 characters; contains 87 characters 1243 | WARNING | Line exceeds 85 characters; contains 90 characters 1295 | WARNING | Line exceeds 85 characters; contains 86 characters 1321 | WARNING | Line exceeds 85 characters; contains 90 characters 1349 | WARNING | Line exceeds 85 characters; contains 100 characters 1404 | WARNING | Line exceeds 85 characters; contains 89 characters 1431 | WARNING | Line exceeds 85 characters; contains 106 characters 1457 | WARNING | Line exceeds 85 characters; contains 116 characters 1484 | WARNING | Line exceeds 85 characters; contains 103 characters 1510 | WARNING | Line exceeds 85 characters; contains 103 characters 1538 | WARNING | Line exceeds 85 characters; contains 96 characters 1539 | WARNING | Line exceeds 85 characters; contains 89 characters 1543 | ERROR | Private method name | | "GetMethodPropertiesTest::getMethodPropertiesTestHelper" must be | | prefixed with an underscore 1545 | WARNING | Line exceeds 85 characters; contains 89 characters ----------------------------------------------------------------------------------- FILE: ...l/vendor/squizlabs/php_codesniffer/tests/Core/File/FindEndOfStatementTest.inc ----------------------------------------------------------------------------------- FOUND 16 ERRORS AFFECTING 9 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 7 | ERROR | [ ] Expected "while (...) {\n"; found "while(...) {" 7 | ERROR | [x] Closing brace must be on a line by itself 11 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 11 | ERROR | [x] Expected 1 space before opening brace; found 0 11 | ERROR | [x] Closing brace must be on a line by itself 14 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 17 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 21 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 21 | ERROR | [x] Closing brace must be on a line by itself 22 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 22 | ERROR | [x] Closing brace must be on a line by itself 85 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 85 | ERROR | [x] Closing brace must be on a line by itself 86 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 86 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...dev/rwjl/vendor/squizlabs/php_codesniffer/tests/Core/File/IsReferenceTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 76 WARNINGS AFFECTING 77 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment 71 | WARNING | Line exceeds 85 characters; contains 86 characters 99 | WARNING | Line exceeds 85 characters; contains 116 characters 103 | WARNING | Line exceeds 85 characters; contains 116 characters 107 | WARNING | Line exceeds 85 characters; contains 116 characters 111 | WARNING | Line exceeds 85 characters; contains 116 characters 115 | WARNING | Line exceeds 85 characters; contains 116 characters 119 | WARNING | Line exceeds 85 characters; contains 116 characters 123 | WARNING | Line exceeds 85 characters; contains 116 characters 127 | WARNING | Line exceeds 85 characters; contains 116 characters 131 | WARNING | Line exceeds 85 characters; contains 116 characters 135 | WARNING | Line exceeds 85 characters; contains 116 characters 139 | WARNING | Line exceeds 85 characters; contains 116 characters 143 | WARNING | Line exceeds 85 characters; contains 116 characters 147 | WARNING | Line exceeds 85 characters; contains 116 characters 151 | WARNING | Line exceeds 85 characters; contains 116 characters 155 | WARNING | Line exceeds 85 characters; contains 116 characters 159 | WARNING | Line exceeds 85 characters; contains 116 characters 163 | WARNING | Line exceeds 85 characters; contains 116 characters 167 | WARNING | Line exceeds 85 characters; contains 116 characters 171 | WARNING | Line exceeds 85 characters; contains 116 characters 175 | WARNING | Line exceeds 85 characters; contains 116 characters 179 | WARNING | Line exceeds 85 characters; contains 116 characters 183 | WARNING | Line exceeds 85 characters; contains 116 characters 187 | WARNING | Line exceeds 85 characters; contains 116 characters 191 | WARNING | Line exceeds 85 characters; contains 116 characters 195 | WARNING | Line exceeds 85 characters; contains 116 characters 199 | WARNING | Line exceeds 85 characters; contains 116 characters 203 | WARNING | Line exceeds 85 characters; contains 116 characters 207 | WARNING | Line exceeds 85 characters; contains 116 characters 211 | WARNING | Line exceeds 85 characters; contains 116 characters 215 | WARNING | Line exceeds 85 characters; contains 116 characters 219 | WARNING | Line exceeds 85 characters; contains 116 characters 223 | WARNING | Line exceeds 85 characters; contains 116 characters 227 | WARNING | Line exceeds 85 characters; contains 116 characters 231 | WARNING | Line exceeds 85 characters; contains 116 characters 235 | WARNING | Line exceeds 85 characters; contains 116 characters 239 | WARNING | Line exceeds 85 characters; contains 116 characters 243 | WARNING | Line exceeds 85 characters; contains 116 characters 247 | WARNING | Line exceeds 85 characters; contains 116 characters 251 | WARNING | Line exceeds 85 characters; contains 116 characters 255 | WARNING | Line exceeds 85 characters; contains 116 characters 259 | WARNING | Line exceeds 85 characters; contains 116 characters 263 | WARNING | Line exceeds 85 characters; contains 116 characters 267 | WARNING | Line exceeds 85 characters; contains 116 characters 271 | WARNING | Line exceeds 85 characters; contains 116 characters 275 | WARNING | Line exceeds 85 characters; contains 116 characters 279 | WARNING | Line exceeds 85 characters; contains 116 characters 283 | WARNING | Line exceeds 85 characters; contains 116 characters 287 | WARNING | Line exceeds 85 characters; contains 116 characters 291 | WARNING | Line exceeds 85 characters; contains 116 characters 295 | WARNING | Line exceeds 85 characters; contains 116 characters 299 | WARNING | Line exceeds 85 characters; contains 116 characters 303 | WARNING | Line exceeds 85 characters; contains 116 characters 307 | WARNING | Line exceeds 85 characters; contains 116 characters 311 | WARNING | Line exceeds 85 characters; contains 116 characters 315 | WARNING | Line exceeds 85 characters; contains 116 characters 319 | WARNING | Line exceeds 85 characters; contains 116 characters 323 | WARNING | Line exceeds 85 characters; contains 116 characters 327 | WARNING | Line exceeds 85 characters; contains 116 characters 331 | WARNING | Line exceeds 85 characters; contains 116 characters 335 | WARNING | Line exceeds 85 characters; contains 116 characters 339 | WARNING | Line exceeds 85 characters; contains 116 characters 343 | WARNING | Line exceeds 85 characters; contains 116 characters 347 | WARNING | Line exceeds 85 characters; contains 116 characters 351 | WARNING | Line exceeds 85 characters; contains 116 characters 355 | WARNING | Line exceeds 85 characters; contains 116 characters 359 | WARNING | Line exceeds 85 characters; contains 116 characters 363 | WARNING | Line exceeds 85 characters; contains 116 characters 367 | WARNING | Line exceeds 85 characters; contains 116 characters 371 | WARNING | Line exceeds 85 characters; contains 116 characters 375 | WARNING | Line exceeds 85 characters; contains 116 characters 379 | WARNING | Line exceeds 85 characters; contains 116 characters 383 | WARNING | Line exceeds 85 characters; contains 116 characters 387 | WARNING | Line exceeds 85 characters; contains 116 characters ----------------------------------------------------------------------------------- FILE: .../vendor/squizlabs/php_codesniffer/tests/Core/File/GetMemberPropertiesTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 16 WARNINGS AFFECTING 17 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment 26 | WARNING | Line exceeds 85 characters; contains 94 characters 39 | WARNING | Line exceeds 85 characters; contains 98 characters 43 | WARNING | Line exceeds 85 characters; contains 106 characters 55 | WARNING | Line exceeds 85 characters; contains 87 characters 56 | WARNING | Line exceeds 85 characters; contains 86 characters 57 | WARNING | Line exceeds 85 characters; contains 94 characters 787 | WARNING | Line exceeds 85 characters; contains 89 characters 1164 | WARNING | Line exceeds 85 characters; contains 98 characters 1165 | WARNING | Line exceeds 85 characters; contains 101 characters 1166 | WARNING | Line exceeds 85 characters; contains 100 characters 1167 | WARNING | Line exceeds 85 characters; contains 101 characters 1168 | WARNING | Line exceeds 85 characters; contains 106 characters 1169 | WARNING | Line exceeds 85 characters; contains 106 characters 1170 | WARNING | Line exceeds 85 characters; contains 113 characters ----------------------------------------------------------------------------------- FILE: ...l/vendor/squizlabs/php_codesniffer/tests/Core/File/FindEndOfStatementTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 9 WARNINGS AFFECTING 10 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 19 | ERROR | Missing @category tag in class comment 19 | ERROR | Missing @package tag in class comment 19 | ERROR | Missing @author tag in class comment 19 | ERROR | Missing @license tag in class comment 19 | ERROR | Missing @link tag in class comment 44 | WARNING | Line exceeds 85 characters; contains 120 characters 97 | WARNING | Line exceeds 85 characters; contains 88 characters 113 | WARNING | Line exceeds 85 characters; contains 95 characters 274 | WARNING | Line exceeds 85 characters; contains 91 characters 294 | WARNING | Line exceeds 85 characters; contains 90 characters 314 | WARNING | Line exceeds 85 characters; contains 93 characters 347 | WARNING | Line exceeds 85 characters; contains 87 characters ----------------------------------------------------------------------------------- FILE: ...hp_codesniffer/tests/Core/Tokenizer/PHP/UndoNamespacedNameSingleTokenTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 53 WARNINGS AFFECTING 55 LINES ----------------------------------------------------------------------------------- 8 | WARNING | Line exceeds 85 characters; contains 88 characters 17 | WARNING | Line exceeds 85 characters; contains 99 characters 18 | ERROR | Missing @category tag in file comment 18 | ERROR | Missing @package tag in file comment 18 | ERROR | Missing @link tag in file comment 25 | ERROR | Missing doc comment for class UndoNamespacedNameSingleTokenTest 30 | WARNING | Line exceeds 85 characters; contains 112 characters 32 | WARNING | Line exceeds 85 characters; contains 90 characters 43 | WARNING | Line exceeds 85 characters; contains 95 characters 49 | WARNING | Line exceeds 85 characters; contains 123 characters 54 | WARNING | Line exceeds 85 characters; contains 104 characters 56 | WARNING | Line exceeds 85 characters; contains 86 characters 74 | WARNING | Line exceeds 85 characters; contains 110 characters 87 | WARNING | Line exceeds 85 characters; contains 110 characters 116 | WARNING | Line exceeds 85 characters; contains 110 characters 129 | WARNING | Line exceeds 85 characters; contains 110 characters 158 | WARNING | Line exceeds 85 characters; contains 110 characters 179 | WARNING | Line exceeds 85 characters; contains 110 characters 216 | WARNING | Line exceeds 85 characters; contains 110 characters 237 | WARNING | Line exceeds 85 characters; contains 110 characters 274 | WARNING | Line exceeds 85 characters; contains 110 characters 287 | WARNING | Line exceeds 85 characters; contains 110 characters 308 | WARNING | Line exceeds 85 characters; contains 110 characters 504 | WARNING | Line exceeds 85 characters; contains 110 characters 518 | WARNING | Line exceeds 85 characters; contains 110 characters 552 | WARNING | Line exceeds 85 characters; contains 110 characters 573 | WARNING | Line exceeds 85 characters; contains 110 characters 598 | WARNING | Line exceeds 85 characters; contains 110 characters 611 | WARNING | Line exceeds 85 characters; contains 110 characters 641 | WARNING | Line exceeds 85 characters; contains 110 characters 654 | WARNING | Line exceeds 85 characters; contains 110 characters 679 | WARNING | Line exceeds 85 characters; contains 110 characters 712 | WARNING | Line exceeds 85 characters; contains 110 characters 729 | WARNING | Line exceeds 85 characters; contains 110 characters 754 | WARNING | Line exceeds 85 characters; contains 110 characters 775 | WARNING | Line exceeds 85 characters; contains 110 characters 796 | WARNING | Line exceeds 85 characters; contains 110 characters 829 | WARNING | Line exceeds 85 characters; contains 110 characters 842 | WARNING | Line exceeds 85 characters; contains 110 characters 863 | WARNING | Line exceeds 85 characters; contains 110 characters 892 | WARNING | Line exceeds 85 characters; contains 110 characters 909 | WARNING | Line exceeds 85 characters; contains 110 characters 922 | WARNING | Line exceeds 85 characters; contains 110 characters 943 | WARNING | Line exceeds 85 characters; contains 110 characters 964 | WARNING | Line exceeds 85 characters; contains 110 characters 989 | WARNING | Line exceeds 85 characters; contains 110 characters 1002 | WARNING | Line exceeds 85 characters; contains 110 characters 1023 | WARNING | Line exceeds 85 characters; contains 110 characters 1044 | WARNING | Line exceeds 85 characters; contains 110 characters 1061 | WARNING | Line exceeds 85 characters; contains 110 characters 1074 | WARNING | Line exceeds 85 characters; contains 110 characters 1095 | WARNING | Line exceeds 85 characters; contains 110 characters 1116 | WARNING | Line exceeds 85 characters; contains 110 characters 1141 | WARNING | Line exceeds 85 characters; contains 110 characters 1154 | WARNING | Line exceeds 85 characters; contains 110 characters 1175 | WARNING | Line exceeds 85 characters; contains 110 characters 1225 | WARNING | Line exceeds 85 characters; contains 110 characters ----------------------------------------------------------------------------------- FILE: ...l/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/BitwiseOrTest.inc ----------------------------------------------------------------------------------- FOUND 40 ERRORS AND 15 WARNINGS AFFECTING 34 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 10 | ERROR | [ ] Missing doc comment for class TypeUnion 16 | WARNING | [ ] Line exceeds 85 characters; contains 117 characters 28 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 31 | WARNING | [ ] Line exceeds 85 characters; contains 114 characters 34 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 40 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 49 | ERROR | [ ] Private member variable "arrayOrFalse" must be prefixed with | | an underscore 78 | ERROR | [ ] Missing doc comment for function paramTypes() 80 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 81 | ERROR | [x] Blank lines are not allowed in a multi-line function | | declaration 89 | ERROR | [ ] Missing doc comment for function identifierNames() 96 | ERROR | [x] Closing brace must be on a line by itself 99 | ERROR | [ ] You must use "/**" style comments for a function comment 99 | ERROR | [x] Opening brace should be on a new line 99 | ERROR | [x] Closing brace must be on a line by itself 102 | ERROR | [ ] You must use "/**" style comments for a function comment 102 | ERROR | [x] Opening brace should be on a new line 102 | ERROR | [x] Closing brace must be on a line by itself 105 | ERROR | [ ] You must use "/**" style comments for a function comment 105 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 108 | ERROR | [ ] You must use "/**" style comments for a function comment 108 | ERROR | [x] Opening brace should be on a new line 108 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 108 | ERROR | [x] Closing brace must be on a line by itself 111 | ERROR | [ ] You must use "/**" style comments for a function comment 111 | ERROR | [x] Opening brace should be on a new line 111 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 111 | ERROR | [x] Closing brace must be on a line by itself 114 | ERROR | [ ] You must use "/**" style comments for a function comment 114 | ERROR | [x] Opening brace should be on a new line 114 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 114 | ERROR | [x] Closing brace must be on a line by itself 117 | ERROR | [ ] Missing doc comment for function | | globalFunctionWithSpreadAndReference() 122 | ERROR | [x] Closing brace must be on a line by itself 126 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 129 | WARNING | [ ] Line exceeds 85 characters; contains 128 characters 131 | ERROR | [ ] Missing doc comment for function unionBeforeAndAfter() 133 | WARNING | [ ] Line exceeds 85 characters; contains 122 characters 134 | ERROR | [x] Closing brace must be on a line by itself 138 | ERROR | [x] Closing brace must be on a line by itself 141 | ERROR | [x] Closing brace must be on a line by itself 141 | WARNING | [ ] Line exceeds 85 characters; contains 121 characters 144 | WARNING | [ ] Line exceeds 85 characters; contains 113 characters 170 | ERROR | [ ] You must use "/**" style comments for a function comment 170 | ERROR | [x] Opening brace should be on a new line 170 | ERROR | [x] Closing brace must be on a line by itself 173 | ERROR | [ ] You must use "/**" style comments for a function comment 173 | ERROR | [x] Opening brace should be on a new line 173 | ERROR | [x] Closing brace must be on a line by itself 176 | ERROR | [ ] You must use "/**" style comments for a function comment 176 | ERROR | [x] Opening brace should be on a new line 176 | ERROR | [x] Closing brace must be on a line by itself 179 | ERROR | [x] Closing brace must be on a line by itself 183 | ERROR | [ ] Missing doc comment for function type() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 23 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...endor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/ArrayKeywordTest.inc ----------------------------------------------------------------------------------- FOUND 20 ERRORS AFFECTING 9 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 19 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 19 | ERROR | [x] Expected 1 space after USE keyword; found 0 19 | ERROR | [x] Closing brace must be on a line by itself 24 | ERROR | [ ] You must use "/**" style comments for a function comment 24 | ERROR | [x] Opening brace should be on a new line 24 | ERROR | [x] Closing brace must be on a line by itself 27 | ERROR | [ ] You must use "/**" style comments for a function comment 27 | ERROR | [x] Opening brace should be on a new line 27 | ERROR | [x] Closing brace must be on a line by itself 29 | ERROR | [ ] Missing doc comment for class Bar 29 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 34 | ERROR | [ ] You must use "/**" style comments for a function comment 34 | ERROR | [x] Opening brace should be on a new line 34 | ERROR | [x] Closing brace must be on a line by itself 43 | ERROR | [ ] Missing doc comment for class DNFTypes 43 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 51 | ERROR | [ ] You must use "/**" style comments for a function comment 51 | ERROR | [x] Opening brace should be on a new line 53 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...dor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/TypedConstantsTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 21 WARNINGS AFFECTING 22 LINES ----------------------------------------------------------------------------------- 12 | WARNING | Line exceeds 85 characters; contains 99 characters 13 | WARNING | PHP version not specified 13 | ERROR | Missing @category tag in file comment 13 | ERROR | Missing @package tag in file comment 13 | ERROR | Missing @link tag in file comment 20 | ERROR | Missing doc comment for class TypedConstantsTest 25 | WARNING | Line exceeds 85 characters; contains 130 characters 34 | WARNING | Line exceeds 85 characters; contains 109 characters 39 | WARNING | Line exceeds 85 characters; contains 106 characters 44 | WARNING | Line exceeds 85 characters; contains 87 characters 67 | WARNING | Line exceeds 85 characters; contains 95 characters 74 | WARNING | Line exceeds 85 characters; contains 100 characters 111 | WARNING | Line exceeds 85 characters; contains 108 characters 134 | WARNING | Line exceeds 85 characters; contains 95 characters 141 | WARNING | Line exceeds 85 characters; contains 134 characters 335 | WARNING | Line exceeds 85 characters; contains 87 characters 342 | WARNING | Line exceeds 85 characters; contains 90 characters 350 | WARNING | Line exceeds 85 characters; contains 91 characters 372 | WARNING | Line exceeds 85 characters; contains 91 characters 439 | WARNING | Line exceeds 85 characters; contains 97 characters 449 | WARNING | Line exceeds 85 characters; contains 101 characters 484 | WARNING | Line exceeds 85 characters; contains 96 characters 494 | WARNING | Line exceeds 85 characters; contains 100 characters 577 | WARNING | Line exceeds 85 characters; contains 86 characters 628 | WARNING | Line exceeds 85 characters; contains 95 characters ----------------------------------------------------------------------------------- FILE: ...s/php_codesniffer/tests/Core/Tokenizer/PHP/StableCommentWhitespaceWinTest.php ----------------------------------------------------------------------------------- FOUND 5 ERRORS AND 9 WARNINGS AFFECTING 11 LINES ----------------------------------------------------------------------------------- 1 | ERROR | [x] End of line character is invalid; expected "\n" but found | | "\r\n" 10 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 11 | WARNING | [ ] PHP version not specified 11 | ERROR | [ ] Missing @category tag in file comment 11 | ERROR | [ ] Missing @package tag in file comment 11 | ERROR | [ ] Missing @link tag in file comment 18 | ERROR | [ ] Missing doc comment for class StableCommentWhitespaceWinTest 23 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 25 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 42 | WARNING | [ ] Line exceeds 85 characters; contains 120 characters 47 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 171 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 196 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 221 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...endor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/BackfillEnumTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 20 WARNINGS AFFECTING 21 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class BackfillEnumTest 21 | WARNING | Line exceeds 85 characters; contains 96 characters 31 | WARNING | Line exceeds 85 characters; contains 86 characters 34 | WARNING | Line exceeds 85 characters; contains 91 characters 37 | WARNING | Line exceeds 85 characters; contains 120 characters 38 | WARNING | Line exceeds 85 characters; contains 122 characters 81 | WARNING | Line exceeds 85 characters; contains 96 characters 87 | WARNING | Line exceeds 85 characters; contains 96 characters 93 | WARNING | Line exceeds 85 characters; contains 96 characters 99 | WARNING | Line exceeds 85 characters; contains 96 characters 105 | WARNING | Line exceeds 85 characters; contains 96 characters 111 | WARNING | Line exceeds 85 characters; contains 96 characters 117 | WARNING | Line exceeds 85 characters; contains 96 characters 129 | WARNING | Line exceeds 85 characters; contains 86 characters 131 | WARNING | Line exceeds 85 characters; contains 95 characters 142 | WARNING | Line exceeds 85 characters; contains 91 characters 145 | WARNING | Line exceeds 85 characters; contains 124 characters 146 | WARNING | Line exceeds 85 characters; contains 126 characters 210 | WARNING | Line exceeds 85 characters; contains 86 characters ----------------------------------------------------------------------------------- FILE: ...jl/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/DNFTypesTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 54 WARNINGS AFFECTING 55 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class DNFTypesTest 20 | WARNING | Line exceeds 85 characters; contains 93 characters 23 | WARNING | Line exceeds 85 characters; contains 104 characters 24 | WARNING | Line exceeds 85 characters; contains 91 characters 35 | WARNING | Line exceeds 85 characters; contains 101 characters 38 | WARNING | Line exceeds 85 characters; contains 98 characters 39 | WARNING | Line exceeds 85 characters; contains 136 characters 40 | WARNING | Line exceeds 85 characters; contains 138 characters 45 | WARNING | Line exceeds 85 characters; contains 99 characters 46 | WARNING | Line exceeds 85 characters; contains 138 characters 47 | WARNING | Line exceeds 85 characters; contains 140 characters 51 | WARNING | Line exceeds 85 characters; contains 89 characters 53 | WARNING | Line exceeds 85 characters; contains 146 characters 54 | WARNING | Line exceeds 85 characters; contains 148 characters 59 | WARNING | Line exceeds 85 characters; contains 144 characters 60 | WARNING | Line exceeds 85 characters; contains 146 characters 65 | WARNING | Line exceeds 85 characters; contains 99 characters 70 | WARNING | Line exceeds 85 characters; contains 97 characters 75 | WARNING | Line exceeds 85 characters; contains 97 characters 79 | WARNING | Line exceeds 85 characters; contains 95 characters 84 | WARNING | Line exceeds 85 characters; contains 95 characters 89 | WARNING | Line exceeds 85 characters; contains 95 characters 117 | WARNING | Line exceeds 85 characters; contains 87 characters 141 | WARNING | Line exceeds 85 characters; contains 93 characters 150 | WARNING | Line exceeds 85 characters; contains 91 characters 153 | WARNING | Line exceeds 85 characters; contains 101 characters 156 | WARNING | Line exceeds 85 characters; contains 101 characters 159 | WARNING | Line exceeds 85 characters; contains 105 characters 184 | WARNING | Line exceeds 85 characters; contains 86 characters 202 | WARNING | Line exceeds 85 characters; contains 89 characters 219 | WARNING | Line exceeds 85 characters; contains 101 characters 222 | WARNING | Line exceeds 85 characters; contains 98 characters 223 | WARNING | Line exceeds 85 characters; contains 146 characters 224 | WARNING | Line exceeds 85 characters; contains 148 characters 229 | WARNING | Line exceeds 85 characters; contains 99 characters 230 | WARNING | Line exceeds 85 characters; contains 148 characters 231 | WARNING | Line exceeds 85 characters; contains 150 characters 239 | WARNING | Line exceeds 85 characters; contains 96 characters 244 | WARNING | Line exceeds 85 characters; contains 96 characters 251 | WARNING | Line exceeds 85 characters; contains 140 characters 252 | WARNING | Line exceeds 85 characters; contains 142 characters 254 | WARNING | Line exceeds 85 characters; contains 93 characters 259 | WARNING | Line exceeds 85 characters; contains 132 characters 261 | WARNING | Line exceeds 85 characters; contains 99 characters 266 | WARNING | Line exceeds 85 characters; contains 97 characters 271 | WARNING | Line exceeds 85 characters; contains 97 characters 280 | WARNING | Line exceeds 85 characters; contains 95 characters 285 | WARNING | Line exceeds 85 characters; contains 95 characters 289 | WARNING | Line exceeds 85 characters; contains 95 characters 294 | WARNING | Line exceeds 85 characters; contains 95 characters 299 | WARNING | Line exceeds 85 characters; contains 95 characters 364 | WARNING | Line exceeds 85 characters; contains 90 characters 440 | WARNING | Line exceeds 85 characters; contains 87 characters ----------------------------------------------------------------------------------- FILE: ...l/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/BitwiseOrTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 75 WARNINGS AFFECTING 76 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class BitwiseOrTest 21 | WARNING | Line exceeds 85 characters; contains 94 characters 31 | WARNING | Line exceeds 85 characters; contains 87 characters 34 | WARNING | Line exceeds 85 characters; contains 132 characters 35 | WARNING | Line exceeds 85 characters; contains 134 characters 52 | WARNING | Line exceeds 85 characters; contains 103 characters 53 | WARNING | Line exceeds 85 characters; contains 104 characters 54 | WARNING | Line exceeds 85 characters; contains 101 characters 56 | WARNING | Line exceeds 85 characters; contains 103 characters 57 | WARNING | Line exceeds 85 characters; contains 106 characters 58 | WARNING | Line exceeds 85 characters; contains 107 characters 59 | WARNING | Line exceeds 85 characters; contains 104 characters 60 | WARNING | Line exceeds 85 characters; contains 101 characters 61 | WARNING | Line exceeds 85 characters; contains 99 characters 62 | WARNING | Line exceeds 85 characters; contains 94 characters 63 | WARNING | Line exceeds 85 characters; contains 96 characters 64 | WARNING | Line exceeds 85 characters; contains 99 characters 65 | WARNING | Line exceeds 85 characters; contains 101 characters 66 | WARNING | Line exceeds 85 characters; contains 92 characters 67 | WARNING | Line exceeds 85 characters; contains 106 characters 75 | WARNING | Line exceeds 85 characters; contains 101 characters 77 | WARNING | Line exceeds 85 characters; contains 94 characters 87 | WARNING | Line exceeds 85 characters; contains 87 characters 90 | WARNING | Line exceeds 85 characters; contains 132 characters 91 | WARNING | Line exceeds 85 characters; contains 134 characters 106 | WARNING | Line exceeds 85 characters; contains 111 characters 107 | WARNING | Line exceeds 85 characters; contains 125 characters 108 | WARNING | Line exceeds 85 characters; contains 111 characters 109 | WARNING | Line exceeds 85 characters; contains 111 characters 110 | WARNING | Line exceeds 85 characters; contains 111 characters 111 | WARNING | Line exceeds 85 characters; contains 122 characters 112 | WARNING | Line exceeds 85 characters; contains 123 characters 113 | WARNING | Line exceeds 85 characters; contains 119 characters 114 | WARNING | Line exceeds 85 characters; contains 112 characters 115 | WARNING | Line exceeds 85 characters; contains 126 characters 116 | WARNING | Line exceeds 85 characters; contains 112 characters 117 | WARNING | Line exceeds 85 characters; contains 112 characters 118 | WARNING | Line exceeds 85 characters; contains 112 characters 119 | WARNING | Line exceeds 85 characters; contains 123 characters 120 | WARNING | Line exceeds 85 characters; contains 124 characters 121 | WARNING | Line exceeds 85 characters; contains 120 characters 122 | WARNING | Line exceeds 85 characters; contains 125 characters 123 | WARNING | Line exceeds 85 characters; contains 135 characters 124 | WARNING | Line exceeds 85 characters; contains 132 characters 125 | WARNING | Line exceeds 85 characters; contains 130 characters 126 | WARNING | Line exceeds 85 characters; contains 129 characters 127 | WARNING | Line exceeds 85 characters; contains 127 characters 128 | WARNING | Line exceeds 85 characters; contains 104 characters 129 | WARNING | Line exceeds 85 characters; contains 104 characters 130 | WARNING | Line exceeds 85 characters; contains 104 characters 131 | WARNING | Line exceeds 85 characters; contains 120 characters 132 | WARNING | Line exceeds 85 characters; contains 121 characters 133 | WARNING | Line exceeds 85 characters; contains 117 characters 134 | WARNING | Line exceeds 85 characters; contains 126 characters 135 | WARNING | Line exceeds 85 characters; contains 108 characters 136 | WARNING | Line exceeds 85 characters; contains 123 characters 137 | WARNING | Line exceeds 85 characters; contains 123 characters 138 | WARNING | Line exceeds 85 characters; contains 125 characters 139 | WARNING | Line exceeds 85 characters; contains 122 characters 140 | WARNING | Line exceeds 85 characters; contains 118 characters 141 | WARNING | Line exceeds 85 characters; contains 111 characters 142 | WARNING | Line exceeds 85 characters; contains 116 characters 143 | WARNING | Line exceeds 85 characters; contains 124 characters 144 | WARNING | Line exceeds 85 characters; contains 123 characters 145 | WARNING | Line exceeds 85 characters; contains 125 characters 146 | WARNING | Line exceeds 85 characters; contains 121 characters 147 | WARNING | Line exceeds 85 characters; contains 125 characters 148 | WARNING | Line exceeds 85 characters; contains 111 characters 149 | WARNING | Line exceeds 85 characters; contains 108 characters 150 | WARNING | Line exceeds 85 characters; contains 113 characters 151 | WARNING | Line exceeds 85 characters; contains 125 characters 152 | WARNING | Line exceeds 85 characters; contains 112 characters 153 | WARNING | Line exceeds 85 characters; contains 113 characters 154 | WARNING | Line exceeds 85 characters; contains 111 characters ----------------------------------------------------------------------------------- FILE: ...bs/php_codesniffer/tests/Core/Tokenizer/PHP/AnonClassParenthesisOwnerTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 15 WARNINGS AFFECTING 16 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class AnonClassParenthesisOwnerTest 19 | WARNING | Line exceeds 85 characters; contains 100 characters 21 | WARNING | Line exceeds 85 characters; contains 94 characters 33 | WARNING | Line exceeds 85 characters; contains 87 characters 34 | WARNING | Line exceeds 85 characters; contains 88 characters 35 | WARNING | Line exceeds 85 characters; contains 88 characters 41 | WARNING | Line exceeds 85 characters; contains 93 characters 44 | WARNING | Line exceeds 85 characters; contains 94 characters 93 | WARNING | Line exceeds 85 characters; contains 90 characters 94 | WARNING | Line exceeds 85 characters; contains 95 characters 96 | WARNING | Line exceeds 85 characters; contains 94 characters 110 | WARNING | Line exceeds 85 characters; contains 86 characters 111 | WARNING | Line exceeds 85 characters; contains 87 characters 112 | WARNING | Line exceeds 85 characters; contains 87 characters ----------------------------------------------------------------------------------- FILE: ...ndor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/HeredocStringTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 25 WARNINGS AFFECTING 26 LINES ----------------------------------------------------------------------------------- 8 | WARNING | Line exceeds 85 characters; contains 99 characters 9 | WARNING | PHP version not specified 9 | ERROR | Missing @category tag in file comment 9 | ERROR | Missing @package tag in file comment 9 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class HeredocStringTest 22 | WARNING | Line exceeds 85 characters; contains 99 characters 41 | WARNING | Line exceeds 85 characters; contains 105 characters 43 | WARNING | Line exceeds 85 characters; contains 99 characters 57 | WARNING | Line exceeds 85 characters; contains 94 characters 80 | WARNING | Line exceeds 85 characters; contains 91 characters 84 | WARNING | Line exceeds 85 characters; contains 91 characters 88 | WARNING | Line exceeds 85 characters; contains 91 characters 92 | WARNING | Line exceeds 85 characters; contains 91 characters 96 | WARNING | Line exceeds 85 characters; contains 91 characters 100 | WARNING | Line exceeds 85 characters; contains 91 characters 104 | WARNING | Line exceeds 85 characters; contains 91 characters 108 | WARNING | Line exceeds 85 characters; contains 91 characters 112 | WARNING | Line exceeds 85 characters; contains 91 characters 116 | WARNING | Line exceeds 85 characters; contains 91 characters 120 | WARNING | Line exceeds 85 characters; contains 91 characters 124 | WARNING | Line exceeds 85 characters; contains 91 characters 128 | WARNING | Line exceeds 85 characters; contains 91 characters 132 | WARNING | Line exceeds 85 characters; contains 91 characters 136 | WARNING | Line exceeds 85 characters; contains 91 characters 140 | WARNING | Line exceeds 85 characters; contains 91 characters 144 | WARNING | Line exceeds 85 characters; contains 91 characters 148 | WARNING | Line exceeds 85 characters; contains 91 characters 152 | WARNING | Line exceeds 85 characters; contains 91 characters ----------------------------------------------------------------------------------- FILE: ...vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/DoubleArrowTest.inc ----------------------------------------------------------------------------------- FOUND 74 ERRORS AND 11 WARNINGS AFFECTING 48 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [ ] Missing doc comment for function simpleLongArray() 3 | ERROR | [x] Opening brace should be on a new line 10 | ERROR | [ ] Missing doc comment for function simpleShortArray() 10 | ERROR | [x] Opening brace should be on a new line 17 | ERROR | [ ] Missing doc comment for function simpleLongList() 17 | ERROR | [x] Opening brace should be on a new line 24 | ERROR | [ ] Missing doc comment for function simpleShortList() 24 | ERROR | [x] Opening brace should be on a new line 31 | ERROR | [ ] Missing doc comment for function simpleYield() 31 | ERROR | [x] Opening brace should be on a new line 39 | ERROR | [ ] Missing doc comment for function simpleForeach() 39 | ERROR | [x] Opening brace should be on a new line 41 | ERROR | [ ] Expected "foreach (...) {\n"; found "foreach (...) {" 41 | ERROR | [x] Closing brace must be on a line by itself 44 | ERROR | [ ] Missing doc comment for function simpleMatch() 44 | ERROR | [x] Opening brace should be on a new line 57 | ERROR | [ ] Missing doc comment for function simpleArrowFunction() 57 | ERROR | [x] Opening brace should be on a new line 62 | ERROR | [ ] Missing doc comment for function matchNestedInMatch() 62 | ERROR | [x] Opening brace should be on a new line 72 | ERROR | [ ] Missing doc comment for function | | matchNestedInLongArrayValue() 72 | ERROR | [x] Opening brace should be on a new line 89 | ERROR | [ ] Missing doc comment for function | | matchNestedInShortArrayValue() 89 | ERROR | [x] Opening brace should be on a new line 106 | ERROR | [ ] Missing doc comment for function matchNestedInLongArrayKey() 106 | ERROR | [x] Opening brace should be on a new line 108 | ERROR | [ ] Expected "match (...) {\n"; found "match (...) { /* | | testMatchArrowInLongArrayKey1 */ " 108 | WARNING | [ ] Line exceeds 85 characters; contains 116 characters 108 | ERROR | [x] Closing brace must be on a line by itself 114 | ERROR | [ ] Missing doc comment for function matchNestedInShortArrayKey() 114 | ERROR | [x] Opening brace should be on a new line 116 | ERROR | [ ] Expected "match (...) {\n"; found "match (...) { /* | | testMatchArrowInShortArrayKey1 */ " 116 | WARNING | [ ] Line exceeds 85 characters; contains 118 characters 116 | ERROR | [x] Closing brace must be on a line by itself 122 | ERROR | [ ] Missing doc comment for function arraysNestedInMatch() 122 | ERROR | [x] Opening brace should be on a new line 158 | ERROR | [ ] Missing doc comment for function matchNestedInArrowFunction() 158 | ERROR | [x] Opening brace should be on a new line 160 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 168 | ERROR | [ ] Missing doc comment for function | | arrowFunctionsNestedInMatch() 168 | ERROR | [x] Opening brace should be on a new line 177 | ERROR | [ ] Missing doc comment for function matchShortArrayMismash() 177 | ERROR | [x] Opening brace should be on a new line 181 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 187 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 189 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 195 | ERROR | [ ] Missing doc comment for function longListInMatch() 195 | ERROR | [x] Opening brace should be on a new line 196 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 198 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 200 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 204 | ERROR | [ ] Missing doc comment for function shortListInMatch() 204 | ERROR | [x] Opening brace should be on a new line 205 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 207 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 209 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 213 | ERROR | [ ] Missing doc comment for function matchInLongList() 213 | ERROR | [x] Opening brace should be on a new line 215 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {" 215 | ERROR | [x] Closing brace must be on a line by itself 215 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 218 | ERROR | [ ] Missing doc comment for function matchInShortList() 218 | ERROR | [x] Opening brace should be on a new line 220 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {" 220 | ERROR | [x] Closing brace must be on a line by itself 220 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 223 | ERROR | [ ] Missing doc comment for function longArrayWithConstantKey() 223 | ERROR | [x] Opening brace should be on a new line 230 | ERROR | [ ] Missing doc comment for function shortArrayWithConstantKey() 230 | ERROR | [x] Opening brace should be on a new line 237 | ERROR | [ ] Missing doc comment for function yieldWithConstantKey() 237 | ERROR | [x] Opening brace should be on a new line 242 | ERROR | [ ] Missing doc comment for function | | longArrayWithConstantKeyNestedInMatch() 242 | ERROR | [x] Opening brace should be on a new line 243 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 252 | ERROR | [ ] Missing doc comment for function | | shortArrayWithConstantKeyNestedInMatch() 252 | ERROR | [x] Opening brace should be on a new line 253 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 263 | ERROR | [ ] Missing doc comment for function | | longArrayWithConstantKeyWithNestedMatch() 263 | ERROR | [x] Opening brace should be on a new line 266 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 273 | ERROR | [ ] Missing doc comment for function | | shortArrayWithConstantKeyWithNestedMatch() 273 | ERROR | [x] Opening brace should be on a new line 276 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 33 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/DoubleQuotedStringTest.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment 3 | WARNING | Line exceeds 85 characters; contains 96 characters ----------------------------------------------------------------------------------- FILE: .../squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/HeredocParseErrorTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 6 WARNINGS AFFECTING 7 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment 24 | WARNING | Line exceeds 85 characters; contains 103 characters 32 | WARNING | Line exceeds 85 characters; contains 119 characters 35 | WARNING | Line exceeds 85 characters; contains 131 characters 36 | WARNING | Line exceeds 85 characters; contains 133 characters ----------------------------------------------------------------------------------- FILE: ...quizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/DNFTypesParseError1Test.inc ----------------------------------------------------------------------------------- FOUND 6 ERRORS AND 2 WARNINGS AFFECTING 7 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 4 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 5 | ERROR | [ ] You must use "/**" style comments for a class comment 5 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 12 | ERROR | [ ] Missing doc comment for function unmatchedParens() 15 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 8 spaces but found 4 16 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 4 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...s/php_codesniffer/tests/Core/Tokenizer/PHP/NamedFunctionCallArgumentsTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 109 WARNINGS AFFECTING 110 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 96 characters 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class NamedFunctionCallArgumentsTest 24 | WARNING | Line exceeds 85 characters; contains 95 characters 36 | WARNING | Line exceeds 85 characters; contains 92 characters 41 | WARNING | Line exceeds 85 characters; contains 89 characters 46 | WARNING | Line exceeds 85 characters; contains 89 characters 50 | WARNING | Line exceeds 85 characters; contains 96 characters 55 | WARNING | Line exceeds 85 characters; contains 100 characters 82 | WARNING | Line exceeds 85 characters; contains 86 characters 90 | WARNING | Line exceeds 85 characters; contains 86 characters 98 | WARNING | Line exceeds 85 characters; contains 86 characters 106 | WARNING | Line exceeds 85 characters; contains 86 characters 112 | WARNING | Line exceeds 85 characters; contains 86 characters 120 | WARNING | Line exceeds 85 characters; contains 86 characters 126 | WARNING | Line exceeds 85 characters; contains 86 characters 132 | WARNING | Line exceeds 85 characters; contains 86 characters 139 | WARNING | Line exceeds 85 characters; contains 86 characters 146 | WARNING | Line exceeds 85 characters; contains 86 characters 153 | WARNING | Line exceeds 85 characters; contains 86 characters 160 | WARNING | Line exceeds 85 characters; contains 86 characters 167 | WARNING | Line exceeds 85 characters; contains 86 characters 174 | WARNING | Line exceeds 85 characters; contains 86 characters 181 | WARNING | Line exceeds 85 characters; contains 86 characters 188 | WARNING | Line exceeds 85 characters; contains 86 characters 195 | WARNING | Line exceeds 85 characters; contains 86 characters 202 | WARNING | Line exceeds 85 characters; contains 86 characters 209 | WARNING | Line exceeds 85 characters; contains 86 characters 219 | WARNING | Line exceeds 85 characters; contains 86 characters 225 | WARNING | Line exceeds 85 characters; contains 86 characters 231 | WARNING | Line exceeds 85 characters; contains 86 characters 237 | WARNING | Line exceeds 85 characters; contains 86 characters 243 | WARNING | Line exceeds 85 characters; contains 86 characters 249 | WARNING | Line exceeds 85 characters; contains 86 characters 256 | WARNING | Line exceeds 85 characters; contains 86 characters 262 | WARNING | Line exceeds 85 characters; contains 86 characters 268 | WARNING | Line exceeds 85 characters; contains 86 characters 274 | WARNING | Line exceeds 85 characters; contains 86 characters 286 | WARNING | Line exceeds 85 characters; contains 96 characters 300 | WARNING | Line exceeds 85 characters; contains 88 characters 348 | WARNING | Line exceeds 85 characters; contains 90 characters 359 | WARNING | Line exceeds 85 characters; contains 98 characters 362 | WARNING | Line exceeds 85 characters; contains 91 characters 367 | WARNING | Line exceeds 85 characters; contains 86 characters 372 | WARNING | Line exceeds 85 characters; contains 86 characters 375 | WARNING | Line exceeds 85 characters; contains 113 characters 378 | WARNING | Line exceeds 85 characters; contains 92 characters 383 | WARNING | Line exceeds 85 characters; contains 96 characters 415 | WARNING | Line exceeds 85 characters; contains 95 characters 418 | WARNING | Line exceeds 85 characters; contains 92 characters 423 | WARNING | Line exceeds 85 characters; contains 107 characters 428 | WARNING | Line exceeds 85 characters; contains 91 characters 433 | WARNING | Line exceeds 85 characters; contains 91 characters 439 | WARNING | Line exceeds 85 characters; contains 91 characters 444 | WARNING | Line exceeds 85 characters; contains 105 characters 449 | WARNING | Line exceeds 85 characters; contains 105 characters 456 | WARNING | Line exceeds 85 characters; contains 94 characters 459 | WARNING | Line exceeds 85 characters; contains 92 characters 464 | WARNING | Line exceeds 85 characters; contains 108 characters 469 | WARNING | Line exceeds 85 characters; contains 92 characters 474 | WARNING | Line exceeds 85 characters; contains 92 characters 477 | WARNING | Line exceeds 85 characters; contains 95 characters 480 | WARNING | Line exceeds 85 characters; contains 91 characters 485 | WARNING | Line exceeds 85 characters; contains 106 characters 490 | WARNING | Line exceeds 85 characters; contains 106 characters 512 | WARNING | Line exceeds 85 characters; contains 110 characters 515 | WARNING | Line exceeds 85 characters; contains 92 characters 520 | WARNING | Line exceeds 85 characters; contains 114 characters 525 | WARNING | Line exceeds 85 characters; contains 98 characters 530 | WARNING | Line exceeds 85 characters; contains 98 characters 533 | WARNING | Line exceeds 85 characters; contains 114 characters 536 | WARNING | Line exceeds 85 characters; contains 98 characters 541 | WARNING | Line exceeds 85 characters; contains 86 characters 546 | WARNING | Line exceeds 85 characters; contains 86 characters 553 | WARNING | Line exceeds 85 characters; contains 109 characters 556 | WARNING | Line exceeds 85 characters; contains 92 characters 561 | WARNING | Line exceeds 85 characters; contains 114 characters 566 | WARNING | Line exceeds 85 characters; contains 98 characters 571 | WARNING | Line exceeds 85 characters; contains 98 characters 578 | WARNING | Line exceeds 85 characters; contains 94 characters 588 | WARNING | Line exceeds 85 characters; contains 113 characters 591 | WARNING | Line exceeds 85 characters; contains 95 characters 596 | WARNING | Line exceeds 85 characters; contains 86 characters 601 | WARNING | Line exceeds 85 characters; contains 86 characters 618 | WARNING | Line exceeds 85 characters; contains 100 characters 621 | WARNING | Line exceeds 85 characters; contains 92 characters 626 | WARNING | Line exceeds 85 characters; contains 92 characters 631 | WARNING | Line exceeds 85 characters; contains 92 characters 634 | WARNING | Line exceeds 85 characters; contains 102 characters 637 | WARNING | Line exceeds 85 characters; contains 92 characters 642 | WARNING | Line exceeds 85 characters; contains 93 characters 647 | WARNING | Line exceeds 85 characters; contains 93 characters 653 | WARNING | Line exceeds 85 characters; contains 94 characters 658 | WARNING | Line exceeds 85 characters; contains 94 characters 663 | WARNING | Line exceeds 85 characters; contains 94 characters 670 | WARNING | Line exceeds 85 characters; contains 93 characters 680 | WARNING | Line exceeds 85 characters; contains 131 characters 694 | WARNING | Line exceeds 85 characters; contains 92 characters 699 | WARNING | Line exceeds 85 characters; contains 96 characters 716 | WARNING | Line exceeds 85 characters; contains 97 characters 738 | WARNING | Line exceeds 85 characters; contains 110 characters 739 | WARNING | Line exceeds 85 characters; contains 114 characters 745 | WARNING | Line exceeds 85 characters; contains 111 characters 747 | WARNING | Line exceeds 85 characters; contains 124 characters 749 | WARNING | Line exceeds 85 characters; contains 111 characters 781 | WARNING | Line exceeds 85 characters; contains 92 characters 793 | WARNING | Line exceeds 85 characters; contains 87 characters 810 | WARNING | Line exceeds 85 characters; contains 92 characters 815 | WARNING | Line exceeds 85 characters; contains 96 characters ----------------------------------------------------------------------------------- FILE: ...endor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/BackfillEnumTest.inc ----------------------------------------------------------------------------------- FOUND 19 ERRORS AFFECTING 12 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 4 | ERROR | [ ] You must use "/**" style comments for a enum comment 10 | ERROR | [ ] You must use "/**" style comments for a enum comment 10 | ERROR | [x] Opening brace of a enum must be on the line after the definition 16 | ERROR | [ ] You must use "/**" style comments for a enum comment 23 | ERROR | [ ] You must use "/**" style comments for a enum comment 33 | ERROR | [ ] Missing doc comment for function someMethod() 39 | ERROR | [ ] You must use "/**" style comments for a enum comment 39 | ERROR | [x] Opening brace of a enum must be on the line after the definition 39 | ERROR | [x] Closing brace must be on a line by itself 42 | ERROR | [ ] You must use "/**" style comments for a enum comment 42 | ERROR | [x] Opening brace of a enum must be on the line after the definition 42 | ERROR | [x] Closing brace must be on a line by itself 45 | ERROR | [ ] You must use "/**" style comments for a class comment 45 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 50 | ERROR | [ ] You must use "/**" style comments for a function comment 50 | ERROR | [x] Opening brace should be on a new line 59 | ERROR | [ ] You must use "/**" style comments for a function comment 64 | ERROR | [ ] You must use "/**" style comments for a enum comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...s/php_codesniffer/tests/Core/Tokenizer/PHP/StableCommentWhitespaceWinTest.inc ----------------------------------------------------------------------------------- FOUND 11 ERRORS AFFECTING 11 LINES ----------------------------------------------------------------------------------- 1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n" 2 | ERROR | [ ] You must use "/**" style comments for a file comment 43 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 46 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 49 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 50 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 51 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 54 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 55 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 56 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 59 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...jl/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/DNFTypesTest.inc ----------------------------------------------------------------------------------- FOUND 38 ERRORS AND 20 WARNINGS AFFECTING 41 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 17 | ERROR | [ ] You must use "/**" style comments for a function comment 17 | ERROR | [x] Opening brace should be on a new line 17 | ERROR | [x] Closing brace must be on a line by itself 20 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 20 | ERROR | [x] Closing brace must be on a line by itself 23 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 23 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 23 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 23 | ERROR | [x] Closing brace must be on a line by itself 29 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 60 | ERROR | [ ] You must use "/**" style comments for a class comment 60 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 65 | WARNING | [ ] Line exceeds 85 characters; contains 148 characters 77 | WARNING | [ ] Line exceeds 85 characters; contains 133 characters 80 | WARNING | [ ] Line exceeds 85 characters; contains 142 characters 83 | WARNING | [ ] Line exceeds 85 characters; contains 128 characters 89 | WARNING | [ ] Line exceeds 85 characters; contains 185 characters 95 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 98 | ERROR | [ ] Private member variable "multiDnf" must be prefixed with an | | underscore 101 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 109 | ERROR | [ ] Missing doc comment for function paramTypes() 112 | WARNING | [ ] Line exceeds 85 characters; contains 118 characters 113 | ERROR | [x] Blank lines are not allowed in a multi-line function | | declaration 126 | ERROR | [ ] Missing doc comment for function identifierNames() 130 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 133 | ERROR | [x] Closing brace must be on a line by itself 135 | ERROR | [ ] Missing doc comment for function __construct() 138 | ERROR | [x] Closing brace must be on a line by itself 140 | ERROR | [ ] Missing doc comment for function returnType() 140 | ERROR | [x] Opening brace should be on a new line 140 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 140 | ERROR | [x] Closing brace must be on a line by itself 142 | ERROR | [ ] Missing doc comment for function abstractMethod() 142 | WARNING | [ ] Line exceeds 85 characters; contains 146 characters 144 | ERROR | [ ] Missing doc comment for function | | identifierNamesReturnRelative() 145 | WARNING | [ ] Line exceeds 85 characters; contains 117 characters 145 | ERROR | [x] Closing brace must be on a line by itself 147 | ERROR | [ ] Missing doc comment for function identifierNamesReturnPQ() 148 | WARNING | [ ] Line exceeds 85 characters; contains 131 characters 148 | ERROR | [x] Closing brace must be on a line by itself 150 | WARNING | [ ] Line exceeds 85 characters; contains 125 characters 151 | ERROR | [ ] You must use "/**" style comments for a function comment 152 | WARNING | [ ] Line exceeds 85 characters; contains 119 characters 152 | ERROR | [x] Closing brace must be on a line by itself 155 | ERROR | [ ] Missing doc comment for function | | globalFunctionWithSpreadAndReference() 160 | ERROR | [x] Closing brace must be on a line by itself 163 | ERROR | [x] Closing brace must be on a line by itself 163 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 166 | ERROR | [x] Closing brace must be on a line by itself 166 | WARNING | [ ] Line exceeds 85 characters; contains 127 characters 172 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 177 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 184 | ERROR | [ ] Function name "InvalidSyntaxes" is invalid; consider | | "invalidSyntaxes" instead 184 | ERROR | [ ] Missing doc comment for function InvalidSyntaxes() 187 | ERROR | [x] Blank lines are not allowed in a multi-line function | | declaration 190 | ERROR | [x] Blank lines are not allowed in a multi-line function | | declaration 193 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 21 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...abs/php_codesniffer/tests/Core/Tokenizer/PHP/BackfillNumericSeparatorTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 10 WARNINGS AFFECTING 11 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class BackfillNumericSeparatorTest 22 | WARNING | Line exceeds 85 characters; contains 90 characters 37 | WARNING | Line exceeds 85 characters; contains 132 characters 38 | WARNING | Line exceeds 85 characters; contains 122 characters 140 | WARNING | Line exceeds 85 characters; contains 90 characters 141 | WARNING | Line exceeds 85 characters; contains 93 characters 143 | WARNING | Line exceeds 85 characters; contains 124 characters 144 | WARNING | Line exceeds 85 characters; contains 121 characters 161 | WARNING | Line exceeds 85 characters; contains 127 characters ----------------------------------------------------------------------------------- FILE: ...hp_codesniffer/tests/Core/Tokenizer/PHP/BackfillExplicitOctalNotationTest.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...jl/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/EnumCaseTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 33 WARNINGS AFFECTING 34 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class EnumCaseTest 21 | WARNING | Line exceeds 85 characters; contains 94 characters 34 | WARNING | Line exceeds 85 characters; contains 130 characters 35 | WARNING | Line exceeds 85 characters; contains 132 characters 50 | WARNING | Line exceeds 85 characters; contains 103 characters 51 | WARNING | Line exceeds 85 characters; contains 113 characters 52 | WARNING | Line exceeds 85 characters; contains 112 characters 53 | WARNING | Line exceeds 85 characters; contains 112 characters 54 | WARNING | Line exceeds 85 characters; contains 116 characters 55 | WARNING | Line exceeds 85 characters; contains 110 characters 56 | WARNING | Line exceeds 85 characters; contains 123 characters 65 | WARNING | Line exceeds 85 characters; contains 94 characters 78 | WARNING | Line exceeds 85 characters; contains 120 characters 79 | WARNING | Line exceeds 85 characters; contains 122 characters 94 | WARNING | Line exceeds 85 characters; contains 113 characters 95 | WARNING | Line exceeds 85 characters; contains 112 characters 96 | WARNING | Line exceeds 85 characters; contains 124 characters 97 | WARNING | Line exceeds 85 characters; contains 123 characters 98 | WARNING | Line exceeds 85 characters; contains 113 characters 99 | WARNING | Line exceeds 85 characters; contains 120 characters 100 | WARNING | Line exceeds 85 characters; contains 120 characters 109 | WARNING | Line exceeds 85 characters; contains 94 characters 119 | WARNING | Line exceeds 85 characters; contains 142 characters 122 | WARNING | Line exceeds 85 characters; contains 124 characters 123 | WARNING | Line exceeds 85 characters; contains 126 characters 138 | WARNING | Line exceeds 85 characters; contains 93 characters 139 | WARNING | Line exceeds 85 characters; contains 93 characters 140 | WARNING | Line exceeds 85 characters; contains 93 characters 141 | WARNING | Line exceeds 85 characters; contains 93 characters 142 | WARNING | Line exceeds 85 characters; contains 93 characters 143 | WARNING | Line exceeds 85 characters; contains 93 characters 144 | WARNING | Line exceeds 85 characters; contains 93 characters ----------------------------------------------------------------------------------- FILE: ...hp_codesniffer/tests/Core/Tokenizer/PHP/OtherContextSensitiveKeywordsTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 114 WARNINGS AFFECTING 115 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 19 | ERROR | Missing @category tag in class comment 19 | ERROR | Missing @package tag in class comment 19 | ERROR | Missing @author tag in class comment 19 | ERROR | Missing @license tag in class comment 19 | ERROR | Missing @link tag in class comment 25 | WARNING | Line exceeds 85 characters; contains 87 characters 40 | WARNING | Line exceeds 85 characters; contains 91 characters 42 | WARNING | Line exceeds 85 characters; contains 94 characters 51 | WARNING | Line exceeds 85 characters; contains 112 characters 54 | WARNING | Line exceeds 85 characters; contains 124 characters 55 | WARNING | Line exceeds 85 characters; contains 126 characters 70 | WARNING | Line exceeds 85 characters; contains 104 characters 71 | WARNING | Line exceeds 85 characters; contains 102 characters 72 | WARNING | Line exceeds 85 characters; contains 103 characters 73 | WARNING | Line exceeds 85 characters; contains 102 characters 74 | WARNING | Line exceeds 85 characters; contains 102 characters 76 | WARNING | Line exceeds 85 characters; contains 141 characters 77 | WARNING | Line exceeds 85 characters; contains 143 characters 78 | WARNING | Line exceeds 85 characters; contains 142 characters 79 | WARNING | Line exceeds 85 characters; contains 141 characters 80 | WARNING | Line exceeds 85 characters; contains 141 characters 82 | WARNING | Line exceeds 85 characters; contains 141 characters 83 | WARNING | Line exceeds 85 characters; contains 143 characters 84 | WARNING | Line exceeds 85 characters; contains 142 characters 85 | WARNING | Line exceeds 85 characters; contains 141 characters 86 | WARNING | Line exceeds 85 characters; contains 141 characters 88 | WARNING | Line exceeds 85 characters; contains 129 characters 89 | WARNING | Line exceeds 85 characters; contains 128 characters 90 | WARNING | Line exceeds 85 characters; contains 128 characters 92 | WARNING | Line exceeds 85 characters; contains 125 characters 93 | WARNING | Line exceeds 85 characters; contains 124 characters 94 | WARNING | Line exceeds 85 characters; contains 124 characters 95 | WARNING | Line exceeds 85 characters; contains 124 characters 96 | WARNING | Line exceeds 85 characters; contains 126 characters 103 | WARNING | Line exceeds 85 characters; contains 93 characters 105 | WARNING | Line exceeds 85 characters; contains 101 characters 115 | WARNING | Line exceeds 85 characters; contains 112 characters 121 | WARNING | Line exceeds 85 characters; contains 91 characters 126 | WARNING | Line exceeds 85 characters; contains 91 characters 282 | WARNING | Line exceeds 85 characters; contains 87 characters 286 | WARNING | Line exceeds 85 characters; contains 86 characters 290 | WARNING | Line exceeds 85 characters; contains 86 characters 294 | WARNING | Line exceeds 85 characters; contains 86 characters 298 | WARNING | Line exceeds 85 characters; contains 88 characters 303 | WARNING | Line exceeds 85 characters; contains 88 characters 307 | WARNING | Line exceeds 85 characters; contains 87 characters 311 | WARNING | Line exceeds 85 characters; contains 87 characters 315 | WARNING | Line exceeds 85 characters; contains 87 characters 319 | WARNING | Line exceeds 85 characters; contains 89 characters 324 | WARNING | Line exceeds 85 characters; contains 86 characters 340 | WARNING | Line exceeds 85 characters; contains 87 characters 345 | WARNING | Line exceeds 85 characters; contains 90 characters 349 | WARNING | Line exceeds 85 characters; contains 89 characters 353 | WARNING | Line exceeds 85 characters; contains 89 characters 357 | WARNING | Line exceeds 85 characters; contains 89 characters 361 | WARNING | Line exceeds 85 characters; contains 91 characters 366 | WARNING | Line exceeds 85 characters; contains 91 characters 370 | WARNING | Line exceeds 85 characters; contains 90 characters 374 | WARNING | Line exceeds 85 characters; contains 90 characters 378 | WARNING | Line exceeds 85 characters; contains 90 characters 382 | WARNING | Line exceeds 85 characters; contains 92 characters 387 | WARNING | Line exceeds 85 characters; contains 89 characters 391 | WARNING | Line exceeds 85 characters; contains 88 characters 395 | WARNING | Line exceeds 85 characters; contains 88 characters 399 | WARNING | Line exceeds 85 characters; contains 88 characters 403 | WARNING | Line exceeds 85 characters; contains 90 characters 408 | WARNING | Line exceeds 85 characters; contains 87 characters 412 | WARNING | Line exceeds 85 characters; contains 86 characters 416 | WARNING | Line exceeds 85 characters; contains 86 characters 420 | WARNING | Line exceeds 85 characters; contains 86 characters 424 | WARNING | Line exceeds 85 characters; contains 88 characters 429 | WARNING | Line exceeds 85 characters; contains 88 characters 433 | WARNING | Line exceeds 85 characters; contains 87 characters 437 | WARNING | Line exceeds 85 characters; contains 87 characters 441 | WARNING | Line exceeds 85 characters; contains 87 characters 445 | WARNING | Line exceeds 85 characters; contains 89 characters 450 | WARNING | Line exceeds 85 characters; contains 86 characters 466 | WARNING | Line exceeds 85 characters; contains 87 characters 471 | WARNING | Line exceeds 85 characters; contains 88 characters 475 | WARNING | Line exceeds 85 characters; contains 87 characters 479 | WARNING | Line exceeds 85 characters; contains 87 characters 483 | WARNING | Line exceeds 85 characters; contains 87 characters 487 | WARNING | Line exceeds 85 characters; contains 89 characters 492 | WARNING | Line exceeds 85 characters; contains 89 characters 496 | WARNING | Line exceeds 85 characters; contains 88 characters 500 | WARNING | Line exceeds 85 characters; contains 88 characters 504 | WARNING | Line exceeds 85 characters; contains 88 characters 508 | WARNING | Line exceeds 85 characters; contains 90 characters 513 | WARNING | Line exceeds 85 characters; contains 87 characters 517 | WARNING | Line exceeds 85 characters; contains 86 characters 521 | WARNING | Line exceeds 85 characters; contains 86 characters 525 | WARNING | Line exceeds 85 characters; contains 86 characters 529 | WARNING | Line exceeds 85 characters; contains 88 characters 534 | WARNING | Line exceeds 85 characters; contains 93 characters 538 | WARNING | Line exceeds 85 characters; contains 95 characters 542 | WARNING | Line exceeds 85 characters; contains 94 characters 546 | WARNING | Line exceeds 85 characters; contains 96 characters 550 | WARNING | Line exceeds 85 characters; contains 92 characters 554 | WARNING | Line exceeds 85 characters; contains 94 characters 559 | WARNING | Line exceeds 85 characters; contains 96 characters 563 | WARNING | Line exceeds 85 characters; contains 98 characters 567 | WARNING | Line exceeds 85 characters; contains 97 characters 571 | WARNING | Line exceeds 85 characters; contains 99 characters 575 | WARNING | Line exceeds 85 characters; contains 95 characters 579 | WARNING | Line exceeds 85 characters; contains 97 characters 584 | WARNING | Line exceeds 85 characters; contains 93 characters 588 | WARNING | Line exceeds 85 characters; contains 95 characters 592 | WARNING | Line exceeds 85 characters; contains 94 characters 596 | WARNING | Line exceeds 85 characters; contains 96 characters 600 | WARNING | Line exceeds 85 characters; contains 92 characters 604 | WARNING | Line exceeds 85 characters; contains 94 characters 609 | WARNING | Line exceeds 85 characters; contains 94 characters 613 | WARNING | Line exceeds 85 characters; contains 96 characters 617 | WARNING | Line exceeds 85 characters; contains 95 characters 621 | WARNING | Line exceeds 85 characters; contains 97 characters 625 | WARNING | Line exceeds 85 characters; contains 93 characters 629 | WARNING | Line exceeds 85 characters; contains 95 characters ----------------------------------------------------------------------------------- FILE: ...quizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/DNFTypesParseError2Test.inc ----------------------------------------------------------------------------------- FOUND 19 ERRORS AND 4 WARNINGS AFFECTING 15 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 4 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 6 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 7 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 10 | ERROR | [ ] You must use "/**" style comments for a class comment 10 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 18 | ERROR | [ ] Private member variable "parseError1" must be prefixed with an | | underscore 23 | ERROR | [ ] Missing doc comment for function unmatchedParens1() 23 | ERROR | [x] Expected 0 spaces before opening parenthesis; 1 found 27 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 27 | ERROR | [x] Closing brace must be on a line by itself 29 | ERROR | [ ] Missing doc comment for function unmatchedParens2() 29 | ERROR | [x] Expected 0 spaces before opening parenthesis; 1 found 31 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 33 | ERROR | [ ] The closing parenthesis and the opening brace of a multi-line | | function declaration must be on the same line 33 | ERROR | [x] Closing brace must be on a line by itself 36 | ERROR | [ ] Missing doc comment for class MatchedAndUnmatchedParentheses 36 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 43 | ERROR | [ ] Missing doc comment for function unmatchedParens() 43 | ERROR | [x] Expected 0 spaces before opening parenthesis; 1 found 47 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 47 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...dor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/DefaultKeywordTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 28 WARNINGS AFFECTING 29 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 100 characters 4 | WARNING | Line exceeds 85 characters; contains 98 characters 8 | WARNING | Line exceeds 85 characters; contains 99 characters 9 | WARNING | PHP version not specified 9 | ERROR | Missing @category tag in file comment 9 | ERROR | Missing @package tag in file comment 9 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class DefaultKeywordTest 20 | WARNING | Line exceeds 85 characters; contains 97 characters 22 | WARNING | Line exceeds 85 characters; contains 98 characters 23 | WARNING | Line exceeds 85 characters; contains 91 characters 37 | WARNING | Line exceeds 85 characters; contains 111 characters 40 | WARNING | Line exceeds 85 characters; contains 138 characters 41 | WARNING | Line exceeds 85 characters; contains 140 characters 73 | WARNING | Line exceeds 85 characters; contains 97 characters 77 | WARNING | Line exceeds 85 characters; contains 106 characters 81 | WARNING | Line exceeds 85 characters; contains 98 characters 85 | WARNING | Line exceeds 85 characters; contains 107 characters 102 | WARNING | Line exceeds 85 characters; contains 99 characters 117 | WARNING | Line exceeds 85 characters; contains 111 characters 120 | WARNING | Line exceeds 85 characters; contains 126 characters 121 | WARNING | Line exceeds 85 characters; contains 128 characters 157 | WARNING | Line exceeds 85 characters; contains 99 characters 158 | WARNING | Line exceeds 85 characters; contains 95 characters 173 | WARNING | Line exceeds 85 characters; contains 111 characters 176 | WARNING | Line exceeds 85 characters; contains 124 characters 177 | WARNING | Line exceeds 85 characters; contains 126 characters 215 | WARNING | Line exceeds 85 characters; contains 94 characters 218 | WARNING | Line exceeds 85 characters; contains 86 characters 221 | WARNING | Line exceeds 85 characters; contains 95 characters 224 | WARNING | Line exceeds 85 characters; contains 87 characters 227 | WARNING | Line exceeds 85 characters; contains 88 characters ----------------------------------------------------------------------------------- FILE: ...l/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/GotoLabelTest.inc ----------------------------------------------------------------------------------- FOUND 14 ERRORS AND 1 WARNING AFFECTING 11 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 12 | ERROR | [ ] Expected "for (...) {\n"; found "for(...) {\n" 13 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 13 | ERROR | [ ] Expected "while (...) {\n"; found "while(...) {\n" 14 | WARNING | [x] Inline control structures are discouraged 14 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 4 15 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 28 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 33 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 38 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 43 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 50 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 56 | ERROR | [ ] You must use "/**" style comments for a enum comment 56 | ERROR | [x] Opening brace of a enum must be on the line after the | | definition 56 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...wjl/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/FinallyTest.inc ----------------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 29 | ERROR | [ ] Missing doc comment for class FinallyAsMethod 29 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 34 | ERROR | [ ] You must use "/**" style comments for a function comment 34 | ERROR | [x] Opening brace should be on a new line ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...zlabs/php_codesniffer/tests/Core/Tokenizer/PHP/NullsafeObjectOperatorTest.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...quizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/DNFTypesParseError1Test.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 15 WARNINGS AFFECTING 16 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 98 characters 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class DNFTypesParseError1Test 19 | WARNING | Line exceeds 85 characters; contains 124 characters 32 | WARNING | Line exceeds 85 characters; contains 106 characters 36 | WARNING | Line exceeds 85 characters; contains 134 characters 37 | WARNING | Line exceeds 85 characters; contains 136 characters 39 | WARNING | Line exceeds 85 characters; contains 96 characters 41 | WARNING | Line exceeds 85 characters; contains 90 characters 44 | WARNING | Line exceeds 85 characters; contains 122 characters 45 | WARNING | Line exceeds 85 characters; contains 124 characters 60 | WARNING | Line exceeds 85 characters; contains 87 characters 61 | WARNING | Line exceeds 85 characters; contains 90 characters 62 | WARNING | Line exceeds 85 characters; contains 87 characters 63 | WARNING | Line exceeds 85 characters; contains 88 characters ----------------------------------------------------------------------------------- FILE: ...squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/BackfillMatchTokenTest.php ----------------------------------------------------------------------------------- FOUND 6 ERRORS AND 64 WARNINGS AFFECTING 67 LINES ----------------------------------------------------------------------------------- 8 | WARNING | Line exceeds 85 characters; contains 99 characters 9 | ERROR | Missing @category tag in file comment 9 | ERROR | Missing @package tag in file comment 9 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing doc comment for class BackfillMatchTokenTest 24 | WARNING | Line exceeds 85 characters; contains 105 characters 25 | WARNING | Line exceeds 85 characters; contains 105 characters 33 | WARNING | Line exceeds 85 characters; contains 104 characters 37 | WARNING | Line exceeds 85 characters; contains 92 characters 40 | WARNING | Line exceeds 85 characters; contains 122 characters 41 | WARNING | Line exceeds 85 characters; contains 124 characters 122 | WARNING | Line exceeds 85 characters; contains 87 characters 202 | WARNING | Line exceeds 85 characters; contains 100 characters 218 | WARNING | Line exceeds 85 characters; contains 92 characters 221 | WARNING | Line exceeds 85 characters; contains 124 characters 222 | WARNING | Line exceeds 85 characters; contains 126 characters 224 | WARNING | Line exceeds 85 characters; contains 94 characters 225 | WARNING | Line exceeds 85 characters; contains 88 characters 226 | WARNING | Line exceeds 85 characters; contains 88 characters 227 | WARNING | Line exceeds 85 characters; contains 98 characters 228 | WARNING | Line exceeds 85 characters; contains 100 characters 229 | WARNING | Line exceeds 85 characters; contains 100 characters 231 | WARNING | Line exceeds 85 characters; contains 91 characters 233 | WARNING | Line exceeds 85 characters; contains 119 characters 257 | WARNING | Line exceeds 85 characters; contains 86 characters 346 | WARNING | Line exceeds 85 characters; contains 89 characters 349 | WARNING | Line exceeds 85 characters; contains 105 characters 350 | WARNING | Line exceeds 85 characters; contains 105 characters 399 | WARNING | Line exceeds 85 characters; contains 99 characters 403 | WARNING | Line exceeds 85 characters; contains 105 characters 404 | WARNING | Line exceeds 85 characters; contains 105 characters 412 | WARNING | Line exceeds 85 characters; contains 88 characters 462 | WARNING | Line exceeds 85 characters; contains 93 characters 466 | WARNING | Line exceeds 85 characters; contains 97 characters 468 | WARNING | Line exceeds 85 characters; contains 97 characters 471 | WARNING | Line exceeds 85 characters; contains 108 characters 472 | WARNING | Line exceeds 85 characters; contains 106 characters 473 | WARNING | Line exceeds 85 characters; contains 112 characters 474 | WARNING | Line exceeds 85 characters; contains 114 characters 478 | ERROR | Private method name "BackfillMatchTokenTest::scopeTestHelper" | | must be prefixed with an underscore 478 | WARNING | Line exceeds 85 characters; contains 103 characters 486 | WARNING | Line exceeds 85 characters; contains 95 characters 487 | WARNING | Line exceeds 85 characters; contains 89 characters 488 | WARNING | Line exceeds 85 characters; contains 89 characters 489 | WARNING | Line exceeds 85 characters; contains 117 characters 490 | WARNING | Line exceeds 85 characters; contains 131 characters 491 | WARNING | Line exceeds 85 characters; contains 131 characters 494 | WARNING | Line exceeds 85 characters; contains 107 characters 495 | WARNING | Line exceeds 85 characters; contains 101 characters 496 | WARNING | Line exceeds 85 characters; contains 101 characters 497 | WARNING | Line exceeds 85 characters; contains 129 characters 498 | WARNING | Line exceeds 85 characters; contains 133 characters 499 | WARNING | Line exceeds 85 characters; contains 133 characters 502 | WARNING | Line exceeds 85 characters; contains 107 characters 503 | WARNING | Line exceeds 85 characters; contains 101 characters 504 | WARNING | Line exceeds 85 characters; contains 101 characters 506 | WARNING | Line exceeds 85 characters; contains 133 characters 509 | WARNING | Line exceeds 85 characters; contains 133 characters 510 | WARNING | Line exceeds 85 characters; contains 133 characters 517 | WARNING | Line exceeds 85 characters; contains 105 characters 526 | WARNING | Line exceeds 85 characters; contains 99 characters 533 | ERROR | Private method name | | "BackfillMatchTokenTest::parenthesisTestHelper" must be prefixed | | with an underscore 539 | WARNING | Line exceeds 85 characters; contains 99 characters 540 | WARNING | Line exceeds 85 characters; contains 101 characters 541 | WARNING | Line exceeds 85 characters; contains 101 characters 542 | WARNING | Line exceeds 85 characters; contains 121 characters 545 | WARNING | Line exceeds 85 characters; contains 112 characters 546 | WARNING | Line exceeds 85 characters; contains 134 characters 549 | WARNING | Line exceeds 85 characters; contains 112 characters 550 | WARNING | Line exceeds 85 characters; contains 134 characters ----------------------------------------------------------------------------------- FILE: ...labs/php_codesniffer/tests/Core/Tokenizer/PHP/StableCommentWhitespaceTest.inc ----------------------------------------------------------------------------------- FOUND 21 ERRORS AFFECTING 15 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 74 | ERROR | [x] The open comment tag must be the only content on the line 74 | ERROR | [x] Doc comment short description must be on the first line 74 | ERROR | [x] The close comment tag must be the only content on the line 77 | ERROR | [x] The open comment tag must be the only content on the line 77 | ERROR | [x] Doc comment short description must be on the first line 77 | ERROR | [x] The close comment tag must be the only content on the line 80 | ERROR | [x] The open comment tag must be the only content on the line 80 | ERROR | [ ] Missing short description in doc comment 80 | ERROR | [x] The close comment tag must be the only content on the line 103 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 111 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 115 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 118 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 121 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 122 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 123 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 126 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 127 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 128 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 135 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 19 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/DoubleArrowTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 96 WARNINGS AFFECTING 97 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 93 characters 4 | WARNING | Line exceeds 85 characters; contains 93 characters 9 | WARNING | Line exceeds 85 characters; contains 99 characters 10 | WARNING | PHP version not specified 10 | ERROR | Missing @category tag in file comment 10 | ERROR | Missing @package tag in file comment 10 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing doc comment for class DoubleArrowTest 34 | WARNING | Line exceeds 85 characters; contains 102 characters 37 | WARNING | Line exceeds 85 characters; contains 136 characters 38 | WARNING | Line exceeds 85 characters; contains 138 characters 53 | WARNING | Line exceeds 85 characters; contains 95 characters 54 | WARNING | Line exceeds 85 characters; contains 96 characters 55 | WARNING | Line exceeds 85 characters; contains 94 characters 56 | WARNING | Line exceeds 85 characters; contains 95 characters 57 | WARNING | Line exceeds 85 characters; contains 91 characters 58 | WARNING | Line exceeds 85 characters; contains 93 characters 60 | WARNING | Line exceeds 85 characters; contains 110 characters 61 | WARNING | Line exceeds 85 characters; contains 110 characters 62 | WARNING | Line exceeds 85 characters; contains 111 characters 63 | WARNING | Line exceeds 85 characters; contains 111 characters 65 | WARNING | Line exceeds 85 characters; contains 101 characters 66 | WARNING | Line exceeds 85 characters; contains 102 characters 68 | WARNING | Line exceeds 85 characters; contains 101 characters 69 | WARNING | Line exceeds 85 characters; contains 101 characters 70 | WARNING | Line exceeds 85 characters; contains 101 characters 71 | WARNING | Line exceeds 85 characters; contains 102 characters 72 | WARNING | Line exceeds 85 characters; contains 102 characters 73 | WARNING | Line exceeds 85 characters; contains 102 characters 75 | WARNING | Line exceeds 85 characters; contains 102 characters 76 | WARNING | Line exceeds 85 characters; contains 102 characters 77 | WARNING | Line exceeds 85 characters; contains 102 characters 78 | WARNING | Line exceeds 85 characters; contains 101 characters 80 | WARNING | Line exceeds 85 characters; contains 124 characters 81 | WARNING | Line exceeds 85 characters; contains 116 characters 82 | WARNING | Line exceeds 85 characters; contains 126 characters 84 | WARNING | Line exceeds 85 characters; contains 99 characters 85 | WARNING | Line exceeds 85 characters; contains 99 characters 86 | WARNING | Line exceeds 85 characters; contains 100 characters 87 | WARNING | Line exceeds 85 characters; contains 100 characters 88 | WARNING | Line exceeds 85 characters; contains 102 characters 89 | WARNING | Line exceeds 85 characters; contains 103 characters 91 | WARNING | Line exceeds 85 characters; contains 109 characters 92 | WARNING | Line exceeds 85 characters; contains 110 characters 93 | WARNING | Line exceeds 85 characters; contains 105 characters 95 | WARNING | Line exceeds 85 characters; contains 122 characters 96 | WARNING | Line exceeds 85 characters; contains 123 characters 97 | WARNING | Line exceeds 85 characters; contains 124 characters 98 | WARNING | Line exceeds 85 characters; contains 125 characters 105 | WARNING | Line exceeds 85 characters; contains 113 characters 119 | WARNING | Line exceeds 85 characters; contains 102 characters 122 | WARNING | Line exceeds 85 characters; contains 134 characters 123 | WARNING | Line exceeds 85 characters; contains 136 characters 138 | WARNING | Line exceeds 85 characters; contains 98 characters 139 | WARNING | Line exceeds 85 characters; contains 97 characters 140 | WARNING | Line exceeds 85 characters; contains 115 characters 141 | WARNING | Line exceeds 85 characters; contains 114 characters 142 | WARNING | Line exceeds 85 characters; contains 98 characters 143 | WARNING | Line exceeds 85 characters; contains 98 characters 145 | WARNING | Line exceeds 85 characters; contains 99 characters 146 | WARNING | Line exceeds 85 characters; contains 99 characters 147 | WARNING | Line exceeds 85 characters; contains 99 characters 148 | WARNING | Line exceeds 85 characters; contains 100 characters 149 | WARNING | Line exceeds 85 characters; contains 100 characters 150 | WARNING | Line exceeds 85 characters; contains 100 characters 152 | WARNING | Line exceeds 85 characters; contains 97 characters 153 | WARNING | Line exceeds 85 characters; contains 97 characters 154 | WARNING | Line exceeds 85 characters; contains 98 characters 155 | WARNING | Line exceeds 85 characters; contains 98 characters 157 | WARNING | Line exceeds 85 characters; contains 107 characters 158 | WARNING | Line exceeds 85 characters; contains 111 characters 159 | WARNING | Line exceeds 85 characters; contains 110 characters 160 | WARNING | Line exceeds 85 characters; contains 108 characters 162 | WARNING | Line exceeds 85 characters; contains 110 characters 163 | WARNING | Line exceeds 85 characters; contains 114 characters 165 | WARNING | Line exceeds 85 characters; contains 91 characters 166 | WARNING | Line exceeds 85 characters; contains 91 characters 167 | WARNING | Line exceeds 85 characters; contains 93 characters 168 | WARNING | Line exceeds 85 characters; contains 93 characters 170 | WARNING | Line exceeds 85 characters; contains 105 characters 171 | WARNING | Line exceeds 85 characters; contains 105 characters 172 | WARNING | Line exceeds 85 characters; contains 107 characters 173 | WARNING | Line exceeds 85 characters; contains 107 characters 175 | WARNING | Line exceeds 85 characters; contains 98 characters 176 | WARNING | Line exceeds 85 characters; contains 100 characters 177 | WARNING | Line exceeds 85 characters; contains 99 characters 178 | WARNING | Line exceeds 85 characters; contains 101 characters 179 | WARNING | Line exceeds 85 characters; contains 95 characters 180 | WARNING | Line exceeds 85 characters; contains 96 characters 182 | WARNING | Line exceeds 85 characters; contains 121 characters 183 | WARNING | Line exceeds 85 characters; contains 122 characters 184 | WARNING | Line exceeds 85 characters; contains 119 characters 185 | WARNING | Line exceeds 85 characters; contains 120 characters 206 | WARNING | Line exceeds 85 characters; contains 102 characters 209 | WARNING | Line exceeds 85 characters; contains 128 characters 210 | WARNING | Line exceeds 85 characters; contains 130 characters 227 | WARNING | Line exceeds 85 characters; contains 93 characters 228 | WARNING | Line exceeds 85 characters; contains 89 characters 229 | WARNING | Line exceeds 85 characters; contains 89 characters 231 | WARNING | Line exceeds 85 characters; contains 113 characters ----------------------------------------------------------------------------------- FILE: ...r/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/TypeIntersectionTest.inc ----------------------------------------------------------------------------------- FOUND 35 ERRORS AND 17 WARNINGS AFFECTING 33 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 10 | ERROR | [ ] Missing doc comment for class TypeIntersection 16 | WARNING | [ ] Line exceeds 85 characters; contains 126 characters 28 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 31 | WARNING | [ ] Line exceeds 85 characters; contains 114 characters 34 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 40 | WARNING | [ ] Line exceeds 85 characters; contains 121 characters 49 | ERROR | [ ] Private member variable "multi" must be prefixed with an | | underscore 66 | ERROR | [ ] Missing doc comment for function paramTypes() 68 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 69 | ERROR | [x] Blank lines are not allowed in a multi-line function | | declaration 71 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 77 | ERROR | [ ] Missing doc comment for function identifierNames() 84 | ERROR | [x] Closing brace must be on a line by itself 87 | ERROR | [ ] You must use "/**" style comments for a function comment 87 | ERROR | [x] Opening brace should be on a new line 87 | ERROR | [x] Closing brace must be on a line by itself 90 | ERROR | [ ] You must use "/**" style comments for a function comment 90 | ERROR | [x] Opening brace should be on a new line 90 | ERROR | [x] Closing brace must be on a line by itself 93 | ERROR | [ ] You must use "/**" style comments for a function comment 93 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 96 | ERROR | [ ] You must use "/**" style comments for a function comment 96 | ERROR | [x] Opening brace should be on a new line 96 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 96 | ERROR | [x] Closing brace must be on a line by itself 99 | ERROR | [ ] You must use "/**" style comments for a function comment 99 | ERROR | [x] Opening brace should be on a new line 99 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 99 | ERROR | [x] Closing brace must be on a line by itself 102 | ERROR | [ ] You must use "/**" style comments for a function comment 102 | ERROR | [x] Opening brace should be on a new line 102 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 102 | ERROR | [x] Closing brace must be on a line by itself 105 | ERROR | [ ] Missing doc comment for function | | globalFunctionWithSpreadAndReference() 110 | ERROR | [x] Closing brace must be on a line by itself 115 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 118 | WARNING | [ ] Line exceeds 85 characters; contains 129 characters 120 | ERROR | [ ] Missing doc comment for function unionBeforeAndAfter() 122 | WARNING | [ ] Line exceeds 85 characters; contains 123 characters 123 | ERROR | [x] Closing brace must be on a line by itself 127 | ERROR | [x] Closing brace must be on a line by itself 130 | ERROR | [x] Closing brace must be on a line by itself 130 | WARNING | [ ] Line exceeds 85 characters; contains 128 characters 133 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 154 | ERROR | [ ] You must use "/**" style comments for a function comment 154 | ERROR | [x] Opening brace should be on a new line 154 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 154 | ERROR | [x] Closing brace must be on a line by itself 157 | ERROR | [x] Closing brace must be on a line by itself 161 | ERROR | [ ] Function name "Foo" is invalid; consider "foo" instead 161 | ERROR | [ ] Missing doc comment for function Foo() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 19 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...or/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/BackfillFnTokenTest.php ----------------------------------------------------------------------------------- FOUND 6 ERRORS AND 102 WARNINGS AFFECTING 104 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class BackfillFnTokenTest 139 | WARNING | Line exceeds 85 characters; contains 120 characters 140 | WARNING | Line exceeds 85 characters; contains 124 characters 143 | WARNING | Line exceeds 85 characters; contains 128 characters 144 | WARNING | Line exceeds 85 characters; contains 132 characters 147 | WARNING | Line exceeds 85 characters; contains 172 characters 148 | WARNING | Line exceeds 85 characters; contains 132 characters 174 | WARNING | Line exceeds 85 characters; contains 147 characters 175 | WARNING | Line exceeds 85 characters; contains 146 characters 178 | WARNING | Line exceeds 85 characters; contains 155 characters 179 | WARNING | Line exceeds 85 characters; contains 159 characters 182 | WARNING | Line exceeds 85 characters; contains 199 characters 183 | WARNING | Line exceeds 85 characters; contains 154 characters 593 | WARNING | Line exceeds 85 characters; contains 86 characters 621 | WARNING | Line exceeds 85 characters; contains 129 characters 622 | WARNING | Line exceeds 85 characters; contains 133 characters 625 | WARNING | Line exceeds 85 characters; contains 137 characters 626 | WARNING | Line exceeds 85 characters; contains 141 characters 629 | WARNING | Line exceeds 85 characters; contains 137 characters 630 | WARNING | Line exceeds 85 characters; contains 141 characters 638 | WARNING | Line exceeds 85 characters; contains 129 characters 639 | WARNING | Line exceeds 85 characters; contains 133 characters 642 | WARNING | Line exceeds 85 characters; contains 137 characters 643 | WARNING | Line exceeds 85 characters; contains 141 characters 646 | WARNING | Line exceeds 85 characters; contains 182 characters 647 | WARNING | Line exceeds 85 characters; contains 141 characters 685 | WARNING | Line exceeds 85 characters; contains 88 characters 703 | WARNING | Line exceeds 85 characters; contains 88 characters 704 | WARNING | Line exceeds 85 characters; contains 119 characters 705 | WARNING | Line exceeds 85 characters; contains 119 characters 706 | WARNING | Line exceeds 85 characters; contains 97 characters 707 | WARNING | Line exceeds 85 characters; contains 116 characters 708 | WARNING | Line exceeds 85 characters; contains 99 characters 715 | WARNING | Line exceeds 85 characters; contains 129 characters 721 | WARNING | Line exceeds 85 characters; contains 106 characters 723 | WARNING | Line exceeds 85 characters; contains 122 characters 746 | WARNING | Line exceeds 85 characters; contains 94 characters 753 | WARNING | Line exceeds 85 characters; contains 93 characters 760 | WARNING | Line exceeds 85 characters; contains 93 characters 788 | WARNING | Line exceeds 85 characters; contains 98 characters 803 | WARNING | Line exceeds 85 characters; contains 89 characters 806 | WARNING | Line exceeds 85 characters; contains 119 characters 808 | WARNING | Line exceeds 85 characters; contains 94 characters 809 | WARNING | Line exceeds 85 characters; contains 88 characters 810 | WARNING | Line exceeds 85 characters; contains 88 characters 811 | WARNING | Line exceeds 85 characters; contains 98 characters 812 | WARNING | Line exceeds 85 characters; contains 100 characters 813 | WARNING | Line exceeds 85 characters; contains 100 characters 828 | WARNING | Line exceeds 85 characters; contains 97 characters 831 | WARNING | Line exceeds 85 characters; contains 97 characters 835 | WARNING | Line exceeds 85 characters; contains 97 characters 839 | WARNING | Line exceeds 85 characters; contains 97 characters 842 | WARNING | Line exceeds 85 characters; contains 97 characters 845 | WARNING | Line exceeds 85 characters; contains 97 characters 849 | WARNING | Line exceeds 85 characters; contains 97 characters 852 | WARNING | Line exceeds 85 characters; contains 97 characters 856 | WARNING | Line exceeds 85 characters; contains 97 characters 860 | WARNING | Line exceeds 85 characters; contains 97 characters 863 | WARNING | Line exceeds 85 characters; contains 97 characters 867 | WARNING | Line exceeds 85 characters; contains 97 characters 871 | WARNING | Line exceeds 85 characters; contains 97 characters 874 | WARNING | Line exceeds 85 characters; contains 97 characters 877 | WARNING | Line exceeds 85 characters; contains 97 characters 886 | WARNING | Line exceeds 85 characters; contains 86 characters 890 | WARNING | Line exceeds 85 characters; contains 106 characters 891 | WARNING | Line exceeds 85 characters; contains 104 characters 892 | WARNING | Line exceeds 85 characters; contains 110 characters 893 | WARNING | Line exceeds 85 characters; contains 112 characters 897 | ERROR | Private method name "BackfillFnTokenTest::backfillHelper" must be | | prefixed with an underscore 901 | WARNING | Line exceeds 85 characters; contains 110 characters 902 | WARNING | Line exceeds 85 characters; contains 104 characters 903 | WARNING | Line exceeds 85 characters; contains 104 characters 904 | WARNING | Line exceeds 85 characters; contains 111 characters 905 | WARNING | Line exceeds 85 characters; contains 114 characters 906 | WARNING | Line exceeds 85 characters; contains 116 characters 907 | WARNING | Line exceeds 85 characters; contains 116 characters 908 | WARNING | Line exceeds 85 characters; contains 115 characters 911 | WARNING | Line exceeds 85 characters; contains 118 characters 912 | WARNING | Line exceeds 85 characters; contains 112 characters 913 | WARNING | Line exceeds 85 characters; contains 112 characters 914 | WARNING | Line exceeds 85 characters; contains 119 characters 915 | WARNING | Line exceeds 85 characters; contains 121 characters 916 | WARNING | Line exceeds 85 characters; contains 123 characters 919 | WARNING | Line exceeds 85 characters; contains 118 characters 920 | WARNING | Line exceeds 85 characters; contains 112 characters 921 | WARNING | Line exceeds 85 characters; contains 112 characters 923 | WARNING | Line exceeds 85 characters; contains 123 characters 927 | WARNING | Line exceeds 85 characters; contains 123 characters 928 | WARNING | Line exceeds 85 characters; contains 124 characters 931 | WARNING | Line exceeds 85 characters; contains 123 characters 932 | WARNING | Line exceeds 85 characters; contains 124 characters 938 | WARNING | Line exceeds 85 characters; contains 105 characters 941 | WARNING | Line exceeds 85 characters; contains 95 characters 943 | WARNING | Line exceeds 85 characters; contains 95 characters 945 | WARNING | Line exceeds 85 characters; contains 99 characters 949 | ERROR | Private method name | | "BackfillFnTokenTest::scopePositionTestHelper" must be prefixed | | with an underscore 949 | WARNING | Line exceeds 85 characters; contains 115 characters 955 | WARNING | Line exceeds 85 characters; contains 120 characters 956 | WARNING | Line exceeds 85 characters; contains 138 characters 959 | WARNING | Line exceeds 85 characters; contains 128 characters 960 | WARNING | Line exceeds 85 characters; contains 146 characters 963 | WARNING | Line exceeds 85 characters; contains 128 characters 964 | WARNING | Line exceeds 85 characters; contains 146 characters ----------------------------------------------------------------------------------- FILE: ...l/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/GotoLabelTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 8 WARNINGS AFFECTING 9 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class GotoLabelTest 111 | WARNING | Line exceeds 85 characters; contains 100 characters 124 | WARNING | Line exceeds 85 characters; contains 97 characters 127 | WARNING | Line exceeds 85 characters; contains 124 characters 128 | WARNING | Line exceeds 85 characters; contains 126 characters 160 | WARNING | Line exceeds 85 characters; contains 87 characters 164 | WARNING | Line exceeds 85 characters; contains 87 characters ----------------------------------------------------------------------------------- FILE: ...abs/php_codesniffer/tests/Core/Tokenizer/PHP/BackfillNumericSeparatorTest.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...r/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/TypeIntersectionTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 75 WARNINGS AFFECTING 76 LINES ----------------------------------------------------------------------------------- 8 | WARNING | Line exceeds 85 characters; contains 99 characters 9 | WARNING | PHP version not specified 9 | ERROR | Missing @category tag in file comment 9 | ERROR | Missing @package tag in file comment 9 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class TypeIntersectionTest 20 | WARNING | Line exceeds 85 characters; contains 93 characters 22 | WARNING | Line exceeds 85 characters; contains 94 characters 32 | WARNING | Line exceeds 85 characters; contains 95 characters 35 | WARNING | Line exceeds 85 characters; contains 134 characters 36 | WARNING | Line exceeds 85 characters; contains 136 characters 51 | WARNING | Line exceeds 85 characters; contains 86 characters 52 | WARNING | Line exceeds 85 characters; contains 86 characters 53 | WARNING | Line exceeds 85 characters; contains 104 characters 54 | WARNING | Line exceeds 85 characters; contains 105 characters 55 | WARNING | Line exceeds 85 characters; contains 102 characters 56 | WARNING | Line exceeds 85 characters; contains 86 characters 57 | WARNING | Line exceeds 85 characters; contains 86 characters 58 | WARNING | Line exceeds 85 characters; contains 86 characters 59 | WARNING | Line exceeds 85 characters; contains 107 characters 60 | WARNING | Line exceeds 85 characters; contains 108 characters 61 | WARNING | Line exceeds 85 characters; contains 105 characters 62 | WARNING | Line exceeds 85 characters; contains 104 characters 63 | WARNING | Line exceeds 85 characters; contains 102 characters 64 | WARNING | Line exceeds 85 characters; contains 100 characters 65 | WARNING | Line exceeds 85 characters; contains 95 characters 66 | WARNING | Line exceeds 85 characters; contains 97 characters 67 | WARNING | Line exceeds 85 characters; contains 100 characters 68 | WARNING | Line exceeds 85 characters; contains 102 characters 69 | WARNING | Line exceeds 85 characters; contains 107 characters 70 | WARNING | Line exceeds 85 characters; contains 86 characters 78 | WARNING | Line exceeds 85 characters; contains 116 characters 80 | WARNING | Line exceeds 85 characters; contains 94 characters 90 | WARNING | Line exceeds 85 characters; contains 95 characters 93 | WARNING | Line exceeds 85 characters; contains 146 characters 94 | WARNING | Line exceeds 85 characters; contains 148 characters 109 | WARNING | Line exceeds 85 characters; contains 121 characters 110 | WARNING | Line exceeds 85 characters; contains 135 characters 111 | WARNING | Line exceeds 85 characters; contains 121 characters 112 | WARNING | Line exceeds 85 characters; contains 121 characters 113 | WARNING | Line exceeds 85 characters; contains 121 characters 114 | WARNING | Line exceeds 85 characters; contains 132 characters 115 | WARNING | Line exceeds 85 characters; contains 133 characters 116 | WARNING | Line exceeds 85 characters; contains 129 characters 117 | WARNING | Line exceeds 85 characters; contains 122 characters 118 | WARNING | Line exceeds 85 characters; contains 136 characters 119 | WARNING | Line exceeds 85 characters; contains 122 characters 120 | WARNING | Line exceeds 85 characters; contains 122 characters 121 | WARNING | Line exceeds 85 characters; contains 122 characters 122 | WARNING | Line exceeds 85 characters; contains 133 characters 123 | WARNING | Line exceeds 85 characters; contains 134 characters 124 | WARNING | Line exceeds 85 characters; contains 130 characters 125 | WARNING | Line exceeds 85 characters; contains 135 characters 126 | WARNING | Line exceeds 85 characters; contains 133 characters 127 | WARNING | Line exceeds 85 characters; contains 114 characters 128 | WARNING | Line exceeds 85 characters; contains 114 characters 129 | WARNING | Line exceeds 85 characters; contains 114 characters 130 | WARNING | Line exceeds 85 characters; contains 130 characters 131 | WARNING | Line exceeds 85 characters; contains 131 characters 132 | WARNING | Line exceeds 85 characters; contains 127 characters 133 | WARNING | Line exceeds 85 characters; contains 136 characters 134 | WARNING | Line exceeds 85 characters; contains 118 characters 135 | WARNING | Line exceeds 85 characters; contains 133 characters 136 | WARNING | Line exceeds 85 characters; contains 133 characters 137 | WARNING | Line exceeds 85 characters; contains 135 characters 138 | WARNING | Line exceeds 85 characters; contains 132 characters 139 | WARNING | Line exceeds 85 characters; contains 128 characters 140 | WARNING | Line exceeds 85 characters; contains 121 characters 141 | WARNING | Line exceeds 85 characters; contains 126 characters 142 | WARNING | Line exceeds 85 characters; contains 134 characters 143 | WARNING | Line exceeds 85 characters; contains 133 characters 144 | WARNING | Line exceeds 85 characters; contains 135 characters 145 | WARNING | Line exceeds 85 characters; contains 131 characters 146 | WARNING | Line exceeds 85 characters; contains 135 characters 147 | WARNING | Line exceeds 85 characters; contains 121 characters 148 | WARNING | Line exceeds 85 characters; contains 118 characters 149 | WARNING | Line exceeds 85 characters; contains 123 characters 150 | WARNING | Line exceeds 85 characters; contains 135 characters 151 | WARNING | Line exceeds 85 characters; contains 124 characters ----------------------------------------------------------------------------------- FILE: ...abs/php_codesniffer/tests/Core/Tokenizer/PHP/ContextSensitiveKeywordsTest.inc ----------------------------------------------------------------------------------- FOUND 103 ERRORS AND 9 WARNINGS AFFECTING 83 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 6 | ERROR | [ ] Missing doc comment for class ContextSensitiveKeywords 80 | WARNING | [ ] Line exceeds 85 characters; contains 143 characters 81 | WARNING | [ ] Line exceeds 85 characters; contains 153 characters 88 | WARNING | [ ] Line exceeds 85 characters; contains 128 characters 90 | ERROR | [ ] You must use "/**" style comments for a class comment 101 | ERROR | [ ] Private member variable "private" must be prefixed with an | | underscore 110 | ERROR | [ ] You must use "/**" style comments for a function comment 115 | ERROR | [ ] Missing doc comment for function foo() 115 | ERROR | [x] Opening brace should be on a new line 115 | ERROR | [x] Closing brace must be on a line by itself 123 | ERROR | [ ] You must use "/**" style comments for a interface comment 123 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 123 | ERROR | [x] Closing brace must be on a line by itself 124 | ERROR | [ ] You must use "/**" style comments for a trait comment 124 | ERROR | [x] Opening brace of a trait must be on the line after the | | definition 124 | ERROR | [x] Closing brace must be on a line by itself 125 | ERROR | [ ] You must use "/**" style comments for a enum comment 125 | ERROR | [x] Opening brace of a enum must be on the line after the | | definition 125 | ERROR | [x] Closing brace must be on a line by itself 131 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 132 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 0 132 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 133 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 134 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 0 134 | ERROR | [x] Closing brace must be on a line by itself 136 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 137 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 0 137 | ERROR | [x] Closing brace must be on a line by itself 139 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 140 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 0 140 | ERROR | [x] Closing brace must be on a line by itself 142 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 143 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 144 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 8 146 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 147 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 8 149 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 149 | ERROR | [x] Closing brace must be on a line by itself 151 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 153 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 0 155 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 156 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 0 156 | ERROR | [x] Closing brace must be on a line by itself 158 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 159 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 0 160 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 4 161 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 4 162 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 0 164 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 0 166 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 0 168 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 169 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 170 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 171 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 172 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 173 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 174 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 175 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 176 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 177 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 178 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 179 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 180 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 181 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 182 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 183 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 185 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 186 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 186 | ERROR | [x] File is being unconditionally included; use "require" instead 187 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 188 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 188 | ERROR | [x] File is being unconditionally included; use "require_once" | | instead 189 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 190 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 191 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 192 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 194 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 196 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 197 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 199 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 0 200 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 4 201 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 4 202 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 4 203 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 0 213 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 0 213 | ERROR | [x] Closing brace must be on a line by itself 215 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 219 | ERROR | [x] Closing brace must be on a line by itself 220 | ERROR | [x] Closing brace must be on a line by itself 220 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 221 | ERROR | [x] Closing brace must be on a line by itself 221 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 225 | ERROR | [ ] Missing doc comment for class Foo 226 | ERROR | [x] Opening class brace must be on a line by itself 226 | ERROR | [x] Closing brace must be on a line by itself 228 | ERROR | [ ] Missing doc comment for function eval() 228 | ERROR | [x] Opening brace should be on a new line 228 | ERROR | [x] Closing brace must be on a line by itself 229 | ERROR | [ ] Missing doc comment for function switch() 229 | ERROR | [x] Opening brace should be on a new line 229 | ERROR | [x] Closing brace must be on a line by itself 231 | ERROR | [ ] Missing doc comment for function static() 231 | ERROR | [x] Opening brace should be on a new line 231 | ERROR | [x] Closing brace must be on a line by itself 236 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 236 | ERROR | [x] Closing brace must be on a line by itself 236 | WARNING | [ ] Line exceeds 85 characters; contains 124 characters 237 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 242 | ERROR | [ ] Missing doc comment for class DNF 242 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 243 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 89 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...s/php_codesniffer/tests/Core/Tokenizer/PHP/NamedFunctionCallArgumentsTest.inc ----------------------------------------------------------------------------------- FOUND 26 ERRORS AND 5 WARNINGS AFFECTING 16 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 17 | ERROR | [x] Space before opening parenthesis of function call prohibited 17 | ERROR | [x] Space after opening parenthesis of function call prohibited 67 | ERROR | [ ] Missing doc comment for function __construct() 67 | ERROR | [x] Opening brace should be on a new line 67 | ERROR | [x] Closing brace must be on a line by itself 70 | ERROR | [ ] Missing doc comment for function myfoo() 70 | ERROR | [x] Opening brace should be on a new line 70 | ERROR | [x] Closing brace must be on a line by itself 75 | ERROR | [x] Space after opening parenthesis of function call prohibited 75 | ERROR | [x] Expected 0 spaces before closing parenthesis; 1 found 78 | ERROR | [x] Space after opening parenthesis of function call prohibited 78 | ERROR | [x] Expected 0 spaces before closing parenthesis; 1 found 81 | ERROR | [x] Space after opening parenthesis of function call prohibited 81 | ERROR | [x] Expected 0 spaces before closing parenthesis; 1 found 81 | ERROR | [x] Space after opening parenthesis of function call prohibited 81 | ERROR | [x] Expected 0 spaces before closing parenthesis; 1 found 88 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 93 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 98 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 104 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 104 | ERROR | [x] Opening brace must be the last content on the line 104 | ERROR | [x] Closing brace must be on a line by itself 104 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 104 | ERROR | [x] Opening brace must be the last content on the line 104 | ERROR | [x] Closing brace must be on a line by itself 135 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 139 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 143 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 275 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 323 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 23 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/ResolveSimpleTokenTest.php ----------------------------------------------------------------------------------- FOUND 9 ERRORS AND 10 WARNINGS AFFECTING 12 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 19 | ERROR | Missing @category tag in class comment 19 | ERROR | Missing @package tag in class comment 19 | ERROR | Missing @author tag in class comment 19 | ERROR | Missing @license tag in class comment 19 | ERROR | Missing @link tag in class comment 25 | WARNING | Line exceeds 85 characters; contains 87 characters 40 | WARNING | Line exceeds 85 characters; contains 94 characters 131 | WARNING | Line exceeds 85 characters; contains 94 characters 395 | WARNING | Line exceeds 85 characters; contains 98 characters 396 | WARNING | Line exceeds 85 characters; contains 92 characters 400 | ERROR | Private method name "ResolveSimpleTokenTest::checkTokenSequence" | | must be prefixed with an underscore 409 | WARNING | Line exceeds 85 characters; contains 111 characters 418 | WARNING | Line exceeds 85 characters; contains 114 characters 424 | WARNING | Line exceeds 85 characters; contains 95 characters ----------------------------------------------------------------------------------- FILE: ...squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/DoubleQuotedStringTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 25 WARNINGS AFFECTING 26 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 87 characters 8 | WARNING | Line exceeds 85 characters; contains 99 characters 9 | WARNING | PHP version not specified 9 | ERROR | Missing @category tag in file comment 9 | ERROR | Missing @package tag in file comment 9 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class DoubleQuotedStringTest 22 | WARNING | Line exceeds 85 characters; contains 99 characters 23 | WARNING | Line exceeds 85 characters; contains 87 characters 58 | WARNING | Line exceeds 85 characters; contains 91 characters 62 | WARNING | Line exceeds 85 characters; contains 91 characters 66 | WARNING | Line exceeds 85 characters; contains 91 characters 70 | WARNING | Line exceeds 85 characters; contains 91 characters 74 | WARNING | Line exceeds 85 characters; contains 91 characters 78 | WARNING | Line exceeds 85 characters; contains 91 characters 82 | WARNING | Line exceeds 85 characters; contains 91 characters 86 | WARNING | Line exceeds 85 characters; contains 91 characters 90 | WARNING | Line exceeds 85 characters; contains 91 characters 94 | WARNING | Line exceeds 85 characters; contains 91 characters 98 | WARNING | Line exceeds 85 characters; contains 91 characters 102 | WARNING | Line exceeds 85 characters; contains 91 characters 106 | WARNING | Line exceeds 85 characters; contains 91 characters 110 | WARNING | Line exceeds 85 characters; contains 91 characters 114 | WARNING | Line exceeds 85 characters; contains 91 characters 118 | WARNING | Line exceeds 85 characters; contains 91 characters 122 | WARNING | Line exceeds 85 characters; contains 91 characters 126 | WARNING | Line exceeds 85 characters; contains 91 characters 130 | WARNING | Line exceeds 85 characters; contains 91 characters 134 | WARNING | Line exceeds 85 characters; contains 91 characters ----------------------------------------------------------------------------------- FILE: ...ndor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/HeredocNowdocTest.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...zlabs/php_codesniffer/tests/Core/Tokenizer/PHP/NullsafeObjectOperatorTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 17 WARNINGS AFFECTING 18 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class NullsafeObjectOperatorTest 42 | WARNING | Line exceeds 85 characters; contains 117 characters 43 | WARNING | Line exceeds 85 characters; contains 119 characters 51 | WARNING | Line exceeds 85 characters; contains 94 characters 63 | WARNING | Line exceeds 85 characters; contains 135 characters 64 | WARNING | Line exceeds 85 characters; contains 137 characters 79 | WARNING | Line exceeds 85 characters; contains 96 characters 80 | WARNING | Line exceeds 85 characters; contains 108 characters 87 | WARNING | Line exceeds 85 characters; contains 99 characters 89 | WARNING | Line exceeds 85 characters; contains 102 characters 90 | WARNING | Line exceeds 85 characters; contains 101 characters 103 | WARNING | Line exceeds 85 characters; contains 109 characters 104 | WARNING | Line exceeds 85 characters; contains 111 characters 107 | WARNING | Line exceeds 85 characters; contains 98 characters 108 | WARNING | Line exceeds 85 characters; contains 117 characters 109 | WARNING | Line exceeds 85 characters; contains 119 characters ----------------------------------------------------------------------------------- FILE: .../vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/ShortArrayTest.inc ----------------------------------------------------------------------------------- FOUND 6 ERRORS AND 1 WARNING AFFECTING 5 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 60 | ERROR | [x] Space after opening parenthesis of function call prohibited 60 | ERROR | [x] Expected 0 spaces before closing parenthesis; 1 found 95 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 100 | WARNING | [x] Inline control structures are discouraged 100 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 104 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...or/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/BackfillFnTokenTest.inc ----------------------------------------------------------------------------------- FOUND 31 ERRORS AND 5 WARNINGS AFFECTING 22 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 21 | ERROR | [ ] You must use "/**" style comments for a function comment 21 | ERROR | [x] Opening brace should be on a new line 21 | ERROR | [x] Closing brace must be on a line by itself 38 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 38 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 44 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 47 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 117 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 123 | WARNING | [ ] Line exceeds 85 characters; contains 108 characters 126 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 132 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 137 | ERROR | [ ] Missing doc comment for function matchInArrow() 137 | ERROR | [x] Opening brace should be on a new line 139 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 145 | ERROR | [ ] Missing doc comment for function matchInArrowAndMore() 145 | ERROR | [x] Opening brace should be on a new line 147 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 153 | ERROR | [ ] Missing doc comment for function | | arrowFunctionInMatchWithTrailingComma() 153 | ERROR | [x] Opening brace should be on a new line 162 | ERROR | [ ] Missing doc comment for function | | arrowFunctionInMatchNoTrailingComma1() 162 | ERROR | [x] Opening brace should be on a new line 170 | ERROR | [ ] Missing doc comment for function | | arrowFunctionInMatchNoTrailingComma2() 170 | ERROR | [x] Opening brace should be on a new line 181 | ERROR | [ ] Class constants must be uppercase; expected FN but found fn 183 | ERROR | [ ] Missing doc comment for class Foo 183 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 185 | ERROR | [ ] You must use "/**" style comments for a function comment 185 | ERROR | [x] Opening brace should be on a new line 190 | ERROR | [ ] Missing doc comment for function foo() 190 | ERROR | [x] Opening brace should be on a new line 198 | ERROR | [ ] You must use "/**" style comments for a function comment 198 | ERROR | [x] Opening brace should be on a new line 224 | ERROR | [ ] You must use "/**" style comments for a function comment 224 | ERROR | [x] Opening brace should be on a new line 224 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 16 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...wjl/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/FinallyTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 12 WARNINGS AFFECTING 13 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class FinallyTest 21 | WARNING | Line exceeds 85 characters; contains 94 characters 34 | WARNING | Line exceeds 85 characters; contains 126 characters 35 | WARNING | Line exceeds 85 characters; contains 128 characters 59 | WARNING | Line exceeds 85 characters; contains 92 characters 61 | WARNING | Line exceeds 85 characters; contains 94 characters 74 | WARNING | Line exceeds 85 characters; contains 124 characters 75 | WARNING | Line exceeds 85 characters; contains 126 characters 90 | WARNING | Line exceeds 85 characters; contains 98 characters 91 | WARNING | Line exceeds 85 characters; contains 91 characters 92 | WARNING | Line exceeds 85 characters; contains 93 characters ----------------------------------------------------------------------------------- FILE: .../vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/ShortArrayTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 47 WARNINGS AFFECTING 48 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class ShortArrayTest 21 | WARNING | Line exceeds 85 characters; contains 94 characters 31 | WARNING | Line exceeds 85 characters; contains 102 characters 34 | WARNING | Line exceeds 85 characters; contains 150 characters 35 | WARNING | Line exceeds 85 characters; contains 152 characters 41 | WARNING | Line exceeds 85 characters; contains 156 characters 42 | WARNING | Line exceeds 85 characters; contains 158 characters 58 | WARNING | Line exceeds 85 characters; contains 90 characters 59 | WARNING | Line exceeds 85 characters; contains 90 characters 60 | WARNING | Line exceeds 85 characters; contains 93 characters 61 | WARNING | Line exceeds 85 characters; contains 103 characters 62 | WARNING | Line exceeds 85 characters; contains 101 characters 63 | WARNING | Line exceeds 85 characters; contains 107 characters 64 | WARNING | Line exceeds 85 characters; contains 99 characters 65 | WARNING | Line exceeds 85 characters; contains 119 characters 66 | WARNING | Line exceeds 85 characters; contains 105 characters 67 | WARNING | Line exceeds 85 characters; contains 97 characters 68 | WARNING | Line exceeds 85 characters; contains 109 characters 69 | WARNING | Line exceeds 85 characters; contains 99 characters 70 | WARNING | Line exceeds 85 characters; contains 104 characters 71 | WARNING | Line exceeds 85 characters; contains 104 characters 72 | WARNING | Line exceeds 85 characters; contains 100 characters 73 | WARNING | Line exceeds 85 characters; contains 103 characters 74 | WARNING | Line exceeds 85 characters; contains 108 characters 75 | WARNING | Line exceeds 85 characters; contains 118 characters 76 | WARNING | Line exceeds 85 characters; contains 118 characters 77 | WARNING | Line exceeds 85 characters; contains 109 characters 78 | WARNING | Line exceeds 85 characters; contains 109 characters 79 | WARNING | Line exceeds 85 characters; contains 109 characters 80 | WARNING | Line exceeds 85 characters; contains 88 characters 89 | WARNING | Line exceeds 85 characters; contains 94 characters 99 | WARNING | Line exceeds 85 characters; contains 102 characters 102 | WARNING | Line exceeds 85 characters; contains 144 characters 103 | WARNING | Line exceeds 85 characters; contains 146 characters 109 | WARNING | Line exceeds 85 characters; contains 150 characters 110 | WARNING | Line exceeds 85 characters; contains 152 characters 126 | WARNING | Line exceeds 85 characters; contains 105 characters 127 | WARNING | Line exceeds 85 characters; contains 112 characters 128 | WARNING | Line exceeds 85 characters; contains 118 characters 129 | WARNING | Line exceeds 85 characters; contains 117 characters 130 | WARNING | Line exceeds 85 characters; contains 99 characters 131 | WARNING | Line exceeds 85 characters; contains 100 characters 132 | WARNING | Line exceeds 85 characters; contains 102 characters 133 | WARNING | Line exceeds 85 characters; contains 126 characters 134 | WARNING | Line exceeds 85 characters; contains 129 characters 135 | WARNING | Line exceeds 85 characters; contains 131 characters ----------------------------------------------------------------------------------- FILE: ...squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/ResolveSimpleTokenTest.inc ----------------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 5 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 13 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 13 | ERROR | [x] Closing brace must be on a line by itself 28 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 0 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...bs/php_codesniffer/tests/Core/Tokenizer/PHP/AnonClassParenthesisOwnerTest.inc ----------------------------------------------------------------------------------- FOUND 15 ERRORS AFFECTING 7 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 5 | ERROR | [ ] Missing doc comment for function __construct() 5 | ERROR | [x] Opening brace should be on a new line 5 | ERROR | [x] Closing brace must be on a line by itself 10 | ERROR | [ ] Missing doc comment for function __construct() 10 | ERROR | [x] Opening brace should be on a new line 10 | ERROR | [x] Closing brace must be on a line by itself 16 | ERROR | [ ] Missing doc comment for function __construct() 16 | ERROR | [x] Opening brace should be on a new line 16 | ERROR | [x] Closing brace must be on a line by itself 20 | ERROR | [x] Closing brace must be on a line by itself 24 | ERROR | [ ] Missing doc comment for function __construct() 24 | ERROR | [x] Opening brace should be on a new line 24 | ERROR | [x] Closing brace must be on a line by itself 29 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/AttributesTest.inc ----------------------------------------------------------------------------------- FOUND 92 ERRORS AND 2 WARNINGS AFFECTING 23 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 5 | ERROR | [ ] You must use "/**" style comments for a class comment 5 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 5 | ERROR | [x] Closing brace must be on a line by itself 9 | ERROR | [ ] You must use "/**" style comments for a class comment 9 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 9 | ERROR | [x] Closing brace must be on a line by itself 13 | ERROR | [ ] You must use "/**" style comments for a class comment 13 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 14 | ERROR | [ ] Missing doc comment for function __construct() 14 | ERROR | [x] Opening brace should be on a new line 14 | ERROR | [x] Closing brace must be on a line by itself 19 | ERROR | [ ] Function name "attribute_on_function_test" is prefixed with a | | package name but does not begin with a capital letter 19 | ERROR | [ ] Function name "attribute_on_function_test" is invalid; | | consider "Attribute_On_Function_test" instead 19 | ERROR | [ ] You must use "/**" style comments for a function comment 19 | ERROR | [x] Opening brace should be on a new line 19 | ERROR | [x] Closing brace must be on a line by itself 23 | ERROR | [ ] Function name "attribute_with_params_on_function_test" is | | prefixed with a package name but does not begin with a capital | | letter 23 | ERROR | [ ] Function name "attribute_with_params_on_function_test" is | | invalid; consider "Attribute_With_Params_On_Function_test" | | instead 23 | ERROR | [ ] You must use "/**" style comments for a function comment 23 | ERROR | [x] Opening brace should be on a new line 23 | ERROR | [x] Closing brace must be on a line by itself 27 | ERROR | [ ] Function name "attribute_with_short_closure_param_test" is | | prefixed with a package name but does not begin with a capital | | letter 27 | ERROR | [ ] Function name "attribute_with_short_closure_param_test" is | | invalid; consider "Attribute_With_Short_Closure_Param_test" | | instead 27 | ERROR | [ ] You must use "/**" style comments for a function comment 27 | ERROR | [x] Opening brace should be on a new line 27 | ERROR | [x] Closing brace must be on a line by itself 31 | ERROR | [ ] Function name "two_attribute_on_same_line_test" is prefixed | | with a package name but does not begin with a capital letter 31 | ERROR | [ ] Function name "two_attribute_on_same_line_test" is invalid; | | consider "Two_Attribute_On_Same_Line_test" instead 31 | ERROR | [ ] You must use "/**" style comments for a function comment 31 | ERROR | [x] Opening brace should be on a new line 31 | ERROR | [x] Closing brace must be on a line by itself 35 | ERROR | [ ] Function name "attribute_and_line_comment_on_same_line_test" | | is prefixed with a package name but does not begin with a | | capital letter 35 | ERROR | [ ] Function name "attribute_and_line_comment_on_same_line_test" | | is invalid; consider | | "Attribute_And_Line_Comment_On_Same_Line_test" instead 35 | ERROR | [ ] Missing doc comment for function | | attribute_and_line_comment_on_same_line_test() 35 | ERROR | [x] Opening brace should be on a new line 35 | ERROR | [x] Closing brace must be on a line by itself 38 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 39 | ERROR | [ ] Function name "attribute_grouping_test" is prefixed with a | | package name but does not begin with a capital letter 39 | ERROR | [ ] Function name "attribute_grouping_test" is invalid; consider | | "Attribute_Grouping_test" instead 39 | ERROR | [ ] You must use "/**" style comments for a function comment 39 | ERROR | [x] Opening brace should be on a new line 39 | ERROR | [x] Closing brace must be on a line by itself 47 | ERROR | [ ] Function name "attribute_multiline_test" is prefixed with a | | package name but does not begin with a capital letter 47 | ERROR | [ ] Function name "attribute_multiline_test" is invalid; consider | | "Attribute_Multiline_test" instead 47 | ERROR | [ ] You must use "/**" style comments for a function comment 47 | ERROR | [x] Opening brace should be on a new line 47 | ERROR | [x] Closing brace must be on a line by itself 55 | ERROR | [ ] Function name "attribute_multiline_with_comment_test" is | | prefixed with a package name but does not begin with a capital | | letter 55 | ERROR | [ ] Function name "attribute_multiline_with_comment_test" is | | invalid; consider "Attribute_Multiline_With_Comment_test" | | instead 55 | ERROR | [ ] You must use "/**" style comments for a function comment 55 | ERROR | [x] Opening brace should be on a new line 55 | ERROR | [x] Closing brace must be on a line by itself 58 | ERROR | [ ] Function name "single_attribute_on_parameter_test" is prefixed | | with a package name but does not begin with a capital letter 58 | ERROR | [ ] Function name "single_attribute_on_parameter_test" is invalid; | | consider "Single_Attribute_On_Parameter_test" instead 58 | ERROR | [ ] You must use "/**" style comments for a function comment 58 | ERROR | [x] Opening brace should be on a new line 58 | ERROR | [x] Closing brace must be on a line by itself 61 | ERROR | [ ] Function name "multiple_attributes_on_parameter_test" is | | prefixed with a package name but does not begin with a capital | | letter 61 | ERROR | [ ] Function name "multiple_attributes_on_parameter_test" is | | invalid; consider "Multiple_Attributes_On_Parameter_test" | | instead 61 | ERROR | [ ] You must use "/**" style comments for a function comment 61 | ERROR | [x] Opening brace should be on a new line 61 | WARNING | [ ] Line exceeds 85 characters; contains 129 characters 61 | ERROR | [x] Closing brace must be on a line by itself 65 | ERROR | [ ] Function name "fqcn_attrebute_test" is prefixed with a package | | name but does not begin with a capital letter 65 | ERROR | [ ] Function name "fqcn_attrebute_test" is invalid; consider | | "Fqcn_Attrebute_test" instead 65 | ERROR | [ ] You must use "/**" style comments for a function comment 65 | ERROR | [x] Opening brace should be on a new line 65 | ERROR | [x] Closing brace must be on a line by itself 69 | ERROR | [ ] Function name "nested_attributes_test" is prefixed with a | | package name but does not begin with a capital letter 69 | ERROR | [ ] Function name "nested_attributes_test" is invalid; consider | | "Nested_Attributes_test" instead 69 | ERROR | [ ] You must use "/**" style comments for a function comment 69 | ERROR | [x] Opening brace should be on a new line 69 | ERROR | [x] Closing brace must be on a line by itself 72 | ERROR | [ ] Function name "multiline_attributes_on_parameter_test" is | | prefixed with a package name but does not begin with a capital | | letter 72 | ERROR | [ ] Function name "multiline_attributes_on_parameter_test" is | | invalid; consider "Multiline_Attributes_On_Parameter_test" | | instead 72 | ERROR | [ ] You must use "/**" style comments for a function comment 76 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 76 | ERROR | [x] Closing brace must be on a line by itself 80 | ERROR | [ ] Function name | | "attribute_containing_text_looking_like_close_tag" is prefixed | | with a package name but does not begin with a capital letter 80 | ERROR | [ ] Function name | | "attribute_containing_text_looking_like_close_tag" is invalid; | | consider "Attribute_Containing_Text_Looking_Like_Close_tag" | | instead 80 | ERROR | [ ] You must use "/**" style comments for a function comment 80 | ERROR | [x] Opening brace should be on a new line 80 | ERROR | [x] Closing brace must be on a line by itself 86 | ERROR | [ ] Function name | | "attribute_containing_mulitline_text_looking_like_close_tag" | | is prefixed with a package name but does not begin with a | | capital letter 86 | ERROR | [ ] Function name | | "attribute_containing_mulitline_text_looking_like_close_tag" | | is invalid; consider | | "Attribute_Containing_Mulitline_Text_Looking_Like_Close_tag" | | instead 86 | ERROR | [ ] You must use "/**" style comments for a function comment 86 | ERROR | [x] Opening brace should be on a new line 86 | ERROR | [x] Closing brace must be on a line by itself 90 | ERROR | [ ] Function name "invalid_attribute_test" is prefixed with a | | package name but does not begin with a capital letter 90 | ERROR | [ ] Function name "invalid_attribute_test" is invalid; consider | | "Invalid_Attribute_test" instead 90 | ERROR | [ ] Missing doc comment for function invalid_attribute_test() 90 | ERROR | [x] Opening brace should be on a new line 90 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 39 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...hp_codesniffer/tests/Core/Tokenizer/PHP/OtherContextSensitiveKeywordsTest.inc ----------------------------------------------------------------------------------- FOUND 150 ERRORS AND 65 WARNINGS AFFECTING 104 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [ ] Missing doc comment for class OtherContextSensitiveKeywords 13 | ERROR | [ ] Missing doc comment for class SomeClass 15 | ERROR | [ ] Missing doc comment for function someFunction() 28 | ERROR | [ ] Missing doc comment for function self() 28 | ERROR | [x] Opening brace should be on a new line 28 | ERROR | [x] Closing brace must be on a line by itself 29 | ERROR | [ ] Missing doc comment for function parent() 29 | ERROR | [x] Opening brace should be on a new line 29 | ERROR | [x] Closing brace must be on a line by itself 30 | ERROR | [ ] Missing doc comment for function false() 30 | ERROR | [x] Opening brace should be on a new line 30 | ERROR | [x] Closing brace must be on a line by itself 31 | ERROR | [ ] Missing doc comment for function true() 31 | ERROR | [x] Expected 0 spaces before opening parenthesis; 1 found 31 | ERROR | [x] Opening brace should be on a new line 31 | ERROR | [x] Closing brace must be on a line by itself 32 | ERROR | [ ] Missing doc comment for function NULL() 32 | ERROR | [x] Opening brace should be on a new line 32 | ERROR | [x] Closing brace must be on a line by itself 37 | ERROR | [x] Space before opening parenthesis of function call prohibited 38 | ERROR | [x] Space before opening parenthesis of function call prohibited 41 | ERROR | [x] Space before opening parenthesis of function call prohibited 44 | ERROR | [ ] Missing doc comment for function | | standAloneFalseTrueNullTypesAndMore() 48 | WARNING | [ ] Line exceeds 85 characters; contains 133 characters 49 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 50 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 4 51 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 4 52 | ERROR | [x] Closing brace must be on a line by itself 55 | ERROR | [ ] Missing doc comment for class TypedConstProp 55 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 56 | WARNING | [ ] Line exceeds 85 characters; contains 143 characters 57 | WARNING | [ ] Line exceeds 85 characters; contains 137 characters 58 | WARNING | [ ] Line exceeds 85 characters; contains 137 characters 59 | WARNING | [ ] Line exceeds 85 characters; contains 141 characters 60 | WARNING | [ ] Line exceeds 85 characters; contains 153 characters 62 | WARNING | [ ] Line exceeds 85 characters; contains 113 characters 63 | WARNING | [ ] Line exceeds 85 characters; contains 120 characters 64 | ERROR | [ ] Private member variable "null" must be prefixed with an | | underscore 64 | WARNING | [ ] Line exceeds 85 characters; contains 116 characters 65 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 66 | WARNING | [ ] Line exceeds 85 characters; contains 125 characters 69 | ERROR | [ ] Missing doc comment for class UseInUnionTypes 69 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 81 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 82 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 83 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 84 | WARNING | [ ] Line exceeds 85 characters; contains 126 characters 85 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 87 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 88 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 89 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 90 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 91 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 98 | ERROR | [ ] Private member variable "null" must be prefixed with an | | underscore 104 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 105 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 106 | ERROR | [ ] Private member variable "null" must be prefixed with an | | underscore 106 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 107 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 108 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 110 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 111 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 112 | ERROR | [ ] Private member variable "null" must be prefixed with an | | underscore 112 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 114 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 116 | ERROR | [ ] Method name "UseInUnionTypes::KeywordsInParamUnionTypeFirst" | | is not in camel caps format 116 | ERROR | [ ] Missing doc comment for function | | KeywordsInParamUnionTypeFirst() 122 | ERROR | [x] Closing brace must be on a line by itself 124 | ERROR | [ ] Method name "UseInUnionTypes::KeywordsInParamUnionTypeMiddle" | | is not in camel caps format 124 | ERROR | [ ] Missing doc comment for function | | KeywordsInParamUnionTypeMiddle() 130 | ERROR | [x] Closing brace must be on a line by itself 132 | ERROR | [ ] Method name "UseInUnionTypes::KeywordsInParamUnionTypeLast" | | is not in camel caps format 132 | ERROR | [ ] Missing doc comment for function | | KeywordsInParamUnionTypeLast() 132 | ERROR | [x] Expected 0 spaces before opening parenthesis; 1 found 138 | ERROR | [x] Closing brace must be on a line by itself 140 | ERROR | [ ] Method name | | "UseInUnionTypes::FalseIsKeywordInReturnTypeFirst" is not in | | camel caps format 140 | ERROR | [ ] Missing doc comment for function | | FalseIsKeywordInReturnTypeFirst() 140 | ERROR | [x] Opening brace should be on a new line 140 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 140 | ERROR | [x] Closing brace must be on a line by itself 141 | ERROR | [ ] Method name "UseInUnionTypes::TrueIsKeywordInReturnTypeFirst" | | is not in camel caps format 141 | ERROR | [ ] Missing doc comment for function | | TrueIsKeywordInReturnTypeFirst() 141 | ERROR | [x] Opening brace should be on a new line 141 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 141 | ERROR | [x] Closing brace must be on a line by itself 142 | ERROR | [ ] Method name "UseInUnionTypes::NullIsKeywordInReturnTypeFirst" | | is not in camel caps format 142 | ERROR | [ ] Missing doc comment for function | | NullIsKeywordInReturnTypeFirst() 142 | ERROR | [x] Opening brace should be on a new line 142 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 142 | ERROR | [x] Closing brace must be on a line by itself 143 | ERROR | [ ] Method name "UseInUnionTypes::SelfIsKeywordInReturnTypeFirst" | | is not in camel caps format 143 | ERROR | [ ] Missing doc comment for function | | SelfIsKeywordInReturnTypeFirst() 143 | ERROR | [x] Opening brace should be on a new line 143 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 143 | ERROR | [x] Closing brace must be on a line by itself 144 | ERROR | [ ] Method name | | "UseInUnionTypes::ParentIsKeywordInReturnTypeFirst" is not in | | camel caps format 144 | ERROR | [ ] Missing doc comment for function | | ParentIsKeywordInReturnTypeFirst() 144 | ERROR | [x] Opening brace should be on a new line 144 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 144 | ERROR | [x] Closing brace must be on a line by itself 146 | ERROR | [ ] Method name | | "UseInUnionTypes::FalseIsKeywordInReturnTypeMiddle" is not in | | camel caps format 146 | ERROR | [ ] Missing doc comment for function | | FalseIsKeywordInReturnTypeMiddle() 146 | ERROR | [x] Opening brace should be on a new line 146 | WARNING | [ ] Line exceeds 85 characters; contains 113 characters 146 | ERROR | [x] Closing brace must be on a line by itself 147 | ERROR | [ ] Method name | | "UseInUnionTypes::TrueIsKeywordInReturnTypeMiddle" is not in | | camel caps format 147 | ERROR | [ ] Missing doc comment for function | | TrueIsKeywordInReturnTypeMiddle() 147 | ERROR | [x] Opening brace should be on a new line 147 | WARNING | [ ] Line exceeds 85 characters; contains 110 characters 147 | ERROR | [x] Closing brace must be on a line by itself 148 | ERROR | [ ] Method name | | "UseInUnionTypes::NullIsKeywordInReturnTypeMiddle" is not in | | camel caps format 148 | ERROR | [ ] Missing doc comment for function | | NullIsKeywordInReturnTypeMiddle() 148 | ERROR | [x] Opening brace should be on a new line 148 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 148 | ERROR | [x] Closing brace must be on a line by itself 149 | ERROR | [ ] Method name | | "UseInUnionTypes::SelfIsKeywordInReturnTypeMiddle" is not in | | camel caps format 149 | ERROR | [ ] Missing doc comment for function | | SelfIsKeywordInReturnTypeMiddle() 149 | ERROR | [x] Opening brace should be on a new line 149 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 149 | ERROR | [x] Closing brace must be on a line by itself 150 | ERROR | [ ] Method name | | "UseInUnionTypes::ParentIsKeywordInReturnTypeMiddle" is not | | in camel caps format 150 | ERROR | [ ] Missing doc comment for function | | ParentIsKeywordInReturnTypeMiddle() 150 | ERROR | [x] Opening brace should be on a new line 150 | WARNING | [ ] Line exceeds 85 characters; contains 117 characters 150 | ERROR | [x] Closing brace must be on a line by itself 152 | ERROR | [ ] Method name "UseInUnionTypes::FalseIsKeywordInReturnTypeLast" | | is not in camel caps format 152 | ERROR | [ ] Missing doc comment for function | | FalseIsKeywordInReturnTypeLast() 152 | ERROR | [x] Opening brace should be on a new line 152 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 152 | ERROR | [x] Closing brace must be on a line by itself 153 | ERROR | [ ] Method name "UseInUnionTypes::TrueIsKeywordInReturnTypeLast" | | is not in camel caps format 153 | ERROR | [ ] Missing doc comment for function | | TrueIsKeywordInReturnTypeLast() 153 | ERROR | [x] Opening brace should be on a new line 153 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 153 | ERROR | [x] Closing brace must be on a line by itself 154 | ERROR | [ ] Method name "UseInUnionTypes::NullIsKeywordInReturnTypeLast" | | is not in camel caps format 154 | ERROR | [ ] Missing doc comment for function | | NullIsKeywordInReturnTypeLast() 154 | ERROR | [x] Opening brace should be on a new line 154 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 154 | ERROR | [x] Closing brace must be on a line by itself 155 | ERROR | [ ] Method name "UseInUnionTypes::SelfIsKeywordInReturnTypeLast" | | is not in camel caps format 155 | ERROR | [ ] Missing doc comment for function | | SelfIsKeywordInReturnTypeLast() 155 | ERROR | [x] Opening brace should be on a new line 155 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 155 | ERROR | [x] Closing brace must be on a line by itself 156 | ERROR | [ ] Method name | | "UseInUnionTypes::ParentIsKeywordInReturnTypeLast" is not in | | camel caps format 156 | ERROR | [ ] Missing doc comment for function | | ParentIsKeywordInReturnTypeLast() 156 | ERROR | [x] Opening brace should be on a new line 156 | WARNING | [ ] Line exceeds 85 characters; contains 108 characters 156 | ERROR | [x] Closing brace must be on a line by itself 159 | ERROR | [ ] Missing doc comment for class UseInIntersectionTypes 159 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 165 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 166 | WARNING | [ ] Line exceeds 85 characters; contains 118 characters 168 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 169 | WARNING | [ ] Line exceeds 85 characters; contains 110 characters 176 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 177 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 179 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 180 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 182 | ERROR | [ ] Method name | | "UseInIntersectionTypes::KeywordsInParamIntersectionTypeFirst" | | is not in camel caps format 182 | ERROR | [ ] Missing doc comment for function | | KeywordsInParamIntersectionTypeFirst() 185 | ERROR | [x] Closing brace must be on a line by itself 187 | ERROR | [ ] Method name | | "UseInIntersectionTypes::KeywordsInParamIntersectionTypeMiddle" | | is not in camel caps format 187 | ERROR | [ ] Missing doc comment for function | | KeywordsInParamIntersectionTypeMiddle() 190 | ERROR | [x] Closing brace must be on a line by itself 192 | ERROR | [ ] Method name | | "UseInIntersectionTypes::KeywordsInParamIntersectionTypeLast" | | is not in camel caps format 192 | ERROR | [ ] Missing doc comment for function | | KeywordsInParamIntersectionTypeLast() 192 | ERROR | [x] Expected 0 spaces before opening parenthesis; 1 found 195 | ERROR | [x] Closing brace must be on a line by itself 197 | ERROR | [ ] Method name | | "UseInIntersectionTypes::SelfIsKeywordInReturnTypeFirst" is | | not in camel caps format 197 | ERROR | [ ] Missing doc comment for function | | SelfIsKeywordInReturnTypeFirst() 197 | ERROR | [x] Opening brace should be on a new line 197 | WARNING | [ ] Line exceeds 85 characters; contains 113 characters 197 | ERROR | [x] Closing brace must be on a line by itself 198 | ERROR | [ ] Method name | | "UseInIntersectionTypes::ParentIsKeywordInReturnTypeFirst" is | | not in camel caps format 198 | ERROR | [ ] Missing doc comment for function | | ParentIsKeywordInReturnTypeFirst() 198 | ERROR | [x] Opening brace should be on a new line 198 | WARNING | [ ] Line exceeds 85 characters; contains 121 characters 198 | ERROR | [x] Closing brace must be on a line by itself 200 | ERROR | [ ] Method name | | "UseInIntersectionTypes::SelfIsKeywordInReturnTypeMiddle" is | | not in camel caps format 200 | ERROR | [ ] Missing doc comment for function | | SelfIsKeywordInReturnTypeMiddle() 200 | ERROR | [x] Opening brace should be on a new line 200 | WARNING | [ ] Line exceeds 85 characters; contains 116 characters 200 | ERROR | [x] Closing brace must be on a line by itself 201 | ERROR | [ ] Method name | | "UseInIntersectionTypes::ParentIsKeywordInReturnTypeMiddle" | | is not in camel caps format 201 | ERROR | [ ] Missing doc comment for function | | ParentIsKeywordInReturnTypeMiddle() 201 | ERROR | [x] Opening brace should be on a new line 201 | WARNING | [ ] Line exceeds 85 characters; contains 122 characters 201 | ERROR | [x] Closing brace must be on a line by itself 203 | ERROR | [ ] Method name | | "UseInIntersectionTypes::SelfIsKeywordInReturnTypeLast" is | | not in camel caps format 203 | ERROR | [ ] Missing doc comment for function | | SelfIsKeywordInReturnTypeLast() 203 | ERROR | [x] Opening brace should be on a new line 203 | WARNING | [ ] Line exceeds 85 characters; contains 108 characters 203 | ERROR | [x] Closing brace must be on a line by itself 204 | ERROR | [ ] Method name | | "UseInIntersectionTypes::ParentIsKeywordInReturnTypeLast" is | | not in camel caps format 204 | ERROR | [ ] Missing doc comment for function | | ParentIsKeywordInReturnTypeLast() 204 | ERROR | [x] Opening brace should be on a new line 204 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 204 | ERROR | [x] Closing brace must be on a line by itself 207 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 208 | ERROR | [ ] You must use "/**" style comments for a class comment 208 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 211 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 213 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 217 | ERROR | [ ] Private member variable "null" must be prefixed with an | | underscore 217 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 218 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 219 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 221 | ERROR | [ ] Missing doc comment for function DNFWithFalse() 228 | ERROR | [x] Closing brace must be on a line by itself 232 | ERROR | [ ] Missing doc comment for function DNFWithNull() 235 | ERROR | [x] Closing brace must be on a line by itself 237 | ERROR | [ ] Missing doc comment for function DNFWithSelf() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 73 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...labs/php_codesniffer/tests/Core/Tokenizer/PHP/StableCommentWhitespaceTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 15 WARNINGS AFFECTING 16 LINES ----------------------------------------------------------------------------------- 5 | WARNING | Line exceeds 85 characters; contains 88 characters 13 | WARNING | Line exceeds 85 characters; contains 99 characters 14 | WARNING | PHP version not specified 14 | ERROR | Missing @category tag in file comment 14 | ERROR | Missing @package tag in file comment 14 | ERROR | Missing @link tag in file comment 21 | ERROR | Missing doc comment for class StableCommentWhitespaceTest 26 | WARNING | Line exceeds 85 characters; contains 89 characters 28 | WARNING | Line exceeds 85 characters; contains 90 characters 45 | WARNING | Line exceeds 85 characters; contains 120 characters 50 | WARNING | Line exceeds 85 characters; contains 101 characters 174 | WARNING | Line exceeds 85 characters; contains 89 characters 199 | WARNING | Line exceeds 85 characters; contains 90 characters 224 | WARNING | Line exceeds 85 characters; contains 87 characters 339 | WARNING | Line exceeds 85 characters; contains 88 characters 363 | WARNING | Line exceeds 85 characters; contains 89 characters 387 | WARNING | Line exceeds 85 characters; contains 86 characters 713 | WARNING | Line exceeds 85 characters; contains 87 characters 824 | WARNING | Line exceeds 85 characters; contains 90 characters ----------------------------------------------------------------------------------- FILE: .../squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/HeredocParseErrorTest.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...r/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/BackfillReadonlyTest.inc ----------------------------------------------------------------------------------- FOUND 44 ERRORS AND 3 WARNINGS AFFECTING 31 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [ ] Missing doc comment for class Foo 24 | ERROR | [ ] Private member variable "privateReadonlyProperty" must be | | prefixed with an underscore 30 | ERROR | [ ] Private member variable "privateReadonlyProperty" must be | | prefixed with an underscore 32 | ERROR | [ ] Private member variable | | "readonlyPropertyWithCommentsInDeclaration" must be prefixed | | with an underscore 32 | WARNING | [ ] Line exceeds 85 characters; contains 110 characters 34 | ERROR | [ ] Private member variable "nullableProperty" must be prefixed | | with an underscore 36 | ERROR | [ ] Private member variable | | "nullablePropertyWithUnionTypeHintAndNullFirst" must be | | prefixed with an underscore 38 | ERROR | [ ] Private member variable | | "nullablePropertyWithUnionTypeHintAndNullLast" must be | | prefixed with an underscore 40 | ERROR | [ ] Private member variable "arrayProperty" must be prefixed with | | an underscore 42 | ERROR | [ ] Private member variable "selfProperty" must be prefixed with | | an underscore 44 | ERROR | [ ] Private member variable "parentProperty" must be prefixed | | with an underscore 46 | ERROR | [ ] Private member variable "propertyWithFullyQualifiedTypeHint" | | must be prefixed with an underscore 52 | ERROR | [ ] You must use "/**" style comments for a function comment 52 | ERROR | [x] Opening brace should be on a new line 52 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 52 | ERROR | [x] Closing brace must be on a line by itself 55 | ERROR | [ ] You must use "/**" style comments for a function comment 55 | ERROR | [x] Opening brace should be on a new line 55 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 55 | ERROR | [x] Closing brace must be on a line by itself 63 | ERROR | [ ] Missing doc comment for class ClassName 63 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 68 | ERROR | [ ] You must use "/**" style comments for a function comment 68 | ERROR | [x] Opening brace should be on a new line 78 | ERROR | [ ] You must use "/**" style comments for a function comment 78 | ERROR | [x] Opening brace should be on a new line 78 | ERROR | [x] Closing brace must be on a line by itself 81 | ERROR | [ ] You must use "/**" style comments for a function comment 81 | ERROR | [x] Opening brace should be on a new line 81 | ERROR | [x] Closing brace must be on a line by itself 98 | ERROR | [x] Space before opening parenthesis of function call prohibited 103 | ERROR | [x] Space before opening parenthesis of function call prohibited 107 | ERROR | [ ] You must use "/**" style comments for a class comment 119 | ERROR | [ ] Private member variable "n" must be prefixed with an | | underscore 122 | ERROR | [ ] Private member variable "m" must be prefixed with an | | underscore 125 | ERROR | [ ] Private member variable "o" must be prefixed with an | | underscore 128 | ERROR | [ ] Private member variable "q" must be prefixed with an | | underscore 130 | ERROR | [ ] Missing doc comment for function __construct() 135 | ERROR | [x] Closing brace must be on a line by itself 138 | ERROR | [ ] You must use "/**" style comments for a function comment 138 | ERROR | [x] Expected 0 spaces before opening parenthesis; 1 found 138 | ERROR | [x] Opening brace should be on a new line 138 | ERROR | [x] Closing brace must be on a line by itself 142 | ERROR | [x] Closing brace must be on a line by itself 145 | ERROR | [x] Closing brace must be on a line by itself 152 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 19 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...quizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/DNFTypesParseError2Test.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 54 WARNINGS AFFECTING 55 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 98 characters 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class DNFTypesParseError2Test 20 | WARNING | Line exceeds 85 characters; contains 115 characters 29 | WARNING | Line exceeds 85 characters; contains 93 characters 33 | WARNING | Line exceeds 85 characters; contains 96 characters 35 | WARNING | Line exceeds 85 characters; contains 90 characters 38 | WARNING | Line exceeds 85 characters; contains 122 characters 39 | WARNING | Line exceeds 85 characters; contains 124 characters 41 | WARNING | Line exceeds 85 characters; contains 91 characters 42 | WARNING | Line exceeds 85 characters; contains 106 characters 45 | WARNING | Line exceeds 85 characters; contains 134 characters 46 | WARNING | Line exceeds 85 characters; contains 136 characters 48 | WARNING | Line exceeds 85 characters; contains 104 characters 50 | WARNING | Line exceeds 85 characters; contains 102 characters 53 | WARNING | Line exceeds 85 characters; contains 124 characters 54 | WARNING | Line exceeds 85 characters; contains 126 characters 66 | WARNING | Line exceeds 85 characters; contains 89 characters 70 | WARNING | Line exceeds 85 characters; contains 88 characters 72 | WARNING | Line exceeds 85 characters; contains 86 characters 79 | WARNING | Line exceeds 85 characters; contains 115 characters 88 | WARNING | Line exceeds 85 characters; contains 92 characters 92 | WARNING | Line exceeds 85 characters; contains 96 characters 94 | WARNING | Line exceeds 85 characters; contains 90 characters 97 | WARNING | Line exceeds 85 characters; contains 122 characters 98 | WARNING | Line exceeds 85 characters; contains 124 characters 100 | WARNING | Line exceeds 85 characters; contains 91 characters 101 | WARNING | Line exceeds 85 characters; contains 109 characters 104 | WARNING | Line exceeds 85 characters; contains 136 characters 105 | WARNING | Line exceeds 85 characters; contains 138 characters 107 | WARNING | Line exceeds 85 characters; contains 104 characters 109 | WARNING | Line exceeds 85 characters; contains 102 characters 112 | WARNING | Line exceeds 85 characters; contains 124 characters 113 | WARNING | Line exceeds 85 characters; contains 126 characters 125 | WARNING | Line exceeds 85 characters; contains 88 characters 129 | WARNING | Line exceeds 85 characters; contains 87 characters 138 | WARNING | Line exceeds 85 characters; contains 115 characters 148 | WARNING | Line exceeds 85 characters; contains 94 characters 151 | WARNING | Line exceeds 85 characters; contains 107 characters 168 | WARNING | Line exceeds 85 characters; contains 115 characters 171 | WARNING | Line exceeds 85 characters; contains 111 characters 172 | WARNING | Line exceeds 85 characters; contains 113 characters 176 | WARNING | Line exceeds 85 characters; contains 113 characters 177 | WARNING | Line exceeds 85 characters; contains 115 characters 181 | WARNING | Line exceeds 85 characters; contains 89 characters 182 | WARNING | Line exceeds 85 characters; contains 123 characters 183 | WARNING | Line exceeds 85 characters; contains 125 characters 187 | WARNING | Line exceeds 85 characters; contains 125 characters 188 | WARNING | Line exceeds 85 characters; contains 127 characters 206 | WARNING | Line exceeds 85 characters; contains 90 characters 209 | WARNING | Line exceeds 85 characters; contains 119 characters 210 | WARNING | Line exceeds 85 characters; contains 121 characters 211 | WARNING | Line exceeds 85 characters; contains 119 characters 212 | WARNING | Line exceeds 85 characters; contains 119 characters ----------------------------------------------------------------------------------- FILE: .../vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/AttributesTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 49 WARNINGS AFFECTING 50 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class AttributesTest 21 | WARNING | Line exceeds 85 characters; contains 105 characters 22 | WARNING | Line exceeds 85 characters; contains 91 characters 23 | WARNING | Line exceeds 85 characters; contains 86 characters 44 | WARNING | Line exceeds 85 characters; contains 105 characters 45 | WARNING | Line exceeds 85 characters; contains 105 characters 50 | WARNING | Line exceeds 85 characters; contains 86 characters 72 | WARNING | Line exceeds 85 characters; contains 100 characters 79 | WARNING | Line exceeds 85 characters; contains 100 characters 91 | WARNING | Line exceeds 85 characters; contains 100 characters 106 | WARNING | Line exceeds 85 characters; contains 100 characters 113 | WARNING | Line exceeds 85 characters; contains 100 characters 135 | WARNING | Line exceeds 85 characters; contains 100 characters 157 | WARNING | Line exceeds 85 characters; contains 100 characters 188 | WARNING | Line exceeds 85 characters; contains 100 characters 224 | WARNING | Line exceeds 85 characters; contains 100 characters 263 | WARNING | Line exceeds 85 characters; contains 100 characters 299 | WARNING | Line exceeds 85 characters; contains 95 characters 323 | WARNING | Line exceeds 85 characters; contains 102 characters 336 | WARNING | Line exceeds 85 characters; contains 105 characters 337 | WARNING | Line exceeds 85 characters; contains 111 characters 338 | WARNING | Line exceeds 85 characters; contains 91 characters 339 | WARNING | Line exceeds 85 characters; contains 86 characters 349 | WARNING | Line exceeds 85 characters; contains 97 characters 359 | WARNING | Line exceeds 85 characters; contains 91 characters 372 | WARNING | Line exceeds 85 characters; contains 86 characters 443 | WARNING | Line exceeds 85 characters; contains 102 characters 445 | WARNING | Line exceeds 85 characters; contains 121 characters 446 | WARNING | Line exceeds 85 characters; contains 107 characters 447 | WARNING | Line exceeds 85 characters; contains 102 characters 448 | WARNING | Line exceeds 85 characters; contains 101 characters 456 | WARNING | Line exceeds 85 characters; contains 148 characters 470 | WARNING | Line exceeds 85 characters; contains 105 characters 471 | WARNING | Line exceeds 85 characters; contains 105 characters 497 | WARNING | Line exceeds 85 characters; contains 94 characters 503 | WARNING | Line exceeds 85 characters; contains 100 characters 540 | WARNING | Line exceeds 85 characters; contains 109 characters 594 | WARNING | Line exceeds 85 characters; contains 100 characters 606 | WARNING | Line exceeds 85 characters; contains 86 characters 653 | WARNING | Line exceeds 85 characters; contains 86 characters 661 | WARNING | Line exceeds 85 characters; contains 105 characters 662 | WARNING | Line exceeds 85 characters; contains 105 characters 666 | WARNING | Line exceeds 85 characters; contains 109 characters 671 | WARNING | Line exceeds 85 characters; contains 86 characters 676 | WARNING | Line exceeds 85 characters; contains 94 characters 677 | WARNING | Line exceeds 85 characters; contains 97 characters 689 | WARNING | Line exceeds 85 characters; contains 98 characters 690 | WARNING | Line exceeds 85 characters; contains 96 characters ----------------------------------------------------------------------------------- FILE: ...hp_codesniffer/tests/Core/Tokenizer/PHP/UndoNamespacedNameSingleTokenTest.inc ----------------------------------------------------------------------------------- FOUND 17 ERRORS AFFECTING 14 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 43 | ERROR | [ ] You must use "/**" style comments for a class comment 56 | ERROR | [ ] Public method name "MyClass::function_name" is not in camel | | caps format 56 | ERROR | [ ] You must use "/**" style comments for a function comment 59 | ERROR | [x] Blank lines are not allowed in a multi-line function | | declaration 62 | ERROR | [x] Blank lines are not allowed in a multi-line function | | declaration 65 | ERROR | [x] Blank lines are not allowed in a multi-line function | | declaration 68 | ERROR | [x] Blank lines are not allowed in a multi-line function | | declaration 69 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 8 spaces but found 4 85 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found 8 88 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found 8 91 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found 8 94 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found 8 126 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 126 | ERROR | [x] Closing brace must be on a line by itself 129 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 129 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...jl/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/EnumCaseTest.inc ----------------------------------------------------------------------------------- FOUND 27 ERRORS AFFECTING 18 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [ ] Missing doc comment for enum Foo 9 | ERROR | [ ] Missing doc comment for enum Boo 9 | ERROR | [x] Opening brace of a enum must be on the line after the definition 14 | ERROR | [ ] Missing doc comment for enum Hoo 20 | ERROR | [ ] Missing doc comment for enum ComplexEnum 34 | ERROR | [ ] Missing doc comment for function someMethod() 38 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 45 | ERROR | [ ] Missing doc comment for function someOtherMethod() 58 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 60 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 62 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 64 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 69 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 70 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 70 | ERROR | [ ] Missing doc comment for enum Foo 70 | ERROR | [x] Opening brace of a enum must be on the line after the definition 70 | ERROR | [x] Closing brace must be on a line by itself 72 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 72 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, | | found 4 75 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 76 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 76 | ERROR | [ ] Missing doc comment for enum Bar 76 | ERROR | [x] Opening brace of a enum must be on the line after the definition 76 | ERROR | [x] Closing brace must be on a line by itself 80 | ERROR | [ ] Missing doc comment for enum Foo 80 | ERROR | [x] Opening brace of a enum must be on the line after the definition ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/BackfillMatchTokenTest.inc ----------------------------------------------------------------------------------- FOUND 82 ERRORS AND 1 WARNING AFFECTING 49 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [ ] Missing doc comment for function simpleMatch() 3 | ERROR | [x] Opening brace should be on a new line 12 | ERROR | [ ] Missing doc comment for function matchNoTrailingComma() 12 | ERROR | [x] Opening brace should be on a new line 20 | ERROR | [ ] Missing doc comment for function matchWithDefault() 20 | ERROR | [x] Opening brace should be on a new line 29 | ERROR | [ ] Missing doc comment for function matchExpressionInCondition() 29 | ERROR | [x] Opening brace should be on a new line 41 | ERROR | [ ] Missing doc comment for function matchMultiCase() 41 | ERROR | [x] Opening brace should be on a new line 49 | ERROR | [ ] Missing doc comment for function | | matchMultiCaseTrailingCommaInCase() 49 | ERROR | [x] Opening brace should be on a new line 63 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 70 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 72 | ERROR | [ ] Missing doc comment for function matchInArrowFunction() 72 | ERROR | [x] Opening brace should be on a new line 74 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 80 | ERROR | [ ] Missing doc comment for function | | arrowFunctionInMatchNoTrailingComma() 80 | ERROR | [x] Opening brace should be on a new line 89 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 92 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 95 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) { " 95 | ERROR | [x] Closing brace must be on a line by itself 115 | ERROR | [ ] Expected "match (...) {\n"; found "match (...) { " 115 | ERROR | [x] Closing brace must be on a line by itself 119 | ERROR | [ ] Expected "match (...) {\n"; found "match (...) { " 119 | ERROR | [x] Closing brace must be on a line by itself 120 | ERROR | [ ] Expected "match (...) {\n"; found "match (...) { " 120 | ERROR | [x] Closing brace must be on a line by itself 121 | ERROR | [ ] Expected "match (...) {\n"; found "match (...) { " 121 | ERROR | [x] Closing brace must be on a line by itself 125 | ERROR | [ ] Expected "match (...) {\n"; found "match (...) { " 125 | ERROR | [x] Closing brace must be on a line by itself 130 | ERROR | [ ] Expected "match (...) {\n"; found "match (...) { " 130 | ERROR | [x] Closing brace must be on a line by itself 144 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 149 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 153 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 171 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 174 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 178 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 183 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 186 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 190 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 199 | ERROR | [ ] Expected "match (...) {\n"; found "match (...) {" 199 | ERROR | [x] Closing brace must be on a line by itself 236 | ERROR | [ ] Missing doc comment for interface MatchInterface 236 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 238 | ERROR | [ ] You must use "/**" style comments for a function comment 241 | ERROR | [ ] Missing doc comment for class MatchClass 241 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 243 | ERROR | [ ] Class constants must be uppercase; expected MATCH but found | | match 246 | ERROR | [ ] You must use "/**" style comments for a function comment 246 | ERROR | [x] Opening brace should be on a new line 257 | ERROR | [ ] You must use "/**" style comments for a function comment 257 | ERROR | [x] Opening brace should be on a new line 263 | ERROR | [ ] You must use "/**" style comments for a class comment 263 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 263 | ERROR | [x] Closing brace must be on a line by itself 267 | ERROR | [ ] You must use "/**" style comments for a interface comment 267 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 267 | ERROR | [x] Closing brace must be on a line by itself 271 | ERROR | [ ] You must use "/**" style comments for a trait comment 271 | ERROR | [x] Opening brace of a trait must be on the line after the | | definition 271 | ERROR | [x] Closing brace must be on a line by itself 279 | ERROR | [ ] You must use "/**" style comments for a function comment 279 | ERROR | [x] Opening brace should be on a new line 279 | ERROR | [x] Closing brace must be on a line by itself 283 | ERROR | [x] Closing brace must be on a line by itself 287 | ERROR | [ ] You must use "/**" style comments for a class comment 287 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 287 | ERROR | [x] Closing brace must be on a line by itself 291 | ERROR | [ ] You must use "/**" style comments for a class comment 291 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 291 | ERROR | [x] Closing brace must be on a line by itself 297 | ERROR | [ ] Missing doc comment for function brokenMatchNoCurlies() 297 | ERROR | [x] Opening brace should be on a new line 299 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 300 | ERROR | [x] Space before opening parenthesis of function call prohibited 307 | ERROR | [ ] Missing doc comment for function | | brokenMatchAlternativeSyntax() 307 | ERROR | [x] Opening brace should be on a new line 310 | ERROR | [x] Space before opening parenthesis of function call prohibited ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 50 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ndor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/HeredocNowdocTest.php ----------------------------------------------------------------------------------- FOUND 9 ERRORS AND 8 WARNINGS AFFECTING 10 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 19 | WARNING | Line exceeds 85 characters; contains 100 characters 24 | ERROR | Missing @category tag in class comment 24 | ERROR | Missing @package tag in class comment 24 | ERROR | Missing @author tag in class comment 24 | ERROR | Missing @license tag in class comment 24 | ERROR | Missing @link tag in class comment 172 | WARNING | Line exceeds 85 characters; contains 113 characters 173 | WARNING | Line exceeds 85 characters; contains 126 characters 177 | ERROR | Private method name "HeredocNowdocTest::checkTokenSequence" must | | be prefixed with an underscore 189 | WARNING | Line exceeds 85 characters; contains 131 characters 194 | WARNING | Line exceeds 85 characters; contains 125 characters 200 | WARNING | Line exceeds 85 characters; contains 106 characters ----------------------------------------------------------------------------------- FILE: ...abs/php_codesniffer/tests/Core/Tokenizer/PHP/ContextSensitiveKeywordsTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 63 WARNINGS AFFECTING 64 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class ContextSensitiveKeywordsTest 20 | WARNING | Line exceeds 85 characters; contains 91 characters 22 | WARNING | Line exceeds 85 characters; contains 94 characters 32 | WARNING | Line exceeds 85 characters; contains 107 characters 35 | WARNING | Line exceeds 85 characters; contains 124 characters 36 | WARNING | Line exceeds 85 characters; contains 126 characters 51 | WARNING | Line exceeds 85 characters; contains 88 characters 55 | WARNING | Line exceeds 85 characters; contains 88 characters 61 | WARNING | Line exceeds 85 characters; contains 88 characters 62 | WARNING | Line exceeds 85 characters; contains 87 characters 63 | WARNING | Line exceeds 85 characters; contains 87 characters 67 | WARNING | Line exceeds 85 characters; contains 86 characters 69 | WARNING | Line exceeds 85 characters; contains 90 characters 70 | WARNING | Line exceeds 85 characters; contains 86 characters 71 | WARNING | Line exceeds 85 characters; contains 90 characters 73 | WARNING | Line exceeds 85 characters; contains 89 characters 74 | WARNING | Line exceeds 85 characters; contains 88 characters 78 | WARNING | Line exceeds 85 characters; contains 87 characters 80 | WARNING | Line exceeds 85 characters; contains 87 characters 83 | WARNING | Line exceeds 85 characters; contains 87 characters 84 | WARNING | Line exceeds 85 characters; contains 88 characters 85 | WARNING | Line exceeds 85 characters; contains 86 characters 88 | WARNING | Line exceeds 85 characters; contains 90 characters 89 | WARNING | Line exceeds 85 characters; contains 87 characters 90 | WARNING | Line exceeds 85 characters; contains 91 characters 91 | WARNING | Line exceeds 85 characters; contains 90 characters 92 | WARNING | Line exceeds 85 characters; contains 89 characters 93 | WARNING | Line exceeds 85 characters; contains 89 characters 97 | WARNING | Line exceeds 85 characters; contains 89 characters 100 | WARNING | Line exceeds 85 characters; contains 87 characters 101 | WARNING | Line exceeds 85 characters; contains 89 characters 102 | WARNING | Line exceeds 85 characters; contains 86 characters 103 | WARNING | Line exceeds 85 characters; contains 88 characters 104 | WARNING | Line exceeds 85 characters; contains 87 characters 105 | WARNING | Line exceeds 85 characters; contains 91 characters 106 | WARNING | Line exceeds 85 characters; contains 86 characters 107 | WARNING | Line exceeds 85 characters; contains 86 characters 108 | WARNING | Line exceeds 85 characters; contains 86 characters 109 | WARNING | Line exceeds 85 characters; contains 86 characters 117 | WARNING | Line exceeds 85 characters; contains 89 characters 122 | WARNING | Line exceeds 85 characters; contains 105 characters 123 | WARNING | Line exceeds 85 characters; contains 105 characters 124 | WARNING | Line exceeds 85 characters; contains 108 characters 125 | WARNING | Line exceeds 85 characters; contains 112 characters 126 | WARNING | Line exceeds 85 characters; contains 117 characters 128 | WARNING | Line exceeds 85 characters; contains 115 characters 129 | WARNING | Line exceeds 85 characters; contains 102 characters 130 | WARNING | Line exceeds 85 characters; contains 102 characters 131 | WARNING | Line exceeds 85 characters; contains 102 characters 133 | WARNING | Line exceeds 85 characters; contains 114 characters 134 | WARNING | Line exceeds 85 characters; contains 119 characters 135 | WARNING | Line exceeds 85 characters; contains 125 characters 137 | WARNING | Line exceeds 85 characters; contains 125 characters 138 | WARNING | Line exceeds 85 characters; contains 123 characters 139 | WARNING | Line exceeds 85 characters; contains 137 characters 146 | WARNING | Line exceeds 85 characters; contains 93 characters 148 | WARNING | Line exceeds 85 characters; contains 101 characters 159 | WARNING | Line exceeds 85 characters; contains 138 characters 165 | WARNING | Line exceeds 85 characters; contains 91 characters 170 | WARNING | Line exceeds 85 characters; contains 91 characters 511 | WARNING | Line exceeds 85 characters; contains 87 characters 540 | WARNING | Line exceeds 85 characters; contains 92 characters ----------------------------------------------------------------------------------- FILE: ...dor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/DefaultKeywordTest.inc ----------------------------------------------------------------------------------- FOUND 59 ERRORS AND 5 WARNINGS AFFECTING 47 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [ ] Missing doc comment for function matchWithDefault() 3 | ERROR | [x] Opening brace should be on a new line 12 | ERROR | [ ] Missing doc comment for function switchWithDefault() 12 | ERROR | [x] Opening brace should be on a new line 14 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 16 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 19 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 24 | ERROR | [ ] Missing doc comment for function | | switchWithDefaultAndCurlies() 24 | ERROR | [x] Opening brace should be on a new line 26 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 28 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 31 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 33 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 33 | ERROR | [x] Case breaking statement indented incorrectly; expected 12 | | spaces, found 8 37 | ERROR | [ ] Missing doc comment for function matchWithDefaultInSwitch() 37 | ERROR | [x] Opening brace should be on a new line 39 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 45 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 48 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 67 | ERROR | [ ] Missing doc comment for function switchWithDefaultInMatch() 67 | ERROR | [x] Opening brace should be on a new line 69 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 71 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 75 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 81 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 83 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 87 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 95 | ERROR | [ ] Missing doc comment for function shortArrayWithConstantKey() 95 | ERROR | [x] Opening brace should be on a new line 102 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 105 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 110 | ERROR | [ ] Missing doc comment for function longArrayWithConstantKey() 110 | ERROR | [x] Opening brace should be on a new line 117 | ERROR | [ ] Missing doc comment for function yieldWithConstantKey() 117 | ERROR | [x] Opening brace should be on a new line 122 | ERROR | [ ] Missing doc comment for function | | longArrayWithConstantKeyNestedInMatch() 122 | ERROR | [x] Opening brace should be on a new line 123 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 127 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 128 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 138 | ERROR | [ ] Missing doc comment for function | | shortArrayWithConstantKeyNestedInMatch() 138 | ERROR | [x] Opening brace should be on a new line 139 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 143 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 144 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 155 | ERROR | [ ] Missing doc comment for function | | longArrayWithConstantKeyWithNestedMatch() 155 | ERROR | [x] Opening brace should be on a new line 158 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 165 | ERROR | [ ] Missing doc comment for function | | shortArrayWithConstantKeyWithNestedMatch() 165 | ERROR | [x] Opening brace should be on a new line 168 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 175 | ERROR | [ ] Missing doc comment for function | | switchWithConstantNonDefault() 175 | ERROR | [x] Opening brace should be on a new line 178 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 182 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 187 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 191 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 192 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 197 | ERROR | [ ] Missing doc comment for class Foo 197 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 202 | ERROR | [ ] You must use "/**" style comments for a function comment 202 | ERROR | [x] Opening brace should be on a new line 202 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 37 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...hp_codesniffer/tests/Core/Tokenizer/PHP/BackfillExplicitOctalNotationTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 18 WARNINGS AFFECTING 19 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class BackfillExplicitOctalNotationTest 19 | WARNING | Line exceeds 85 characters; contains 115 characters 21 | WARNING | Line exceeds 85 characters; contains 99 characters 31 | WARNING | Line exceeds 85 characters; contains 88 characters 37 | WARNING | Line exceeds 85 characters; contains 118 characters 39 | WARNING | Line exceeds 85 characters; contains 146 characters 40 | WARNING | Line exceeds 85 characters; contains 124 characters 55 | WARNING | Line exceeds 85 characters; contains 119 characters 61 | WARNING | Line exceeds 85 characters; contains 119 characters 67 | WARNING | Line exceeds 85 characters; contains 119 characters 73 | WARNING | Line exceeds 85 characters; contains 119 characters 79 | WARNING | Line exceeds 85 characters; contains 119 characters 85 | WARNING | Line exceeds 85 characters; contains 119 characters 91 | WARNING | Line exceeds 85 characters; contains 119 characters 97 | WARNING | Line exceeds 85 characters; contains 119 characters 103 | WARNING | Line exceeds 85 characters; contains 119 characters 109 | WARNING | Line exceeds 85 characters; contains 119 characters ----------------------------------------------------------------------------------- FILE: ...endor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/ArrayKeywordTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 14 WARNINGS AFFECTING 15 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class ArrayKeywordTest 33 | WARNING | Line exceeds 85 characters; contains 92 characters 36 | WARNING | Line exceeds 85 characters; contains 122 characters 37 | WARNING | Line exceeds 85 characters; contains 124 characters 77 | WARNING | Line exceeds 85 characters; contains 104 characters 91 | WARNING | Line exceeds 85 characters; contains 92 characters 94 | WARNING | Line exceeds 85 characters; contains 124 characters 95 | WARNING | Line exceeds 85 characters; contains 126 characters 150 | WARNING | Line exceeds 85 characters; contains 92 characters 151 | WARNING | Line exceeds 85 characters; contains 90 characters 165 | WARNING | Line exceeds 85 characters; contains 92 characters 168 | WARNING | Line exceeds 85 characters; contains 124 characters 169 | WARNING | Line exceeds 85 characters; contains 126 characters ----------------------------------------------------------------------------------- FILE: ...ndor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/HeredocStringTest.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment 3 | WARNING | Line exceeds 85 characters; contains 96 characters ----------------------------------------------------------------------------------- FILE: ...r/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/BackfillReadonlyTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 79 WARNINGS AFFECTING 80 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class BackfillReadonlyTest 21 | WARNING | Line exceeds 85 characters; contains 95 characters 33 | WARNING | Line exceeds 85 characters; contains 95 characters 36 | WARNING | Line exceeds 85 characters; contains 128 characters 37 | WARNING | Line exceeds 85 characters; contains 130 characters 52 | WARNING | Line exceeds 85 characters; contains 98 characters 55 | WARNING | Line exceeds 85 characters; contains 98 characters 58 | WARNING | Line exceeds 85 characters; contains 98 characters 61 | WARNING | Line exceeds 85 characters; contains 98 characters 64 | WARNING | Line exceeds 85 characters; contains 98 characters 67 | WARNING | Line exceeds 85 characters; contains 98 characters 70 | WARNING | Line exceeds 85 characters; contains 98 characters 73 | WARNING | Line exceeds 85 characters; contains 98 characters 76 | WARNING | Line exceeds 85 characters; contains 98 characters 79 | WARNING | Line exceeds 85 characters; contains 98 characters 82 | WARNING | Line exceeds 85 characters; contains 98 characters 85 | WARNING | Line exceeds 85 characters; contains 98 characters 86 | WARNING | Line exceeds 85 characters; contains 87 characters 88 | WARNING | Line exceeds 85 characters; contains 98 characters 91 | WARNING | Line exceeds 85 characters; contains 98 characters 94 | WARNING | Line exceeds 85 characters; contains 98 characters 97 | WARNING | Line exceeds 85 characters; contains 98 characters 98 | WARNING | Line exceeds 85 characters; contains 98 characters 100 | WARNING | Line exceeds 85 characters; contains 98 characters 101 | WARNING | Line exceeds 85 characters; contains 97 characters 103 | WARNING | Line exceeds 85 characters; contains 98 characters 106 | WARNING | Line exceeds 85 characters; contains 98 characters 109 | WARNING | Line exceeds 85 characters; contains 98 characters 112 | WARNING | Line exceeds 85 characters; contains 98 characters 113 | WARNING | Line exceeds 85 characters; contains 87 characters 115 | WARNING | Line exceeds 85 characters; contains 98 characters 119 | WARNING | Line exceeds 85 characters; contains 98 characters 122 | WARNING | Line exceeds 85 characters; contains 98 characters 123 | WARNING | Line exceeds 85 characters; contains 95 characters 126 | WARNING | Line exceeds 85 characters; contains 98 characters 129 | WARNING | Line exceeds 85 characters; contains 98 characters 132 | WARNING | Line exceeds 85 characters; contains 98 characters 135 | WARNING | Line exceeds 85 characters; contains 98 characters 136 | WARNING | Line exceeds 85 characters; contains 86 characters 138 | WARNING | Line exceeds 85 characters; contains 98 characters 141 | WARNING | Line exceeds 85 characters; contains 98 characters 144 | WARNING | Line exceeds 85 characters; contains 98 characters 147 | WARNING | Line exceeds 85 characters; contains 98 characters 148 | WARNING | Line exceeds 85 characters; contains 89 characters 150 | WARNING | Line exceeds 85 characters; contains 98 characters 151 | WARNING | Line exceeds 85 characters; contains 88 characters 153 | WARNING | Line exceeds 85 characters; contains 98 characters 154 | WARNING | Line exceeds 85 characters; contains 100 characters 156 | WARNING | Line exceeds 85 characters; contains 98 characters 159 | WARNING | Line exceeds 85 characters; contains 98 characters 163 | WARNING | Line exceeds 85 characters; contains 98 characters 164 | WARNING | Line exceeds 85 characters; contains 88 characters 167 | WARNING | Line exceeds 85 characters; contains 98 characters 176 | WARNING | Line exceeds 85 characters; contains 90 characters 178 | WARNING | Line exceeds 85 characters; contains 95 characters 190 | WARNING | Line exceeds 85 characters; contains 95 characters 193 | WARNING | Line exceeds 85 characters; contains 124 characters 194 | WARNING | Line exceeds 85 characters; contains 126 characters 209 | WARNING | Line exceeds 85 characters; contains 102 characters 213 | WARNING | Line exceeds 85 characters; contains 102 characters 216 | WARNING | Line exceeds 85 characters; contains 102 characters 219 | WARNING | Line exceeds 85 characters; contains 102 characters 222 | WARNING | Line exceeds 85 characters; contains 102 characters 225 | WARNING | Line exceeds 85 characters; contains 102 characters 226 | WARNING | Line exceeds 85 characters; contains 86 characters 228 | WARNING | Line exceeds 85 characters; contains 102 characters 232 | WARNING | Line exceeds 85 characters; contains 102 characters 236 | WARNING | Line exceeds 85 characters; contains 102 characters 239 | WARNING | Line exceeds 85 characters; contains 102 characters 242 | WARNING | Line exceeds 85 characters; contains 102 characters 246 | WARNING | Line exceeds 85 characters; contains 102 characters 249 | WARNING | Line exceeds 85 characters; contains 102 characters 253 | WARNING | Line exceeds 85 characters; contains 102 characters 256 | WARNING | Line exceeds 85 characters; contains 102 characters 257 | WARNING | Line exceeds 85 characters; contains 90 characters 260 | WARNING | Line exceeds 85 characters; contains 102 characters 261 | WARNING | Line exceeds 85 characters; contains 103 characters 263 | WARNING | Line exceeds 85 characters; contains 102 characters ----------------------------------------------------------------------------------- FILE: ...dor/squizlabs/php_codesniffer/tests/Core/Tokenizer/PHP/TypedConstantsTest.inc ----------------------------------------------------------------------------------- FOUND 10 ERRORS AND 11 WARNINGS AFFECTING 17 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 12 | ERROR | [ ] Missing doc comment for class ClassWithPlainTypedConstants 12 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 40 | ERROR | [ ] Class constants must be uppercase; expected TYPED_ITERABLE | | but found typed_iterable 49 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 51 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 55 | WARNING | [ ] Line exceeds 85 characters; contains 108 characters 64 | ERROR | [ ] Missing doc comment for trait TraitWithNullableTypedConstants 64 | ERROR | [x] Opening brace of a trait must be on the line after the | | definition 93 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 95 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 100 | ERROR | [ ] Missing doc comment for interface | | InterfaceWithUnionTypedConstants 100 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 112 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 114 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 117 | ERROR | [ ] Missing doc comment for enum | | EnumWithIntersectionTypedConstants 117 | ERROR | [x] Opening brace of a enum must be on the line after the | | definition 129 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 131 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 148 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 153 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../squizlabs/php_codesniffer/tests/Core/Tokenizer/AbstractTokenizerTestCase.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 13 WARNINGS AFFECTING 14 LINES ----------------------------------------------------------------------------------- 10 | WARNING | Line exceeds 85 characters; contains 99 characters 11 | WARNING | PHP version not specified 11 | ERROR | Missing @category tag in file comment 11 | ERROR | Missing @package tag in file comment 11 | ERROR | Missing @link tag in file comment 22 | ERROR | Missing doc comment for class AbstractTokenizerTestCase 45 | WARNING | Line exceeds 85 characters; contains 99 characters 53 | WARNING | Line exceeds 85 characters; contains 91 characters 56 | WARNING | Line exceeds 85 characters; contains 88 characters 73 | WARNING | Line exceeds 85 characters; contains 99 characters 76 | WARNING | Line exceeds 85 characters; contains 87 characters 90 | WARNING | Line exceeds 85 characters; contains 101 characters 92 | WARNING | Line exceeds 85 characters; contains 91 characters 97 | WARNING | Line exceeds 85 characters; contains 95 characters 103 | WARNING | Line exceeds 85 characters; contains 123 characters 111 | WARNING | Line exceeds 85 characters; contains 100 characters 118 | WARNING | Line exceeds 85 characters; contains 98 characters ----------------------------------------------------------------------------------- FILE: ...ffer/tests/Core/Tokenizer/Tokenizer/ScopeSettingWithNamespaceOperatorTest.inc ----------------------------------------------------------------------------------- FOUND 12 ERRORS AFFECTING 6 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 4 | ERROR | [ ] You must use "/**" style comments for a class comment 4 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 4 | ERROR | [x] Closing brace must be on a line by itself 7 | ERROR | [x] Closing brace must be on a line by itself 10 | ERROR | [ ] You must use "/**" style comments for a interface comment 10 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 10 | ERROR | [x] Closing brace must be on a line by itself 13 | ERROR | [ ] You must use "/**" style comments for a function comment 13 | ERROR | [x] Opening brace should be on a new line 13 | ERROR | [x] Closing brace must be on a line by itself 16 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ests/Core/Tokenizer/Tokenizer/RecurseScopeMapDefaultKeywordConditionsTest.inc ----------------------------------------------------------------------------------- FOUND 59 ERRORS AND 5 WARNINGS AFFECTING 47 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [ ] Missing doc comment for function matchWithDefault() 3 | ERROR | [x] Opening brace should be on a new line 12 | ERROR | [ ] Missing doc comment for function switchWithDefault() 12 | ERROR | [x] Opening brace should be on a new line 14 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 16 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 19 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 24 | ERROR | [ ] Missing doc comment for function | | switchWithDefaultAndCurlies() 24 | ERROR | [x] Opening brace should be on a new line 26 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 28 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 31 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 33 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 33 | ERROR | [x] Case breaking statement indented incorrectly; expected 12 | | spaces, found 8 37 | ERROR | [ ] Missing doc comment for function matchWithDefaultInSwitch() 37 | ERROR | [x] Opening brace should be on a new line 39 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 45 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 48 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 67 | ERROR | [ ] Missing doc comment for function switchWithDefaultInMatch() 67 | ERROR | [x] Opening brace should be on a new line 69 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 71 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 75 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 81 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 83 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 87 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 95 | ERROR | [ ] Missing doc comment for function shortArrayWithConstantKey() 95 | ERROR | [x] Opening brace should be on a new line 102 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 105 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 110 | ERROR | [ ] Missing doc comment for function longArrayWithConstantKey() 110 | ERROR | [x] Opening brace should be on a new line 117 | ERROR | [ ] Missing doc comment for function yieldWithConstantKey() 117 | ERROR | [x] Opening brace should be on a new line 122 | ERROR | [ ] Missing doc comment for function | | longArrayWithConstantKeyNestedInMatch() 122 | ERROR | [x] Opening brace should be on a new line 123 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 127 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 128 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 138 | ERROR | [ ] Missing doc comment for function | | shortArrayWithConstantKeyNestedInMatch() 138 | ERROR | [x] Opening brace should be on a new line 139 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 143 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 144 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 155 | ERROR | [ ] Missing doc comment for function | | longArrayWithConstantKeyWithNestedMatch() 155 | ERROR | [x] Opening brace should be on a new line 158 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 165 | ERROR | [ ] Missing doc comment for function | | shortArrayWithConstantKeyWithNestedMatch() 165 | ERROR | [x] Opening brace should be on a new line 168 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 175 | ERROR | [ ] Missing doc comment for function | | switchWithConstantNonDefault() 175 | ERROR | [x] Opening brace should be on a new line 178 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 182 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 187 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 191 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 192 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 197 | ERROR | [ ] Missing doc comment for class Foo 197 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 202 | ERROR | [ ] You must use "/**" style comments for a function comment 202 | ERROR | [x] Opening brace should be on a new line 202 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 37 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...r/tests/Core/Tokenizer/Tokenizer/RecurseScopeMapCaseKeywordConditionsTest.inc ----------------------------------------------------------------------------------- FOUND 27 ERRORS AFFECTING 18 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [ ] Missing doc comment for enum Foo 9 | ERROR | [ ] Missing doc comment for enum Boo 9 | ERROR | [x] Opening brace of a enum must be on the line after the definition 14 | ERROR | [ ] Missing doc comment for enum Hoo 20 | ERROR | [ ] Missing doc comment for enum ComplexEnum 34 | ERROR | [ ] Missing doc comment for function someMethod() 38 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 45 | ERROR | [ ] Missing doc comment for function someOtherMethod() 58 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 60 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 62 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 64 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 69 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 70 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 70 | ERROR | [ ] Missing doc comment for enum Foo 70 | ERROR | [x] Opening brace of a enum must be on the line after the definition 70 | ERROR | [x] Closing brace must be on a line by itself 72 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 72 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, | | found 4 75 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 76 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 76 | ERROR | [ ] Missing doc comment for enum Bar 76 | ERROR | [x] Opening brace of a enum must be on the line after the definition 76 | ERROR | [x] Closing brace must be on a line by itself 80 | ERROR | [ ] Missing doc comment for enum Foo 80 | ERROR | [x] Opening brace of a enum must be on the line after the definition ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...er/tests/Core/Tokenizer/Tokenizer/CreateParenthesisNestingMapDNFTypesTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 43 WARNINGS AFFECTING 44 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class | | CreateParenthesisNestingMapDNFTypesTest 19 | WARNING | Line exceeds 85 characters; contains 93 characters 22 | WARNING | Line exceeds 85 characters; contains 115 characters 33 | WARNING | Line exceeds 85 characters; contains 101 characters 37 | WARNING | Line exceeds 85 characters; contains 136 characters 40 | WARNING | Line exceeds 85 characters; contains 99 characters 41 | WARNING | Line exceeds 85 characters; contains 135 characters 43 | WARNING | Line exceeds 85 characters; contains 98 characters 46 | WARNING | Line exceeds 85 characters; contains 97 characters 47 | WARNING | Line exceeds 85 characters; contains 97 characters 48 | WARNING | Line exceeds 85 characters; contains 115 characters 54 | WARNING | Line exceeds 85 characters; contains 138 characters 57 | WARNING | Line exceeds 85 characters; contains 99 characters 58 | WARNING | Line exceeds 85 characters; contains 135 characters 60 | WARNING | Line exceeds 85 characters; contains 98 characters 63 | WARNING | Line exceeds 85 characters; contains 97 characters 64 | WARNING | Line exceeds 85 characters; contains 97 characters 65 | WARNING | Line exceeds 85 characters; contains 116 characters 68 | WARNING | Line exceeds 85 characters; contains 142 characters 69 | WARNING | Line exceeds 85 characters; contains 138 characters 70 | WARNING | Line exceeds 85 characters; contains 133 characters 97 | WARNING | Line exceeds 85 characters; contains 87 characters 127 | WARNING | Line exceeds 85 characters; contains 93 characters 138 | WARNING | Line exceeds 85 characters; contains 91 characters 163 | WARNING | Line exceeds 85 characters; contains 86 characters 182 | WARNING | Line exceeds 85 characters; contains 89 characters 199 | WARNING | Line exceeds 85 characters; contains 101 characters 203 | WARNING | Line exceeds 85 characters; contains 146 characters 205 | WARNING | Line exceeds 85 characters; contains 94 characters 206 | WARNING | Line exceeds 85 characters; contains 97 characters 207 | WARNING | Line exceeds 85 characters; contains 97 characters 208 | WARNING | Line exceeds 85 characters; contains 115 characters 214 | WARNING | Line exceeds 85 characters; contains 148 characters 216 | WARNING | Line exceeds 85 characters; contains 94 characters 217 | WARNING | Line exceeds 85 characters; contains 97 characters 218 | WARNING | Line exceeds 85 characters; contains 97 characters 219 | WARNING | Line exceeds 85 characters; contains 116 characters 223 | WARNING | Line exceeds 85 characters; contains 142 characters 224 | WARNING | Line exceeds 85 characters; contains 138 characters 225 | WARNING | Line exceeds 85 characters; contains 133 characters 289 | WARNING | Line exceeds 85 characters; contains 90 characters 365 | WARNING | Line exceeds 85 characters; contains 87 characters ----------------------------------------------------------------------------------- FILE: ...sniffer/tests/Core/Tokenizer/Tokenizer/CreateTokenMapArrayParenthesesTest.inc ----------------------------------------------------------------------------------- FOUND 20 ERRORS AFFECTING 9 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 19 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 19 | ERROR | [x] Expected 1 space after USE keyword; found 0 19 | ERROR | [x] Closing brace must be on a line by itself 24 | ERROR | [ ] You must use "/**" style comments for a function comment 24 | ERROR | [x] Opening brace should be on a new line 24 | ERROR | [x] Closing brace must be on a line by itself 27 | ERROR | [ ] You must use "/**" style comments for a function comment 27 | ERROR | [x] Opening brace should be on a new line 27 | ERROR | [x] Closing brace must be on a line by itself 29 | ERROR | [ ] Missing doc comment for class Bar 29 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 34 | ERROR | [ ] You must use "/**" style comments for a function comment 34 | ERROR | [x] Opening brace should be on a new line 34 | ERROR | [x] Closing brace must be on a line by itself 43 | ERROR | [ ] Missing doc comment for class DNFTypes 43 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 51 | ERROR | [ ] You must use "/**" style comments for a function comment 51 | ERROR | [x] Opening brace should be on a new line 53 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...bs/php_codesniffer/tests/Core/Tokenizer/Tokenizer/HeredocNowdocOpenerTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 9 WARNINGS AFFECTING 10 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing @category tag in class comment 16 | ERROR | Missing @package tag in class comment 16 | ERROR | Missing @author tag in class comment 16 | ERROR | Missing @license tag in class comment 16 | ERROR | Missing @link tag in class comment 22 | WARNING | Line exceeds 85 characters; contains 98 characters 24 | WARNING | Line exceeds 85 characters; contains 96 characters 25 | WARNING | Line exceeds 85 characters; contains 90 characters 35 | WARNING | Line exceeds 85 characters; contains 88 characters 39 | WARNING | Line exceeds 85 characters; contains 127 characters 43 | WARNING | Line exceeds 85 characters; contains 103 characters 44 | WARNING | Line exceeds 85 characters; contains 112 characters ----------------------------------------------------------------------------------- FILE: ...ffer/tests/Core/Tokenizer/Tokenizer/ScopeSettingWithNamespaceOperatorTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 20 WARNINGS AFFECTING 21 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 102 characters 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class | | ScopeSettingWithNamespaceOperatorTest 19 | WARNING | Line exceeds 85 characters; contains 117 characters 21 | WARNING | Line exceeds 85 characters; contains 106 characters 23 | WARNING | Line exceeds 85 characters; contains 90 characters 24 | WARNING | Line exceeds 85 characters; contains 90 characters 31 | WARNING | Line exceeds 85 characters; contains 120 characters 39 | WARNING | Line exceeds 85 characters; contains 91 characters 40 | WARNING | Line exceeds 85 characters; contains 91 characters 41 | WARNING | Line exceeds 85 characters; contains 94 characters 42 | WARNING | Line exceeds 85 characters; contains 94 characters 44 | WARNING | Line exceeds 85 characters; contains 106 characters 45 | WARNING | Line exceeds 85 characters; contains 106 characters 46 | WARNING | Line exceeds 85 characters; contains 109 characters 47 | WARNING | Line exceeds 85 characters; contains 109 characters 49 | WARNING | Line exceeds 85 characters; contains 107 characters 50 | WARNING | Line exceeds 85 characters; contains 107 characters 51 | WARNING | Line exceeds 85 characters; contains 110 characters 52 | WARNING | Line exceeds 85 characters; contains 110 characters ----------------------------------------------------------------------------------- FILE: ...sniffer/tests/Core/Tokenizer/Tokenizer/CreateTokenMapArrayParenthesesTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 20 WARNINGS AFFECTING 21 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class CreateTokenMapArrayParenthesesTest 33 | WARNING | Line exceeds 85 characters; contains 92 characters 37 | WARNING | Line exceeds 85 characters; contains 122 characters 39 | WARNING | Line exceeds 85 characters; contains 99 characters 40 | WARNING | Line exceeds 85 characters; contains 101 characters 41 | WARNING | Line exceeds 85 characters; contains 101 characters 81 | WARNING | Line exceeds 85 characters; contains 104 characters 95 | WARNING | Line exceeds 85 characters; contains 92 characters 99 | WARNING | Line exceeds 85 characters; contains 124 characters 101 | WARNING | Line exceeds 85 characters; contains 98 characters 102 | WARNING | Line exceeds 85 characters; contains 100 characters 103 | WARNING | Line exceeds 85 characters; contains 100 characters 158 | WARNING | Line exceeds 85 characters; contains 92 characters 159 | WARNING | Line exceeds 85 characters; contains 90 characters 173 | WARNING | Line exceeds 85 characters; contains 92 characters 177 | WARNING | Line exceeds 85 characters; contains 124 characters 179 | WARNING | Line exceeds 85 characters; contains 98 characters 180 | WARNING | Line exceeds 85 characters; contains 100 characters 181 | WARNING | Line exceeds 85 characters; contains 100 characters ----------------------------------------------------------------------------------- FILE: ...bs/php_codesniffer/tests/Core/Tokenizer/Tokenizer/HeredocNowdocCloserTest.inc ----------------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment 36 | ERROR | Spaces must be used to indent lines; tabs are not allowed 43 | ERROR | Spaces must be used to indent lines; tabs are not allowed ----------------------------------------------------------------------------------- FILE: ...r/tests/Core/Tokenizer/Tokenizer/RecurseScopeMapCaseKeywordConditionsTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 40 WARNINGS AFFECTING 40 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class | | RecurseScopeMapCaseKeywordConditionsTest 14 | WARNING | Line exceeds 85 characters; contains 86 characters 21 | WARNING | Line exceeds 85 characters; contains 94 characters 35 | WARNING | Line exceeds 85 characters; contains 130 characters 37 | WARNING | Line exceeds 85 characters; contains 94 characters 38 | WARNING | Line exceeds 85 characters; contains 88 characters 39 | WARNING | Line exceeds 85 characters; contains 88 characters 54 | WARNING | Line exceeds 85 characters; contains 103 characters 55 | WARNING | Line exceeds 85 characters; contains 113 characters 56 | WARNING | Line exceeds 85 characters; contains 112 characters 57 | WARNING | Line exceeds 85 characters; contains 112 characters 58 | WARNING | Line exceeds 85 characters; contains 116 characters 59 | WARNING | Line exceeds 85 characters; contains 110 characters 60 | WARNING | Line exceeds 85 characters; contains 123 characters 69 | WARNING | Line exceeds 85 characters; contains 94 characters 83 | WARNING | Line exceeds 85 characters; contains 120 characters 85 | WARNING | Line exceeds 85 characters; contains 95 characters 86 | WARNING | Line exceeds 85 characters; contains 89 characters 87 | WARNING | Line exceeds 85 characters; contains 89 characters 102 | WARNING | Line exceeds 85 characters; contains 113 characters 103 | WARNING | Line exceeds 85 characters; contains 112 characters 104 | WARNING | Line exceeds 85 characters; contains 124 characters 105 | WARNING | Line exceeds 85 characters; contains 123 characters 106 | WARNING | Line exceeds 85 characters; contains 113 characters 107 | WARNING | Line exceeds 85 characters; contains 120 characters 108 | WARNING | Line exceeds 85 characters; contains 120 characters 117 | WARNING | Line exceeds 85 characters; contains 94 characters 127 | WARNING | Line exceeds 85 characters; contains 142 characters 131 | WARNING | Line exceeds 85 characters; contains 124 characters 133 | WARNING | Line exceeds 85 characters; contains 94 characters 134 | WARNING | Line exceeds 85 characters; contains 88 characters 135 | WARNING | Line exceeds 85 characters; contains 88 characters 150 | WARNING | Line exceeds 85 characters; contains 93 characters 151 | WARNING | Line exceeds 85 characters; contains 93 characters 152 | WARNING | Line exceeds 85 characters; contains 93 characters 153 | WARNING | Line exceeds 85 characters; contains 93 characters 154 | WARNING | Line exceeds 85 characters; contains 93 characters 155 | WARNING | Line exceeds 85 characters; contains 93 characters 156 | WARNING | Line exceeds 85 characters; contains 93 characters ----------------------------------------------------------------------------------- FILE: ...ests/Core/Tokenizer/Tokenizer/RecurseScopeMapDefaultKeywordConditionsTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 60 WARNINGS AFFECTING 60 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 100 characters 4 | WARNING | Line exceeds 85 characters; contains 98 characters 8 | WARNING | Line exceeds 85 characters; contains 99 characters 9 | WARNING | PHP version not specified 9 | ERROR | Missing @category tag in file comment 9 | ERROR | Missing @package tag in file comment 9 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class | | RecurseScopeMapDefaultKeywordConditionsTest 15 | WARNING | Line exceeds 85 characters; contains 89 characters 20 | WARNING | Line exceeds 85 characters; contains 97 characters 22 | WARNING | Line exceeds 85 characters; contains 98 characters 23 | WARNING | Line exceeds 85 characters; contains 91 characters 37 | WARNING | Line exceeds 85 characters; contains 111 characters 41 | WARNING | Line exceeds 85 characters; contains 138 characters 43 | WARNING | Line exceeds 85 characters; contains 94 characters 44 | WARNING | Line exceeds 85 characters; contains 88 characters 45 | WARNING | Line exceeds 85 characters; contains 88 characters 77 | WARNING | Line exceeds 85 characters; contains 97 characters 81 | WARNING | Line exceeds 85 characters; contains 106 characters 85 | WARNING | Line exceeds 85 characters; contains 98 characters 89 | WARNING | Line exceeds 85 characters; contains 107 characters 106 | WARNING | Line exceeds 85 characters; contains 99 characters 109 | WARNING | Line exceeds 85 characters; contains 103 characters 113 | WARNING | Line exceeds 85 characters; contains 108 characters 114 | WARNING | Line exceeds 85 characters; contains 108 characters 115 | WARNING | Line exceeds 85 characters; contains 117 characters 123 | WARNING | Line exceeds 85 characters; contains 125 characters 127 | WARNING | Line exceeds 85 characters; contains 111 characters 133 | WARNING | Line exceeds 85 characters; contains 126 characters 135 | WARNING | Line exceeds 85 characters; contains 95 characters 136 | WARNING | Line exceeds 85 characters; contains 89 characters 137 | WARNING | Line exceeds 85 characters; contains 89 characters 138 | WARNING | Line exceeds 85 characters; contains 112 characters 139 | WARNING | Line exceeds 85 characters; contains 126 characters 140 | WARNING | Line exceeds 85 characters; contains 126 characters 143 | WARNING | Line exceeds 85 characters; contains 107 characters 144 | WARNING | Line exceeds 85 characters; contains 101 characters 145 | WARNING | Line exceeds 85 characters; contains 101 characters 146 | WARNING | Line exceeds 85 characters; contains 124 characters 147 | WARNING | Line exceeds 85 characters; contains 131 characters 148 | WARNING | Line exceeds 85 characters; contains 131 characters 151 | WARNING | Line exceeds 85 characters; contains 107 characters 152 | WARNING | Line exceeds 85 characters; contains 101 characters 153 | WARNING | Line exceeds 85 characters; contains 101 characters 154 | WARNING | Line exceeds 85 characters; contains 124 characters 155 | WARNING | Line exceeds 85 characters; contains 131 characters 156 | WARNING | Line exceeds 85 characters; contains 131 characters 168 | WARNING | Line exceeds 85 characters; contains 98 characters 222 | WARNING | Line exceeds 85 characters; contains 99 characters 223 | WARNING | Line exceeds 85 characters; contains 95 characters 238 | WARNING | Line exceeds 85 characters; contains 111 characters 242 | WARNING | Line exceeds 85 characters; contains 124 characters 244 | WARNING | Line exceeds 85 characters; contains 94 characters 245 | WARNING | Line exceeds 85 characters; contains 88 characters 246 | WARNING | Line exceeds 85 characters; contains 88 characters 284 | WARNING | Line exceeds 85 characters; contains 94 characters 287 | WARNING | Line exceeds 85 characters; contains 86 characters 290 | WARNING | Line exceeds 85 characters; contains 95 characters 293 | WARNING | Line exceeds 85 characters; contains 87 characters 296 | WARNING | Line exceeds 85 characters; contains 88 characters 337 | WARNING | Line exceeds 85 characters; contains 86 characters 340 | WARNING | Line exceeds 85 characters; contains 94 characters 341 | WARNING | Line exceeds 85 characters; contains 88 characters 342 | WARNING | Line exceeds 85 characters; contains 88 characters ----------------------------------------------------------------------------------- FILE: ...bs/php_codesniffer/tests/Core/Tokenizer/Tokenizer/HeredocNowdocCloserTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 8 WARNINGS AFFECTING 9 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment 24 | WARNING | Line exceeds 85 characters; contains 114 characters 26 | WARNING | Line exceeds 85 characters; contains 96 characters 27 | WARNING | Line exceeds 85 characters; contains 90 characters 42 | WARNING | Line exceeds 85 characters; contains 127 characters 46 | WARNING | Line exceeds 85 characters; contains 103 characters 47 | WARNING | Line exceeds 85 characters; contains 112 characters ----------------------------------------------------------------------------------- FILE: ...bs/php_codesniffer/tests/Core/Tokenizer/Tokenizer/HeredocNowdocOpenerTest.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...er/tests/Core/Tokenizer/Tokenizer/CreateParenthesisNestingMapDNFTypesTest.inc ----------------------------------------------------------------------------------- FOUND 38 ERRORS AND 20 WARNINGS AFFECTING 41 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 17 | ERROR | [ ] You must use "/**" style comments for a function comment 17 | ERROR | [x] Opening brace should be on a new line 17 | ERROR | [x] Closing brace must be on a line by itself 20 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 20 | ERROR | [x] Closing brace must be on a line by itself 23 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 23 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 23 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 23 | ERROR | [x] Closing brace must be on a line by itself 29 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 52 | ERROR | [ ] You must use "/**" style comments for a class comment 52 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 57 | WARNING | [ ] Line exceeds 85 characters; contains 148 characters 69 | WARNING | [ ] Line exceeds 85 characters; contains 133 characters 72 | WARNING | [ ] Line exceeds 85 characters; contains 142 characters 75 | WARNING | [ ] Line exceeds 85 characters; contains 128 characters 81 | WARNING | [ ] Line exceeds 85 characters; contains 185 characters 87 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 90 | ERROR | [ ] Private member variable "multiDnf" must be prefixed with an | | underscore 93 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 101 | ERROR | [ ] Missing doc comment for function paramTypes() 104 | WARNING | [ ] Line exceeds 85 characters; contains 118 characters 105 | ERROR | [x] Blank lines are not allowed in a multi-line function | | declaration 118 | ERROR | [ ] Missing doc comment for function identifierNames() 122 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 125 | ERROR | [x] Closing brace must be on a line by itself 127 | ERROR | [ ] Missing doc comment for function __construct() 130 | ERROR | [x] Closing brace must be on a line by itself 132 | ERROR | [ ] Missing doc comment for function returnType() 132 | ERROR | [x] Opening brace should be on a new line 132 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 132 | ERROR | [x] Closing brace must be on a line by itself 134 | ERROR | [ ] Missing doc comment for function abstractMethod() 134 | WARNING | [ ] Line exceeds 85 characters; contains 146 characters 136 | ERROR | [ ] Missing doc comment for function | | identifierNamesReturnRelative() 137 | WARNING | [ ] Line exceeds 85 characters; contains 117 characters 137 | ERROR | [x] Closing brace must be on a line by itself 139 | ERROR | [ ] Missing doc comment for function identifierNamesReturnPQ() 140 | WARNING | [ ] Line exceeds 85 characters; contains 131 characters 140 | ERROR | [x] Closing brace must be on a line by itself 142 | WARNING | [ ] Line exceeds 85 characters; contains 125 characters 143 | ERROR | [ ] You must use "/**" style comments for a function comment 144 | WARNING | [ ] Line exceeds 85 characters; contains 119 characters 144 | ERROR | [x] Closing brace must be on a line by itself 147 | ERROR | [ ] Missing doc comment for function | | globalFunctionWithSpreadAndReference() 152 | ERROR | [x] Closing brace must be on a line by itself 155 | ERROR | [x] Closing brace must be on a line by itself 155 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 158 | ERROR | [x] Closing brace must be on a line by itself 158 | WARNING | [ ] Line exceeds 85 characters; contains 127 characters 164 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 169 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 176 | ERROR | [ ] Function name "InvalidSyntaxes" is invalid; consider | | "invalidSyntaxes" instead 176 | ERROR | [ ] Missing doc comment for function InvalidSyntaxes() 179 | ERROR | [x] Blank lines are not allowed in a multi-line function | | declaration 182 | ERROR | [x] Blank lines are not allowed in a multi-line function | | declaration 185 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 21 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...or/squizlabs/php_codesniffer/tests/Core/Tokenizer/Comment/LiveCoding2Test.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...or/squizlabs/php_codesniffer/tests/Core/Tokenizer/Comment/CommentTestCase.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 13 WARNINGS AFFECTING 14 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 19 | ERROR | Missing @category tag in class comment 19 | ERROR | Missing @package tag in class comment 19 | ERROR | Missing @author tag in class comment 19 | ERROR | Missing @license tag in class comment 19 | ERROR | Missing @link tag in class comment 42 | WARNING | Line exceeds 85 characters; contains 111 characters 43 | WARNING | Line exceeds 85 characters; contains 107 characters 46 | WARNING | Line exceeds 85 characters; contains 142 characters 53 | WARNING | Line exceeds 85 characters; contains 126 characters 57 | WARNING | Line exceeds 85 characters; contains 111 characters 58 | WARNING | Line exceeds 85 characters; contains 134 characters 76 | WARNING | Line exceeds 85 characters; contains 113 characters 77 | WARNING | Line exceeds 85 characters; contains 126 characters 93 | WARNING | Line exceeds 85 characters; contains 131 characters 98 | WARNING | Line exceeds 85 characters; contains 125 characters 104 | WARNING | Line exceeds 85 characters; contains 106 characters ----------------------------------------------------------------------------------- FILE: ...or/squizlabs/php_codesniffer/tests/Core/Tokenizer/Comment/LiveCoding1Test.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 4 WARNINGS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing @category tag in class comment 16 | ERROR | Missing @package tag in class comment 16 | ERROR | Missing @author tag in class comment 16 | ERROR | Missing @license tag in class comment 16 | ERROR | Missing @link tag in class comment 56 | WARNING | Line exceeds 85 characters; contains 114 characters 62 | WARNING | Line exceeds 85 characters; contains 90 characters ----------------------------------------------------------------------------------- FILE: ...p_codesniffer/tests/Core/Tokenizer/Comment/PhpcsAnnotationsInDocBlockTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 47 WARNINGS AFFECTING 48 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing @category tag in class comment 16 | ERROR | Missing @package tag in class comment 16 | ERROR | Missing @author tag in class comment 16 | ERROR | Missing @license tag in class comment 16 | ERROR | Missing @link tag in class comment 47 | WARNING | Line exceeds 85 characters; contains 88 characters 53 | WARNING | Line exceeds 85 characters; contains 86 characters 74 | WARNING | Line exceeds 85 characters; contains 87 characters 120 | WARNING | Line exceeds 85 characters; contains 94 characters 135 | WARNING | Line exceeds 85 characters; contains 90 characters 143 | WARNING | Line exceeds 85 characters; contains 90 characters 152 | WARNING | Line exceeds 85 characters; contains 93 characters 156 | WARNING | Line exceeds 85 characters; contains 90 characters 164 | WARNING | Line exceeds 85 characters; contains 91 characters 173 | WARNING | Line exceeds 85 characters; contains 90 characters 177 | WARNING | Line exceeds 85 characters; contains 90 characters 185 | WARNING | Line exceeds 85 characters; contains 90 characters 197 | WARNING | Line exceeds 85 characters; contains 90 characters 205 | WARNING | Line exceeds 85 characters; contains 107 characters 228 | WARNING | Line exceeds 85 characters; contains 90 characters 236 | WARNING | Line exceeds 85 characters; contains 103 characters 259 | WARNING | Line exceeds 85 characters; contains 90 characters 267 | WARNING | Line exceeds 85 characters; contains 104 characters 279 | WARNING | Line exceeds 85 characters; contains 138 characters 290 | WARNING | Line exceeds 85 characters; contains 90 characters 298 | WARNING | Line exceeds 85 characters; contains 103 characters 326 | WARNING | Line exceeds 85 characters; contains 90 characters 334 | WARNING | Line exceeds 85 characters; contains 108 characters 346 | WARNING | Line exceeds 85 characters; contains 102 characters 365 | WARNING | Line exceeds 85 characters; contains 90 characters 373 | WARNING | Line exceeds 85 characters; contains 104 characters 406 | WARNING | Line exceeds 85 characters; contains 90 characters 414 | WARNING | Line exceeds 85 characters; contains 105 characters 426 | WARNING | Line exceeds 85 characters; contains 102 characters 434 | WARNING | Line exceeds 85 characters; contains 138 characters 450 | WARNING | Line exceeds 85 characters; contains 90 characters 458 | WARNING | Line exceeds 85 characters; contains 104 characters 470 | WARNING | Line exceeds 85 characters; contains 102 characters 492 | WARNING | Line exceeds 85 characters; contains 90 characters 500 | WARNING | Line exceeds 85 characters; contains 105 characters 526 | WARNING | Line exceeds 85 characters; contains 90 characters 534 | WARNING | Line exceeds 85 characters; contains 101 characters 546 | WARNING | Line exceeds 85 characters; contains 102 characters 560 | WARNING | Line exceeds 85 characters; contains 90 characters 568 | WARNING | Line exceeds 85 characters; contains 102 characters 590 | WARNING | Line exceeds 85 characters; contains 138 characters 596 | WARNING | Line exceeds 85 characters; contains 90 characters 604 | WARNING | Line exceeds 85 characters; contains 101 characters 616 | WARNING | Line exceeds 85 characters; contains 102 characters 630 | WARNING | Line exceeds 85 characters; contains 90 characters ----------------------------------------------------------------------------------- FILE: ...izlabs/php_codesniffer/tests/Core/Tokenizer/Comment/MultiLineDocBlockTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 16 WARNINGS AFFECTING 17 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing @category tag in class comment 16 | ERROR | Missing @package tag in class comment 16 | ERROR | Missing @author tag in class comment 16 | ERROR | Missing @license tag in class comment 16 | ERROR | Missing @link tag in class comment 90 | WARNING | Line exceeds 85 characters; contains 90 characters 118 | WARNING | Line exceeds 85 characters; contains 97 characters 203 | WARNING | Line exceeds 85 characters; contains 90 characters 211 | WARNING | Line exceeds 85 characters; contains 126 characters 221 | WARNING | Line exceeds 85 characters; contains 116 characters 224 | WARNING | Line exceeds 85 characters; contains 106 characters 253 | WARNING | Line exceeds 85 characters; contains 90 characters 281 | WARNING | Line exceeds 85 characters; contains 97 characters 331 | WARNING | Line exceeds 85 characters; contains 90 characters 339 | WARNING | Line exceeds 85 characters; contains 93 characters 359 | WARNING | Line exceeds 85 characters; contains 90 characters 367 | WARNING | Line exceeds 85 characters; contains 93 characters 388 | WARNING | Line exceeds 85 characters; contains 90 characters 432 | WARNING | Line exceeds 85 characters; contains 90 characters ----------------------------------------------------------------------------------- FILE: ...izlabs/php_codesniffer/tests/Core/Tokenizer/Comment/MultiLineDocBlockTest.inc ----------------------------------------------------------------------------------- FOUND 18 ERRORS AFFECTING 13 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 4 | ERROR | [ ] Doc comment is empty 15 | ERROR | [x] Tag value for @since tag indented incorrectly; expected 6 spaces | | but found 1 23 | ERROR | [ ] Parameter tags must be defined first in a doc comment 28 | ERROR | [x] Opening brace should be on a new line 28 | ERROR | [x] Closing brace must be on a line by itself 37 | ERROR | [ ] Parameter tags must be defined first in a doc comment 42 | ERROR | [x] Opening brace should be on a new line 42 | ERROR | [x] Closing brace must be on a line by itself 44 | ERROR | [ ] Missing doc comment for class Spaces 44 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 51 | ERROR | [x] Tag value for @since tag indented incorrectly; expected 6 spaces | | but found 1 54 | ERROR | [ ] Parameter tags must be defined first in a doc comment 59 | ERROR | [x] Opening brace should be on a new line 59 | ERROR | [x] Closing brace must be on a line by itself 63 | ERROR | [x] The open comment tag must be the only content on the line 63 | ERROR | [x] Doc comment short description must be on the first line 70 | ERROR | [x] The close comment tag must be the only content on the line ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...or/squizlabs/php_codesniffer/tests/Core/Tokenizer/Comment/LiveCoding2Test.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 4 WARNINGS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing @category tag in class comment 16 | ERROR | Missing @package tag in class comment 16 | ERROR | Missing @author tag in class comment 16 | ERROR | Missing @license tag in class comment 16 | ERROR | Missing @link tag in class comment 56 | WARNING | Line exceeds 85 characters; contains 113 characters 61 | WARNING | Line exceeds 85 characters; contains 90 characters ----------------------------------------------------------------------------------- FILE: ...or/squizlabs/php_codesniffer/tests/Core/Tokenizer/Comment/LiveCoding3Test.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...zlabs/php_codesniffer/tests/Core/Tokenizer/Comment/SingleLineDocBlockTest.inc ----------------------------------------------------------------------------------- FOUND 15 ERRORS AFFECTING 7 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 7 | ERROR | [ ] Doc comment is empty 10 | ERROR | [ ] Doc comment is empty 13 | ERROR | [x] The open comment tag must be the only content on the line 13 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The close comment tag must be the only content on the line 17 | ERROR | [x] The open comment tag must be the only content on the line 17 | ERROR | [ ] Missing short description in doc comment 17 | ERROR | [x] The close comment tag must be the only content on the line 21 | ERROR | [x] The open comment tag must be the only content on the line 21 | ERROR | [ ] Missing short description in doc comment 21 | ERROR | [x] The close comment tag must be the only content on the line 25 | ERROR | [x] The open comment tag must be the only content on the line 25 | ERROR | [ ] Missing short description in doc comment 25 | ERROR | [x] The close comment tag must be the only content on the line ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...zlabs/php_codesniffer/tests/Core/Tokenizer/Comment/SingleLineDocBlockTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 10 WARNINGS AFFECTING 11 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing @category tag in class comment 16 | ERROR | Missing @package tag in class comment 16 | ERROR | Missing @author tag in class comment 16 | ERROR | Missing @license tag in class comment 16 | ERROR | Missing @link tag in class comment 79 | WARNING | Line exceeds 85 characters; contains 103 characters 87 | WARNING | Line exceeds 85 characters; contains 110 characters 100 | WARNING | Line exceeds 85 characters; contains 90 characters 120 | WARNING | Line exceeds 85 characters; contains 90 characters 141 | WARNING | Line exceeds 85 characters; contains 90 characters 164 | WARNING | Line exceeds 85 characters; contains 90 characters 187 | WARNING | Line exceeds 85 characters; contains 90 characters 210 | WARNING | Line exceeds 85 characters; contains 90 characters ----------------------------------------------------------------------------------- FILE: ...or/squizlabs/php_codesniffer/tests/Core/Tokenizer/Comment/LiveCoding1Test.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...or/squizlabs/php_codesniffer/tests/Core/Tokenizer/Comment/LiveCoding4Test.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...or/squizlabs/php_codesniffer/tests/Core/Tokenizer/Comment/LiveCoding4Test.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 5 WARNINGS AFFECTING 6 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing @category tag in class comment 16 | ERROR | Missing @package tag in class comment 16 | ERROR | Missing @author tag in class comment 16 | ERROR | Missing @license tag in class comment 16 | ERROR | Missing @link tag in class comment 31 | WARNING | Line exceeds 85 characters; contains 113 characters 56 | WARNING | Line exceeds 85 characters; contains 102 characters 69 | WARNING | Line exceeds 85 characters; contains 90 characters ----------------------------------------------------------------------------------- FILE: ...or/squizlabs/php_codesniffer/tests/Core/Tokenizer/Comment/LiveCoding3Test.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 4 WARNINGS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing @category tag in class comment 16 | ERROR | Missing @package tag in class comment 16 | ERROR | Missing @author tag in class comment 16 | ERROR | Missing @license tag in class comment 16 | ERROR | Missing @link tag in class comment 31 | WARNING | Line exceeds 85 characters; contains 92 characters 55 | WARNING | Line exceeds 85 characters; contains 90 characters ----------------------------------------------------------------------------------- FILE: .../vendor/squizlabs/php_codesniffer/tests/Core/Config/SniffsExcludeArgsTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 5 WARNINGS AFFECTING 6 LINES ----------------------------------------------------------------------------------- 6 | WARNING | Line exceeds 85 characters; contains 97 characters 7 | WARNING | PHP version not specified 7 | ERROR | Missing @category tag in file comment 7 | ERROR | Missing @package tag in file comment 7 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment 65 | WARNING | Line exceeds 85 characters; contains 93 characters 115 | WARNING | Line exceeds 85 characters; contains 87 characters 153 | WARNING | Line exceeds 85 characters; contains 86 characters ----------------------------------------------------------------------------------- FILE: ...v/rwjl/vendor/squizlabs/php_codesniffer/tests/Core/Config/ReportWidthTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 22 WARNINGS AFFECTING 23 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 20 | ERROR | Missing @category tag in class comment 20 | ERROR | Missing @package tag in class comment 20 | ERROR | Missing @author tag in class comment 20 | ERROR | Missing @license tag in class comment 20 | ERROR | Missing @link tag in class comment 26 | WARNING | Line exceeds 85 characters; contains 89 characters 34 | WARNING | Line exceeds 85 characters; contains 100 characters 37 | WARNING | Line exceeds 85 characters; contains 93 characters 63 | WARNING | Line exceeds 85 characters; contains 99 characters 82 | WARNING | Line exceeds 85 characters; contains 95 characters 93 | WARNING | Line exceeds 85 characters; contains 116 characters 94 | WARNING | Line exceeds 85 characters; contains 90 characters 95 | WARNING | Line exceeds 85 characters; contains 96 characters 101 | WARNING | Line exceeds 85 characters; contains 118 characters 119 | WARNING | Line exceeds 85 characters; contains 116 characters 120 | WARNING | Line exceeds 85 characters; contains 90 characters 121 | WARNING | Line exceeds 85 characters; contains 96 characters 127 | WARNING | Line exceeds 85 characters; contains 96 characters 151 | WARNING | Line exceeds 85 characters; contains 86 characters 172 | WARNING | Line exceeds 85 characters; contains 106 characters 194 | WARNING | Line exceeds 85 characters; contains 117 characters 226 | WARNING | Line exceeds 85 characters; contains 93 characters 237 | WARNING | Line exceeds 85 characters; contains 116 characters 238 | WARNING | Line exceeds 85 characters; contains 90 characters 239 | WARNING | Line exceeds 85 characters; contains 96 characters ----------------------------------------------------------------------------------- FILE: ...v/rwjl/vendor/squizlabs/php_codesniffer/tests/Core/Autoloader/TestFiles/B.inc ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 4 | ERROR | [ ] Missing doc comment for class B 4 | ERROR | [x] Opening brace of a class must be on the line after the definition 4 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...v/rwjl/vendor/squizlabs/php_codesniffer/tests/Core/Autoloader/TestFiles/A.inc ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [ ] Missing doc comment for class A 3 | ERROR | [x] Opening brace of a class must be on the line after the definition 3 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...v/rwjl/vendor/squizlabs/php_codesniffer/tests/Core/Autoloader/TestFiles/C.inc ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 4 | ERROR | [ ] Missing doc comment for class C 4 | ERROR | [x] Opening brace of a class must be on the line after the definition 4 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...jl/vendor/squizlabs/php_codesniffer/tests/Core/Autoloader/TestFiles/Sub/C.inc ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 5 | ERROR | [ ] Missing doc comment for class C 5 | ERROR | [x] Opening brace of a class must be on the line after the definition 5 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../squizlabs/php_codesniffer/tests/Core/Autoloader/DetermineLoadedClassTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 10 WARNINGS AFFECTING 11 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 19 | ERROR | Missing @category tag in class comment 19 | ERROR | Missing @package tag in class comment 19 | ERROR | Missing @author tag in class comment 19 | ERROR | Missing @license tag in class comment 19 | ERROR | Missing @link tag in class comment 62 | WARNING | Line exceeds 85 characters; contains 91 characters 63 | WARNING | Line exceeds 85 characters; contains 87 characters 92 | WARNING | Line exceeds 85 characters; contains 91 characters 93 | WARNING | Line exceeds 85 characters; contains 87 characters 106 | WARNING | Line exceeds 85 characters; contains 91 characters 107 | WARNING | Line exceeds 85 characters; contains 87 characters 120 | WARNING | Line exceeds 85 characters; contains 91 characters 121 | WARNING | Line exceeds 85 characters; contains 87 characters ----------------------------------------------------------------------------------- FILE: ...or/squizlabs/php_codesniffer/tests/Core/Ruleset/ShowSniffDeprecationsTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 89 WARNINGS AFFECTING 90 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 21 | ERROR | Missing @category tag in class comment 21 | ERROR | Missing @package tag in class comment 21 | ERROR | Missing @author tag in class comment 21 | ERROR | Missing @license tag in class comment 21 | ERROR | Missing @link tag in class comment 70 | WARNING | Line exceeds 85 characters; contains 116 characters 79 | WARNING | Line exceeds 85 characters; contains 86 characters 126 | WARNING | Line exceeds 85 characters; contains 117 characters 131 | WARNING | Line exceeds 85 characters; contains 91 characters 139 | WARNING | Line exceeds 85 characters; contains 125 characters 172 | WARNING | Line exceeds 85 characters; contains 117 characters 173 | WARNING | Line exceeds 85 characters; contains 89 characters 177 | WARNING | Line exceeds 85 characters; contains 91 characters 185 | WARNING | Line exceeds 85 characters; contains 125 characters 221 | WARNING | Line exceeds 85 characters; contains 89 characters 224 | WARNING | Line exceeds 85 characters; contains 102 characters 225 | WARNING | Line exceeds 85 characters; contains 96 characters 226 | WARNING | Line exceeds 85 characters; contains 98 characters 227 | WARNING | Line exceeds 85 characters; contains 89 characters 237 | WARNING | Line exceeds 85 characters; contains 99 characters 238 | WARNING | Line exceeds 85 characters; contains 112 characters 240 | WARNING | Line exceeds 85 characters; contains 109 characters 241 | WARNING | Line exceeds 85 characters; contains 101 characters 242 | WARNING | Line exceeds 85 characters; contains 106 characters 243 | WARNING | Line exceeds 85 characters; contains 106 characters 244 | WARNING | Line exceeds 85 characters; contains 108 characters 245 | WARNING | Line exceeds 85 characters; contains 109 characters 246 | WARNING | Line exceeds 85 characters; contains 106 characters 247 | WARNING | Line exceeds 85 characters; contains 110 characters 248 | WARNING | Line exceeds 85 characters; contains 106 characters 251 | WARNING | Line exceeds 85 characters; contains 109 characters 253 | WARNING | Line exceeds 85 characters; contains 109 characters 255 | WARNING | Line exceeds 85 characters; contains 93 characters 256 | WARNING | Line exceeds 85 characters; contains 109 characters 257 | WARNING | Line exceeds 85 characters; contains 91 characters 258 | WARNING | Line exceeds 85 characters; contains 111 characters 260 | WARNING | Line exceeds 85 characters; contains 103 characters 261 | WARNING | Line exceeds 85 characters; contains 111 characters 263 | WARNING | Line exceeds 85 characters; contains 111 characters 265 | WARNING | Line exceeds 85 characters; contains 88 characters 266 | WARNING | Line exceeds 85 characters; contains 109 characters 267 | WARNING | Line exceeds 85 characters; contains 91 characters 268 | WARNING | Line exceeds 85 characters; contains 111 characters 270 | WARNING | Line exceeds 85 characters; contains 103 characters 271 | WARNING | Line exceeds 85 characters; contains 111 characters 273 | WARNING | Line exceeds 85 characters; contains 111 characters 275 | WARNING | Line exceeds 85 characters; contains 107 characters 286 | WARNING | Line exceeds 85 characters; contains 89 characters 289 | WARNING | Line exceeds 85 characters; contains 97 characters 290 | WARNING | Line exceeds 85 characters; contains 89 characters 305 | WARNING | Line exceeds 85 characters; contains 114 characters 324 | WARNING | Line exceeds 85 characters; contains 100 characters 328 | WARNING | Line exceeds 85 characters; contains 104 characters 358 | WARNING | Line exceeds 85 characters; contains 104 characters 362 | WARNING | Line exceeds 85 characters; contains 108 characters 363 | WARNING | Line exceeds 85 characters; contains 100 characters 364 | WARNING | Line exceeds 85 characters; contains 105 characters 365 | WARNING | Line exceeds 85 characters; contains 105 characters 366 | WARNING | Line exceeds 85 characters; contains 107 characters 367 | WARNING | Line exceeds 85 characters; contains 108 characters 368 | WARNING | Line exceeds 85 characters; contains 105 characters 369 | WARNING | Line exceeds 85 characters; contains 109 characters 370 | WARNING | Line exceeds 85 characters; contains 105 characters 372 | WARNING | Line exceeds 85 characters; contains 106 characters 375 | WARNING | Line exceeds 85 characters; contains 104 characters 380 | WARNING | Line exceeds 85 characters; contains 688 characters 382 | WARNING | Line exceeds 85 characters; contains 123 characters 384 | WARNING | Line exceeds 85 characters; contains 104 characters 388 | WARNING | Line exceeds 85 characters; contains 688 characters 390 | WARNING | Line exceeds 85 characters; contains 123 characters 399 | WARNING | Line exceeds 85 characters; contains 89 characters 401 | WARNING | Line exceeds 85 characters; contains 91 characters 412 | WARNING | Line exceeds 85 characters; contains 99 characters 413 | WARNING | Line exceeds 85 characters; contains 112 characters 415 | WARNING | Line exceeds 85 characters; contains 109 characters 417 | WARNING | Line exceeds 85 characters; contains 109 characters 418 | WARNING | Line exceeds 85 characters; contains 90 characters 419 | WARNING | Line exceeds 85 characters; contains 107 characters 427 | WARNING | Line exceeds 85 characters; contains 98 characters 443 | WARNING | Line exceeds 85 characters; contains 91 characters 447 | WARNING | Line exceeds 85 characters; contains 86 characters 453 | WARNING | Line exceeds 85 characters; contains 104 characters 486 | WARNING | Line exceeds 85 characters; contains 95 characters 487 | WARNING | Line exceeds 85 characters; contains 189 characters 490 | WARNING | Line exceeds 85 characters; contains 91 characters 491 | WARNING | Line exceeds 85 characters; contains 180 characters 494 | WARNING | Line exceeds 85 characters; contains 95 characters 495 | WARNING | Line exceeds 85 characters; contains 179 characters 498 | WARNING | Line exceeds 85 characters; contains 93 characters 499 | WARNING | Line exceeds 85 characters; contains 183 characters 502 | WARNING | Line exceeds 85 characters; contains 89 characters 503 | WARNING | Line exceeds 85 characters; contains 175 characters ----------------------------------------------------------------------------------- FILE: .../vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/SetSniffPropertyTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 61 WARNINGS AFFECTING 62 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | WARNING | Line exceeds 85 characters; contains 112 characters 21 | ERROR | Missing @category tag in class comment 21 | ERROR | Missing @package tag in class comment 21 | ERROR | Missing @author tag in class comment 21 | ERROR | Missing @license tag in class comment 21 | ERROR | Missing @link tag in class comment 27 | WARNING | Line exceeds 85 characters; contains 95 characters 29 | WARNING | Line exceeds 85 characters; contains 96 characters 53 | WARNING | Line exceeds 85 characters; contains 94 characters 56 | WARNING | Line exceeds 85 characters; contains 98 characters 57 | WARNING | Line exceeds 85 characters; contains 127 characters 59 | WARNING | Line exceeds 85 characters; contains 87 characters 60 | WARNING | Line exceeds 85 characters; contains 111 characters 64 | WARNING | Line exceeds 85 characters; contains 111 characters 80 | WARNING | Line exceeds 85 characters; contains 90 characters 81 | WARNING | Line exceeds 85 characters; contains 91 characters 82 | WARNING | Line exceeds 85 characters; contains 94 characters 89 | WARNING | Line exceeds 85 characters; contains 108 characters 92 | WARNING | Line exceeds 85 characters; contains 102 characters 93 | WARNING | Line exceeds 85 characters; contains 105 characters 104 | WARNING | Line exceeds 85 characters; contains 92 characters 108 | WARNING | Line exceeds 85 characters; contains 87 characters 109 | WARNING | Line exceeds 85 characters; contains 99 characters 110 | WARNING | Line exceeds 85 characters; contains 127 characters 112 | WARNING | Line exceeds 85 characters; contains 132 characters 114 | WARNING | Line exceeds 85 characters; contains 97 characters 115 | WARNING | Line exceeds 85 characters; contains 127 characters 117 | WARNING | Line exceeds 85 characters; contains 132 characters 119 | WARNING | Line exceeds 85 characters; contains 103 characters 120 | WARNING | Line exceeds 85 characters; contains 95 characters 121 | WARNING | Line exceeds 85 characters; contains 127 characters 123 | WARNING | Line exceeds 85 characters; contains 105 characters 124 | WARNING | Line exceeds 85 characters; contains 124 characters 131 | WARNING | Line exceeds 85 characters; contains 98 characters 132 | WARNING | Line exceeds 85 characters; contains 102 characters 139 | WARNING | Line exceeds 85 characters; contains 119 characters 157 | WARNING | Line exceeds 85 characters; contains 98 characters 158 | WARNING | Line exceeds 85 characters; contains 102 characters 159 | WARNING | Line exceeds 85 characters; contains 87 characters 166 | WARNING | Line exceeds 85 characters; contains 140 characters 184 | WARNING | Line exceeds 85 characters; contains 100 characters 191 | WARNING | Line exceeds 85 characters; contains 89 characters 194 | WARNING | Line exceeds 85 characters; contains 103 characters 202 | WARNING | Line exceeds 85 characters; contains 100 characters 209 | WARNING | Line exceeds 85 characters; contains 89 characters 212 | WARNING | Line exceeds 85 characters; contains 103 characters 220 | WARNING | Line exceeds 85 characters; contains 95 characters 249 | WARNING | Line exceeds 85 characters; contains 94 characters 252 | WARNING | Line exceeds 85 characters; contains 98 characters 253 | WARNING | Line exceeds 85 characters; contains 127 characters 255 | WARNING | Line exceeds 85 characters; contains 87 characters 256 | WARNING | Line exceeds 85 characters; contains 111 characters 259 | WARNING | Line exceeds 85 characters; contains 115 characters 265 | WARNING | Line exceeds 85 characters; contains 95 characters 268 | WARNING | Line exceeds 85 characters; contains 109 characters 296 | WARNING | Line exceeds 85 characters; contains 94 characters 299 | WARNING | Line exceeds 85 characters; contains 98 characters 300 | WARNING | Line exceeds 85 characters; contains 127 characters 302 | WARNING | Line exceeds 85 characters; contains 87 characters 303 | WARNING | Line exceeds 85 characters; contains 111 characters 306 | WARNING | Line exceeds 85 characters; contains 115 characters 360 | WARNING | Line exceeds 85 characters; contains 95 characters 363 | WARNING | Line exceeds 85 characters; contains 100 characters 375 | WARNING | Line exceeds 85 characters; contains 232 characters ----------------------------------------------------------------------------------- FILE: ...zlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionAbsoluteWindowsTest.php ----------------------------------------------------------------------------------- FOUND 10 ERRORS AND 9 WARNINGS AFFECTING 12 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 103 characters 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 17 | WARNING | Line exceeds 85 characters; contains 103 characters 20 | ERROR | Missing @category tag in class comment 20 | ERROR | Missing @package tag in class comment 20 | ERROR | Missing @author tag in class comment 20 | ERROR | Missing @license tag in class comment 20 | ERROR | Missing @link tag in class comment 36 | ERROR | Private member variable "standard" must be prefixed with an | | underscore 43 | ERROR | Private member variable "contents" must be prefixed with an | | underscore 62 | WARNING | Line exceeds 85 characters; contains 106 characters 96 | WARNING | Line exceeds 85 characters; contains 95 characters 105 | WARNING | Line exceeds 85 characters; contains 98 characters 107 | WARNING | Line exceeds 85 characters; contains 86 characters 114 | WARNING | Line exceeds 85 characters; contains 118 characters ----------------------------------------------------------------------------------- FILE: ...re/Ruleset/Fixtures/Sniffs/DeprecatedInvalid/EmptyDeprecationVersionSniff.php ----------------------------------------------------------------------------------- FOUND 11 ERRORS AND 1 WARNING AFFECTING 7 LINES ----------------------------------------------------------------------------------- 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @package tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class EmptyDeprecationVersionSniff 17 | ERROR | Missing doc comment for function getDeprecationVersion() 22 | ERROR | Missing doc comment for function getRemovalVersion() 27 | ERROR | Missing doc comment for function getDeprecationMessage() 32 | ERROR | Missing doc comment for function register() 37 | ERROR | Missing doc comment for function process() ----------------------------------------------------------------------------------- FILE: .../Ruleset/Fixtures/Sniffs/DeprecatedInvalid/InvalidDeprecationMessageSniff.php ----------------------------------------------------------------------------------- FOUND 11 ERRORS AND 1 WARNING AFFECTING 7 LINES ----------------------------------------------------------------------------------- 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @package tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class InvalidDeprecationMessageSniff 18 | ERROR | Missing doc comment for function getDeprecationVersion() 23 | ERROR | Missing doc comment for function getRemovalVersion() 28 | ERROR | Missing doc comment for function getDeprecationMessage() 33 | ERROR | Missing doc comment for function register() 38 | ERROR | Missing doc comment for function process() ----------------------------------------------------------------------------------- FILE: ...Core/Ruleset/Fixtures/Sniffs/DeprecatedInvalid/InvalidRemovalVersionSniff.php ----------------------------------------------------------------------------------- FOUND 11 ERRORS AND 1 WARNING AFFECTING 7 LINES ----------------------------------------------------------------------------------- 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @package tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class InvalidRemovalVersionSniff 17 | ERROR | Missing doc comment for function getDeprecationVersion() 22 | ERROR | Missing doc comment for function getRemovalVersion() 27 | ERROR | Missing doc comment for function getDeprecationMessage() 32 | ERROR | Missing doc comment for function register() 37 | ERROR | Missing doc comment for function process() ----------------------------------------------------------------------------------- FILE: .../Ruleset/Fixtures/Sniffs/DeprecatedInvalid/InvalidDeprecationVersionSniff.php ----------------------------------------------------------------------------------- FOUND 11 ERRORS AND 1 WARNING AFFECTING 7 LINES ----------------------------------------------------------------------------------- 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @package tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class InvalidDeprecationVersionSniff 17 | ERROR | Missing doc comment for function getDeprecationVersion() 22 | ERROR | Missing doc comment for function getRemovalVersion() 27 | ERROR | Missing doc comment for function getDeprecationMessage() 32 | ERROR | Missing doc comment for function register() 37 | ERROR | Missing doc comment for function process() ----------------------------------------------------------------------------------- FILE: ...s/Core/Ruleset/Fixtures/Sniffs/DeprecatedInvalid/EmptyRemovalVersionSniff.php ----------------------------------------------------------------------------------- FOUND 11 ERRORS AND 1 WARNING AFFECTING 7 LINES ----------------------------------------------------------------------------------- 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @package tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class EmptyRemovalVersionSniff 17 | ERROR | Missing doc comment for function getDeprecationVersion() 22 | ERROR | Missing doc comment for function getRemovalVersion() 27 | ERROR | Missing doc comment for function getDeprecationMessage() 32 | ERROR | Missing doc comment for function register() 37 | ERROR | Missing doc comment for function process() ----------------------------------------------------------------------------------- FILE: ...tests/Core/Ruleset/Fixtures/Sniffs/SetProperty/AllowedViaMagicMethodSniff.php ----------------------------------------------------------------------------------- FOUND 11 ERRORS AND 1 WARNING AFFECTING 7 LINES ----------------------------------------------------------------------------------- 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @package tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment 13 | ERROR | Missing doc comment for class AllowedViaMagicMethodSniff 15 | ERROR | Private member variable "magic" must be prefixed with an | | underscore 17 | ERROR | Missing doc comment for function __set() 22 | ERROR | Missing doc comment for function __get() 31 | ERROR | Missing doc comment for function register() 36 | ERROR | Missing doc comment for function process() ----------------------------------------------------------------------------------- FILE: ...ests/Core/Ruleset/Fixtures/Sniffs/SetProperty/NotAllowedViaAttributeSniff.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 1 WARNING AFFECTING 4 LINES ----------------------------------------------------------------------------------- 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @package tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class NotAllowedViaAttributeSniff 18 | ERROR | Missing doc comment for function register() 23 | ERROR | Missing doc comment for function process() ----------------------------------------------------------------------------------- FILE: ...fer/tests/Core/Ruleset/Fixtures/Sniffs/SetProperty/AllowedAsDeclaredSniff.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 1 WARNING AFFECTING 4 LINES ----------------------------------------------------------------------------------- 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @package tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment 13 | ERROR | Missing doc comment for class AllowedAsDeclaredSniff 19 | ERROR | Missing doc comment for function register() 24 | ERROR | Missing doc comment for function process() ----------------------------------------------------------------------------------- FILE: ...er/tests/Core/Ruleset/Fixtures/Sniffs/SetProperty/AllowedViaStdClassSniff.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 1 WARNING AFFECTING 4 LINES ----------------------------------------------------------------------------------- 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @package tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class AllowedViaStdClassSniff 17 | ERROR | Missing doc comment for function register() 22 | ERROR | Missing doc comment for function process() ----------------------------------------------------------------------------------- FILE: ...fer/tests/Core/Ruleset/Fixtures/Sniffs/Deprecated/WithoutReplacementSniff.php ----------------------------------------------------------------------------------- FOUND 11 ERRORS AND 1 WARNING AFFECTING 7 LINES ----------------------------------------------------------------------------------- 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @package tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class WithoutReplacementSniff 17 | ERROR | Missing doc comment for function getDeprecationVersion() 22 | ERROR | Missing doc comment for function getRemovalVersion() 27 | ERROR | Missing doc comment for function getDeprecationMessage() 32 | ERROR | Missing doc comment for function register() 37 | ERROR | Missing doc comment for function process() ----------------------------------------------------------------------------------- FILE: ...et/Fixtures/Sniffs/Deprecated/WithReplacementContainingLinuxNewlinesSniff.php ----------------------------------------------------------------------------------- FOUND 11 ERRORS AND 4 WARNINGS AFFECTING 10 LINES ----------------------------------------------------------------------------------- 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @package tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class | | WithReplacementContainingLinuxNewlinesSniff 17 | ERROR | Missing doc comment for function getDeprecationVersion() 22 | ERROR | Missing doc comment for function getRemovalVersion() 27 | ERROR | Missing doc comment for function getDeprecationMessage() 30 | WARNING | Line exceeds 85 characters; contains 98 characters 32 | WARNING | Line exceeds 85 characters; contains 113 characters 33 | WARNING | Line exceeds 85 characters; contains 111 characters 36 | ERROR | Missing doc comment for function register() 41 | ERROR | Missing doc comment for function process() ----------------------------------------------------------------------------------- FILE: ...Ruleset/Fixtures/Sniffs/Deprecated/WithReplacementContainingNewlinesSniff.php ----------------------------------------------------------------------------------- FOUND 11 ERRORS AND 5 WARNINGS AFFECTING 11 LINES ----------------------------------------------------------------------------------- 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @package tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class | | WithReplacementContainingNewlinesSniff 17 | ERROR | Missing doc comment for function getDeprecationVersion() 22 | ERROR | Missing doc comment for function getRemovalVersion() 27 | ERROR | Missing doc comment for function getDeprecationMessage() 30 | WARNING | Line exceeds 85 characters; contains 104 characters 31 | WARNING | Line exceeds 85 characters; contains 91 characters 32 | WARNING | Line exceeds 85 characters; contains 119 characters 33 | WARNING | Line exceeds 85 characters; contains 110 characters 36 | ERROR | Missing doc comment for function register() 41 | ERROR | Missing doc comment for function process() ----------------------------------------------------------------------------------- FILE: ...niffer/tests/Core/Ruleset/Fixtures/Sniffs/Deprecated/WithReplacementSniff.php ----------------------------------------------------------------------------------- FOUND 11 ERRORS AND 1 WARNING AFFECTING 7 LINES ----------------------------------------------------------------------------------- 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @package tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class WithReplacementSniff 17 | ERROR | Missing doc comment for function getDeprecationVersion() 22 | ERROR | Missing doc comment for function getRemovalVersion() 27 | ERROR | Missing doc comment for function getDeprecationMessage() 32 | ERROR | Missing doc comment for function register() 37 | ERROR | Missing doc comment for function process() ----------------------------------------------------------------------------------- FILE: ...er/tests/Core/Ruleset/Fixtures/Sniffs/Deprecated/WithLongReplacementSniff.php ----------------------------------------------------------------------------------- FOUND 11 ERRORS AND 2 WARNINGS AFFECTING 8 LINES ----------------------------------------------------------------------------------- 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @package tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class WithLongReplacementSniff 17 | ERROR | Missing doc comment for function getDeprecationVersion() 22 | ERROR | Missing doc comment for function getRemovalVersion() 27 | ERROR | Missing doc comment for function getDeprecationMessage() 29 | WARNING | Line exceeds 85 characters; contains 605 characters 32 | ERROR | Missing doc comment for function register() 37 | ERROR | Missing doc comment for function process() ----------------------------------------------------------------------------------- FILE: ...wjl/vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionTest.php ----------------------------------------------------------------------------------- FOUND 10 ERRORS AND 73 WARNINGS AFFECTING 76 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 21 | ERROR | Missing @category tag in class comment 21 | ERROR | Missing @package tag in class comment 21 | ERROR | Missing @author tag in class comment 21 | ERROR | Missing @license tag in class comment 21 | ERROR | Missing @link tag in class comment 37 | ERROR | Private member variable "standard" must be prefixed with an | | underscore 44 | ERROR | Private member variable "contents" must be prefixed with an | | underscore 48 | WARNING | Line exceeds 85 characters; contains 99 characters 110 | WARNING | Line exceeds 85 characters; contains 104 characters 139 | WARNING | Line exceeds 85 characters; contains 86 characters 143 | WARNING | Line exceeds 85 characters; contains 89 characters 147 | WARNING | Line exceeds 85 characters; contains 103 characters 151 | WARNING | Line exceeds 85 characters; contains 97 characters 155 | WARNING | Line exceeds 85 characters; contains 97 characters 167 | WARNING | Line exceeds 85 characters; contains 91 characters 171 | WARNING | Line exceeds 85 characters; contains 90 characters 175 | WARNING | Line exceeds 85 characters; contains 87 characters 179 | WARNING | Line exceeds 85 characters; contains 93 characters 183 | WARNING | Line exceeds 85 characters; contains 87 characters 187 | WARNING | Line exceeds 85 characters; contains 86 characters 195 | WARNING | Line exceeds 85 characters; contains 89 characters 199 | WARNING | Line exceeds 85 characters; contains 95 characters 203 | WARNING | Line exceeds 85 characters; contains 89 characters 215 | WARNING | Line exceeds 85 characters; contains 104 characters 227 | WARNING | Line exceeds 85 characters; contains 95 characters 231 | WARNING | Line exceeds 85 characters; contains 102 characters 235 | WARNING | Line exceeds 85 characters; contains 87 characters 239 | WARNING | Line exceeds 85 characters; contains 93 characters 247 | WARNING | Line exceeds 85 characters; contains 86 characters 255 | WARNING | Line exceeds 85 characters; contains 93 characters 259 | WARNING | Line exceeds 85 characters; contains 92 characters 263 | WARNING | Line exceeds 85 characters; contains 98 characters 267 | WARNING | Line exceeds 85 characters; contains 107 characters 271 | WARNING | Line exceeds 85 characters; contains 89 characters 275 | WARNING | Line exceeds 85 characters; contains 101 characters 279 | WARNING | Line exceeds 85 characters; contains 102 characters 283 | WARNING | Line exceeds 85 characters; contains 97 characters 287 | WARNING | Line exceeds 85 characters; contains 97 characters 291 | WARNING | Line exceeds 85 characters; contains 91 characters 295 | WARNING | Line exceeds 85 characters; contains 103 characters 299 | WARNING | Line exceeds 85 characters; contains 99 characters 303 | WARNING | Line exceeds 85 characters; contains 101 characters 307 | WARNING | Line exceeds 85 characters; contains 105 characters 311 | WARNING | Line exceeds 85 characters; contains 88 characters 319 | WARNING | Line exceeds 85 characters; contains 93 characters 323 | WARNING | Line exceeds 85 characters; contains 104 characters 335 | WARNING | Line exceeds 85 characters; contains 98 characters 350 | WARNING | Line exceeds 85 characters; contains 111 characters 351 | WARNING | Line exceeds 85 characters; contains 107 characters 370 | WARNING | Line exceeds 85 characters; contains 109 characters 371 | WARNING | Line exceeds 85 characters; contains 105 characters 375 | WARNING | Line exceeds 85 characters; contains 109 characters 376 | WARNING | Line exceeds 85 characters; contains 116 characters 380 | WARNING | Line exceeds 85 characters; contains 109 characters 381 | WARNING | Line exceeds 85 characters; contains 110 characters 385 | WARNING | Line exceeds 85 characters; contains 109 characters 386 | WARNING | Line exceeds 85 characters; contains 107 characters 390 | WARNING | Line exceeds 85 characters; contains 109 characters 391 | WARNING | Line exceeds 85 characters; contains 102 characters 395 | WARNING | Line exceeds 85 characters; contains 109 characters 396 | WARNING | Line exceeds 85 characters; contains 100 characters 400 | WARNING | Line exceeds 85 characters; contains 109 characters 401 | WARNING | Line exceeds 85 characters; contains 123 characters 405 | WARNING | Line exceeds 85 characters; contains 109 characters 406 | WARNING | Line exceeds 85 characters; contains 104 characters 410 | WARNING | Line exceeds 85 characters; contains 109 characters 411 | WARNING | Line exceeds 85 characters; contains 104 characters 417 | WARNING | Line exceeds 85 characters; contains 109 characters 418 | WARNING | Line exceeds 85 characters; contains 112 characters 428 | WARNING | Line exceeds 85 characters; contains 109 characters 438 | WARNING | Line exceeds 85 characters; contains 113 characters 440 | WARNING | Line exceeds 85 characters; contains 133 characters 442 | WARNING | Line exceeds 85 characters; contains 111 characters 443 | WARNING | Line exceeds 85 characters; contains 124 characters 456 | WARNING | Line exceeds 85 characters; contains 94 characters 460 | WARNING | Line exceeds 85 characters; contains 104 characters 464 | WARNING | Line exceeds 85 characters; contains 109 characters 468 | WARNING | Line exceeds 85 characters; contains 106 characters ----------------------------------------------------------------------------------- FILE: .../dev/rwjl/vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/ExplainTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 16 WARNINGS AFFECTING 17 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 21 | ERROR | Missing @category tag in class comment 21 | ERROR | Missing @package tag in class comment 21 | ERROR | Missing @author tag in class comment 21 | ERROR | Missing @license tag in class comment 21 | ERROR | Missing @link tag in class comment 62 | WARNING | Line exceeds 85 characters; contains 93 characters 97 | WARNING | Line exceeds 85 characters; contains 92 characters 99 | WARNING | Line exceeds 85 characters; contains 87 characters 111 | WARNING | Line exceeds 85 characters; contains 92 characters 128 | WARNING | Line exceeds 85 characters; contains 100 characters 129 | WARNING | Line exceeds 85 characters; contains 88 characters 142 | WARNING | Line exceeds 85 characters; contains 96 characters 156 | WARNING | Line exceeds 85 characters; contains 89 characters 170 | WARNING | Line exceeds 85 characters; contains 89 characters 176 | WARNING | Line exceeds 85 characters; contains 87 characters 188 | WARNING | Line exceeds 85 characters; contains 91 characters 195 | WARNING | Line exceeds 85 characters; contains 94 characters 196 | WARNING | Line exceeds 85 characters; contains 89 characters 245 | WARNING | Line exceeds 85 characters; contains 92 characters ----------------------------------------------------------------------------------- FILE: ...uizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionAbsoluteLinuxTest.php ----------------------------------------------------------------------------------- FOUND 10 ERRORS AND 8 WARNINGS AFFECTING 11 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 101 characters 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 17 | WARNING | Line exceeds 85 characters; contains 101 characters 20 | ERROR | Missing @category tag in class comment 20 | ERROR | Missing @package tag in class comment 20 | ERROR | Missing @author tag in class comment 20 | ERROR | Missing @license tag in class comment 20 | ERROR | Missing @link tag in class comment 36 | ERROR | Private member variable "standard" must be prefixed with an | | underscore 43 | ERROR | Private member variable "contents" must be prefixed with an | | underscore 58 | WARNING | Line exceeds 85 characters; contains 106 characters 95 | WARNING | Line exceeds 85 characters; contains 93 characters 104 | WARNING | Line exceeds 85 characters; contains 97 characters 113 | WARNING | Line exceeds 85 characters; contains 117 characters ----------------------------------------------------------------------------------- FILE: ...w/dev/rwjl/vendor/squizlabs/php_codesniffer/tests/Core/Util/Help/HelpTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 80 WARNINGS AFFECTING 81 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 22 | ERROR | Missing @category tag in class comment 22 | ERROR | Missing @package tag in class comment 22 | ERROR | Missing @author tag in class comment 22 | ERROR | Missing @license tag in class comment 22 | ERROR | Missing @link tag in class comment 29 | WARNING | Line exceeds 85 characters; contains 101 characters 31 | WARNING | Line exceeds 85 characters; contains 102 characters 56 | WARNING | Line exceeds 85 characters; contains 100 characters 67 | WARNING | Line exceeds 85 characters; contains 123 characters 76 | WARNING | Line exceeds 85 characters; contains 102 characters 94 | WARNING | Line exceeds 85 characters; contains 99 characters 98 | WARNING | Line exceeds 85 characters; contains 131 characters 103 | WARNING | Line exceeds 85 characters; contains 88 characters 107 | WARNING | Line exceeds 85 characters; contains 92 characters 111 | WARNING | Line exceeds 85 characters; contains 95 characters 115 | WARNING | Line exceeds 85 characters; contains 90 characters 119 | WARNING | Line exceeds 85 characters; contains 93 characters 126 | WARNING | Line exceeds 85 characters; contains 97 characters 134 | WARNING | Line exceeds 85 characters; contains 97 characters 144 | WARNING | Line exceeds 85 characters; contains 105 characters 173 | WARNING | Line exceeds 85 characters; contains 100 characters 175 | WARNING | Line exceeds 85 characters; contains 90 characters 176 | WARNING | Line exceeds 85 characters; contains 91 characters 177 | WARNING | Line exceeds 85 characters; contains 102 characters 198 | WARNING | Line exceeds 85 characters; contains 97 characters 294 | WARNING | Line exceeds 85 characters; contains 88 characters 310 | WARNING | Line exceeds 85 characters; contains 99 characters 311 | WARNING | Line exceeds 85 characters; contains 89 characters 313 | WARNING | Line exceeds 85 characters; contains 95 characters 317 | WARNING | Line exceeds 85 characters; contains 86 characters 332 | WARNING | Line exceeds 85 characters; contains 90 characters 336 | WARNING | Line exceeds 85 characters; contains 95 characters 339 | WARNING | Line exceeds 85 characters; contains 92 characters 343 | WARNING | Line exceeds 85 characters; contains 123 characters 389 | WARNING | Line exceeds 85 characters; contains 116 characters 419 | WARNING | Line exceeds 85 characters; contains 99 characters 423 | WARNING | Line exceeds 85 characters; contains 118 characters 434 | WARNING | Line exceeds 85 characters; contains 104 characters 435 | WARNING | Line exceeds 85 characters; contains 99 characters 436 | WARNING | Line exceeds 85 characters; contains 86 characters 437 | WARNING | Line exceeds 85 characters; contains 107 characters 440 | WARNING | Line exceeds 85 characters; contains 87 characters 447 | WARNING | Line exceeds 85 characters; contains 92 characters 476 | WARNING | Line exceeds 85 characters; contains 136 characters 480 | WARNING | Line exceeds 85 characters; contains 90 characters 483 | WARNING | Line exceeds 85 characters; contains 91 characters 484 | WARNING | Line exceeds 85 characters; contains 90 characters 487 | WARNING | Line exceeds 85 characters; contains 136 characters 491 | WARNING | Line exceeds 85 characters; contains 90 characters 494 | WARNING | Line exceeds 85 characters; contains 91 characters 495 | WARNING | Line exceeds 85 characters; contains 90 characters 498 | WARNING | Line exceeds 85 characters; contains 136 characters 502 | WARNING | Line exceeds 85 characters; contains 127 characters 503 | WARNING | Line exceeds 85 characters; contains 125 characters 506 | WARNING | Line exceeds 85 characters; contains 136 characters 510 | WARNING | Line exceeds 85 characters; contains 127 characters 511 | WARNING | Line exceeds 85 characters; contains 147 characters 520 | WARNING | Line exceeds 85 characters; contains 90 characters 587 | WARNING | Line exceeds 85 characters; contains 87 characters 588 | WARNING | Line exceeds 85 characters; contains 102 characters 622 | WARNING | Line exceeds 85 characters; contains 87 characters 623 | WARNING | Line exceeds 85 characters; contains 102 characters 657 | WARNING | Line exceeds 85 characters; contains 103 characters 671 | WARNING | Line exceeds 85 characters; contains 100 characters 678 | WARNING | Line exceeds 85 characters; contains 144 characters 683 | WARNING | Line exceeds 85 characters; contains 144 characters 685 | WARNING | Line exceeds 85 characters; contains 144 characters 686 | WARNING | Line exceeds 85 characters; contains 120 characters 687 | WARNING | Line exceeds 85 characters; contains 101 characters 688 | WARNING | Line exceeds 85 characters; contains 163 characters 690 | WARNING | Line exceeds 85 characters; contains 183 characters 691 | WARNING | Line exceeds 85 characters; contains 120 characters 692 | WARNING | Line exceeds 85 characters; contains 101 characters 698 | WARNING | Line exceeds 85 characters; contains 93 characters 705 | WARNING | Line exceeds 85 characters; contains 153 characters 709 | WARNING | Line exceeds 85 characters; contains 117 characters 710 | WARNING | Line exceeds 85 characters; contains 118 characters 711 | WARNING | Line exceeds 85 characters; contains 122 characters 712 | WARNING | Line exceeds 85 characters; contains 95 characters 713 | WARNING | Line exceeds 85 characters; contains 117 characters 714 | WARNING | Line exceeds 85 characters; contains 137 characters 715 | WARNING | Line exceeds 85 characters; contains 122 characters 716 | WARNING | Line exceeds 85 characters; contains 95 characters ----------------------------------------------------------------------------------- FILE: ...l/vendor/squizlabs/php_codesniffer/tests/Core/Util/Common/IsCamelCapsTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 25 WARNINGS AFFECTING 26 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 19 | ERROR | Missing @category tag in class comment 19 | ERROR | Missing @package tag in class comment 19 | ERROR | Missing @author tag in class comment 19 | ERROR | Missing @license tag in class comment 19 | ERROR | Missing @link tag in class comment 32 | WARNING | Line exceeds 85 characters; contains 86 characters 44 | WARNING | Line exceeds 85 characters; contains 87 characters 45 | WARNING | Line exceeds 85 characters; contains 86 characters 46 | WARNING | Line exceeds 85 characters; contains 86 characters 48 | WARNING | Line exceeds 85 characters; contains 87 characters 49 | WARNING | Line exceeds 85 characters; contains 87 characters 50 | WARNING | Line exceeds 85 characters; contains 87 characters 52 | WARNING | Line exceeds 85 characters; contains 87 characters 53 | WARNING | Line exceeds 85 characters; contains 87 characters 54 | WARNING | Line exceeds 85 characters; contains 87 characters 55 | WARNING | Line exceeds 85 characters; contains 89 characters 67 | WARNING | Line exceeds 85 characters; contains 87 characters 68 | WARNING | Line exceeds 85 characters; contains 88 characters 82 | WARNING | Line exceeds 85 characters; contains 87 characters 83 | WARNING | Line exceeds 85 characters; contains 88 characters 84 | WARNING | Line exceeds 85 characters; contains 88 characters 85 | WARNING | Line exceeds 85 characters; contains 89 characters 86 | WARNING | Line exceeds 85 characters; contains 90 characters 88 | WARNING | Line exceeds 85 characters; contains 88 characters 89 | WARNING | Line exceeds 85 characters; contains 88 characters 90 | WARNING | Line exceeds 85 characters; contains 88 characters 91 | WARNING | Line exceeds 85 characters; contains 91 characters 105 | WARNING | Line exceeds 85 characters; contains 86 characters ----------------------------------------------------------------------------------- FILE: ...l/vendor/squizlabs/php_codesniffer/tests/Core/Util/Common/SuggestTypeTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 3 WARNINGS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 19 | ERROR | Missing @category tag in class comment 19 | ERROR | Missing @package tag in class comment 19 | ERROR | Missing @author tag in class comment 19 | ERROR | Missing @license tag in class comment 19 | ERROR | Missing @link tag in class comment 73 | WARNING | Line exceeds 85 characters; contains 91 characters ----------------------------------------------------------------------------------- FILE: ...l/vendor/squizlabs/php_codesniffer/tests/Core/Util/Common/StripColorsTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 19 | ERROR | Missing @category tag in class comment 19 | ERROR | Missing @package tag in class comment 19 | ERROR | Missing @author tag in class comment 19 | ERROR | Missing @license tag in class comment 19 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...wjl/vendor/squizlabs/php_codesniffer/tests/Core/Filters/Filter/AcceptTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 7 WARNINGS AFFECTING 8 LINES ----------------------------------------------------------------------------------- 8 | WARNING | Line exceeds 85 characters; contains 99 characters 9 | WARNING | PHP version not specified 9 | ERROR | Missing @category tag in file comment 9 | ERROR | Missing @package tag in file comment 9 | ERROR | Missing @link tag in file comment 23 | ERROR | Missing @category tag in class comment 23 | ERROR | Missing @package tag in class comment 23 | ERROR | Missing @author tag in class comment 23 | ERROR | Missing @license tag in class comment 23 | ERROR | Missing @link tag in class comment 29 | WARNING | Line exceeds 85 characters; contains 92 characters 38 | WARNING | Line exceeds 85 characters; contains 98 characters 59 | WARNING | Line exceeds 85 characters; contains 88 characters 75 | WARNING | Line exceeds 85 characters; contains 132 characters 90 | WARNING | Line exceeds 85 characters; contains 132 characters ----------------------------------------------------------------------------------- FILE: .../rwjl/vendor/squizlabs/php_codesniffer/tests/Core/Filters/GitModifiedTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 36 WARNINGS AFFECTING 37 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 21 | ERROR | Missing @category tag in class comment 21 | ERROR | Missing @package tag in class comment 21 | ERROR | Missing @author tag in class comment 21 | ERROR | Missing @license tag in class comment 21 | ERROR | Missing @link tag in class comment 42 | WARNING | Line exceeds 85 characters; contains 116 characters 64 | WARNING | Line exceeds 85 characters; contains 95 characters 73 | WARNING | Line exceeds 85 characters; contains 116 characters 79 | WARNING | Line exceeds 85 characters; contains 89 characters 97 | WARNING | Line exceeds 85 characters; contains 87 characters 103 | WARNING | Line exceeds 85 characters; contains 87 characters 113 | WARNING | Line exceeds 85 characters; contains 87 characters 122 | WARNING | Line exceeds 85 characters; contains 87 characters 125 | WARNING | Line exceeds 85 characters; contains 87 characters 133 | WARNING | Line exceeds 85 characters; contains 97 characters 137 | WARNING | Line exceeds 85 characters; contains 87 characters 142 | WARNING | Line exceeds 85 characters; contains 92 characters 153 | WARNING | Line exceeds 85 characters; contains 87 characters 157 | WARNING | Line exceeds 85 characters; contains 88 characters 158 | WARNING | Line exceeds 85 characters; contains 87 characters 168 | WARNING | Line exceeds 85 characters; contains 97 characters 172 | WARNING | Line exceeds 85 characters; contains 87 characters 178 | WARNING | Line exceeds 85 characters; contains 89 characters 179 | WARNING | Line exceeds 85 characters; contains 95 characters 180 | WARNING | Line exceeds 85 characters; contains 86 characters 181 | WARNING | Line exceeds 85 characters; contains 92 characters 182 | WARNING | Line exceeds 85 characters; contains 87 characters 191 | WARNING | Line exceeds 85 characters; contains 95 characters 194 | WARNING | Line exceeds 85 characters; contains 99 characters 195 | WARNING | Line exceeds 85 characters; contains 96 characters 196 | WARNING | Line exceeds 85 characters; contains 97 characters 240 | WARNING | Line exceeds 85 characters; contains 98 characters 241 | WARNING | Line exceeds 85 characters; contains 91 characters 248 | WARNING | Line exceeds 85 characters; contains 108 characters 249 | WARNING | Line exceeds 85 characters; contains 95 characters 250 | WARNING | Line exceeds 85 characters; contains 110 characters 251 | WARNING | Line exceeds 85 characters; contains 116 characters 254 | WARNING | Line exceeds 85 characters; contains 108 characters 255 | WARNING | Line exceeds 85 characters; contains 110 characters ----------------------------------------------------------------------------------- FILE: ...ev/rwjl/vendor/squizlabs/php_codesniffer/tests/Core/Filters/GitStagedTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 36 WARNINGS AFFECTING 37 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 21 | ERROR | Missing @category tag in class comment 21 | ERROR | Missing @package tag in class comment 21 | ERROR | Missing @author tag in class comment 21 | ERROR | Missing @license tag in class comment 21 | ERROR | Missing @link tag in class comment 42 | WARNING | Line exceeds 85 characters; contains 114 characters 64 | WARNING | Line exceeds 85 characters; contains 91 characters 73 | WARNING | Line exceeds 85 characters; contains 114 characters 79 | WARNING | Line exceeds 85 characters; contains 89 characters 97 | WARNING | Line exceeds 85 characters; contains 87 characters 103 | WARNING | Line exceeds 85 characters; contains 87 characters 113 | WARNING | Line exceeds 85 characters; contains 87 characters 122 | WARNING | Line exceeds 85 characters; contains 87 characters 125 | WARNING | Line exceeds 85 characters; contains 87 characters 133 | WARNING | Line exceeds 85 characters; contains 97 characters 137 | WARNING | Line exceeds 85 characters; contains 87 characters 142 | WARNING | Line exceeds 85 characters; contains 92 characters 153 | WARNING | Line exceeds 85 characters; contains 87 characters 157 | WARNING | Line exceeds 85 characters; contains 88 characters 158 | WARNING | Line exceeds 85 characters; contains 87 characters 168 | WARNING | Line exceeds 85 characters; contains 97 characters 172 | WARNING | Line exceeds 85 characters; contains 87 characters 178 | WARNING | Line exceeds 85 characters; contains 89 characters 179 | WARNING | Line exceeds 85 characters; contains 95 characters 180 | WARNING | Line exceeds 85 characters; contains 86 characters 181 | WARNING | Line exceeds 85 characters; contains 92 characters 182 | WARNING | Line exceeds 85 characters; contains 87 characters 191 | WARNING | Line exceeds 85 characters; contains 95 characters 194 | WARNING | Line exceeds 85 characters; contains 99 characters 195 | WARNING | Line exceeds 85 characters; contains 96 characters 196 | WARNING | Line exceeds 85 characters; contains 97 characters 240 | WARNING | Line exceeds 85 characters; contains 98 characters 241 | WARNING | Line exceeds 85 characters; contains 91 characters 248 | WARNING | Line exceeds 85 characters; contains 117 characters 249 | WARNING | Line exceeds 85 characters; contains 95 characters 250 | WARNING | Line exceeds 85 characters; contains 110 characters 251 | WARNING | Line exceeds 85 characters; contains 108 characters 254 | WARNING | Line exceeds 85 characters; contains 117 characters 255 | WARNING | Line exceeds 85 characters; contains 110 characters ----------------------------------------------------------------------------------- FILE: ...endor/squizlabs/php_codesniffer/tests/Core/Filters/AbstractFilterTestCase.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 36 WARNINGS AFFECTING 37 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 20 | ERROR | Missing @category tag in class comment 20 | ERROR | Missing @package tag in class comment 20 | ERROR | Missing @author tag in class comment 20 | ERROR | Missing @license tag in class comment 20 | ERROR | Missing @link tag in class comment 55 | WARNING | Line exceeds 85 characters; contains 115 characters 57 | WARNING | Line exceeds 85 characters; contains 112 characters 66 | WARNING | Line exceeds 85 characters; contains 91 characters 67 | WARNING | Line exceeds 85 characters; contains 104 characters 68 | WARNING | Line exceeds 85 characters; contains 103 characters 69 | WARNING | Line exceeds 85 characters; contains 109 characters 80 | WARNING | Line exceeds 85 characters; contains 96 characters 82 | WARNING | Line exceeds 85 characters; contains 96 characters 86 | WARNING | Line exceeds 85 characters; contains 95 characters 87 | WARNING | Line exceeds 85 characters; contains 113 characters 88 | WARNING | Line exceeds 85 characters; contains 104 characters 89 | WARNING | Line exceeds 85 characters; contains 110 characters 90 | WARNING | Line exceeds 85 characters; contains 93 characters 91 | WARNING | Line exceeds 85 characters; contains 93 characters 95 | WARNING | Line exceeds 85 characters; contains 97 characters 156 | WARNING | Line exceeds 85 characters; contains 108 characters 157 | WARNING | Line exceeds 85 characters; contains 106 characters 158 | WARNING | Line exceeds 85 characters; contains 97 characters 161 | WARNING | Line exceeds 85 characters; contains 104 characters 190 | WARNING | Line exceeds 85 characters; contains 90 characters 193 | WARNING | Line exceeds 85 characters; contains 89 characters 196 | WARNING | Line exceeds 85 characters; contains 93 characters 198 | WARNING | Line exceeds 85 characters; contains 97 characters 199 | WARNING | Line exceeds 85 characters; contains 93 characters 200 | WARNING | Line exceeds 85 characters; contains 91 characters 204 | WARNING | Line exceeds 85 characters; contains 89 characters 207 | WARNING | Line exceeds 85 characters; contains 87 characters 210 | WARNING | Line exceeds 85 characters; contains 91 characters 211 | WARNING | Line exceeds 85 characters; contains 97 characters 212 | WARNING | Line exceeds 85 characters; contains 88 characters 213 | WARNING | Line exceeds 85 characters; contains 94 characters 214 | WARNING | Line exceeds 85 characters; contains 89 characters 223 | WARNING | Line exceeds 85 characters; contains 89 characters 226 | WARNING | Line exceeds 85 characters; contains 87 characters ----------------------------------------------------------------------------------- FILE: ...or/squizlabs/php_codesniffer/tests/Core/Sniffs/AbstractArraySniffTestable.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 12 WARNINGS AFFECTING 13 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class AbstractArraySniffTestable 29 | WARNING | Line exceeds 85 characters; contains 87 characters 31 | WARNING | Line exceeds 85 characters; contains 97 characters 32 | WARNING | Line exceeds 85 characters; contains 95 characters 33 | WARNING | Line exceeds 85 characters; contains 101 characters 38 | WARNING | Line exceeds 85 characters; contains 99 characters 49 | WARNING | Line exceeds 85 characters; contains 87 characters 51 | WARNING | Line exceeds 85 characters; contains 97 characters 52 | WARNING | Line exceeds 85 characters; contains 95 characters 53 | WARNING | Line exceeds 85 characters; contains 101 characters 58 | WARNING | Line exceeds 85 characters; contains 98 characters ----------------------------------------------------------------------------------- FILE: ...vendor/squizlabs/php_codesniffer/tests/Core/Sniffs/AbstractArraySniffTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 7 WARNINGS AFFECTING 8 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment 34 | WARNING | Line exceeds 85 characters; contains 91 characters 37 | WARNING | Line exceeds 85 characters; contains 88 characters 79 | WARNING | Line exceeds 85 characters; contains 88 characters 178 | WARNING | Line exceeds 85 characters; contains 99 characters 208 | WARNING | Line exceeds 85 characters; contains 86 characters ----------------------------------------------------------------------------------- FILE: ...vendor/squizlabs/php_codesniffer/tests/Core/Sniffs/AbstractArraySniffTest.inc ----------------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 20 | ERROR | [x] Opening brace must be the last content on the line 20 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...v/rwjl/vendor/squizlabs/php_codesniffer/tests/Core/AbstractMethodUnitTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 26 WARNINGS AFFECTING 27 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 19 | ERROR | Missing doc comment for class AbstractMethodUnitTest 42 | WARNING | Line exceeds 85 characters; contains 99 characters 50 | WARNING | Line exceeds 85 characters; contains 91 characters 53 | WARNING | Line exceeds 85 characters; contains 88 characters 68 | WARNING | Line exceeds 85 characters; contains 95 characters 84 | WARNING | Line exceeds 85 characters; contains 108 characters 86 | WARNING | Line exceeds 85 characters; contains 112 characters 95 | WARNING | Line exceeds 85 characters; contains 91 characters 96 | WARNING | Line exceeds 85 characters; contains 104 characters 97 | WARNING | Line exceeds 85 characters; contains 103 characters 98 | WARNING | Line exceeds 85 characters; contains 109 characters 111 | WARNING | Line exceeds 85 characters; contains 101 characters 113 | WARNING | Line exceeds 85 characters; contains 91 characters 118 | WARNING | Line exceeds 85 characters; contains 95 characters 124 | WARNING | Line exceeds 85 characters; contains 105 characters 130 | WARNING | Line exceeds 85 characters; contains 101 characters 132 | WARNING | Line exceeds 85 characters; contains 91 characters 135 | WARNING | Line exceeds 85 characters; contains 87 characters 136 | WARNING | Line exceeds 85 characters; contains 91 characters 137 | WARNING | Line exceeds 85 characters; contains 90 characters 138 | WARNING | Line exceeds 85 characters; contains 106 characters 145 | WARNING | Line exceeds 85 characters; contains 114 characters 158 | WARNING | Line exceeds 85 characters; contains 125 characters 186 | WARNING | Line exceeds 85 characters; contains 90 characters 200 | WARNING | Line exceeds 85 characters; contains 98 characters ----------------------------------------------------------------------------------- FILE: ...dev/rwjl/vendor/squizlabs/php_codesniffer/tests/Core/ErrorSuppressionTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 71 WARNINGS AFFECTING 72 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 22 | ERROR | Missing @category tag in class comment 22 | ERROR | Missing @package tag in class comment 22 | ERROR | Missing @author tag in class comment 22 | ERROR | Missing @license tag in class comment 22 | ERROR | Missing @link tag in class comment 71 | WARNING | Line exceeds 85 characters; contains 91 characters 78 | WARNING | Line exceeds 85 characters; contains 91 characters 82 | WARNING | Line exceeds 85 characters; contains 91 characters 83 | WARNING | Line exceeds 85 characters; contains 95 characters 86 | WARNING | Line exceeds 85 characters; contains 91 characters 90 | WARNING | Line exceeds 85 characters; contains 91 characters 96 | WARNING | Line exceeds 85 characters; contains 91 characters 100 | WARNING | Line exceeds 85 characters; contains 91 characters 101 | WARNING | Line exceeds 85 characters; contains 93 characters 104 | WARNING | Line exceeds 85 characters; contains 91 characters 108 | WARNING | Line exceeds 85 characters; contains 91 characters 114 | WARNING | Line exceeds 85 characters; contains 91 characters 118 | WARNING | Line exceeds 85 characters; contains 91 characters 122 | WARNING | Line exceeds 85 characters; contains 91 characters 126 | WARNING | Line exceeds 85 characters; contains 91 characters 127 | WARNING | Line exceeds 85 characters; contains 102 characters 132 | WARNING | Line exceeds 85 characters; contains 91 characters 138 | WARNING | Line exceeds 85 characters; contains 91 characters 142 | WARNING | Line exceeds 85 characters; contains 91 characters 146 | WARNING | Line exceeds 85 characters; contains 91 characters 147 | WARNING | Line exceeds 85 characters; contains 94 characters 150 | WARNING | Line exceeds 85 characters; contains 91 characters 442 | WARNING | Line exceeds 85 characters; contains 90 characters 454 | WARNING | Line exceeds 85 characters; contains 86 characters 497 | WARNING | Line exceeds 85 characters; contains 87 characters 544 | WARNING | Line exceeds 85 characters; contains 86 characters 545 | WARNING | Line exceeds 85 characters; contains 98 characters 549 | WARNING | Line exceeds 85 characters; contains 98 characters 553 | WARNING | Line exceeds 85 characters; contains 98 characters 557 | WARNING | Line exceeds 85 characters; contains 98 characters 562 | WARNING | Line exceeds 85 characters; contains 86 characters 563 | WARNING | Line exceeds 85 characters; contains 98 characters 567 | WARNING | Line exceeds 85 characters; contains 98 characters 571 | WARNING | Line exceeds 85 characters; contains 98 characters 575 | WARNING | Line exceeds 85 characters; contains 98 characters 576 | WARNING | Line exceeds 85 characters; contains 101 characters 608 | WARNING | Line exceeds 85 characters; contains 91 characters 807 | WARNING | Line exceeds 85 characters; contains 88 characters 856 | WARNING | Line exceeds 85 characters; contains 93 characters 860 | WARNING | Line exceeds 85 characters; contains 108 characters 864 | WARNING | Line exceeds 85 characters; contains 109 characters 870 | WARNING | Line exceeds 85 characters; contains 101 characters 873 | WARNING | Line exceeds 85 characters; contains 128 characters 885 | WARNING | Line exceeds 85 characters; contains 89 characters 889 | WARNING | Line exceeds 85 characters; contains 102 characters 894 | WARNING | Line exceeds 85 characters; contains 139 characters 899 | WARNING | Line exceeds 85 characters; contains 100 characters 904 | WARNING | Line exceeds 85 characters; contains 101 characters 962 | WARNING | Line exceeds 85 characters; contains 128 characters 972 | WARNING | Line exceeds 85 characters; contains 128 characters 974 | WARNING | Line exceeds 85 characters; contains 90 characters 977 | WARNING | Line exceeds 85 characters; contains 89 characters 983 | WARNING | Line exceeds 85 characters; contains 128 characters 985 | WARNING | Line exceeds 85 characters; contains 89 characters 994 | WARNING | Line exceeds 85 characters; contains 128 characters 1004 | WARNING | Line exceeds 85 characters; contains 128 characters 1014 | WARNING | Line exceeds 85 characters; contains 128 characters 1024 | WARNING | Line exceeds 85 characters; contains 128 characters 1034 | WARNING | Line exceeds 85 characters; contains 128 characters 1044 | WARNING | Line exceeds 85 characters; contains 128 characters 1054 | WARNING | Line exceeds 85 characters; contains 128 characters 1068 | WARNING | Line exceeds 85 characters; contains 128 characters 1154 | WARNING | Line exceeds 85 characters; contains 110 characters 1159 | WARNING | Line exceeds 85 characters; contains 137 characters 1227 | WARNING | Line exceeds 85 characters; contains 111 characters 1235 | WARNING | Line exceeds 85 characters; contains 111 characters 1245 | WARNING | Line exceeds 85 characters; contains 111 characters 1256 | WARNING | Line exceeds 85 characters; contains 111 characters 1265 | WARNING | Line exceeds 85 characters; contains 111 characters ----------------------------------------------------------------------------------- FILE: ...ndor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest.inc ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "false" but | | found "FALSE" 6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 6 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-WindowsLineEndings.inc ----------------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n" 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "false" but | | found "FALSE" 6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 6 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...desniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-NoTrailingWhitespace.inc ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "false" but | | found "FALSE" 6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 6 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...hp_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-WhiteSpaceAtEnd.inc ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "false" but | | found "FALSE" 6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 6 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ..._codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-WhiteSpaceAtStart.inc ----------------------------------------------------------------------------------- FOUND 8 ERRORS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [x] Line indented incorrectly; expected at least 1 spaces, found 0 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] Line indented incorrectly; expected at least 1 spaces, found 0 3 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "false" but | | found "FALSE" 5 | ERROR | [x] Line indented incorrectly; expected 1 spaces, found 0 6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 6 | ERROR | [x] Line indented incorrectly; expected at least 5 spaces, found 1 7 | ERROR | [x] Line indented incorrectly; expected 1 spaces, found 0 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...bs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-LineRemoved.inc ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "false" but | | found "FALSE" 6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 6 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-VarNameChanged.inc ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "false" but | | found "FALSE" 6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 6 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...hp_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-BlankLinesAtEnd.inc ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "false" but | | found "FALSE" 6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 6 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...labs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-LineAdded.inc ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "false" but | | found "FALSE" 5 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 5 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...s/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-TabsToSpaces.inc ----------------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "false" but | | found "FALSE" ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...uizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-NoDiff.inc ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "false" but | | found "FALSE" 6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 6 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ..._codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-BlankLinesAtStart.inc ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 5 | ERROR | [ ] You must use "/**" style comments for a file comment 6 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "false" but | | found "FALSE" 9 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 9 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...v/rwjl/vendor/squizlabs/php_codesniffer/tests/Core/Fixer/GenerateDiffTest.php ----------------------------------------------------------------------------------- FOUND 9 ERRORS AND 24 WARNINGS AFFECTING 26 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 20 | WARNING | Line exceeds 85 characters; contains 87 characters 24 | ERROR | Missing @category tag in class comment 24 | ERROR | Missing @package tag in class comment 24 | ERROR | Missing @author tag in class comment 24 | ERROR | Missing @license tag in class comment 24 | ERROR | Missing @link tag in class comment 33 | ERROR | Private member variable "phpcsFile" must be prefixed with an | | underscore 44 | WARNING | Line exceeds 85 characters; contains 95 characters 45 | WARNING | Line exceeds 85 characters; contains 90 characters 46 | WARNING | Line exceeds 85 characters; contains 96 characters 57 | WARNING | Line exceeds 85 characters; contains 102 characters 81 | WARNING | Line exceeds 85 characters; contains 87 characters 121 | WARNING | Line exceeds 85 characters; contains 86 characters 124 | WARNING | Line exceeds 85 characters; contains 92 characters 130 | WARNING | Line exceeds 85 characters; contains 89 characters 133 | WARNING | Line exceeds 85 characters; contains 89 characters 136 | WARNING | Line exceeds 85 characters; contains 87 characters 139 | WARNING | Line exceeds 85 characters; contains 87 characters 147 | WARNING | Line exceeds 85 characters; contains 104 characters 153 | WARNING | Line exceeds 85 characters; contains 112 characters 178 | WARNING | Line exceeds 85 characters; contains 100 characters 181 | WARNING | Line exceeds 85 characters; contains 92 characters 182 | WARNING | Line exceeds 85 characters; contains 96 characters 184 | WARNING | Line exceeds 85 characters; contains 93 characters 185 | WARNING | Line exceeds 85 characters; contains 91 characters 192 | WARNING | Line exceeds 85 characters; contains 86 characters 193 | WARNING | Line exceeds 85 characters; contains 91 characters 194 | WARNING | Line exceeds 85 characters; contains 98 characters ----------------------------------------------------------------------------------- FILE: ...home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/tests/Core/AllTests.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 8 | WARNING | Line exceeds 85 characters; contains 99 characters 9 | WARNING | PHP version not specified 9 | ERROR | Missing @category tag in file comment 9 | ERROR | Missing @package tag in file comment 9 | ERROR | Missing @link tag in file comment 17 | ERROR | Missing doc comment for class AllTests ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/tests/ConfigDouble.php ----------------------------------------------------------------------------------- FOUND 11 ERRORS AND 30 WARNINGS AFFECTING 38 LINES ----------------------------------------------------------------------------------- 6 | WARNING | Line exceeds 85 characters; contains 96 characters 7 | WARNING | Line exceeds 85 characters; contains 104 characters 15 | WARNING | Line exceeds 85 characters; contains 99 characters 16 | WARNING | PHP version not specified 16 | ERROR | Missing @category tag in file comment 16 | ERROR | Missing @package tag in file comment 16 | ERROR | Missing @link tag in file comment 23 | ERROR | Missing doc comment for class ConfigDouble 31 | ERROR | Private member variable "skipSettingStandard" must be prefixed | | with an underscore 37 | WARNING | Line exceeds 85 characters; contains 94 characters 38 | WARNING | Line exceeds 85 characters; contains 97 characters 39 | WARNING | Line exceeds 85 characters; contains 108 characters 40 | WARNING | Line exceeds 85 characters; contains 110 characters 42 | WARNING | Line exceeds 85 characters; contains 112 characters 43 | WARNING | Line exceeds 85 characters; contains 114 characters 45 | WARNING | Line exceeds 85 characters; contains 110 characters 46 | WARNING | Line exceeds 85 characters; contains 93 characters 47 | WARNING | Line exceeds 85 characters; contains 101 characters 48 | WARNING | Line exceeds 85 characters; contains 110 characters 49 | WARNING | Line exceeds 85 characters; contains 110 characters 51 | WARNING | Line exceeds 85 characters; contains 116 characters 52 | WARNING | Line exceeds 85 characters; contains 114 characters 54 | WARNING | Line exceeds 85 characters; contains 113 characters 55 | WARNING | Line exceeds 85 characters; contains 91 characters 59 | WARNING | Line exceeds 85 characters; contains 109 characters 76 | WARNING | Line exceeds 85 characters; contains 90 characters 92 | WARNING | Line exceeds 85 characters; contains 102 characters 114 | ERROR | Private method name "ConfigDouble::resetSelectProperties" must be | | prefixed with an underscore 123 | WARNING | Line exceeds 85 characters; contains 90 characters 126 | WARNING | Line exceeds 85 characters; contains 86 characters 130 | ERROR | Private method name | | "ConfigDouble::preventReadingCodeSnifferConfFile" must be | | prefixed with an underscore 139 | WARNING | Line exceeds 85 characters; contains 89 characters 142 | WARNING | Line exceeds 85 characters; contains 86 characters 144 | WARNING | Line exceeds 85 characters; contains 89 characters 149 | ERROR | Private method name "ConfigDouble::preventSearchingForRuleset" | | must be prefixed with an underscore 163 | WARNING | Line exceeds 85 characters; contains 92 characters 168 | ERROR | Private method name | | "ConfigDouble::preventAutoDiscoveryScreenWidth" must be prefixed | | with an underscore 179 | WARNING | Line exceeds 85 characters; contains 94 characters 185 | ERROR | Private method name "ConfigDouble::getStaticConfigProperty" must | | be prefixed with an underscore 195 | WARNING | Line exceeds 85 characters; contains 89 characters 202 | ERROR | Private method name "ConfigDouble::setStaticConfigProperty" must | | be prefixed with an underscore ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/tests/TestSuite7.php --------------------------------------------------------------------------------- FOUND 4 ERRORS AND 2 WARNINGS AFFECTING 3 LINES --------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class TestSuite --------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/tests/TestSuite.php -------------------------------------------------------------------------------- FOUND 4 ERRORS AND 2 WARNINGS AFFECTING 3 LINES -------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class TestSuite -------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/tests/bootstrap.php -------------------------------------------------------------------------------- FOUND 3 ERRORS AND 7 WARNINGS AFFECTING 7 LINES -------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 27 | WARNING | Line exceeds 85 characters; contains 116 characters 31 | WARNING | Line exceeds 85 characters; contains 114 characters 35 | WARNING | Line exceeds 85 characters; contains 112 characters 39 | WARNING | Line exceeds 85 characters; contains 118 characters 58 | WARNING | Line exceeds 85 characters; contains 103 characters -------------------------------------------------------------------------------- FILE: ...ancew/dev/rwjl/vendor/squizlabs/php_codesniffer/tests/Standards/AllSniffs.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 5 WARNINGS AFFECTING 6 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 19 | ERROR | Missing doc comment for class AllSniffs 68 | WARNING | Line exceeds 85 characters; contains 89 characters 74 | WARNING | Line exceeds 85 characters; contains 91 characters 90 | WARNING | Line exceeds 85 characters; contains 89 characters ----------------------------------------------------------------------------------- FILE: ...jl/vendor/squizlabs/php_codesniffer/tests/Standards/AbstractSniffUnitTest.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 23 WARNINGS AFFECTING 24 LINES ----------------------------------------------------------------------------------- 11 | WARNING | Line exceeds 85 characters; contains 99 characters 12 | WARNING | PHP version not specified 12 | ERROR | Missing @category tag in file comment 12 | ERROR | Missing @package tag in file comment 12 | ERROR | Missing @link tag in file comment 24 | ERROR | Missing doc comment for class AbstractSniffUnitTest 87 | WARNING | Line exceeds 85 characters; contains 117 characters 129 | WARNING | Line exceeds 85 characters; contains 97 characters 158 | WARNING | Line exceeds 85 characters; contains 147 characters 178 | WARNING | Line exceeds 85 characters; contains 90 characters 189 | WARNING | Line exceeds 85 characters; contains 98 characters 196 | WARNING | Line exceeds 85 characters; contains 93 characters 197 | WARNING | Line exceeds 85 characters; contains 90 characters 201 | WARNING | Line exceeds 85 characters; contains 148 characters 205 | WARNING | Line exceeds 85 characters; contains 168 characters 273 | WARNING | Line exceeds 85 characters; contains 90 characters 276 | WARNING | Line exceeds 85 characters; contains 101 characters 281 | WARNING | Line exceeds 85 characters; contains 103 characters 287 | WARNING | Line exceeds 85 characters; contains 97 characters 330 | WARNING | Line exceeds 85 characters; contains 86 characters 333 | WARNING | Line exceeds 85 characters; contains 101 characters 338 | WARNING | Line exceeds 85 characters; contains 103 characters 344 | WARNING | Line exceeds 85 characters; contains 103 characters 381 | WARNING | Line exceeds 85 characters; contains 87 characters 391 | WARNING | Line exceeds 85 characters; contains 91 characters 414 | WARNING | Line exceeds 85 characters; contains 88 characters 420 | WARNING | Line exceeds 85 characters; contains 90 characters ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/tests/AllTests.php ------------------------------------------------------------------------------- FOUND 4 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 32 | ERROR | Missing doc comment for class PHP_CodeSniffer_AllTests ------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/tests/FileList.php ----------------------------------------------------------------------------------- FOUND 5 ERRORS AND 2 WARNINGS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing doc comment for class FileList 45 | ERROR | Private member variable "baseRegex" must be prefixed with an | | underscore ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/autoload.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 21 WARNINGS AFFECTING 26 LINES ----------------------------------------------------------------------------------- 14 | WARNING | Line exceeds 85 characters; contains 99 characters 15 | WARNING | PHP version not specified 15 | ERROR | Missing @category tag in file comment 15 | ERROR | Missing @package tag in file comment 15 | ERROR | Missing @link tag in file comment 23 | ERROR | Missing doc comment for class Autoload 31 | ERROR | Private member variable "composerAutoloader" must be prefixed | | with an underscore 38 | ERROR | Private member variable "loadedClasses" must be prefixed with an | | underscore 45 | ERROR | Private member variable "loadedFiles" must be prefixed with an | | underscore 54 | ERROR | Private member variable "searchPaths" must be prefixed with an | | underscore 60 | WARNING | Line exceeds 85 characters; contains 86 characters 82 | WARNING | Line exceeds 85 characters; contains 86 characters 110 | WARNING | Line exceeds 85 characters; contains 100 characters 123 | WARNING | Line exceeds 85 characters; contains 97 characters 127 | WARNING | Line exceeds 85 characters; contains 86 characters 180 | WARNING | Line exceeds 85 characters; contains 91 characters 190 | WARNING | Line exceeds 85 characters; contains 98 characters 192 | WARNING | Line exceeds 85 characters; contains 102 characters 193 | WARNING | Line exceeds 85 characters; contains 101 characters 197 | WARNING | Line exceeds 85 characters; contains 90 characters 201 | WARNING | Line exceeds 85 characters; contains 98 characters 206 | WARNING | Line exceeds 85 characters; contains 88 characters 207 | WARNING | Line exceeds 85 characters; contains 98 characters 208 | WARNING | Line exceeds 85 characters; contains 101 characters 226 | WARNING | Line exceeds 85 characters; contains 123 characters 236 | WARNING | Line exceeds 85 characters; contains 115 characters 254 | WARNING | Line exceeds 85 characters; contains 86 characters 288 | WARNING | Line exceeds 85 characters; contains 99 characters 307 | WARNING | Line exceeds 85 characters; contains 100 characters ----------------------------------------------------------------------------------- FILE: ...lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Tokenizers/Tokenizer.php ----------------------------------------------------------------------------------- FOUND 10 ERRORS AND 147 WARNINGS AFFECTING 154 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing doc comment for class Tokenizer 81 | WARNING | Line exceeds 85 characters; contains 87 characters 84 | WARNING | Line exceeds 85 characters; contains 97 characters 171 | ERROR | Private method name "Tokenizer::createPositionMap" must be | | prefixed with an underscore 263 | WARNING | Line exceeds 85 characters; contains 87 characters 275 | WARNING | Line exceeds 85 characters; contains 89 characters 281 | WARNING | Line exceeds 85 characters; contains 88 characters 285 | WARNING | Line exceeds 85 characters; contains 87 characters 288 | WARNING | Line exceeds 85 characters; contains 86 characters 291 | WARNING | Line exceeds 85 characters; contains 94 characters 293 | WARNING | Line exceeds 85 characters; contains 87 characters 298 | WARNING | Line exceeds 85 characters; contains 87 characters 302 | WARNING | Line exceeds 85 characters; contains 93 characters 303 | WARNING | Line exceeds 85 characters; contains 93 characters 305 | WARNING | Line exceeds 85 characters; contains 87 characters 328 | WARNING | Line exceeds 85 characters; contains 87 characters 334 | WARNING | Line exceeds 85 characters; contains 93 characters 340 | WARNING | Line exceeds 85 characters; contains 92 characters 350 | WARNING | Line exceeds 85 characters; contains 86 characters 366 | WARNING | Line exceeds 85 characters; contains 98 characters 367 | WARNING | Line exceeds 85 characters; contains 100 characters 378 | WARNING | Line exceeds 85 characters; contains 92 characters 397 | WARNING | Line exceeds 85 characters; contains 90 characters 399 | WARNING | Line exceeds 85 characters; contains 94 characters 407 | WARNING | Line exceeds 85 characters; contains 94 characters 408 | WARNING | Line exceeds 85 characters; contains 94 characters 409 | WARNING | Line exceeds 85 characters; contains 113 characters 415 | WARNING | Line exceeds 85 characters; contains 89 characters 416 | WARNING | Line exceeds 85 characters; contains 94 characters 419 | WARNING | Line exceeds 85 characters; contains 86 characters 422 | WARNING | Line exceeds 85 characters; contains 94 characters 441 | WARNING | Line exceeds 85 characters; contains 91 characters 444 | WARNING | Line exceeds 85 characters; contains 101 characters 446 | WARNING | Line exceeds 85 characters; contains 94 characters 448 | WARNING | Line exceeds 85 characters; contains 91 characters 475 | WARNING | Line exceeds 85 characters; contains 94 characters 476 | WARNING | Line exceeds 85 characters; contains 97 characters 477 | WARNING | Line exceeds 85 characters; contains 90 characters 479 | WARNING | Line exceeds 85 characters; contains 94 characters 485 | WARNING | Line exceeds 85 characters; contains 87 characters 486 | WARNING | Line exceeds 85 characters; contains 96 characters 489 | WARNING | Line exceeds 85 characters; contains 105 characters 491 | WARNING | Line exceeds 85 characters; contains 98 characters 493 | WARNING | Line exceeds 85 characters; contains 95 characters 512 | WARNING | Line exceeds 85 characters; contains 98 characters 514 | WARNING | Line exceeds 85 characters; contains 94 characters 516 | WARNING | Line exceeds 85 characters; contains 91 characters 546 | WARNING | Line exceeds 85 characters; contains 88 characters 548 | WARNING | Line exceeds 85 characters; contains 100 characters 549 | WARNING | Line exceeds 85 characters; contains 96 characters 551 | WARNING | Line exceeds 85 characters; contains 90 characters 553 | WARNING | Line exceeds 85 characters; contains 90 characters 559 | WARNING | Line exceeds 85 characters; contains 104 characters 588 | WARNING | Line exceeds 85 characters; contains 90 characters 626 | WARNING | Line exceeds 85 characters; contains 89 characters 629 | WARNING | Line exceeds 85 characters; contains 89 characters 649 | WARNING | Line exceeds 85 characters; contains 87 characters 668 | ERROR | Private method name "Tokenizer::createTokenMap" must be prefixed | | with an underscore 686 | WARNING | Line exceeds 85 characters; contains 89 characters 702 | WARNING | Line exceeds 85 characters; contains 88 characters 717 | WARNING | Line exceeds 85 characters; contains 86 characters 725 | WARNING | Line exceeds 85 characters; contains 88 characters 729 | WARNING | Line exceeds 85 characters; contains 93 characters 754 | WARNING | Line exceeds 85 characters; contains 87 characters 758 | WARNING | Line exceeds 85 characters; contains 88 characters 767 | WARNING | Line exceeds 85 characters; contains 91 characters 808 | WARNING | Line exceeds 85 characters; contains 90 characters 825 | WARNING | Line exceeds 85 characters; contains 89 characters 853 | ERROR | Private method name "Tokenizer::createParenthesisNestingMap" | | must be prefixed with an underscore 891 | ERROR | Private method name "Tokenizer::createScopeMap" must be prefixed | | with an underscore 902 | WARNING | Line exceeds 85 characters; contains 86 characters 934 | WARNING | Line exceeds 85 characters; contains 97 characters 936 | ERROR | Private method name "Tokenizer::recurseScopeMap" must be | | prefixed with an underscore 940 | WARNING | Line exceeds 85 characters; contains 93 characters 984 | WARNING | Line exceeds 85 characters; contains 88 characters 999 | WARNING | Line exceeds 85 characters; contains 105 characters 1017 | WARNING | Line exceeds 85 characters; contains 112 characters 1025 | WARNING | Line exceeds 85 characters; contains 92 characters 1041 | WARNING | Line exceeds 85 characters; contains 99 characters 1042 | WARNING | Line exceeds 85 characters; contains 104 characters 1047 | WARNING | Line exceeds 85 characters; contains 94 characters 1060 | WARNING | Line exceeds 85 characters; contains 108 characters 1064 | WARNING | Line exceeds 85 characters; contains 116 characters 1075 | WARNING | Line exceeds 85 characters; contains 91 characters 1079 | WARNING | Line exceeds 85 characters; contains 89 characters 1081 | WARNING | Line exceeds 85 characters; contains 139 characters 1085 | WARNING | Line exceeds 85 characters; contains 113 characters 1087 | WARNING | Line exceeds 85 characters; contains 118 characters 1106 | WARNING | Line exceeds 85 characters; contains 103 characters 1107 | WARNING | Line exceeds 85 characters; contains 91 characters 1114 | WARNING | Line exceeds 85 characters; contains 95 characters 1115 | WARNING | Line exceeds 85 characters; contains 101 characters 1116 | WARNING | Line exceeds 85 characters; contains 93 characters 1117 | WARNING | Line exceeds 85 characters; contains 93 characters 1118 | WARNING | Line exceeds 85 characters; contains 96 characters 1137 | WARNING | Line exceeds 85 characters; contains 91 characters 1144 | WARNING | Line exceeds 85 characters; contains 91 characters 1155 | WARNING | Line exceeds 85 characters; contains 122 characters 1174 | WARNING | Line exceeds 85 characters; contains 86 characters 1179 | WARNING | Line exceeds 85 characters; contains 119 characters 1202 | WARNING | Line exceeds 85 characters; contains 104 characters 1265 | WARNING | Line exceeds 85 characters; contains 104 characters 1270 | WARNING | Line exceeds 85 characters; contains 95 characters 1275 | WARNING | Line exceeds 85 characters; contains 87 characters 1278 | WARNING | Line exceeds 85 characters; contains 115 characters 1283 | WARNING | Line exceeds 85 characters; contains 93 characters 1295 | WARNING | Line exceeds 85 characters; contains 104 characters 1305 | WARNING | Line exceeds 85 characters; contains 86 characters 1320 | WARNING | Line exceeds 85 characters; contains 98 characters 1323 | WARNING | Line exceeds 85 characters; contains 92 characters 1324 | WARNING | Line exceeds 85 characters; contains 93 characters 1336 | WARNING | Line exceeds 85 characters; contains 93 characters 1353 | WARNING | Line exceeds 85 characters; contains 90 characters 1358 | WARNING | Line exceeds 85 characters; contains 118 characters 1360 | WARNING | Line exceeds 85 characters; contains 104 characters 1364 | WARNING | Line exceeds 85 characters; contains 115 characters 1387 | WARNING | Line exceeds 85 characters; contains 113 characters 1394 | WARNING | Line exceeds 85 characters; contains 92 characters 1402 | WARNING | Line exceeds 85 characters; contains 100 characters 1433 | WARNING | Line exceeds 85 characters; contains 93 characters 1440 | WARNING | Line exceeds 85 characters; contains 112 characters 1446 | WARNING | Line exceeds 85 characters; contains 102 characters 1473 | WARNING | Line exceeds 85 characters; contains 98 characters 1503 | ERROR | Private method name "Tokenizer::createLevelMap" must be prefixed | | with an underscore 1558 | WARNING | Line exceeds 85 characters; contains 131 characters 1564 | WARNING | Line exceeds 85 characters; contains 96 characters 1567 | WARNING | Line exceeds 85 characters; contains 114 characters 1570 | WARNING | Line exceeds 85 characters; contains 90 characters 1571 | WARNING | Line exceeds 85 characters; contains 156 characters 1578 | WARNING | Line exceeds 85 characters; contains 94 characters 1581 | WARNING | Line exceeds 85 characters; contains 93 characters 1590 | WARNING | Line exceeds 85 characters; contains 87 characters 1596 | WARNING | Line exceeds 85 characters; contains 93 characters 1597 | WARNING | Line exceeds 85 characters; contains 87 characters 1606 | WARNING | Line exceeds 85 characters; contains 96 characters 1608 | WARNING | Line exceeds 85 characters; contains 101 characters 1616 | WARNING | Line exceeds 85 characters; contains 103 characters 1639 | WARNING | Line exceeds 85 characters; contains 91 characters 1646 | WARNING | Line exceeds 85 characters; contains 103 characters 1660 | WARNING | Line exceeds 85 characters; contains 90 characters 1666 | WARNING | Line exceeds 85 characters; contains 124 characters 1672 | WARNING | Line exceeds 85 characters; contains 101 characters 1674 | WARNING | Line exceeds 85 characters; contains 110 characters 1675 | WARNING | Line exceeds 85 characters; contains 93 characters 1680 | WARNING | Line exceeds 85 characters; contains 109 characters 1684 | WARNING | Line exceeds 85 characters; contains 89 characters 1687 | WARNING | Line exceeds 85 characters; contains 90 characters 1692 | WARNING | Line exceeds 85 characters; contains 95 characters 1698 | WARNING | Line exceeds 85 characters; contains 101 characters 1699 | WARNING | Line exceeds 85 characters; contains 95 characters 1708 | WARNING | Line exceeds 85 characters; contains 104 characters 1710 | WARNING | Line exceeds 85 characters; contains 109 characters ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Tokenizers/CSS.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 30 WARNINGS AFFECTING 31 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing doc comment for class CSS 30 | WARNING | Line exceeds 85 characters; contains 97 characters 35 | WARNING | Line exceeds 85 characters; contains 96 characters 100 | WARNING | Line exceeds 85 characters; contains 98 characters 101 | WARNING | Line exceeds 85 characters; contains 96 characters 115 | WARNING | Line exceeds 85 characters; contains 90 characters 206 | WARNING | Line exceeds 85 characters; contains 91 characters 231 | WARNING | Line exceeds 85 characters; contains 88 characters 232 | WARNING | Line exceeds 85 characters; contains 112 characters 340 | WARNING | Line exceeds 85 characters; contains 124 characters 343 | WARNING | Line exceeds 85 characters; contains 108 characters 344 | WARNING | Line exceeds 85 characters; contains 107 characters 346 | WARNING | Line exceeds 85 characters; contains 118 characters 361 | WARNING | Line exceeds 85 characters; contains 125 characters 362 | WARNING | Line exceeds 85 characters; contains 107 characters 363 | WARNING | Line exceeds 85 characters; contains 123 characters 366 | WARNING | Line exceeds 85 characters; contains 108 characters 377 | WARNING | Line exceeds 85 characters; contains 95 characters 394 | WARNING | Line exceeds 85 characters; contains 99 characters 406 | WARNING | Line exceeds 85 characters; contains 99 characters 418 | WARNING | Line exceeds 85 characters; contains 98 characters 434 | WARNING | Line exceeds 85 characters; contains 98 characters 435 | WARNING | Line exceeds 85 characters; contains 101 characters 453 | WARNING | Line exceeds 85 characters; contains 104 characters 463 | WARNING | Line exceeds 85 characters; contains 155 characters 466 | WARNING | Line exceeds 85 characters; contains 108 characters 467 | WARNING | Line exceeds 85 characters; contains 107 characters 469 | WARNING | Line exceeds 85 characters; contains 118 characters 476 | WARNING | Line exceeds 85 characters; contains 114 characters ----------------------------------------------------------------------------------- FILE: ...e/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Tokenizers/Comment.php ----------------------------------------------------------------------------------- FOUND 6 ERRORS AND 6 WARNINGS AFFECTING 9 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class Comment 67 | WARNING | Line exceeds 85 characters; contains 88 characters 84 | WARNING | Line exceeds 85 characters; contains 93 characters 111 | WARNING | Line exceeds 85 characters; contains 98 characters 162 | WARNING | Line exceeds 85 characters; contains 89 characters 184 | ERROR | Private method name "Comment::processLine" must be prefixed with | | an underscore 259 | ERROR | Private method name "Comment::collectWhitespace" must be prefixed | | with an underscore ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Tokenizers/PHP.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 247 WARNINGS AFFECTING 252 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class PHP 502 | ERROR | Private member variable "resolveTokenCache" must be prefixed | | with an underscore 568 | WARNING | Line exceeds 85 characters; contains 98 characters 599 | WARNING | Line exceeds 85 characters; contains 93 characters 609 | WARNING | Line exceeds 85 characters; contains 86 characters 614 | WARNING | Line exceeds 85 characters; contains 100 characters 618 | WARNING | Line exceeds 85 characters; contains 103 characters 635 | WARNING | Line exceeds 85 characters; contains 88 characters 641 | WARNING | Line exceeds 85 characters; contains 91 characters 660 | WARNING | Line exceeds 85 characters; contains 87 characters 673 | WARNING | Line exceeds 85 characters; contains 99 characters 674 | WARNING | Line exceeds 85 characters; contains 101 characters 701 | WARNING | Line exceeds 85 characters; contains 93 characters 716 | WARNING | Line exceeds 85 characters; contains 92 characters 731 | WARNING | Line exceeds 85 characters; contains 98 characters 740 | WARNING | Line exceeds 85 characters; contains 105 characters 753 | WARNING | Line exceeds 85 characters; contains 105 characters 754 | WARNING | Line exceeds 85 characters; contains 90 characters 789 | WARNING | Line exceeds 85 characters; contains 103 characters 791 | WARNING | Line exceeds 85 characters; contains 108 characters 801 | WARNING | Line exceeds 85 characters; contains 103 characters 806 | WARNING | Line exceeds 85 characters; contains 111 characters 813 | WARNING | Line exceeds 85 characters; contains 90 characters 815 | WARNING | Line exceeds 85 characters; contains 101 characters 820 | WARNING | Line exceeds 85 characters; contains 103 characters 823 | WARNING | Line exceeds 85 characters; contains 87 characters 836 | WARNING | Line exceeds 85 characters; contains 122 characters 852 | WARNING | Line exceeds 85 characters; contains 97 characters 855 | WARNING | Line exceeds 85 characters; contains 113 characters 908 | WARNING | Line exceeds 85 characters; contains 87 characters 1052 | WARNING | Line exceeds 85 characters; contains 87 characters 1053 | WARNING | Line exceeds 85 characters; contains 92 characters 1094 | WARNING | Line exceeds 85 characters; contains 88 characters 1128 | WARNING | Line exceeds 85 characters; contains 98 characters 1138 | WARNING | Line exceeds 85 characters; contains 93 characters 1152 | WARNING | Line exceeds 85 characters; contains 100 characters 1180 | WARNING | Line exceeds 85 characters; contains 86 characters 1187 | WARNING | Line exceeds 85 characters; contains 102 characters 1197 | WARNING | Line exceeds 85 characters; contains 96 characters 1206 | WARNING | Line exceeds 85 characters; contains 89 characters 1208 | WARNING | Line exceeds 85 characters; contains 90 characters 1274 | WARNING | Line exceeds 85 characters; contains 110 characters 1304 | WARNING | Line exceeds 85 characters; contains 95 characters 1317 | WARNING | Line exceeds 85 characters; contains 117 characters 1325 | WARNING | Line exceeds 85 characters; contains 100 characters 1367 | WARNING | Line exceeds 85 characters; contains 86 characters 1368 | WARNING | Line exceeds 85 characters; contains 90 characters 1373 | WARNING | Line exceeds 85 characters; contains 100 characters 1387 | WARNING | Line exceeds 85 characters; contains 101 characters 1408 | WARNING | Line exceeds 85 characters; contains 100 characters 1409 | WARNING | Line exceeds 85 characters; contains 114 characters 1449 | WARNING | Line exceeds 85 characters; contains 100 characters 1477 | WARNING | Line exceeds 85 characters; contains 94 characters 1488 | WARNING | Line exceeds 85 characters; contains 92 characters 1519 | WARNING | Line exceeds 85 characters; contains 103 characters 1538 | WARNING | Line exceeds 85 characters; contains 100 characters 1548 | WARNING | Line exceeds 85 characters; contains 89 characters 1554 | WARNING | Line exceeds 85 characters; contains 107 characters 1754 | WARNING | Line exceeds 85 characters; contains 100 characters 1758 | WARNING | Line exceeds 85 characters; contains 101 characters 1778 | WARNING | Line exceeds 85 characters; contains 117 characters 1779 | WARNING | Line exceeds 85 characters; contains 116 characters 1780 | WARNING | Line exceeds 85 characters; contains 116 characters 1782 | WARNING | Line exceeds 85 characters; contains 99 characters 1783 | WARNING | Line exceeds 85 characters; contains 90 characters 1784 | WARNING | Line exceeds 85 characters; contains 115 characters 1785 | WARNING | Line exceeds 85 characters; contains 107 characters 1816 | WARNING | Line exceeds 85 characters; contains 95 characters 1825 | WARNING | Line exceeds 85 characters; contains 107 characters 1841 | WARNING | Line exceeds 85 characters; contains 94 characters 1855 | WARNING | Line exceeds 85 characters; contains 94 characters 1865 | WARNING | Line exceeds 85 characters; contains 87 characters 1866 | WARNING | Line exceeds 85 characters; contains 86 characters 1872 | WARNING | Line exceeds 85 characters; contains 100 characters 1893 | WARNING | Line exceeds 85 characters; contains 86 characters 1898 | WARNING | Line exceeds 85 characters; contains 99 characters 1907 | WARNING | Line exceeds 85 characters; contains 103 characters 1924 | WARNING | Line exceeds 85 characters; contains 96 characters 1930 | WARNING | Line exceeds 85 characters; contains 90 characters 1939 | WARNING | Line exceeds 85 characters; contains 91 characters 1941 | WARNING | Line exceeds 85 characters; contains 96 characters 1942 | WARNING | Line exceeds 85 characters; contains 111 characters 1983 | WARNING | Line exceeds 85 characters; contains 97 characters 2026 | WARNING | Line exceeds 85 characters; contains 105 characters 2031 | WARNING | Line exceeds 85 characters; contains 98 characters 2046 | WARNING | Line exceeds 85 characters; contains 94 characters 2052 | WARNING | Line exceeds 85 characters; contains 136 characters 2054 | WARNING | Line exceeds 85 characters; contains 97 characters 2113 | WARNING | Line exceeds 85 characters; contains 87 characters 2135 | WARNING | Line exceeds 85 characters; contains 88 characters 2150 | WARNING | Line exceeds 85 characters; contains 93 characters 2151 | WARNING | Line exceeds 85 characters; contains 103 characters 2153 | WARNING | Line exceeds 85 characters; contains 97 characters 2170 | WARNING | Line exceeds 85 characters; contains 87 characters 2176 | WARNING | Line exceeds 85 characters; contains 89 characters 2186 | WARNING | Line exceeds 85 characters; contains 95 characters 2261 | WARNING | Line exceeds 85 characters; contains 99 characters 2278 | WARNING | Line exceeds 85 characters; contains 88 characters 2305 | WARNING | Line exceeds 85 characters; contains 107 characters 2307 | WARNING | Line exceeds 85 characters; contains 105 characters 2314 | WARNING | Line exceeds 85 characters; contains 87 characters 2326 | WARNING | Line exceeds 85 characters; contains 111 characters 2335 | WARNING | Line exceeds 85 characters; contains 97 characters 2340 | WARNING | Line exceeds 85 characters; contains 88 characters 2342 | WARNING | Line exceeds 85 characters; contains 97 characters 2353 | WARNING | Line exceeds 85 characters; contains 90 characters 2356 | WARNING | Line exceeds 85 characters; contains 87 characters 2394 | WARNING | Line exceeds 85 characters; contains 100 characters 2406 | WARNING | Line exceeds 85 characters; contains 88 characters 2422 | WARNING | Line exceeds 85 characters; contains 93 characters 2452 | WARNING | Line exceeds 85 characters; contains 89 characters 2453 | WARNING | Line exceeds 85 characters; contains 86 characters 2466 | WARNING | Line exceeds 85 characters; contains 119 characters 2469 | WARNING | Line exceeds 85 characters; contains 97 characters 2477 | WARNING | Line exceeds 85 characters; contains 87 characters 2485 | WARNING | Line exceeds 85 characters; contains 112 characters 2507 | WARNING | Line exceeds 85 characters; contains 93 characters 2512 | WARNING | Line exceeds 85 characters; contains 88 characters 2515 | WARNING | Line exceeds 85 characters; contains 90 characters 2537 | WARNING | Line exceeds 85 characters; contains 89 characters 2544 | WARNING | Line exceeds 85 characters; contains 88 characters 2548 | WARNING | Line exceeds 85 characters; contains 103 characters 2565 | WARNING | Line exceeds 85 characters; contains 94 characters 2613 | WARNING | Line exceeds 85 characters; contains 123 characters 2624 | WARNING | Line exceeds 85 characters; contains 92 characters 2636 | WARNING | Line exceeds 85 characters; contains 107 characters 2639 | WARNING | Line exceeds 85 characters; contains 122 characters 2640 | WARNING | Line exceeds 85 characters; contains 87 characters 2654 | WARNING | Line exceeds 85 characters; contains 116 characters 2660 | WARNING | Line exceeds 85 characters; contains 91 characters 2674 | WARNING | Line exceeds 85 characters; contains 103 characters 2690 | WARNING | Line exceeds 85 characters; contains 111 characters 2694 | WARNING | Line exceeds 85 characters; contains 118 characters 2708 | WARNING | Line exceeds 85 characters; contains 103 characters 2711 | WARNING | Line exceeds 85 characters; contains 88 characters 2719 | WARNING | Line exceeds 85 characters; contains 108 characters 2743 | WARNING | Line exceeds 85 characters; contains 86 characters 2764 | WARNING | Line exceeds 85 characters; contains 102 characters 2765 | WARNING | Line exceeds 85 characters; contains 102 characters 2767 | WARNING | Line exceeds 85 characters; contains 139 characters 2768 | WARNING | Line exceeds 85 characters; contains 95 characters 2769 | WARNING | Line exceeds 85 characters; contains 116 characters 2771 | WARNING | Line exceeds 85 characters; contains 94 characters 2772 | WARNING | Line exceeds 85 characters; contains 106 characters 2776 | WARNING | Line exceeds 85 characters; contains 113 characters 2782 | WARNING | Line exceeds 85 characters; contains 115 characters 2783 | WARNING | Line exceeds 85 characters; contains 118 characters 2790 | WARNING | Line exceeds 85 characters; contains 98 characters 2792 | WARNING | Line exceeds 85 characters; contains 106 characters 2793 | WARNING | Line exceeds 85 characters; contains 98 characters 2794 | WARNING | Line exceeds 85 characters; contains 101 characters 2795 | WARNING | Line exceeds 85 characters; contains 95 characters 2797 | WARNING | Line exceeds 85 characters; contains 119 characters 2798 | WARNING | Line exceeds 85 characters; contains 122 characters 2809 | WARNING | Line exceeds 85 characters; contains 142 characters 2810 | WARNING | Line exceeds 85 characters; contains 95 characters 2811 | WARNING | Line exceeds 85 characters; contains 113 characters 2813 | WARNING | Line exceeds 85 characters; contains 106 characters 2818 | WARNING | Line exceeds 85 characters; contains 91 characters 2819 | WARNING | Line exceeds 85 characters; contains 88 characters 2820 | WARNING | Line exceeds 85 characters; contains 88 characters 2821 | WARNING | Line exceeds 85 characters; contains 87 characters 2823 | WARNING | Line exceeds 85 characters; contains 92 characters 2824 | WARNING | Line exceeds 85 characters; contains 97 characters 2828 | WARNING | Line exceeds 85 characters; contains 100 characters 2829 | WARNING | Line exceeds 85 characters; contains 98 characters 2834 | WARNING | Line exceeds 85 characters; contains 96 characters 2835 | WARNING | Line exceeds 85 characters; contains 94 characters 2840 | WARNING | Line exceeds 85 characters; contains 88 characters 2845 | WARNING | Line exceeds 85 characters; contains 88 characters 2858 | WARNING | Line exceeds 85 characters; contains 103 characters 2860 | WARNING | Line exceeds 85 characters; contains 88 characters 2862 | WARNING | Line exceeds 85 characters; contains 89 characters 2879 | WARNING | Line exceeds 85 characters; contains 90 characters 2882 | WARNING | Line exceeds 85 characters; contains 90 characters 2891 | WARNING | Line exceeds 85 characters; contains 122 characters 2897 | WARNING | Line exceeds 85 characters; contains 98 characters 2901 | WARNING | Line exceeds 85 characters; contains 92 characters 2938 | WARNING | Line exceeds 85 characters; contains 91 characters 2942 | WARNING | Line exceeds 85 characters; contains 132 characters 2961 | WARNING | Line exceeds 85 characters; contains 123 characters 2963 | WARNING | Line exceeds 85 characters; contains 130 characters 2969 | WARNING | Line exceeds 85 characters; contains 108 characters 2975 | WARNING | Line exceeds 85 characters; contains 87 characters 2978 | WARNING | Line exceeds 85 characters; contains 123 characters 2996 | WARNING | Line exceeds 85 characters; contains 98 characters 3006 | WARNING | Line exceeds 85 characters; contains 118 characters 3016 | WARNING | Line exceeds 85 characters; contains 86 characters 3032 | WARNING | Line exceeds 85 characters; contains 107 characters 3044 | WARNING | Line exceeds 85 characters; contains 117 characters 3052 | WARNING | Line exceeds 85 characters; contains 114 characters 3054 | WARNING | Line exceeds 85 characters; contains 103 characters 3074 | WARNING | Line exceeds 85 characters; contains 90 characters 3089 | WARNING | Line exceeds 85 characters; contains 91 characters 3094 | WARNING | Line exceeds 85 characters; contains 106 characters 3113 | WARNING | Line exceeds 85 characters; contains 101 characters 3120 | WARNING | Line exceeds 85 characters; contains 114 characters 3147 | WARNING | Line exceeds 85 characters; contains 124 characters 3152 | WARNING | Line exceeds 85 characters; contains 90 characters 3160 | WARNING | Line exceeds 85 characters; contains 98 characters 3161 | WARNING | Line exceeds 85 characters; contains 114 characters 3167 | WARNING | Line exceeds 85 characters; contains 109 characters 3174 | WARNING | Line exceeds 85 characters; contains 119 characters 3175 | WARNING | Line exceeds 85 characters; contains 104 characters 3177 | WARNING | Line exceeds 85 characters; contains 107 characters 3182 | WARNING | Line exceeds 85 characters; contains 97 characters 3184 | WARNING | Line exceeds 85 characters; contains 100 characters 3204 | WARNING | Line exceeds 85 characters; contains 122 characters 3206 | WARNING | Line exceeds 85 characters; contains 137 characters 3217 | WARNING | Line exceeds 85 characters; contains 116 characters 3222 | WARNING | Line exceeds 85 characters; contains 128 characters 3228 | WARNING | Line exceeds 85 characters; contains 95 characters 3231 | WARNING | Line exceeds 85 characters; contains 99 characters 3243 | WARNING | Line exceeds 85 characters; contains 97 characters 3249 | WARNING | Line exceeds 85 characters; contains 94 characters 3254 | WARNING | Line exceeds 85 characters; contains 109 characters 3261 | WARNING | Line exceeds 85 characters; contains 95 characters 3272 | WARNING | Line exceeds 85 characters; contains 106 characters 3276 | WARNING | Line exceeds 85 characters; contains 100 characters 3278 | WARNING | Line exceeds 85 characters; contains 89 characters 3279 | WARNING | Line exceeds 85 characters; contains 104 characters 3280 | WARNING | Line exceeds 85 characters; contains 102 characters 3289 | WARNING | Line exceeds 85 characters; contains 103 characters 3290 | WARNING | Line exceeds 85 characters; contains 86 characters 3309 | WARNING | Line exceeds 85 characters; contains 88 characters 3320 | WARNING | Line exceeds 85 characters; contains 112 characters 3328 | WARNING | Line exceeds 85 characters; contains 120 characters 3336 | WARNING | Line exceeds 85 characters; contains 129 characters 3344 | WARNING | Line exceeds 85 characters; contains 131 characters 3355 | WARNING | Line exceeds 85 characters; contains 119 characters 3362 | WARNING | Line exceeds 85 characters; contains 91 characters 3373 | WARNING | Line exceeds 85 characters; contains 100 characters 3383 | WARNING | Line exceeds 85 characters; contains 91 characters 3390 | WARNING | Line exceeds 85 characters; contains 88 characters 3395 | WARNING | Line exceeds 85 characters; contains 97 characters 3419 | WARNING | Line exceeds 85 characters; contains 87 characters 3425 | WARNING | Line exceeds 85 characters; contains 98 characters 3436 | WARNING | Line exceeds 85 characters; contains 140 characters 3465 | WARNING | Line exceeds 85 characters; contains 132 characters 3469 | WARNING | Line exceeds 85 characters; contains 140 characters 3499 | WARNING | Line exceeds 85 characters; contains 154 characters 3536 | WARNING | Line exceeds 85 characters; contains 99 characters 3574 | WARNING | Line exceeds 85 characters; contains 92 characters 3742 | WARNING | Line exceeds 85 characters; contains 133 characters 3749 | ERROR | Private method name "PHP::findCloser" must be prefixed with an | | underscore 3758 | WARNING | Line exceeds 85 characters; contains 109 characters 3779 | WARNING | Line exceeds 85 characters; contains 90 characters 3784 | ERROR | Private method name "PHP::parsePhpAttribute" must be prefixed | | with an underscore 3824 | WARNING | Line exceeds 85 characters; contains 118 characters 3843 | ERROR | Private method name "PHP::createAttributesNestingMap" must be | | prefixed with an underscore ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Tokenizers/JS.php ---------------------------------------------------------------------------------- FOUND 4 ERRORS AND 50 WARNINGS AFFECTING 51 LINES ---------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing doc comment for class JS 259 | WARNING | Line exceeds 85 characters; contains 97 characters 264 | WARNING | Line exceeds 85 characters; contains 96 characters 329 | WARNING | Line exceeds 85 characters; contains 86 characters 392 | WARNING | Line exceeds 85 characters; contains 90 characters 398 | WARNING | Line exceeds 85 characters; contains 98 characters 431 | WARNING | Line exceeds 85 characters; contains 91 characters 458 | WARNING | Line exceeds 85 characters; contains 88 characters 484 | WARNING | Line exceeds 85 characters; contains 116 characters 500 | WARNING | Line exceeds 85 characters; contains 90 characters 512 | WARNING | Line exceeds 85 characters; contains 104 characters 516 | WARNING | Line exceeds 85 characters; contains 120 characters 556 | WARNING | Line exceeds 85 characters; contains 88 characters 565 | WARNING | Line exceeds 85 characters; contains 89 characters 571 | WARNING | Line exceeds 85 characters; contains 104 characters 591 | WARNING | Line exceeds 85 characters; contains 86 characters 596 | WARNING | Line exceeds 85 characters; contains 109 characters 771 | WARNING | Line exceeds 85 characters; contains 92 characters 777 | WARNING | Line exceeds 85 characters; contains 92 characters 801 | WARNING | Line exceeds 85 characters; contains 128 characters 852 | WARNING | Line exceeds 85 characters; contains 89 characters 860 | WARNING | Line exceeds 85 characters; contains 89 characters 863 | WARNING | Line exceeds 85 characters; contains 89 characters 874 | WARNING | Line exceeds 85 characters; contains 87 characters 877 | WARNING | Line exceeds 85 characters; contains 89 characters 1022 | WARNING | Line exceeds 85 characters; contains 89 characters 1064 | WARNING | Line exceeds 85 characters; contains 87 characters 1071 | WARNING | Line exceeds 85 characters; contains 112 characters 1073 | WARNING | Line exceeds 85 characters; contains 96 characters 1084 | WARNING | Line exceeds 85 characters; contains 105 characters 1087 | WARNING | Line exceeds 85 characters; contains 118 characters 1110 | WARNING | Line exceeds 85 characters; contains 90 characters 1113 | WARNING | Line exceeds 85 characters; contains 110 characters 1118 | WARNING | Line exceeds 85 characters; contains 86 characters 1119 | WARNING | Line exceeds 85 characters; contains 89 characters 1121 | WARNING | Line exceeds 85 characters; contains 107 characters 1131 | WARNING | Line exceeds 85 characters; contains 115 characters 1142 | WARNING | Line exceeds 85 characters; contains 86 characters 1143 | WARNING | Line exceeds 85 characters; contains 91 characters 1144 | WARNING | Line exceeds 85 characters; contains 91 characters 1157 | WARNING | Line exceeds 85 characters; contains 100 characters 1176 | WARNING | Line exceeds 85 characters; contains 98 characters 1178 | WARNING | Line exceeds 85 characters; contains 110 characters 1187 | WARNING | Line exceeds 85 characters; contains 86 characters 1207 | WARNING | Line exceeds 85 characters; contains 98 characters 1211 | WARNING | Line exceeds 85 characters; contains 87 characters 1218 | WARNING | Line exceeds 85 characters; contains 100 characters 1235 | WARNING | Line exceeds 85 characters; contains 96 characters 1243 | WARNING | Line exceeds 85 characters; contains 93 characters ---------------------------------------------------------------------------------- FILE: .../lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Generators/Markdown.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 3 WARNINGS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing doc comment for class Markdown 72 | WARNING | Line exceeds 85 characters; contains 116 characters ----------------------------------------------------------------------------------- FILE: ...home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Generators/Text.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 4 WARNINGS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 9 | WARNING | Line exceeds 85 characters; contains 99 characters 10 | WARNING | PHP version not specified 10 | ERROR | Missing @category tag in file comment 10 | ERROR | Missing @package tag in file comment 10 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing doc comment for class Text 244 | WARNING | Line exceeds 85 characters; contains 87 characters 246 | WARNING | Line exceeds 85 characters; contains 89 characters ----------------------------------------------------------------------------------- FILE: ...lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Generators/Generator.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 10 | WARNING | Line exceeds 85 characters; contains 99 characters 11 | WARNING | PHP version not specified 11 | ERROR | Missing @category tag in file comment 11 | ERROR | Missing @package tag in file comment 11 | ERROR | Missing @link tag in file comment 20 | ERROR | Missing doc comment for class Generator ----------------------------------------------------------------------------------- FILE: ...home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Generators/HTML.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 6 WARNINGS AFFECTING 7 LINES ----------------------------------------------------------------------------------- 11 | WARNING | Line exceeds 85 characters; contains 99 characters 12 | WARNING | PHP version not specified 12 | ERROR | Missing @category tag in file comment 12 | ERROR | Missing @package tag in file comment 12 | ERROR | Missing @link tag in file comment 20 | ERROR | Missing doc comment for class HTML 154 | WARNING | Line exceeds 85 characters; contains 96 characters 174 | WARNING | Line exceeds 85 characters; contains 119 characters 247 | WARNING | Line exceeds 85 characters; contains 94 characters 255 | WARNING | Line exceeds 85 characters; contains 96 characters ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Fixer.php ----------------------------------------------------------------------------------- FOUND 12 ERRORS AND 25 WARNINGS AFFECTING 34 LINES ----------------------------------------------------------------------------------- 10 | WARNING | Line exceeds 85 characters; contains 99 characters 11 | WARNING | PHP version not specified 11 | ERROR | Missing @category tag in file comment 11 | ERROR | Missing @package tag in file comment 11 | ERROR | Missing @link tag in file comment 19 | ERROR | Missing doc comment for class Fixer 45 | ERROR | Private member variable "currentFile" must be prefixed with an | | underscore 56 | ERROR | Private member variable "tokens" must be prefixed with an | | underscore 66 | ERROR | Private member variable "fixedTokens" must be prefixed with an | | underscore 76 | ERROR | Private member variable "oldTokenValues" must be prefixed with an | | underscore 86 | ERROR | Private member variable "changeset" must be prefixed with an | | underscore 93 | ERROR | Private member variable "inChangeset" must be prefixed with an | | underscore 100 | ERROR | Private member variable "inConflict" must be prefixed with an | | underscore 107 | ERROR | Private member variable "numFixes" must be prefixed with an | | underscore 165 | WARNING | Line exceeds 85 characters; contains 86 characters 182 | WARNING | Line exceeds 85 characters; contains 111 characters 197 | WARNING | Line exceeds 85 characters; contains 108 characters 209 | WARNING | Line exceeds 85 characters; contains 118 characters 231 | WARNING | Line exceeds 85 characters; contains 88 characters 252 | WARNING | Line exceeds 85 characters; contains 95 characters 254 | WARNING | Line exceeds 85 characters; contains 97 characters 255 | WARNING | Line exceeds 85 characters; contains 90 characters 256 | WARNING | Line exceeds 85 characters; contains 91 characters 283 | WARNING | Line exceeds 85 characters; contains 99 characters 495 | WARNING | Line exceeds 85 characters; contains 99 characters 530 | WARNING | Line exceeds 85 characters; contains 94 characters 554 | WARNING | Line exceeds 85 characters; contains 106 characters 556 | WARNING | Line exceeds 85 characters; contains 88 characters 567 | WARNING | Line exceeds 85 characters; contains 138 characters 593 | WARNING | Line exceeds 85 characters; contains 152 characters 594 | WARNING | Line exceeds 85 characters; contains 139 characters 600 | WARNING | Line exceeds 85 characters; contains 93 characters 611 | WARNING | Line exceeds 85 characters; contains 96 characters 630 | WARNING | Line exceeds 85 characters; contains 134 characters 669 | WARNING | Line exceeds 85 characters; contains 100 characters 671 | WARNING | Line exceeds 85 characters; contains 88 characters 688 | WARNING | Line exceeds 85 characters; contains 134 characters ----------------------------------------------------------------------------------- FILE: ...home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Files/DummyFile.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 3 WARNINGS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 12 | WARNING | Line exceeds 85 characters; contains 99 characters 13 | WARNING | PHP version not specified 13 | ERROR | Missing @category tag in file comment 13 | ERROR | Missing @package tag in file comment 13 | ERROR | Missing @link tag in file comment 20 | ERROR | Missing doc comment for class DummyFile 72 | WARNING | Line exceeds 85 characters; contains 90 characters ----------------------------------------------------------------------------------- FILE: ...home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Files/LocalFile.php ----------------------------------------------------------------------------------- FOUND 5 ERRORS AND 5 WARNINGS AFFECTING 7 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 17 | ERROR | Missing doc comment for class LocalFile 35 | WARNING | Line exceeds 85 characters; contains 108 characters 36 | WARNING | Line exceeds 85 characters; contains 86 characters 116 | WARNING | Line exceeds 85 characters; contains 90 characters 168 | ERROR | Private method name "LocalFile::replayErrors" must be prefixed | | with an underscore ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Files/File.php ----------------------------------------------------------------------------------- FOUND 5 ERRORS AND 172 WARNINGS AFFECTING 174 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 20 | ERROR | Missing doc comment for class File 144 | ERROR | Private member variable "metricTokens" must be prefixed with an | | underscore 230 | WARNING | Line exceeds 85 characters; contains 89 characters 253 | WARNING | Line exceeds 85 characters; contains 95 characters 254 | WARNING | Line exceeds 85 characters; contains 96 characters 282 | WARNING | Line exceeds 85 characters; contains 87 characters 363 | WARNING | Line exceeds 85 characters; contains 89 characters 366 | WARNING | Line exceeds 85 characters; contains 87 characters 374 | WARNING | Line exceeds 85 characters; contains 97 characters 375 | WARNING | Line exceeds 85 characters; contains 89 characters 381 | WARNING | Line exceeds 85 characters; contains 112 characters 382 | WARNING | Line exceeds 85 characters; contains 113 characters 383 | WARNING | Line exceeds 85 characters; contains 92 characters 387 | WARNING | Line exceeds 85 characters; contains 90 characters 390 | WARNING | Line exceeds 85 characters; contains 95 characters 391 | WARNING | Line exceeds 85 characters; contains 111 characters 411 | WARNING | Line exceeds 85 characters; contains 88 characters 417 | WARNING | Line exceeds 85 characters; contains 87 characters 419 | WARNING | Line exceeds 85 characters; contains 107 characters 421 | WARNING | Line exceeds 85 characters; contains 92 characters 422 | WARNING | Line exceeds 85 characters; contains 122 characters 423 | WARNING | Line exceeds 85 characters; contains 103 characters 424 | WARNING | Line exceeds 85 characters; contains 98 characters 425 | WARNING | Line exceeds 85 characters; contains 137 characters 446 | WARNING | Line exceeds 85 characters; contains 87 characters 459 | WARNING | Line exceeds 85 characters; contains 89 characters 469 | WARNING | Line exceeds 85 characters; contains 90 characters 482 | WARNING | Line exceeds 85 characters; contains 92 characters 488 | WARNING | Line exceeds 85 characters; contains 89 characters 489 | WARNING | Line exceeds 85 characters; contains 94 characters 519 | WARNING | Line exceeds 85 characters; contains 86 characters 526 | WARNING | Line exceeds 85 characters; contains 87 characters 548 | WARNING | Line exceeds 85 characters; contains 96 characters 551 | WARNING | Line exceeds 85 characters; contains 190 characters 557 | WARNING | Line exceeds 85 characters; contains 89 characters 594 | WARNING | Line exceeds 85 characters; contains 98 characters 598 | WARNING | Line exceeds 85 characters; contains 86 characters 632 | WARNING | Line exceeds 85 characters; contains 92 characters 701 | WARNING | Line exceeds 85 characters; contains 98 characters 735 | WARNING | Line exceeds 85 characters; contains 101 characters 759 | WARNING | Line exceeds 85 characters; contains 89 characters 783 | WARNING | Line exceeds 85 characters; contains 92 characters 809 | WARNING | Line exceeds 85 characters; contains 86 characters 840 | WARNING | Line exceeds 85 characters; contains 90 characters 865 | WARNING | Line exceeds 85 characters; contains 102 characters 902 | WARNING | Line exceeds 85 characters; contains 88 characters 913 | WARNING | Line exceeds 85 characters; contains 103 characters 936 | WARNING | Line exceeds 85 characters; contains 97 characters 938 | WARNING | Line exceeds 85 characters; contains 98 characters 956 | WARNING | Line exceeds 85 characters; contains 89 characters 1005 | WARNING | Line exceeds 85 characters; contains 88 characters 1008 | WARNING | Line exceeds 85 characters; contains 94 characters 1026 | WARNING | Line exceeds 85 characters; contains 86 characters 1267 | WARNING | Line exceeds 85 characters; contains 90 characters 1274 | WARNING | Line exceeds 85 characters; contains 97 characters 1275 | WARNING | Line exceeds 85 characters; contains 94 characters 1276 | WARNING | Line exceeds 85 characters; contains 103 characters 1292 | WARNING | Line exceeds 85 characters; contains 151 characters 1326 | WARNING | Line exceeds 85 characters; contains 97 characters 1327 | WARNING | Line exceeds 85 characters; contains 102 characters 1328 | WARNING | Line exceeds 85 characters; contains 115 characters 1329 | WARNING | Line exceeds 85 characters; contains 94 characters 1330 | WARNING | Line exceeds 85 characters; contains 101 characters 1331 | WARNING | Line exceeds 85 characters; contains 107 characters 1332 | WARNING | Line exceeds 85 characters; contains 112 characters 1333 | WARNING | Line exceeds 85 characters; contains 95 characters 1334 | WARNING | Line exceeds 85 characters; contains 103 characters 1335 | WARNING | Line exceeds 85 characters; contains 89 characters 1336 | WARNING | Line exceeds 85 characters; contains 105 characters 1337 | WARNING | Line exceeds 85 characters; contains 92 characters 1338 | WARNING | Line exceeds 85 characters; contains 103 characters 1339 | WARNING | Line exceeds 85 characters; contains 92 characters 1340 | WARNING | Line exceeds 85 characters; contains 105 characters 1342 | WARNING | Line exceeds 85 characters; contains 104 characters 1343 | WARNING | Line exceeds 85 characters; contains 93 characters 1348 | WARNING | Line exceeds 85 characters; contains 90 characters 1349 | WARNING | Line exceeds 85 characters; contains 104 characters 1350 | WARNING | Line exceeds 85 characters; contains 89 characters 1352 | WARNING | Line exceeds 85 characters; contains 107 characters 1353 | WARNING | Line exceeds 85 characters; contains 94 characters 1354 | WARNING | Line exceeds 85 characters; contains 108 characters 1355 | WARNING | Line exceeds 85 characters; contains 112 characters 1356 | WARNING | Line exceeds 85 characters; contains 97 characters 1357 | WARNING | Line exceeds 85 characters; contains 107 characters 1358 | WARNING | Line exceeds 85 characters; contains 114 characters 1364 | WARNING | Line exceeds 85 characters; contains 96 characters 1365 | WARNING | Line exceeds 85 characters; contains 94 characters 1375 | WARNING | Line exceeds 85 characters; contains 109 characters 1380 | WARNING | Line exceeds 85 characters; contains 99 characters 1418 | WARNING | Line exceeds 85 characters; contains 89 characters 1470 | WARNING | Line exceeds 85 characters; contains 101 characters 1563 | WARNING | Line exceeds 85 characters; contains 112 characters 1566 | WARNING | Line exceeds 85 characters; contains 126 characters 1587 | WARNING | Line exceeds 85 characters; contains 111 characters 1623 | WARNING | Line exceeds 85 characters; contains 92 characters 1641 | WARNING | Line exceeds 85 characters; contains 91 characters 1643 | WARNING | Line exceeds 85 characters; contains 104 characters 1644 | WARNING | Line exceeds 85 characters; contains 91 characters 1645 | WARNING | Line exceeds 85 characters; contains 102 characters 1646 | WARNING | Line exceeds 85 characters; contains 91 characters 1647 | WARNING | Line exceeds 85 characters; contains 97 characters 1649 | WARNING | Line exceeds 85 characters; contains 94 characters 1650 | WARNING | Line exceeds 85 characters; contains 91 characters 1651 | WARNING | Line exceeds 85 characters; contains 92 characters 1660 | WARNING | Line exceeds 85 characters; contains 94 characters 1661 | WARNING | Line exceeds 85 characters; contains 97 characters 1669 | WARNING | Line exceeds 85 characters; contains 100 characters 1758 | WARNING | Line exceeds 85 characters; contains 100 characters 1759 | WARNING | Line exceeds 85 characters; contains 88 characters 1768 | WARNING | Line exceeds 85 characters; contains 136 characters 1770 | WARNING | Line exceeds 85 characters; contains 87 characters 1800 | WARNING | Line exceeds 85 characters; contains 114 characters 1832 | WARNING | Line exceeds 85 characters; contains 92 characters 1833 | WARNING | Line exceeds 85 characters; contains 86 characters 1834 | WARNING | Line exceeds 85 characters; contains 88 characters 1835 | WARNING | Line exceeds 85 characters; contains 98 characters 1836 | WARNING | Line exceeds 85 characters; contains 91 characters 1838 | WARNING | Line exceeds 85 characters; contains 89 characters 1840 | WARNING | Line exceeds 85 characters; contains 96 characters 1849 | WARNING | Line exceeds 85 characters; contains 94 characters 1850 | WARNING | Line exceeds 85 characters; contains 103 characters 1878 | WARNING | Line exceeds 85 characters; contains 116 characters 1890 | WARNING | Line exceeds 85 characters; contains 86 characters 1894 | WARNING | Line exceeds 85 characters; contains 105 characters 2031 | WARNING | Line exceeds 85 characters; contains 94 characters 2123 | WARNING | Line exceeds 85 characters; contains 93 characters 2144 | WARNING | Line exceeds 85 characters; contains 89 characters 2149 | WARNING | Line exceeds 85 characters; contains 107 characters 2159 | WARNING | Line exceeds 85 characters; contains 99 characters 2217 | WARNING | Line exceeds 85 characters; contains 101 characters 2222 | WARNING | Line exceeds 85 characters; contains 116 characters 2238 | WARNING | Line exceeds 85 characters; contains 93 characters 2261 | WARNING | Line exceeds 85 characters; contains 86 characters 2264 | WARNING | Line exceeds 85 characters; contains 87 characters 2267 | WARNING | Line exceeds 85 characters; contains 87 characters 2342 | WARNING | Line exceeds 85 characters; contains 86 characters 2348 | WARNING | Line exceeds 85 characters; contains 87 characters 2401 | WARNING | Line exceeds 85 characters; contains 95 characters 2402 | WARNING | Line exceeds 85 characters; contains 93 characters 2444 | WARNING | Line exceeds 85 characters; contains 105 characters 2445 | WARNING | Line exceeds 85 characters; contains 90 characters 2447 | WARNING | Line exceeds 85 characters; contains 91 characters 2449 | WARNING | Line exceeds 85 characters; contains 122 characters 2454 | WARNING | Line exceeds 85 characters; contains 119 characters 2455 | WARNING | Line exceeds 85 characters; contains 103 characters 2459 | WARNING | Line exceeds 85 characters; contains 97 characters 2472 | WARNING | Line exceeds 85 characters; contains 87 characters 2473 | WARNING | Line exceeds 85 characters; contains 89 characters 2479 | WARNING | Line exceeds 85 characters; contains 108 characters 2480 | WARNING | Line exceeds 85 characters; contains 117 characters 2490 | WARNING | Line exceeds 85 characters; contains 87 characters 2491 | WARNING | Line exceeds 85 characters; contains 136 characters 2492 | WARNING | Line exceeds 85 characters; contains 88 characters 2494 | WARNING | Line exceeds 85 characters; contains 137 characters 2504 | WARNING | Line exceeds 85 characters; contains 94 characters 2511 | WARNING | Line exceeds 85 characters; contains 96 characters 2591 | WARNING | Line exceeds 85 characters; contains 95 characters 2592 | WARNING | Line exceeds 85 characters; contains 93 characters 2625 | WARNING | Line exceeds 85 characters; contains 132 characters 2627 | WARNING | Line exceeds 85 characters; contains 89 characters 2637 | WARNING | Line exceeds 85 characters; contains 132 characters 2647 | WARNING | Line exceeds 85 characters; contains 89 characters 2673 | WARNING | Line exceeds 85 characters; contains 104 characters 2714 | WARNING | Line exceeds 85 characters; contains 87 characters 2717 | WARNING | Line exceeds 85 characters; contains 87 characters 2720 | WARNING | Line exceeds 85 characters; contains 89 characters 2882 | WARNING | Line exceeds 85 characters; contains 91 characters 2883 | WARNING | Line exceeds 85 characters; contains 90 characters 2896 | WARNING | Line exceeds 85 characters; contains 87 characters 2923 | WARNING | Line exceeds 85 characters; contains 88 characters 2935 | WARNING | Line exceeds 85 characters; contains 94 characters 2936 | WARNING | Line exceeds 85 characters; contains 96 characters ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Files/FileList.php ----------------------------------------------------------------------------------- FOUND 7 ERRORS AND 8 WARNINGS AFFECTING 12 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 87 characters 9 | WARNING | Line exceeds 85 characters; contains 99 characters 10 | WARNING | PHP version not specified 10 | ERROR | Missing @category tag in file comment 10 | ERROR | Missing @package tag in file comment 10 | ERROR | Missing @link tag in file comment 27 | ERROR | Missing doc comment for class FileList 35 | ERROR | Private member variable "files" must be prefixed with an | | underscore 42 | ERROR | Private member variable "numFiles" must be prefixed with an | | underscore 89 | WARNING | Line exceeds 85 characters; contains 145 characters 146 | WARNING | Line exceeds 85 characters; contains 104 characters 148 | ERROR | Private method name "FileList::getFilterClass" must be prefixed | | with an underscore 159 | WARNING | Line exceeds 85 characters; contains 86 characters 197 | WARNING | Line exceeds 85 characters; contains 86 characters 208 | WARNING | Line exceeds 85 characters; contains 93 characters ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Util/Standards.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 7 WARNINGS AFFECTING 8 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class Standards 33 | WARNING | Line exceeds 85 characters; contains 87 characters 39 | WARNING | Line exceeds 85 characters; contains 96 characters 62 | WARNING | Line exceeds 85 characters; contains 89 characters 63 | WARNING | Line exceeds 85 characters; contains 99 characters 297 | WARNING | Line exceeds 85 characters; contains 86 characters ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Util/Cache.php ----------------------------------------------------------------------------------- FOUND 6 ERRORS AND 5 WARNINGS AFFECTING 8 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 20 | ERROR | Missing doc comment for class Cache 28 | ERROR | Private member variable "path" must be prefixed with an | | underscore 35 | ERROR | Private member variable "cache" must be prefixed with an | | underscore 104 | WARNING | Line exceeds 85 characters; contains 123 characters 153 | WARNING | Line exceeds 85 characters; contains 121 characters 240 | WARNING | Line exceeds 85 characters; contains 93 characters ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Util/Common.php -------------------------------------------------------------------------------- FOUND 4 ERRORS AND 2 WARNINGS AFFECTING 3 LINES -------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class Common -------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Util/Help.php ----------------------------------------------------------------------------------- FOUND 21 ERRORS AND 62 WARNINGS AFFECTING 80 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 90 characters 14 | WARNING | Line exceeds 85 characters; contains 99 characters 15 | WARNING | PHP version not specified 15 | ERROR | Missing @category tag in file comment 15 | ERROR | Missing @package tag in file comment 15 | ERROR | Missing @link tag in file comment 23 | ERROR | Missing doc comment for class Help 28 | WARNING | Line exceeds 85 characters; contains 94 characters 35 | WARNING | Line exceeds 85 characters; contains 93 characters 37 | WARNING | Line exceeds 85 characters; contains 93 characters 41 | WARNING | Line exceeds 85 characters; contains 282 characters 60 | WARNING | Line exceeds 85 characters; contains 86 characters 71 | ERROR | Private member variable "config" must be prefixed with an | | underscore 78 | ERROR | Private member variable "requestedOptions" must be prefixed with | | an underscore 85 | ERROR | Private member variable "activeOptions" must be prefixed with an | | underscore 92 | ERROR | Private member variable "indentWidth" must be prefixed with an | | underscore 99 | ERROR | Private member variable "gutterWidth" must be prefixed with an | | underscore 106 | ERROR | Private member variable "maxOptionNameLength" must be prefixed | | with an underscore 113 | WARNING | Line exceeds 85 characters; contains 91 characters 114 | WARNING | Line exceeds 85 characters; contains 92 characters 121 | WARNING | Line exceeds 85 characters; contains 95 characters 125 | WARNING | Line exceeds 85 characters; contains 86 characters 155 | ERROR | Private method name "Help::filterOptions" must be prefixed with | | an underscore 160 | WARNING | Line exceeds 85 characters; contains 88 characters 190 | WARNING | Line exceeds 85 characters; contains 117 characters 205 | ERROR | Private method name "Help::setMaxOptionNameLength" must be | | prefixed with an underscore 229 | WARNING | Line exceeds 85 characters; contains 92 characters 233 | ERROR | Private method name "Help::getMaxWidth" must be prefixed with an | | underscore 245 | ERROR | Private method name "Help::getDescriptionColumnWidth" must be | | prefixed with an underscore 247 | WARNING | Line exceeds 85 characters; contains 109 characters 253 | WARNING | Line exceeds 85 characters; contains 114 characters 257 | ERROR | Private method name | | "Help::getDescriptionFollowupLineIndentLength" must be prefixed | | with an underscore 259 | WARNING | Line exceeds 85 characters; contains 86 characters 269 | ERROR | Private method name "Help::printUsage" must be prefixed with an | | underscore 272 | WARNING | Line exceeds 85 characters; contains 86 characters 289 | ERROR | Private method name "Help::printCategories" must be prefixed with | | an underscore 306 | ERROR | Private method name "Help::printCategoryHeader" must be prefixed | | with an underscore 325 | ERROR | Private method name "Help::printCategoryOptions" must be prefixed | | with an underscore 329 | WARNING | Line exceeds 85 characters; contains 96 characters 339 | WARNING | Line exceeds 85 characters; contains 100 characters 348 | WARNING | Line exceeds 85 characters; contains 92 characters 349 | WARNING | Line exceeds 85 characters; contains 103 characters 372 | ERROR | Private method name "Help::colorizeVariableInput" must be | | prefixed with an underscore 374 | WARNING | Line exceeds 85 characters; contains 93 characters 384 | ERROR | Private method name "Help::getAllOptions" must be prefixed with | | an underscore 392 | WARNING | Line exceeds 85 characters; contains 99 characters 396 | WARNING | Line exceeds 85 characters; contains 87 characters 400 | WARNING | Line exceeds 85 characters; contains 103 characters 404 | WARNING | Line exceeds 85 characters; contains 146 characters 408 | WARNING | Line exceeds 85 characters; contains 174 characters 412 | WARNING | Line exceeds 85 characters; contains 127 characters 416 | WARNING | Line exceeds 85 characters; contains 142 characters 417 | WARNING | Line exceeds 85 characters; contains 101 characters 428 | WARNING | Line exceeds 85 characters; contains 299 characters 432 | WARNING | Line exceeds 85 characters; contains 143 characters 436 | WARNING | Line exceeds 85 characters; contains 147 characters 446 | WARNING | Line exceeds 85 characters; contains 106 characters 450 | WARNING | Line exceeds 85 characters; contains 125 characters 461 | WARNING | Line exceeds 85 characters; contains 141 characters 465 | WARNING | Line exceeds 85 characters; contains 176 characters 473 | WARNING | Line exceeds 85 characters; contains 129 characters 474 | WARNING | Line exceeds 85 characters; contains 124 characters 478 | WARNING | Line exceeds 85 characters; contains 136 characters 484 | WARNING | Line exceeds 85 characters; contains 116 characters 485 | WARNING | Line exceeds 85 characters; contains 98 characters 492 | WARNING | Line exceeds 85 characters; contains 305 characters 500 | WARNING | Line exceeds 85 characters; contains 102 characters 504 | WARNING | Line exceeds 85 characters; contains 143 characters 508 | WARNING | Line exceeds 85 characters; contains 93 characters 518 | WARNING | Line exceeds 85 characters; contains 97 characters 522 | WARNING | Line exceeds 85 characters; contains 112 characters 526 | WARNING | Line exceeds 85 characters; contains 101 characters 530 | WARNING | Line exceeds 85 characters; contains 102 characters 540 | WARNING | Line exceeds 85 characters; contains 88 characters 560 | WARNING | Line exceeds 85 characters; contains 143 characters 567 | WARNING | Line exceeds 85 characters; contains 97 characters 576 | WARNING | Line exceeds 85 characters; contains 144 characters 577 | WARNING | Line exceeds 85 characters; contains 264 characters 581 | WARNING | Line exceeds 85 characters; contains 134 characters 585 | WARNING | Line exceeds 85 characters; contains 93 characters 589 | WARNING | Line exceeds 85 characters; contains 97 characters 593 | WARNING | Line exceeds 85 characters; contains 106 characters 616 | WARNING | Line exceeds 85 characters; contains 87 characters ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Util/Tokens.php -------------------------------------------------------------------------------- FOUND 4 ERRORS AND 5 WARNINGS AFFECTING 6 LINES -------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 163 | WARNING | Line exceeds 85 characters; contains 99 characters 167 | WARNING | Line exceeds 85 characters; contains 107 characters 193 | ERROR | Missing doc comment for class Tokens 655 | WARNING | Line exceeds 85 characters; contains 92 characters -------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Util/Timing.php ----------------------------------------------------------------------------------- FOUND 6 ERRORS AND 2 WARNINGS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 12 | ERROR | Missing doc comment for class Timing 20 | ERROR | Private member variable "startTime" must be prefixed with an | | underscore 27 | ERROR | Private member variable "printed" must be prefixed with an | | underscore ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Ruleset.php ----------------------------------------------------------------------------------- FOUND 10 ERRORS AND 86 WARNINGS AFFECTING 93 LINES ----------------------------------------------------------------------------------- 9 | WARNING | Line exceeds 85 characters; contains 99 characters 10 | WARNING | PHP version not specified 10 | ERROR | Missing @category tag in file comment 10 | ERROR | Missing @package tag in file comment 10 | ERROR | Missing @link tag in file comment 23 | ERROR | Missing doc comment for class Ruleset 49 | WARNING | Line exceeds 85 characters; contains 90 characters 60 | WARNING | Line exceeds 85 characters; contains 91 characters 122 | ERROR | Private member variable "config" must be prefixed with an | | underscore 132 | ERROR | Private member variable "deprecatedSniffs" must be prefixed with | | an underscore 141 | WARNING | Line exceeds 85 characters; contains 89 characters 156 | WARNING | Line exceeds 85 characters; contains 102 characters 158 | WARNING | Line exceeds 85 characters; contains 94 characters 187 | WARNING | Line exceeds 85 characters; contains 97 characters 188 | WARNING | Line exceeds 85 characters; contains 107 characters 191 | WARNING | Line exceeds 85 characters; contains 120 characters 194 | WARNING | Line exceeds 85 characters; contains 87 characters 195 | WARNING | Line exceeds 85 characters; contains 86 characters 266 | WARNING | Line exceeds 85 characters; contains 86 characters 340 | WARNING | Line exceeds 85 characters; contains 104 characters 361 | WARNING | Line exceeds 85 characters; contains 111 characters 368 | WARNING | Line exceeds 85 characters; contains 99 characters 373 | WARNING | Line exceeds 85 characters; contains 116 characters 382 | WARNING | Line exceeds 85 characters; contains 121 characters 388 | WARNING | Line exceeds 85 characters; contains 100 characters 395 | WARNING | Line exceeds 85 characters; contains 111 characters 401 | WARNING | Line exceeds 85 characters; contains 96 characters 408 | WARNING | Line exceeds 85 characters; contains 109 characters 423 | WARNING | Line exceeds 85 characters; contains 108 characters 424 | WARNING | Line exceeds 85 characters; contains 91 characters 426 | WARNING | Line exceeds 85 characters; contains 87 characters 438 | WARNING | Line exceeds 85 characters; contains 108 characters 441 | WARNING | Line exceeds 85 characters; contains 92 characters 458 | WARNING | Line exceeds 85 characters; contains 137 characters 475 | WARNING | Line exceeds 85 characters; contains 93 characters 476 | WARNING | Line exceeds 85 characters; contains 110 characters 483 | WARNING | Line exceeds 85 characters; contains 108 characters 492 | WARNING | Line exceeds 85 characters; contains 103 characters 513 | WARNING | Line exceeds 85 characters; contains 129 characters 528 | WARNING | Line exceeds 85 characters; contains 102 characters 533 | WARNING | Line exceeds 85 characters; contains 105 characters 550 | WARNING | Line exceeds 85 characters; contains 93 characters 553 | WARNING | Line exceeds 85 characters; contains 110 characters 569 | WARNING | Line exceeds 85 characters; contains 104 characters 588 | WARNING | Line exceeds 85 characters; contains 99 characters 596 | WARNING | Line exceeds 85 characters; contains 95 characters 602 | WARNING | Line exceeds 85 characters; contains 108 characters 641 | WARNING | Line exceeds 85 characters; contains 111 characters 744 | WARNING | Line exceeds 85 characters; contains 114 characters 755 | WARNING | Line exceeds 85 characters; contains 108 characters 783 | ERROR | Private method name "Ruleset::expandSniffDirectory" must be | | prefixed with an underscore 787 | WARNING | Line exceeds 85 characters; contains 103 characters 788 | WARNING | Line exceeds 85 characters; contains 98 characters 823 | WARNING | Line exceeds 85 characters; contains 93 characters 844 | WARNING | Line exceeds 85 characters; contains 88 characters 846 | ERROR | Private method name "Ruleset::expandRulesetReference" must be | | prefixed with an underscore 869 | WARNING | Line exceeds 85 characters; contains 96 characters 882 | WARNING | Line exceeds 85 characters; contains 96 characters 896 | WARNING | Line exceeds 85 characters; contains 113 characters 909 | WARNING | Line exceeds 85 characters; contains 96 characters 925 | WARNING | Line exceeds 85 characters; contains 91 characters 928 | WARNING | Line exceeds 85 characters; contains 133 characters 969 | WARNING | Line exceeds 85 characters; contains 96 characters 979 | WARNING | Line exceeds 85 characters; contains 107 characters 982 | WARNING | Line exceeds 85 characters; contains 99 characters 1007 | WARNING | Line exceeds 85 characters; contains 105 characters 1021 | WARNING | Line exceeds 85 characters; contains 93 characters 1022 | WARNING | Line exceeds 85 characters; contains 86 characters 1026 | WARNING | Line exceeds 85 characters; contains 89 characters 1028 | ERROR | Private method name "Ruleset::processRule" must be prefixed with | | an underscore 1039 | WARNING | Line exceeds 85 characters; contains 95 characters 1051 | WARNING | Line exceeds 85 characters; contains 97 characters 1086 | WARNING | Line exceeds 85 characters; contains 118 characters 1139 | WARNING | Line exceeds 85 characters; contains 86 characters 1150 | WARNING | Line exceeds 85 characters; contains 98 characters 1152 | WARNING | Line exceeds 85 characters; contains 90 characters 1158 | WARNING | Line exceeds 85 characters; contains 86 characters 1193 | WARNING | Line exceeds 85 characters; contains 90 characters 1207 | WARNING | Line exceeds 85 characters; contains 99 characters 1232 | WARNING | Line exceeds 85 characters; contains 92 characters 1235 | WARNING | Line exceeds 85 characters; contains 99 characters 1258 | WARNING | Line exceeds 85 characters; contains 93 characters 1261 | WARNING | Line exceeds 85 characters; contains 100 characters 1281 | ERROR | Private method name "Ruleset::shouldProcessElement" must be | | prefixed with an underscore 1327 | WARNING | Line exceeds 85 characters; contains 89 characters 1378 | WARNING | Line exceeds 85 characters; contains 88 characters 1398 | WARNING | Line exceeds 85 characters; contains 90 characters 1466 | WARNING | Line exceeds 85 characters; contains 114 characters 1470 | WARNING | Line exceeds 85 characters; contains 117 characters 1471 | WARNING | Line exceeds 85 characters; contains 117 characters 1490 | WARNING | Line exceeds 85 characters; contains 89 characters 1492 | WARNING | Line exceeds 85 characters; contains 91 characters 1493 | WARNING | Line exceeds 85 characters; contains 103 characters 1496 | WARNING | Line exceeds 85 characters; contains 96 characters 1510 | WARNING | Line exceeds 85 characters; contains 239 characters 1526 | WARNING | Line exceeds 85 characters; contains 98 characters ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Filters/Filter.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 7 WARNINGS AFFECTING 8 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 20 | ERROR | Missing doc comment for class Filter 71 | WARNING | Line exceeds 85 characters; contains 93 characters 78 | WARNING | Line exceeds 85 characters; contains 86 characters 143 | WARNING | Line exceeds 85 characters; contains 140 characters 222 | WARNING | Line exceeds 85 characters; contains 94 characters 224 | WARNING | Line exceeds 85 characters; contains 92 characters ----------------------------------------------------------------------------------- FILE: .../lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Filters/GitModified.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 4 WARNINGS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 87 characters 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class GitModified 59 | WARNING | Line exceeds 85 characters; contains 93 characters ----------------------------------------------------------------------------------- FILE: ...e/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Filters/ExactMatch.php ----------------------------------------------------------------------------------- FOUND 6 ERRORS AND 11 WARNINGS AFFECTING 14 LINES ----------------------------------------------------------------------------------- 9 | WARNING | Line exceeds 85 characters; contains 99 characters 10 | WARNING | PHP version not specified 10 | ERROR | Missing @category tag in file comment 10 | ERROR | Missing @package tag in file comment 10 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing doc comment for class ExactMatch 24 | ERROR | Private member variable "disallowedFiles" must be prefixed with | | an underscore 29 | WARNING | Line exceeds 85 characters; contains 100 characters 33 | ERROR | Private member variable "allowedFiles" must be prefixed with an | | underscore 69 | WARNING | Line exceeds 85 characters; contains 96 characters 74 | WARNING | Line exceeds 85 characters; contains 93 characters 75 | WARNING | Line exceeds 85 characters; contains 100 characters 87 | WARNING | Line exceeds 85 characters; contains 105 characters 106 | WARNING | Line exceeds 85 characters; contains 103 characters 108 | WARNING | Line exceeds 85 characters; contains 117 characters 119 | WARNING | Line exceeds 85 characters; contains 100 characters 121 | WARNING | Line exceeds 85 characters; contains 114 characters ----------------------------------------------------------------------------------- FILE: ...me/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Filters/GitStaged.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 3 WARNINGS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 87 characters 9 | WARNING | Line exceeds 85 characters; contains 99 characters 10 | WARNING | PHP version not specified 10 | ERROR | Missing @category tag in file comment 10 | ERROR | Missing @package tag in file comment 10 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing doc comment for class GitStaged ----------------------------------------------------------------------------------- FILE: ...dev/rwjl/vendor/squizlabs/php_codesniffer/src/Exceptions/RuntimeException.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class RuntimeException ----------------------------------------------------------------------------------- FILE: ...ev/rwjl/vendor/squizlabs/php_codesniffer/src/Exceptions/DeepExitException.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 3 WARNINGS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 102 characters 10 | WARNING | Line exceeds 85 characters; contains 99 characters 11 | WARNING | PHP version not specified 11 | ERROR | Missing @category tag in file comment 11 | ERROR | Missing @package tag in file comment 11 | ERROR | Missing @link tag in file comment 17 | ERROR | Missing doc comment for class DeepExitException ----------------------------------------------------------------------------------- FILE: ...v/rwjl/vendor/squizlabs/php_codesniffer/src/Exceptions/TokenizerException.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 3 WARNINGS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 94 characters 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class TokenizerException ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Sniffs/Sniff.php --------------------------------------------------------------------------------- FOUND 4 ERRORS AND 6 WARNINGS AFFECTING 7 LINES --------------------------------------------------------------------------------- 12 | WARNING | Line exceeds 85 characters; contains 99 characters 13 | WARNING | PHP version not specified 13 | ERROR | Missing @category tag in file comment 13 | ERROR | Missing @package tag in file comment 13 | ERROR | Missing @link tag in file comment 19 | ERROR | Missing doc comment for interface Sniff 59 | WARNING | Line exceeds 85 characters; contains 91 characters 66 | WARNING | Line exceeds 85 characters; contains 87 characters 68 | WARNING | Line exceeds 85 characters; contains 88 characters 69 | WARNING | Line exceeds 85 characters; contains 87 characters --------------------------------------------------------------------------------- FILE: ...w/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Sniffs/AbstractArraySniff.php ----------------------------------------------------------------------------------- FOUND 5 ERRORS AND 20 WARNINGS AFFECTING 22 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class AbstractArraySniff 38 | WARNING | Line exceeds 85 characters; contains 89 characters 63 | WARNING | Line exceeds 85 characters; contains 99 characters 74 | WARNING | Line exceeds 85 characters; contains 113 characters 78 | WARNING | Line exceeds 85 characters; contains 93 characters 79 | WARNING | Line exceeds 85 characters; contains 97 characters 96 | WARNING | Line exceeds 85 characters; contains 99 characters 98 | WARNING | Line exceeds 85 characters; contains 98 characters 109 | WARNING | Line exceeds 85 characters; contains 94 characters 113 | ERROR | Private method name "AbstractArraySniff::getNext" must be | | prefixed with an underscore 144 | WARNING | Line exceeds 85 characters; contains 87 characters 146 | WARNING | Line exceeds 85 characters; contains 97 characters 147 | WARNING | Line exceeds 85 characters; contains 95 characters 148 | WARNING | Line exceeds 85 characters; contains 101 characters 153 | WARNING | Line exceeds 85 characters; contains 112 characters 160 | WARNING | Line exceeds 85 characters; contains 87 characters 162 | WARNING | Line exceeds 85 characters; contains 97 characters 163 | WARNING | Line exceeds 85 characters; contains 95 characters 164 | WARNING | Line exceeds 85 characters; contains 101 characters 169 | WARNING | Line exceeds 85 characters; contains 111 characters ----------------------------------------------------------------------------------- FILE: ...dev/rwjl/vendor/squizlabs/php_codesniffer/src/Sniffs/AbstractPatternSniff.php ----------------------------------------------------------------------------------- FOUND 12 ERRORS AND 34 WARNINGS AFFECTING 43 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 17 | ERROR | Missing doc comment for class AbstractPatternSniff 39 | ERROR | Private member variable "parsedPatterns" must be prefixed with an | | underscore 48 | ERROR | Private member variable "supplementaryTokens" must be prefixed | | with an underscore 55 | ERROR | Private member variable "errorPos" must be prefixed with an | | underscore 132 | ERROR | Private method name "AbstractPatternSniff::getPatternTokenTypes" | | must be prefixed with an underscore 156 | WARNING | Line exceeds 85 characters; contains 108 characters 158 | ERROR | Private method name "AbstractPatternSniff::getListenerTokenPos" | | must be prefixed with an underscore 178 | WARNING | Line exceeds 85 characters; contains 87 characters 198 | WARNING | Line exceeds 85 characters; contains 94 characters 244 | WARNING | Line exceeds 85 characters; contains 89 characters 245 | WARNING | Line exceeds 85 characters; contains 87 characters 246 | WARNING | Line exceeds 85 characters; contains 89 characters 248 | WARNING | Line exceeds 85 characters; contains 89 characters 250 | WARNING | Line exceeds 85 characters; contains 93 characters 251 | WARNING | Line exceeds 85 characters; contains 90 characters 285 | WARNING | Line exceeds 85 characters; contains 90 characters 359 | WARNING | Line exceeds 85 characters; contains 93 characters 368 | WARNING | Line exceeds 85 characters; contains 102 characters 386 | WARNING | Line exceeds 85 characters; contains 93 characters 388 | WARNING | Line exceeds 85 characters; contains 93 characters 390 | WARNING | Line exceeds 85 characters; contains 109 characters 404 | WARNING | Line exceeds 85 characters; contains 90 characters 406 | WARNING | Line exceeds 85 characters; contains 101 characters 407 | WARNING | Line exceeds 85 characters; contains 103 characters 419 | WARNING | Line exceeds 85 characters; contains 93 characters 420 | WARNING | Line exceeds 85 characters; contains 87 characters 434 | WARNING | Line exceeds 85 characters; contains 97 characters 442 | WARNING | Line exceeds 85 characters; contains 103 characters 520 | WARNING | Line exceeds 85 characters; contains 88 characters 529 | WARNING | Line exceeds 85 characters; contains 87 characters 531 | WARNING | Line exceeds 85 characters; contains 90 characters 544 | WARNING | Line exceeds 85 characters; contains 94 characters 636 | WARNING | Line exceeds 85 characters; contains 88 characters 649 | WARNING | Line exceeds 85 characters; contains 96 characters 750 | WARNING | Line exceeds 85 characters; contains 87 characters 752 | WARNING | Line exceeds 85 characters; contains 89 characters 773 | ERROR | Private method name "AbstractPatternSniff::parse" must be | | prefixed with an underscore 819 | WARNING | Line exceeds 85 characters; contains 87 characters 821 | WARNING | Line exceeds 85 characters; contains 91 characters 864 | ERROR | Private method name "AbstractPatternSniff::createSkipPattern" | | must be prefixed with an underscore 917 | ERROR | Private method name "AbstractPatternSniff::createTokenPattern" | | must be prefixed with an underscore ----------------------------------------------------------------------------------- FILE: ...w/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Sniffs/AbstractScopeSniff.php ----------------------------------------------------------------------------------- FOUND 7 ERRORS AND 15 WARNINGS AFFECTING 19 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 86 characters 14 | WARNING | Line exceeds 85 characters; contains 112 characters 24 | WARNING | Line exceeds 85 characters; contains 99 characters 25 | WARNING | PHP version not specified 25 | ERROR | Missing @category tag in file comment 25 | ERROR | Missing @package tag in file comment 25 | ERROR | Missing @link tag in file comment 32 | ERROR | Missing doc comment for class AbstractScopeSniff 40 | ERROR | Private member variable "tokens" must be prefixed with an | | underscore 47 | ERROR | Private member variable "scopeTokens" must be prefixed with an | | underscore 54 | ERROR | Private member variable "listenOutside" must be prefixed with an | | underscore 68 | WARNING | Line exceeds 85 characters; contains 100 characters 120 | WARNING | Line exceeds 85 characters; contains 89 characters 121 | WARNING | Line exceeds 85 characters; contains 89 characters 138 | WARNING | Line exceeds 85 characters; contains 94 characters 158 | WARNING | Line exceeds 85 characters; contains 89 characters 159 | WARNING | Line exceeds 85 characters; contains 89 characters 161 | WARNING | Line exceeds 85 characters; contains 90 characters 162 | WARNING | Line exceeds 85 characters; contains 87 characters 170 | WARNING | Line exceeds 85 characters; contains 96 characters 177 | WARNING | Line exceeds 85 characters; contains 89 characters 178 | WARNING | Line exceeds 85 characters; contains 89 characters ----------------------------------------------------------------------------------- FILE: ...ncew/dev/rwjl/vendor/squizlabs/php_codesniffer/src/Sniffs/DeprecatedSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 4 WARNINGS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 9 | WARNING | Line exceeds 85 characters; contains 86 characters 13 | WARNING | Line exceeds 85 characters; contains 99 characters 14 | WARNING | PHP version not specified 14 | ERROR | Missing @category tag in file comment 14 | ERROR | Missing @package tag in file comment 14 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing doc comment for interface DeprecatedSniff 48 | WARNING | Line exceeds 85 characters; contains 86 characters ----------------------------------------------------------------------------------- FILE: ...ev/rwjl/vendor/squizlabs/php_codesniffer/src/Sniffs/AbstractVariableSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 16 WARNINGS AFFECTING 17 LINES ----------------------------------------------------------------------------------- 13 | WARNING | Line exceeds 85 characters; contains 99 characters 14 | WARNING | PHP version not specified 14 | ERROR | Missing @category tag in file comment 14 | ERROR | Missing @package tag in file comment 14 | ERROR | Missing @link tag in file comment 21 | ERROR | Missing doc comment for class AbstractVariableSniff 68 | WARNING | Line exceeds 85 characters; contains 88 characters 70 | WARNING | Line exceeds 85 characters; contains 92 characters 78 | WARNING | Line exceeds 85 characters; contains 92 characters 118 | WARNING | Line exceeds 85 characters; contains 96 characters 119 | WARNING | Line exceeds 85 characters; contains 86 characters 122 | WARNING | Line exceeds 85 characters; contains 102 characters 153 | WARNING | Line exceeds 85 characters; contains 88 characters 155 | WARNING | Line exceeds 85 characters; contains 92 characters 184 | WARNING | Line exceeds 85 characters; contains 88 characters 186 | WARNING | Line exceeds 85 characters; contains 92 characters 199 | WARNING | Line exceeds 85 characters; contains 88 characters 201 | WARNING | Line exceeds 85 characters; contains 92 characters 217 | WARNING | Line exceeds 85 characters; contains 88 characters 219 | WARNING | Line exceeds 85 characters; contains 89 characters ----------------------------------------------------------------------------------- FILE: ...fer/src/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.1.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...fer/src/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.2.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...iffer/src/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...r/src/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.1.inc ----------------------------------------------------------------------------------- FOUND 28 ERRORS AND 1 WARNING AFFECTING 13 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [ ] Class name must begin with a capital letter 2 | ERROR | [ ] Missing doc comment for class myclass 2 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 3 | ERROR | [ ] Missing doc comment for function myfunc() 3 | ERROR | [x] Opening brace should be on a new line 18 | ERROR | [ ] Expected "while (...) {\n"; found "while(...) {\n" 28 | ERROR | [x] Space after opening parenthesis of function call prohibited 28 | ERROR | [x] Expected 0 spaces before closing parenthesis; 1 found 28 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 38 | ERROR | [x] Space after opening parenthesis of function call prohibited 38 | ERROR | [x] Expected 0 spaces before closing parenthesis; 1 found 39 | ERROR | [x] Space after opening parenthesis of function call prohibited 39 | ERROR | [x] Expected 0 spaces before closing parenthesis; 1 found 44 | ERROR | [ ] Missing doc comment for enum Foo 44 | ERROR | [x] Opening brace of a enum must be on the line after the | | definition 44 | ERROR | [x] Closing brace must be on a line by itself 45 | ERROR | [ ] Missing doc comment for interface Foo 45 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 45 | ERROR | [x] Closing brace must be on a line by itself 46 | ERROR | [ ] Missing doc comment for trait Foo 46 | ERROR | [x] Opening brace of a trait must be on the line after the | | definition 46 | ERROR | [x] Closing brace must be on a line by itself 53 | ERROR | [x] Closing brace must be on a line by itself 54 | ERROR | [x] Closing brace must be on a line by itself 56 | ERROR | [ ] Missing doc comment for class Foo 56 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 57 | ERROR | [ ] Missing doc comment for function myMethod() 57 | ERROR | [x] Opening brace should be on a new line ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...r/src/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.3.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...src/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...c/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.1.inc ----------------------------------------------------------------------------------- FOUND 103 ERRORS AND 6 WARNINGS AFFECTING 73 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 5 | ERROR | [x] No space found after comma in argument list 6 | ERROR | [x] Space found before comma in argument list 7 | ERROR | [x] Space found before comma in argument list 8 | ERROR | [x] No space found after comma in argument list 11 | ERROR | [x] Space found before comma in argument list 12 | ERROR | [x] Space found before comma in argument list 13 | ERROR | [x] Space found before comma in argument list 15 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 16 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 21 17 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 21 18 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 21 19 | ERROR | [x] Multi-line function call not indented correctly; expected 0 | | spaces but found 21 19 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 21 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 22 | ERROR | [x] Multi-line function call not indented correctly; expected 0 | | spaces but found 25 22 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 25 | ERROR | [ ] You must use "/**" style comments for a function comment 29 | ERROR | [ ] Missing doc comment for function myFunction() 29 | ERROR | [x] Expected 0 spaces before opening parenthesis; 4 found 33 | ERROR | [ ] Missing doc comment for function myFunction() 38 | ERROR | [ ] Missing doc comment for function myFunction() 42 | ERROR | [x] No space found after comma in argument list 42 | ERROR | [x] No space found after comma in argument list 43 | ERROR | [x] No space found after comma in argument list 43 | ERROR | [x] No space found after comma in argument list 43 | ERROR | [x] No space found after comma in argument list 45 | ERROR | [x] Space found before comma in argument list 46 | ERROR | [x] Space found before comma in argument list 49 | ERROR | [ ] Missing doc comment for class MyClass 49 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 50 | ERROR | [ ] Missing doc comment for function myFunction() 50 | ERROR | [x] Opening brace should be on a new line 56 | ERROR | [ ] You must use "/**" style comments for a function comment 63 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 69 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 72 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 0 76 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 0 79 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 0 79 | ERROR | [x] No space found after comma in argument list 82 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 0 87 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 87 | ERROR | [x] Closing brace must be on a line by itself 88 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 88 | ERROR | [x] Closing brace must be on a line by itself 93 | ERROR | [x] No space found after comma in argument list 105 | ERROR | [x] No space found after comma in argument list 107 | ERROR | [x] No space found after comma in argument list 108 | ERROR | [x] No space found after comma in argument list 108 | ERROR | [x] No space found after comma in argument list 110 | ERROR | [ ] Missing doc comment for class Test 112 | ERROR | [ ] Missing doc comment for function baz() 114 | ERROR | [x] No space found after comma in argument list 115 | ERROR | [x] No space found after comma in argument list 119 | ERROR | [x] No space found after comma in argument list 125 | ERROR | [x] No space found after comma in argument list 125 | ERROR | [x] No space found after comma in argument list 130 | ERROR | [x] Space found before comma in argument list 130 | ERROR | [x] No space found after comma in argument list 131 | ERROR | [x] Space found before comma in argument list 132 | ERROR | [x] Space found before comma in argument list 132 | ERROR | [x] No space found after comma in argument list 133 | ERROR | [x] Space found before comma in argument list 133 | ERROR | [x] No space found after comma in argument list 134 | ERROR | [x] Space found before comma in argument list 144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 144 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 2 144 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 145 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 2 145 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 145 | ERROR | [ ] Missing doc comment for function methodName() 145 | ERROR | [x] Opening brace should be on a new line 146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 146 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 3 146 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 3 147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 147 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 3 147 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 3 148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 148 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 2 148 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 149 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 1 149 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 149 | ERROR | [x] Closing brace indented incorrectly; expected 4 spaces, found | | 1 150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 150 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 1 154 | ERROR | [x] Space found before comma in argument list 155 | ERROR | [x] No space found after comma in argument list 155 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 157 | ERROR | [ ] Missing doc comment for class Testing 159 | ERROR | [ ] Missing doc comment for function baz() 162 | ERROR | [x] Space found before comma in argument list 162 | ERROR | [x] No space found after comma in argument list 166 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 167 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 169 | ERROR | [x] Expected 0 spaces before closing parenthesis; 1 found 170 | ERROR | [x] Expected 0 spaces before closing parenthesis; 7 found 177 | ERROR | [x] No space found after comma in argument list 182 | WARNING | [ ] Line exceeds 85 characters; contains 110 characters 183 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 190 | ERROR | [x] Space found before comma in argument list 190 | ERROR | [x] No space found after comma in argument list 191 | ERROR | [x] Space found before comma in argument list 191 | ERROR | [x] Expected 0 spaces before closing parenthesis; 2 found 193 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 195 | ERROR | [ ] Expected "match (...) {\n"; found "match(...) {\n" 197 | ERROR | [x] Space found before comma in argument list ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 87 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...c/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.inc ----------------------------------------------------------------------------------- FOUND 134 ERRORS AFFECTING 105 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 4 | ERROR | [ ] You must use "/**" style comments for a function comment 4 | ERROR | [x] Opening brace should be on a new line 8 | ERROR | [ ] You must use "/**" style comments for a function comment 13 | ERROR | [ ] You must use "/**" style comments for a function comment 13 | ERROR | [x] Opening brace should be on a new line 17 | ERROR | [ ] You must use "/**" style comments for a function comment 19 | ERROR | [x] Opening brace should be on the line after the declaration; | | found 1 blank line(s) 23 | ERROR | [ ] You must use "/**" style comments for a function comment 24 | ERROR | [x] Opening brace indented incorrectly; expected 0 spaces, found 1 27 | ERROR | [ ] Class name must begin with a capital letter 27 | ERROR | [ ] Missing doc comment for class myClass 30 | ERROR | [ ] You must use "/**" style comments for a function comment 30 | ERROR | [x] Opening brace should be on a new line 34 | ERROR | [ ] You must use "/**" style comments for a function comment 39 | ERROR | [ ] You must use "/**" style comments for a function comment 40 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 0 40 | ERROR | [x] Opening brace indented incorrectly; expected 4 spaces, found 0 41 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0 41 | ERROR | [x] Closing brace indented incorrectly; expected 4 spaces, found 0 44 | ERROR | [ ] You must use "/**" style comments for a function comment 44 | ERROR | [x] Opening brace should be on a new line 48 | ERROR | [ ] You must use "/**" style comments for a function comment 50 | ERROR | [x] Opening brace should be on the line after the declaration; | | found 1 blank line(s) 54 | ERROR | [ ] You must use "/**" style comments for a function comment 55 | ERROR | [x] Opening brace indented incorrectly; expected 4 spaces, found 5 66 | ERROR | [ ] You must use "/**" style comments for a function comment 67 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 71 | ERROR | [ ] You must use "/**" style comments for a function comment 72 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 73 | ERROR | [x] The closing parenthesis and the opening brace of a multi-line | | function declaration must be on the same line 77 | ERROR | [ ] You must use "/**" style comments for a function comment 78 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 78 | ERROR | [x] There must be a single space between the closing | | parenthesis/return type and the opening brace of a multi-line | | function declaration; found 3 spaces 82 | ERROR | [ ] You must use "/**" style comments for a function comment 83 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 85 | ERROR | [x] The closing parenthesis and the opening brace of a multi-line | | function declaration must be on the same line 89 | ERROR | [ ] You must use "/**" style comments for a function comment 90 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 91 | ERROR | [x] The closing parenthesis and the opening brace of a multi-line | | function declaration must be on the same line 94 | ERROR | [ ] Class name must begin with a capital letter 94 | ERROR | [ ] Missing doc comment for class myClass 97 | ERROR | [ ] You must use "/**" style comments for a function comment 98 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 8 spaces but found 4 98 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 102 | ERROR | [ ] You must use "/**" style comments for a function comment 103 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 8 spaces but found 4 103 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 104 | ERROR | [x] The closing parenthesis and the opening brace of a multi-line | | function declaration must be on the same line 108 | ERROR | [ ] You must use "/**" style comments for a function comment 109 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 8 spaces but found 4 109 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 110 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 0 110 | ERROR | [x] The closing parenthesis and the opening brace of a multi-line | | function declaration must be on the same line 111 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0 111 | ERROR | [x] Closing brace indented incorrectly; expected 4 spaces, found 0 114 | ERROR | [ ] You must use "/**" style comments for a function comment 115 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 8 spaces but found 4 115 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 115 | ERROR | [x] There must be a single space between the closing | | parenthesis/return type and the opening brace of a multi-line | | function declaration; found 3 spaces 119 | ERROR | [ ] You must use "/**" style comments for a function comment 120 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 8 spaces but found 4 120 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 122 | ERROR | [x] The closing parenthesis and the opening brace of a multi-line | | function declaration must be on the same line 126 | ERROR | [ ] You must use "/**" style comments for a function comment 127 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 8 spaces but found 4 127 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 128 | ERROR | [x] The closing parenthesis and the opening brace of a multi-line | | function declaration must be on the same line 132 | ERROR | [ ] Missing doc comment for interface MyInterface 134 | ERROR | [ ] Missing doc comment for function myFunction() 137 | ERROR | [ ] Missing doc comment for function myFunction() 138 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 139 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 140 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 141 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 142 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 143 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 144 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 0 spaces but found 20 145 | ERROR | [x] The closing parenthesis and the opening brace of a multi-line | | function declaration must be on the same line 148 | ERROR | [ ] Missing doc comment for function myFunction() 149 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 150 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 151 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 152 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 153 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 154 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 155 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 0 spaces but found 20 158 | ERROR | [ ] Missing doc comment for function myFunction() 158 | ERROR | [x] Opening brace should be on a new line 158 | ERROR | [x] Closing brace must be on a line by itself 159 | ERROR | [ ] Missing doc comment for function myFunction() 160 | ERROR | [x] Closing brace must be on a line by itself 186 | ERROR | [ ] Missing doc comment for class Foo 188 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 0 189 | ERROR | [ ] You must use "/**" style comments for a function comment 193 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 0 196 | ERROR | [ ] Missing doc comment for function myFunction() 196 | ERROR | [x] Opening brace should be on a new line 200 | ERROR | [ ] Missing doc comment for function myFunction() 201 | ERROR | [x] Opening brace should be on a new line 205 | ERROR | [ ] Missing doc comment for function myFunction() 205 | ERROR | [x] Opening brace should be on a new line 205 | ERROR | [x] Opening brace must be the last content on the line 209 | ERROR | [ ] Missing doc comment for function myFunction() 210 | ERROR | [x] Opening brace should be on a new line 210 | ERROR | [x] Opening brace must be the last content on the line 214 | ERROR | [ ] Missing doc comment for function myFunction() 215 | ERROR | [x] Opening brace should be on a new line 219 | ERROR | [ ] Missing doc comment for function myFunction() 220 | ERROR | [x] Opening brace should be on a new line 224 | ERROR | [ ] Missing doc comment for function myFunction() 230 | ERROR | [ ] Missing doc comment for function myFunction() 231 | ERROR | [x] Opening brace should be on a new line 235 | ERROR | [ ] Missing doc comment for function myFunction() 236 | ERROR | [x] Opening brace should be on a new line 240 | ERROR | [ ] Missing doc comment for class Issue3357 242 | ERROR | [ ] Missing doc comment for function extraLine() 244 | ERROR | [x] Opening brace should be on the line after the declaration; | | found 1 blank line(s) 249 | ERROR | [ ] Missing doc comment for function issue3357WithoutIndent() 252 | ERROR | [x] Opening brace should be on the line after the declaration; | | found 2 blank line(s) 256 | ERROR | [ ] Missing doc comment for class Issue3357WithComment 258 | ERROR | [ ] Missing doc comment for function extraLine() 260 | ERROR | [ ] Opening brace should be on the line after the declaration; | | found 1 blank line(s) 265 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 265 | ERROR | [ ] Missing doc comment for function myFunction() 266 | ERROR | [x] Closing brace must be on a line by itself 267 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 267 | ERROR | [ ] Missing doc comment for function myFunction() 268 | ERROR | [x] Opening brace indented incorrectly; expected 4 spaces, found 10 268 | ERROR | [x] Closing brace must be on a line by itself 269 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 269 | ERROR | [ ] Missing doc comment for function myFunction() 270 | ERROR | [x] Opening brace indented incorrectly; expected 4 spaces, found 0 270 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 81 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...r/src/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.2.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment 5 | WARNING | Line exceeds 85 characters; contains 112 characters ----------------------------------------------------------------------------------- FILE: ...fer/src/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...ards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 3 WARNINGS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment 19 | WARNING | Line exceeds 85 characters; contains 86 characters ----------------------------------------------------------------------------------- FILE: ...c/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...ards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.inc ----------------------------------------------------------------------------------- FOUND 101 ERRORS AFFECTING 75 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 4 | ERROR | [ ] You must use "/**" style comments for a function comment 4 | ERROR | [x] Opening brace should be on a new line 8 | ERROR | [ ] You must use "/**" style comments for a function comment 13 | ERROR | [ ] You must use "/**" style comments for a function comment 13 | ERROR | [x] Opening brace should be on a new line 17 | ERROR | [ ] You must use "/**" style comments for a function comment 17 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 17 | ERROR | [x] Opening brace should be on a new line 21 | ERROR | [ ] Class name must begin with a capital letter 21 | ERROR | [ ] Missing doc comment for class myClass 24 | ERROR | [ ] You must use "/**" style comments for a function comment 24 | ERROR | [x] Opening brace should be on a new line 28 | ERROR | [ ] You must use "/**" style comments for a function comment 33 | ERROR | [ ] You must use "/**" style comments for a function comment 33 | ERROR | [x] Opening brace should be on a new line 37 | ERROR | [ ] You must use "/**" style comments for a function comment 37 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 37 | ERROR | [x] Opening brace should be on a new line 46 | ERROR | [ ] You must use "/**" style comments for a function comment 47 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 51 | ERROR | [ ] You must use "/**" style comments for a function comment 52 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 53 | ERROR | [x] The closing parenthesis and the opening brace of a multi-line | | function declaration must be on the same line 57 | ERROR | [ ] You must use "/**" style comments for a function comment 58 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 58 | ERROR | [x] There must be a single space between the closing | | parenthesis/return type and the opening brace of a multi-line | | function declaration; found 3 spaces 62 | ERROR | [ ] You must use "/**" style comments for a function comment 63 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 63 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 67 | ERROR | [ ] Class name must begin with a capital letter 67 | ERROR | [ ] Missing doc comment for class myClass 70 | ERROR | [ ] You must use "/**" style comments for a function comment 71 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 75 | ERROR | [ ] You must use "/**" style comments for a function comment 76 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 77 | ERROR | [x] The closing parenthesis and the opening brace of a multi-line | | function declaration must be on the same line 81 | ERROR | [ ] You must use "/**" style comments for a function comment 82 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 82 | ERROR | [x] There must be a single space between the closing | | parenthesis/return type and the opening brace of a multi-line | | function declaration; found 3 spaces 86 | ERROR | [ ] You must use "/**" style comments for a function comment 87 | ERROR | [x] The closing parenthesis of a multi-line function declaration | | must be on a new line 87 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 91 | ERROR | [ ] Missing doc comment for interface MyInterface 93 | ERROR | [ ] Missing doc comment for function myFunction() 96 | ERROR | [ ] Missing doc comment for function myFunction() 97 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 98 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 99 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 100 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 101 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 102 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 103 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 0 spaces but found 20 104 | ERROR | [x] The closing parenthesis and the opening brace of a multi-line | | function declaration must be on the same line 107 | ERROR | [ ] Missing doc comment for function myFunction() 108 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 109 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 110 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 111 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 112 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 113 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 4 spaces but found 20 114 | ERROR | [x] Multi-line function declaration not indented correctly; | | expected 0 spaces but found 20 117 | ERROR | [ ] Missing doc comment for function myFunction() 117 | ERROR | [x] Opening brace should be on a new line 117 | ERROR | [x] Closing brace must be on a line by itself 118 | ERROR | [ ] Missing doc comment for function myFunction() 119 | ERROR | [x] Closing brace must be on a line by itself 123 | ERROR | [x] Expected 1 space before opening brace; found 0 127 | ERROR | [x] Expected 1 space before opening brace; found 0 132 | ERROR | [x] Opening brace should be on the same line as the declaration 137 | ERROR | [x] Opening brace should be on the same line as the declaration 142 | ERROR | [x] Opening brace should be on the same line as the declaration 146 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 148 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 152 | ERROR | [x] Expected 1 space before opening brace; found 0 156 | ERROR | [ ] Missing doc comment for function myFunction() 161 | ERROR | [ ] Missing doc comment for function myFunction() 166 | ERROR | [ ] Missing doc comment for function myFunction() 166 | ERROR | [x] Opening brace should be on a new line 170 | ERROR | [ ] Missing doc comment for function myFunction() 175 | ERROR | [ ] Missing doc comment for function myFunction() 175 | ERROR | [x] Opening brace should be on a new line 175 | ERROR | [x] Opening brace must be the last content on the line 179 | ERROR | [ ] Missing doc comment for function myFunction() 185 | ERROR | [ ] Missing doc comment for function myFunction() 186 | ERROR | [x] Opening brace should be on a new line 190 | ERROR | [ ] Missing doc comment for function myFunction() 195 | ERROR | [ ] Missing doc comment for function myFunction() 201 | ERROR | [ ] Missing doc comment for function myFunction() 207 | ERROR | [ ] Missing doc comment for function myFunction() 208 | ERROR | [x] Opening brace should be on a new line 212 | ERROR | [ ] Missing doc comment for function myFunction() 212 | ERROR | [x] Opening brace should be on a new line 212 | ERROR | [x] Closing brace must be on a line by itself 213 | ERROR | [ ] Missing doc comment for function myFunction() 213 | ERROR | [x] Opening brace should be on a new line 213 | ERROR | [x] Closing brace must be on a line by itself 214 | ERROR | [ ] Missing doc comment for function myFunction() 214 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 214 | ERROR | [x] Opening brace should be on a new line 214 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 60 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...c/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.2.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: .../src/Standards/Generic/Tests/CodeAnalysis/AssignmentInConditionUnitTest.2.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...fer/src/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.1.inc ----------------------------------------------------------------------------------- FOUND 9 ERRORS AND 1 WARNING AFFECTING 6 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 63 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 66 | ERROR | [ ] Expected "for (...) {\n"; found "for (...) {" 66 | ERROR | [x] Closing brace must be on a line by itself 70 | ERROR | [ ] Expected "for (...) {\n"; found "for (...) {" 70 | ERROR | [x] Closing brace must be on a line by itself 75 | ERROR | [ ] Expected "for (...) {\n"; found "for (...) {" 75 | ERROR | [x] Closing brace must be on a line by itself 81 | ERROR | [ ] Expected "for (...) {\n"; found "for (...) {" 81 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...c/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.2.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...src/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...src/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: .../src/Standards/Generic/Tests/CodeAnalysis/AssignmentInConditionUnitTest.5.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: .../src/Standards/Generic/Tests/CodeAnalysis/AssignmentInConditionUnitTest.6.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...tandards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.3.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment 4 | WARNING | Line exceeds 85 characters; contains 97 characters ----------------------------------------------------------------------------------- FILE: ...fer/src/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.4.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...rc/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.6.inc ----------------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 6 | ERROR | [ ] You must use "/**" style comments for a class comment 6 | ERROR | [x] Opening brace of a class must be on the line after the definition 7 | ERROR | [ ] Missing doc comment for function __construct() 7 | ERROR | [x] Opening brace should be on a new line ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../src/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...iffer/src/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...rc/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.1.inc ----------------------------------------------------------------------------------- FOUND 90 ERRORS AND 6 WARNINGS AFFECTING 51 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [ ] Missing doc comment for class FooBar 3 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 4 | ERROR | [ ] Missing doc comment for function __construct() 4 | ERROR | [x] Opening brace should be on a new line 9 | ERROR | [ ] Missing doc comment for class BarFoo 9 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 10 | ERROR | [ ] Missing doc comment for function __construct() 10 | ERROR | [x] Opening brace should be on a new line 15 | ERROR | [ ] Missing doc comment for class Foo 15 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 16 | ERROR | [ ] Missing doc comment for function export() 16 | ERROR | [x] Opening brace should be on a new line 21 | ERROR | [ ] Missing doc comment for class Bar 21 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 22 | ERROR | [ ] Missing doc comment for function export() 22 | ERROR | [x] Opening brace should be on a new line 26 | ERROR | [ ] Missing doc comment for function ignoreNoParent() 26 | ERROR | [x] Opening brace should be on a new line 30 | ERROR | [ ] Missing doc comment for function differentParentMethod() 30 | ERROR | [x] Opening brace should be on a new line 34 | ERROR | [ ] Missing doc comment for function methodCallWithExpression() 34 | ERROR | [x] Opening brace should be on a new line 38 | ERROR | [ ] Missing doc comment for function | | uselessMethodCallWithExpression() 38 | ERROR | [x] Opening brace should be on a new line 42 | ERROR | [ ] Missing doc comment for function contentAfterCallingParent() 42 | ERROR | [x] Opening brace should be on a new line 48 | ERROR | [ ] Missing doc comment for function ignoreNoParentVoidMethod() 48 | ERROR | [x] Opening brace should be on a new line 52 | ERROR | [ ] Missing doc comment for function modifiesParentReturnValue() 52 | ERROR | [x] Opening brace should be on a new line 56 | ERROR | [ ] Missing doc comment for function | | uselessMethodCallTrailingComma() 56 | ERROR | [x] Opening brace should be on a new line 60 | ERROR | [ ] Missing doc comment for function differentParameterOrder() 60 | ERROR | [x] Opening brace should be on a new line 64 | ERROR | [ ] Missing doc comment for function | | sameNumberDifferentParameters() 64 | ERROR | [x] Opening brace should be on a new line 68 | ERROR | [ ] Missing doc comment for function differentCase() 68 | ERROR | [x] Opening brace should be on a new line 72 | ERROR | [ ] Public method name | | "Bar::differentCaseSameNonAnsiiCharáctêrs" is not in camel | | caps format 72 | ERROR | [ ] Missing doc comment for function | | differentCaseSameNonAnsiiCharáctêrs() 72 | ERROR | [x] Opening brace should be on a new line 77 | ERROR | [ ] Public method name | | "Bar::differentCaseDifferentNonAnsiiCharáctêrs" is not in | | camel caps format 77 | ERROR | [ ] Missing doc comment for function | | differentCaseDifferentNonAnsiiCharáctêrs() 77 | ERROR | [x] Opening brace should be on a new line 78 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 82 | ERROR | [ ] Missing doc comment for function | | nestedFunctionShouldBailEarly() 82 | ERROR | [x] Opening brace should be on a new line 83 | ERROR | [ ] Missing doc comment for function | | nestedFunctionShouldBailEarly() 83 | ERROR | [x] Opening brace should be on a new line 84 | WARNING | [ ] Line exceeds 85 characters; contains 127 characters 90 | ERROR | [ ] Missing doc comment for class AbstractFoo 90 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 91 | ERROR | [ ] Missing doc comment for function sniffShouldBailEarly() 93 | ERROR | [ ] Missing doc comment for function | | uselessMethodInAbstractClass() 93 | ERROR | [x] Opening brace should be on a new line 97 | ERROR | [ ] Missing doc comment for function | | usefulMethodInAbstractClass() 97 | ERROR | [x] Opening brace should be on a new line 103 | ERROR | [ ] Missing doc comment for interface InterfaceFoo 103 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 104 | ERROR | [ ] Missing doc comment for function sniffShouldBailEarly() 107 | ERROR | [ ] Missing doc comment for trait TraitFoo 107 | ERROR | [x] Opening brace of a trait must be on the line after the | | definition 108 | ERROR | [ ] Missing doc comment for function sniffShouldBailEarly() 110 | ERROR | [ ] Missing doc comment for function usefulMethodInTrait() 110 | ERROR | [x] Opening brace should be on a new line 116 | ERROR | [ ] Missing doc comment for function uselessMethodInTrait() 116 | ERROR | [x] Opening brace should be on a new line 121 | ERROR | [ ] Missing doc comment for enum EnumFoo 121 | ERROR | [x] Opening brace of a enum must be on the line after the | | definition 122 | ERROR | [ ] Missing doc comment for function sniffShouldBailEarly() 122 | ERROR | [x] Opening brace should be on a new line 123 | WARNING | [ ] Line exceeds 85 characters; contains 122 characters 128 | ERROR | [ ] Missing doc comment for function shouldBailEarly() 128 | ERROR | [x] Opening brace should be on a new line 129 | WARNING | [ ] Line exceeds 85 characters; contains 122 characters 134 | ERROR | [ ] Missing doc comment for function uselessOverridingMethod() 134 | ERROR | [x] Opening brace should be on a new line 138 | ERROR | [ ] Missing doc comment for function usefulOverridingMethod() 138 | ERROR | [x] Opening brace should be on a new line 144 | ERROR | [ ] Missing doc comment for function foo() 144 | ERROR | [x] Opening brace should be on a new line 146 | ERROR | [ ] Missing doc comment for function uselessOverridingMethod() 146 | ERROR | [x] Opening brace should be on a new line 152 | ERROR | [ ] Missing doc comment for class | | SniffShouldHandlePHPOpenCloseTagsCorrectly 152 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 153 | ERROR | [ ] Missing doc comment for function | | thisIsStillAUselessOverride() 153 | ERROR | [x] Opening brace should be on a new line 158 | ERROR | [ ] Missing doc comment for function | | butNotWithANewLineBetweenThePHPTagsAsThenWeEchoOutTheNewLine() 158 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 158 | ERROR | [x] Opening brace should be on a new line 159 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 163 | ERROR | [ ] Missing doc comment for function | | embeddedHTMLAfterCallingParent() 163 | ERROR | [x] Opening brace should be on a new line 169 | ERROR | [ ] Missing doc comment for function | | contentAfterUselessEmbedBlock() 169 | ERROR | [x] Opening brace should be on a new line ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 42 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...fer/src/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.3.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: .../Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...rc/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.2.inc ----------------------------------------------------------------------------------- FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment 3 | WARNING | Line exceeds 85 characters; contains 99 characters 5 | ERROR | You must use "/**" style comments for a function comment ----------------------------------------------------------------------------------- FILE: .../src/Standards/Generic/Tests/CodeAnalysis/AssignmentInConditionUnitTest.3.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: .../src/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: .../src/Standards/Generic/Tests/CodeAnalysis/AssignmentInConditionUnitTest.1.inc ----------------------------------------------------------------------------------- FOUND 99 ERRORS AFFECTING 49 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 7 | ERROR | [ ] Expected "} elseif (...) {\n"; found "} elseif (...) {" 7 | ERROR | [x] Closing brace must be on a line by itself 9 | ERROR | [ ] Missing doc comment for function abc() 9 | ERROR | [x] Opening brace should be on a new line 9 | ERROR | [x] Closing brace must be on a line by itself 10 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 10 | ERROR | [x] Space after opening parenthesis of function call prohibited 10 | ERROR | [x] Expected 0 spaces before closing parenthesis; 1 found 10 | ERROR | [x] Closing brace must be on a line by itself 12 | ERROR | [x] Closing brace must be on a line by itself 14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 14 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1 15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 15 | ERROR | [x] Case breaking statement indented incorrectly; expected 5 spaces, | | found 2 18 | ERROR | [ ] Expected "for (...) {\n"; found "for (...) {" 18 | ERROR | [x] Closing brace must be on a line by itself 19 | ERROR | [ ] Expected "for (...) {\n"; found "for (...) {" 19 | ERROR | [x] Closing brace must be on a line by itself 20 | ERROR | [ ] Expected "for (...) {\n"; found "for (...) {" 20 | ERROR | [x] Closing brace must be on a line by itself 21 | ERROR | [ ] Expected "for (...) {\n"; found "for (...) {" 21 | ERROR | [x] Closing brace must be on a line by itself 26 | ERROR | [ ] Expected "while (...) {\n"; found "while (...) {" 26 | ERROR | [x] Closing brace must be on a line by itself 29 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 29 | ERROR | [x] Closing brace must be on a line by itself 30 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 30 | ERROR | [x] Closing brace must be on a line by itself 31 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 31 | ERROR | [x] Closing brace must be on a line by itself 34 | ERROR | [ ] Expected "} else if (...) {\n"; found "} else if(...) {" 34 | ERROR | [ ] Expected "if (...) {\n"; found "if(...) {" 34 | ERROR | [x] Closing brace must be on a line by itself 36 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 37 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 38 | ERROR | [ ] Expected "} elseif (...) {\n"; found "} elseif (...) {" 38 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 38 | ERROR | [x] Closing brace must be on a line by itself 41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 41 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1 42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 42 | ERROR | [x] Case breaking statement indented incorrectly; expected 5 spaces, | | found 2 48 | ERROR | [ ] Expected "} else if (...) {\n"; found "} else if(...) {\n" 48 | ERROR | [ ] Expected "if (...) {\n"; found "if(...) {\n" 48 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 49 | ERROR | [ ] Expected "} else if (...) {\n"; found "} else if(...) {\n" 49 | ERROR | [ ] Expected "if (...) {\n"; found "if(...) {\n" 50 | ERROR | [ ] Expected "} else if (...) {\n"; found "} else if(...) {\n" 50 | ERROR | [ ] Expected "if (...) {\n"; found "if(...) {\n" 51 | ERROR | [ ] Expected "} else if (...) {\n"; found "} else if(...) {\n" 51 | ERROR | [ ] Expected "if (...) {\n"; found "if(...) {\n" 52 | ERROR | [ ] Expected "} else if (...) {\n"; found "} else if(...) {\n" 52 | ERROR | [ ] Expected "if (...) {\n"; found "if(...) {\n" 53 | ERROR | [ ] Expected "} else if (...) {\n"; found "} else if(...) {\n" 53 | ERROR | [ ] Expected "if (...) {\n"; found "if(...) {\n" 54 | ERROR | [ ] Expected "} else if (...) {\n"; found "} else if(...) {\n" 54 | ERROR | [ ] Expected "if (...) {\n"; found "if(...) {\n" 55 | ERROR | [ ] Expected "} else if (...) {\n"; found "} else if(...) {\n" 55 | ERROR | [ ] Expected "if (...) {\n"; found "if(...) {\n" 56 | ERROR | [ ] Expected "} else if (...) {\n"; found "} else if(...) {\n" 56 | ERROR | [ ] Expected "if (...) {\n"; found "if(...) {\n" 57 | ERROR | [ ] Expected "} else if (...) {\n"; found "} else if(...) {\n" 57 | ERROR | [ ] Expected "if (...) {\n"; found "if(...) {\n" 58 | ERROR | [ ] Expected "} else if (...) {\n"; found "} else if(...) {\n" 58 | ERROR | [ ] Expected "if (...) {\n"; found "if(...) {\n" 59 | ERROR | [ ] Expected "} else if (...) {\n"; found "} else if(...) {\n" 59 | ERROR | [ ] Expected "if (...) {\n"; found "if(...) {\n" 60 | ERROR | [ ] Expected "} else if (...) {\n"; found "} else if(...) {\n" 60 | ERROR | [ ] Expected "if (...) {\n"; found "if(...) {\n" 61 | ERROR | [ ] Expected "} elseif (...) {\n"; found "} elseif(...) {\n" 61 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 62 | ERROR | [ ] Expected "} elseif (...) {\n"; found "} elseif(...) {" 62 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 63 | ERROR | [x] Each line in a multi-line IF statement must begin with a boolean | | operator 64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 64 | ERROR | [x] Multi-line IF statement not indented correctly; expected 4 | | spaces but found 1 65 | ERROR | [x] Closing brace must be on a line by itself 73 | ERROR | [ ] Expected "} else if (...) {\n"; found "} else if(...) {" 73 | ERROR | [ ] Expected "if (...) {\n"; found "if(...) {" 73 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 73 | ERROR | [x] Closing brace must be on a line by itself 75 | ERROR | [x] Closing brace must be on a line by itself 77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 77 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1 78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 78 | ERROR | [x] Case breaking statement indented incorrectly; expected 5 spaces, | | found 2 80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 80 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1 81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 81 | ERROR | [x] Case breaking statement indented incorrectly; expected 5 spaces, | | found 2 84 | ERROR | [ ] Expected "for (...) {\n"; found "for (...) {" 84 | ERROR | [x] Closing brace must be on a line by itself 85 | ERROR | [ ] Expected "for (...) {\n"; found "for (...) {" 85 | ERROR | [x] Closing brace must be on a line by itself 90 | ERROR | [ ] Expected "while (...) {\n"; found "while (...) {" 90 | ERROR | [x] Closing brace must be on a line by itself 95 | ERROR | [ ] Expected "match (...) {\n"; found "match (...) {" 95 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 50 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...c/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.1.inc ----------------------------------------------------------------------------------- FOUND 65 ERRORS AND 1 WARNING AFFECTING 24 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [ ] Missing doc comment for class Foo 3 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 4 | ERROR | [ ] Missing doc comment for function fooBar() 4 | ERROR | [x] Opening brace should be on a new line 4 | ERROR | [x] Closing brace must be on a line by itself 5 | ERROR | [ ] Missing doc comment for function fool() 5 | ERROR | [x] Opening brace should be on a new line 5 | ERROR | [x] Closing brace must be on a line by itself 6 | ERROR | [ ] Private method name "Foo::Bar" must be prefixed with an | | underscore 6 | ERROR | [ ] Private method name "Foo::Bar" is not in camel caps format 6 | ERROR | [ ] Missing doc comment for function Bar() 6 | ERROR | [x] Opening brace should be on a new line 6 | ERROR | [x] Closing brace must be on a line by itself 9 | ERROR | [ ] Missing doc comment for class Foo_Bar 9 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 11 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 12 | ERROR | [ ] Missing doc comment for function fooBar() 12 | ERROR | [x] Opening brace should be on a new line 12 | ERROR | [x] Closing brace must be on a line by itself 14 | ERROR | [ ] Missing doc comment for function foo() 14 | ERROR | [x] Opening brace should be on a new line 14 | ERROR | [x] Closing brace must be on a line by itself 15 | ERROR | [ ] Missing doc comment for function fool() 15 | ERROR | [x] Opening brace should be on a new line 15 | ERROR | [x] Closing brace must be on a line by itself 17 | ERROR | [ ] Private method name "Foo_Bar::Bar" must be prefixed with an | | underscore 17 | ERROR | [ ] Private method name "Foo_Bar::Bar" is not in camel caps format 17 | ERROR | [ ] Missing doc comment for function Bar() 17 | ERROR | [x] Opening brace should be on a new line 17 | ERROR | [x] Closing brace must be on a line by itself 18 | ERROR | [ ] Private method name "Foo_Bar::Bard" must be prefixed with an | | underscore 18 | ERROR | [ ] Private method name "Foo_Bar::Bard" is not in camel caps | | format 18 | ERROR | [ ] Missing doc comment for function Bard() 18 | ERROR | [x] Opening brace should be on a new line 18 | ERROR | [x] Closing brace must be on a line by itself 21 | ERROR | [ ] Missing doc comment for class Bar_Foo 21 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 24 | ERROR | [ ] Private member variable "bar" must be prefixed with an | | underscore 26 | ERROR | [ ] Missing doc comment for function fooBar() 26 | ERROR | [x] Opening brace should be on a new line 26 | ERROR | [x] Closing brace must be on a line by itself 27 | ERROR | [ ] Missing doc comment for function foo() 27 | ERROR | [x] Opening brace should be on a new line 27 | ERROR | [x] Closing brace must be on a line by itself 28 | ERROR | [ ] Private method name "Bar_Foo::Bar" must be prefixed with an | | underscore 28 | ERROR | [ ] Private method name "Bar_Foo::Bar" is not in camel caps format 28 | ERROR | [ ] Missing doc comment for function Bar() 28 | ERROR | [x] Opening brace should be on a new line 28 | ERROR | [x] Closing brace must be on a line by itself 31 | ERROR | [ ] Missing doc comment for class Foo_Bar 31 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 32 | ERROR | [ ] Missing doc comment for function fooBar() 32 | ERROR | [x] Opening brace should be on a new line 32 | ERROR | [x] Closing brace must be on a line by itself 33 | ERROR | [ ] Missing doc comment for function fool() 33 | ERROR | [x] Opening brace should be on a new line 33 | ERROR | [x] Closing brace must be on a line by itself 36 | ERROR | [ ] Missing doc comment for class Final_Class_Final_Constants 36 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 41 | ERROR | [ ] Missing doc comment for class Final_Class_Regular_Constants 41 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 47 | ERROR | [ ] Missing doc comment for class Regular_Class_Final_Constants 47 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 52 | ERROR | [ ] Missing doc comment for class Regular_Class_Regular_Constants 52 | ERROR | [x] Opening brace of a class must be on the line after the | | definition ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 34 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...niffer/src/Standards/Generic/Tests/CodeAnalysis/EmptyPHPStatementUnitTest.inc ----------------------------------------------------------------------------------- FOUND 21 ERRORS AND 1 WARNING AFFECTING 16 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 4 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 48 | ERROR | [x] Short PHP opening tag used with echo; expected " | | ..." but found " ..." 50 | ERROR | [x] Short PHP opening tag used with echo; expected " | | Some more content | | 6 | WARNING | Possible use of short open tags detected; found: | | 3 | WARNING | Possible use of short open tags detected; found: | | Some more content | | 4 | WARNING | Possible use of short open tags detected; found: | | ----------------------------------------------------------------------------------- FILE: ...codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.10.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...niffer/src/Standards/Generic/Tests/PHP/DisallowRequestSuperglobalUnitTest.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ..._codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.4.inc ----------------------------------------------------------------------------------- FOUND 5 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @package tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment ----------------------------------------------------------------------------------- FILE: ...uizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/SAPIUsageUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...s/php_codesniffer/src/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.1.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...s/php_codesniffer/src/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.2.inc ----------------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 1 | ERROR | [x] Short PHP opening tag used with echo; expected " | | 11 | WARNING | Possible use of short open tags detected; found: | | 13 | WARNING | Possible use of short open tags detected; found: | | 14 | WARNING | Possible use of short open tags detected; found: | | ----------------------------------------------------------------------------------- FILE: .../Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: .../Standards/Generic/Tests/ControlStructures/DisallowYodaConditionsUnitTest.inc ----------------------------------------------------------------------------------- FOUND 232 ERRORS AND 4 WARNINGS AFFECTING 92 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 5 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 5 | ERROR | [x] Closing brace must be on a line by itself 6 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 6 | ERROR | [x] Closing brace must be on a line by itself 7 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 7 | ERROR | [x] Closing brace must be on a line by itself 8 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 8 | ERROR | [x] Closing brace must be on a line by itself 10 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 10 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 10 | ERROR | [x] Closing brace must be on a line by itself 11 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 11 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 11 | ERROR | [x] Closing brace must be on a line by itself 12 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 12 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 12 | ERROR | [x] Closing brace must be on a line by itself 13 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 13 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 13 | ERROR | [x] Closing brace must be on a line by itself 16 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 16 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 16 | ERROR | [x] Closing brace must be on a line by itself 17 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 17 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 17 | ERROR | [x] Closing brace must be on a line by itself 18 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 18 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 18 | ERROR | [x] Closing brace must be on a line by itself 19 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 19 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 19 | ERROR | [x] Closing brace must be on a line by itself 22 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 22 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 22 | ERROR | [x] Closing brace must be on a line by itself 23 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 23 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 23 | ERROR | [x] Closing brace must be on a line by itself 24 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 24 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 24 | ERROR | [x] Closing brace must be on a line by itself 25 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 25 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 25 | ERROR | [x] Closing brace must be on a line by itself 28 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 28 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 28 | ERROR | [x] Closing brace must be on a line by itself 29 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 29 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 29 | ERROR | [x] Closing brace must be on a line by itself 30 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 30 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 30 | ERROR | [x] Closing brace must be on a line by itself 31 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 31 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 31 | ERROR | [x] Closing brace must be on a line by itself 33 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 33 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 34 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 35 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 36 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 37 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 37 | ERROR | [x] Closing brace must be on a line by itself 38 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 38 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 39 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 40 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 41 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 42 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 42 | ERROR | [x] Closing brace must be on a line by itself 45 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 45 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 45 | ERROR | [x] Closing brace must be on a line by itself 46 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 46 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 46 | ERROR | [x] Closing brace must be on a line by itself 47 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 47 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 47 | ERROR | [x] Closing brace must be on a line by itself 48 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 48 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 48 | ERROR | [x] Closing brace must be on a line by itself 50 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 50 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 50 | ERROR | [x] Closing brace must be on a line by itself 51 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 51 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 51 | ERROR | [x] Closing brace must be on a line by itself 52 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 52 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 52 | ERROR | [x] Closing brace must be on a line by itself 53 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 53 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 53 | ERROR | [x] Closing brace must be on a line by itself 55 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 55 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 55 | ERROR | [x] Closing brace must be on a line by itself 56 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 56 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 56 | ERROR | [x] Closing brace must be on a line by itself 57 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 57 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 57 | ERROR | [x] Closing brace must be on a line by itself 58 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 58 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 58 | ERROR | [x] Closing brace must be on a line by itself 64 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 64 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 64 | ERROR | [x] Closing brace must be on a line by itself 65 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 65 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 65 | ERROR | [x] Closing brace must be on a line by itself 67 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 67 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 67 | ERROR | [x] Closing brace must be on a line by itself 68 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 68 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 68 | ERROR | [x] Closing brace must be on a line by itself 70 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 70 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 70 | ERROR | [x] Closing brace must be on a line by itself 71 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 71 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 71 | ERROR | [x] Closing brace must be on a line by itself 73 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 73 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 73 | ERROR | [x] Closing brace must be on a line by itself 76 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 76 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 76 | ERROR | [x] Closing brace must be on a line by itself 77 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 77 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 77 | ERROR | [x] Closing brace must be on a line by itself 79 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 79 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 79 | ERROR | [x] Closing brace must be on a line by itself 80 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 80 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 80 | ERROR | [x] Closing brace must be on a line by itself 83 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 83 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 83 | ERROR | [x] Closing brace must be on a line by itself 84 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 84 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 84 | ERROR | [x] Closing brace must be on a line by itself 86 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 86 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 86 | ERROR | [x] Closing brace must be on a line by itself 87 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 87 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 87 | ERROR | [x] Closing brace must be on a line by itself 90 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 90 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 90 | ERROR | [x] Closing brace must be on a line by itself 91 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 91 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 91 | ERROR | [x] Closing brace must be on a line by itself 94 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 94 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 94 | ERROR | [x] Closing brace must be on a line by itself 95 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 95 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 95 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 95 | ERROR | [x] Closing brace must be on a line by itself 97 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 97 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 97 | ERROR | [x] Closing brace must be on a line by itself 98 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 98 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 98 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 98 | ERROR | [x] Closing brace must be on a line by itself 101 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 101 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 103 | ERROR | [ ] Each line in a multi-line IF statement must begin with a | | boolean operator 105 | ERROR | [ ] Each line in a multi-line IF statement must begin with a | | boolean operator 107 | ERROR | [ ] Each line in a multi-line IF statement must begin with a | | boolean operator 108 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 108 | ERROR | [x] Closing brace must be on a line by itself 110 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 110 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 112 | ERROR | [ ] Each line in a multi-line IF statement must begin with a | | boolean operator 114 | ERROR | [ ] Each line in a multi-line IF statement must begin with a | | boolean operator 116 | ERROR | [ ] Each line in a multi-line IF statement must begin with a | | boolean operator 117 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 117 | ERROR | [x] Closing brace must be on a line by itself 119 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 119 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 119 | ERROR | [x] Closing brace must be on a line by itself 120 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 120 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 120 | ERROR | [x] Closing brace must be on a line by itself 122 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 122 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 122 | ERROR | [x] Closing brace must be on a line by itself 123 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){" 123 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 123 | ERROR | [x] Closing brace must be on a line by itself 127 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 127 | ERROR | [x] Closing brace must be on a line by itself 128 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 128 | ERROR | [x] Closing brace must be on a line by itself 129 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 129 | ERROR | [x] Closing brace must be on a line by itself 130 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 130 | ERROR | [x] Closing brace must be on a line by itself 131 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 131 | ERROR | [x] Closing brace must be on a line by itself 132 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {" 132 | ERROR | [x] Closing brace must be on a line by itself 133 | ERROR | [ ] Expected "if (...) {\n"; found "if (...){" 133 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 133 | ERROR | [x] Opening brace must be the last content on the line 133 | ERROR | [x] Closing brace must be on a line by itself 133 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 133 | ERROR | [x] Closing brace must be on a line by itself 134 | ERROR | [ ] Expected "if (...) {\n"; found "if (...){" 134 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 134 | ERROR | [x] Opening brace must be the last content on the line 134 | ERROR | [x] Closing brace must be on a line by itself 134 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 134 | ERROR | [x] Closing brace must be on a line by itself 151 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 156 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 160 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 160 | ERROR | [x] Opening brace must be the last content on the line 160 | ERROR | [x] Closing brace must be on a line by itself 161 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 161 | ERROR | [x] Opening brace must be the last content on the line 161 | ERROR | [x] Closing brace must be on a line by itself 162 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 162 | ERROR | [x] Opening brace must be the last content on the line 162 | ERROR | [x] Closing brace must be on a line by itself 163 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 163 | ERROR | [x] Opening brace must be the last content on the line 163 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 156 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...bs/php_codesniffer/src/Standards/Generic/Tests/Files/InlineHTMLUnitTest.5.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 3 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...codesniffer/src/Standards/Generic/Tests/Files/OneInterfacePerFileUnitTest.inc ----------------------------------------------------------------------------------- FOUND 13 ERRORS AFFECTING 6 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [ ] Interface name must begin with a capital letter 2 | ERROR | [ ] Missing doc comment for interface foo 2 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 3 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 6 | ERROR | [ ] Interface name must begin with a capital letter 6 | ERROR | [ ] Missing doc comment for interface bar 6 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 7 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 10 | ERROR | [ ] Interface name must begin with a capital letter 10 | ERROR | [ ] Missing doc comment for interface baz 10 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...php_codesniffer/src/Standards/Generic/Tests/Files/OneClassPerFileUnitTest.inc ----------------------------------------------------------------------------------- FOUND 10 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [ ] Class name must begin with a capital letter 2 | ERROR | [ ] Missing doc comment for class foo 2 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 6 | ERROR | [ ] Class name must begin with a capital letter 6 | ERROR | [ ] Missing doc comment for class bar 6 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 10 | ERROR | [ ] Class name must begin with a capital letter 10 | ERROR | [ ] Missing doc comment for class baz 10 | ERROR | [x] Opening brace of a class must be on the line after the | | definition ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...hp_codesniffer/src/Standards/Generic/Tests/Files/ExecutableFileUnitTest.2.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ..._codesniffer/src/Standards/Generic/Tests/Files/LowercasedFilenameUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...bs/php_codesniffer/src/Standards/Generic/Tests/Files/LineLengthUnitTest.2.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES ----------------------------------------------------------------------------------- 4 | ERROR | You must use "/**" style comments for a file comment 7 | WARNING | Line exceeds 85 characters; contains 97 characters ----------------------------------------------------------------------------------- FILE: ..._codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.5.inc ----------------------------------------------------------------------------------- FOUND 5 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | WARNING | PHP version not specified 2 | ERROR | Missing @category tag in file comment 2 | ERROR | Missing @package tag in file comment 2 | ERROR | Missing @author tag in file comment 2 | ERROR | Missing @license tag in file comment 2 | ERROR | Missing @link tag in file comment ----------------------------------------------------------------------------------- FILE: ...hp_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...php_codesniffer/src/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.4.inc ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags are not | | allowed by this install of PHP. This file may be using short open | | tags but PHP does not allow them. ----------------------------------------------------------------------------------- FILE: ..._codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...bs/php_codesniffer/src/Standards/Generic/Tests/Files/InlineHTMLUnitTest.2.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...hp_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.4.inc ----------------------------------------------------------------------------------- FOUND 5 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | WARNING | PHP version not specified 2 | ERROR | Missing @category tag in file comment 2 | ERROR | Missing @package tag in file comment 2 | ERROR | Missing @author tag in file comment 2 | ERROR | Missing @license tag in file comment 2 | ERROR | Missing @link tag in file comment ----------------------------------------------------------------------------------- FILE: ..._codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: .../php_codesniffer/src/Standards/Generic/Tests/Files/ExecutableFileUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...hp_codesniffer/src/Standards/Generic/Tests/Files/ExecutableFileUnitTest.4.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | ERROR | [x] Short PHP opening tag used with echo; expected " | | ..." but found " | | ..." 5 | ERROR | [x] Short PHP opening tag used with echo; expected " | | ..." but found " ..." ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...abs/php_codesniffer/src/Standards/Generic/Tests/Files/LineEndingsUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...bs/php_codesniffer/src/Standards/Generic/Tests/Files/InlineHTMLUnitTest.6.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...php_codesniffer/src/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.1.inc ----------------------------------------------------------------------------------- FOUND 2 ERRORS AND 1 WARNING AFFECTING 2 LINES ----------------------------------------------------------------------------------- 1 | ERROR | [x] End of line character is invalid; expected "\n" but found | | "\r\n" 2 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 2 | ERROR | [ ] You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...hp_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.7.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | ERROR | [x] Short PHP opening tag used with echo; expected " | | ..." but found " | | ..." 14 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...labs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.13.inc ----------------------------------------------------------------------------------- FOUND 2 ERRORS AND 4 WARNINGS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 2 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 4 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 7 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 9 | ERROR | [x] Short PHP opening tag used with echo; expected " | | ..." but found " | | ..." ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...sniffer/src/Standards/Squiz/Tests/PHP/DisallowMultipleAssignmentsUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...php_codesniffer/src/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.4.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...ndor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EvalUnitTest.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...labs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.22.inc ----------------------------------------------------------------------------------- FOUND 5 ERRORS AND 10 WARNINGS AFFECTING 11 LINES ----------------------------------------------------------------------------------- 1 | WARNING | [ ] Line exceeds 85 characters; contains 116 characters 3 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 3 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, found | | 0 3 | ERROR | [ ] You must use "/**" style comments for a file comment 4 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 4 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, found | | 0 5 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 5 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, found | | 0 6 | ERROR | [x] Line indented incorrectly; expected 32 spaces, found 0 8 | WARNING | [ ] Line exceeds 85 characters; contains 135 characters 18 | WARNING | [ ] Line exceeds 85 characters; contains 136 characters 23 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 28 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 29 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 30 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...labs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.24.inc ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 1 | WARNING | Possible use of short open tags detected; found: | | ..." but found " | | ..." 18 | ERROR | [x] Short PHP opening tag used with echo; expected " | | ..." but found " | | ..." 21 | WARNING | [ ] Line exceeds 85 characters; contains 114 characters 22 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 25 | ERROR | [x] Short PHP opening tag used with echo; expected " | | ..." but found " ..." 26 | ERROR | [x] Short PHP opening tag used with echo; expected " | | ..." but found " ..." 26 | ERROR | [x] Short PHP opening tag used with echo; expected " | | ..." but found " | | ..." 31 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) { " 31 | ERROR | [x] Short PHP opening tag used with echo; expected " | | ..." but found " ..." 31 | ERROR | [x] Closing brace must be on a line by itself 33 | ERROR | [x] Short PHP opening tag used with echo; expected " | | ..." but found " ..." 35 | ERROR | [x] Short PHP opening tag used with echo; expected " | | ..." but found " ..." 36 | ERROR | [x] Short PHP opening tag used with echo; expected " | | ..." but found " | | ..." 42 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) { " 42 | ERROR | [x] Short PHP opening tag used with echo; expected " | | ..." but found " ..." 43 | ERROR | [x] Closing brace must be on a line by itself 46 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 47 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 48 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 16 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...bs/php_codesniffer/src/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.inc ----------------------------------------------------------------------------------- FOUND 30 ERRORS AND 2 WARNINGS AFFECTING 31 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 19 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 20 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 21 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 46 | ERROR | [ ] You must use "/**" style comments for a function comment 89 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 91 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 92 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 93 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 95 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 103 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 110 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 112 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 153 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 154 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 156 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 157 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 28 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...php_codesniffer/src/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.1.inc ----------------------------------------------------------------------------------- FOUND 141 ERRORS AND 9 WARNINGS AFFECTING 109 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 7 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 8 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 9 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 12 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 13 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 4 14 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 17 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 8 20 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 8 24 | ERROR | [ ] Missing doc comment for function myFunction() 26 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "true" but | | found "TRUE" 32 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "false" but | | found "FALSE" 33 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "true" but | | found "TRUE" 34 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "true" but | | found "TRUE" 40 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "true" but | | found "TRUE" 52 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 55 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 56 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 61 | ERROR | [ ] Expected "while (...) {\n"; found "while (...)\n{\n" 61 | ERROR | [x] No space found after comma in argument list 63 | WARNING | [x] Inline control structures are discouraged 63 | ERROR | [x] No space found after comma in argument list 63 | ERROR | [x] No space found after comma in argument list 69 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 71 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 4 74 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 76 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 4 80 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 84 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 85 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 4 88 | ERROR | [ ] Missing doc comment for function myFunction() 90 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "true" but | | found "TRUE" 99 | ERROR | [ ] Missing doc comment for function myFunction() 103 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 111 | ERROR | [ ] Missing doc comment for function thisCausesAnError() 111 | ERROR | [x] Opening brace should be on a new line 112 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 0 112 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 112 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 112 | ERROR | [x] Opening brace must be the last content on the line 112 | ERROR | [x] Closing brace must be on a line by itself 113 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 0 116 | ERROR | [ ] Missing doc comment for function myFunction() 118 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "true" but | | found "TRUE" 127 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 129 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 129 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 4 131 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 133 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 133 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 4 138 | ERROR | [ ] Interface name must begin with a capital letter 138 | ERROR | [ ] Missing doc comment for interface myInterface 138 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 139 | ERROR | [ ] Missing doc comment for function myFunc() 143 | ERROR | [ ] Missing doc comment for function foo() 143 | ERROR | [x] Opening brace should be on a new line 145 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 148 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 151 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 154 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 159 | ERROR | [ ] Missing doc comment for function returnOverMultipleLines() 159 | ERROR | [x] Opening brace should be on a new line 161 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 167 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 175 | ERROR | [ ] Missing doc comment for function test() 175 | ERROR | [x] Opening brace should be on a new line 183 | ERROR | [ ] Missing doc comment for function test() 183 | ERROR | [x] Opening brace should be on a new line 185 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 186 | WARNING | [x] Inline control structures are discouraged 189 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 193 | WARNING | [x] Inline control structures are discouraged 195 | WARNING | [x] Inline control structures are discouraged 197 | WARNING | [x] Inline control structures are discouraged 205 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 206 | WARNING | [x] Inline control structures are discouraged 209 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 213 | ERROR | [ ] Missing doc comment for function foo() 219 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 228 | ERROR | [ ] Expected "for (...) {\n"; found "for(...) {\n" 229 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 229 | ERROR | [ ] Expected "while (...) {\n"; found "while(...) {\n" 230 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 230 | ERROR | [ ] Expected "if (...) {\n"; found "if(...) {\n" 231 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 231 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 2 232 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 232 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 2 233 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 233 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 1 233 | ERROR | [x] Closing brace indented incorrectly; expected 4 spaces, found | | 1 234 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 238 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 242 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 243 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 244 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 247 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 248 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 4 249 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 252 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 255 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 262 | ERROR | [ ] You must use "/**" style comments for a class comment 262 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 264 | ERROR | [ ] Public method name | | "TestAlternativeControlStructures::alternative_switch_in_function" | | is not in camel caps format 264 | ERROR | [ ] Missing doc comment for function | | alternative_switch_in_function() 264 | ERROR | [x] Opening brace should be on a new line 267 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 271 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 272 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 278 | ERROR | [ ] Public method name | | "TestAlternativeControlStructures::various_alternative_control_structures" | | is not in camel caps format 278 | ERROR | [ ] Missing doc comment for function | | various_alternative_control_structures() 278 | ERROR | [x] Opening brace should be on a new line 284 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 286 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 28 301 | ERROR | [ ] You must use "/**" style comments for a function comment 301 | ERROR | [x] Opening brace should be on a new line 306 | ERROR | [ ] Missing doc comment for function parseError2() 306 | ERROR | [x] Opening brace should be on a new line 311 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 312 | ERROR | [ ] You must use "/**" style comments for a function comment 312 | ERROR | [x] Opening brace should be on a new line 323 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 327 | ERROR | [ ] You must use "/**" style comments for a function comment 327 | ERROR | [x] Opening brace should be on a new line 330 | ERROR | [x] Space after opening parenthesis of function call prohibited 330 | ERROR | [x] Expected 0 spaces before closing parenthesis; 1 found 333 | ERROR | [x] Space after opening parenthesis of function call prohibited 333 | ERROR | [x] Expected 0 spaces before closing parenthesis; 1 found 339 | ERROR | [ ] You must use "/**" style comments for a function comment 339 | ERROR | [x] Opening brace should be on a new line 346 | ERROR | [ ] You must use "/**" style comments for a function comment 346 | ERROR | [x] Opening brace should be on a new line 352 | ERROR | [ ] You must use "/**" style comments for a function comment 352 | ERROR | [x] Opening brace should be on a new line 367 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 374 | ERROR | [ ] You must use "/**" style comments for a function comment 374 | ERROR | [x] Opening brace should be on a new line 379 | ERROR | [ ] Missing doc comment for function | | executionStoppingThrowExpressionsB() 379 | ERROR | [x] Opening brace should be on a new line 384 | ERROR | [ ] Missing doc comment for function | | executionStoppingThrowExpressionsC() 384 | ERROR | [x] Opening brace should be on a new line 389 | ERROR | [ ] Missing doc comment for function | | executionStoppingThrowExpressionsD() 389 | ERROR | [x] Opening brace should be on a new line 394 | ERROR | [ ] Missing doc comment for function | | executionStoppingThrowExpressionsE() 394 | ERROR | [x] Opening brace should be on a new line 399 | ERROR | [ ] Missing doc comment for function | | returnNotRequiredIgnoreCommentsA() 401 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "true" but | | found "TRUE" 409 | ERROR | [ ] Missing doc comment for function | | returnNotRequiredIgnoreCommentsB() 417 | ERROR | [x] Opening brace should be on the same line as the declaration ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 110 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...niffer/src/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...labs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.16.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AND 4 WARNINGS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 2 | WARNING | Line exceeds 85 characters; contains 100 characters 2 | ERROR | You must use "/**" style comments for a file comment 3 | WARNING | Line exceeds 85 characters; contains 89 characters 4 | WARNING | Line exceeds 85 characters; contains 93 characters 6 | WARNING | Line exceeds 85 characters; contains 142 characters ----------------------------------------------------------------------------------- FILE: ...zlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/GlobalKeywordUnitTest.inc ----------------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment 6 | ERROR | Missing doc comment for function func1() ----------------------------------------------------------------------------------- FILE: ...labs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.20.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AND 4 WARNINGS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 2 | WARNING | Line exceeds 85 characters; contains 100 characters 2 | ERROR | You must use "/**" style comments for a file comment 3 | WARNING | Line exceeds 85 characters; contains 89 characters 4 | WARNING | Line exceeds 85 characters; contains 93 characters 7 | WARNING | Line exceeds 85 characters; contains 95 characters ----------------------------------------------------------------------------------- FILE: ...labs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.14.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AND 4 WARNINGS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 2 | WARNING | Line exceeds 85 characters; contains 100 characters 2 | ERROR | You must use "/**" style comments for a file comment 3 | WARNING | Line exceeds 85 characters; contains 89 characters 4 | WARNING | Line exceeds 85 characters; contains 93 characters 6 | WARNING | Line exceeds 85 characters; contains 131 characters ----------------------------------------------------------------------------------- FILE: ...r/src/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.1.js ----------------------------------------------------------------------------------- FOUND 11 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 27 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 27 | ERROR | [x] Opening brace must be the last content on the line 121 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 121 | ERROR | [x] Opening brace must be the last content on the line 121 | ERROR | [x] Space after closing parenthesis of function call prohibited 121 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 121 | ERROR | [x] Opening brace must be the last content on the line 122 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 122 | ERROR | [x] Opening brace must be the last content on the line 122 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 122 | ERROR | [x] Opening brace must be the last content on the line ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../src/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.2.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...r/src/Standards/Squiz/Tests/ControlStructures/InlineIfDeclarationUnitTest.inc ----------------------------------------------------------------------------------- FOUND 11 ERRORS AND 2 WARNINGS AFFECTING 9 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 19 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "true" but | | found "TRUE" 19 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 20 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "true" but | | found "TRUE" 20 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 24 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "true" but | | found "TRUE" 32 | ERROR | [x] No space found after comma in argument list 32 | ERROR | [x] No space found after comma in argument list 34 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 34 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 36 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 38 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 42 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "null" but | | found "NULL" ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...er/src/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...r/src/Standards/Squiz/Tests/ControlStructures/InlineIfDeclarationUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...rc/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.inc ----------------------------------------------------------------------------------- FOUND 7 ERRORS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 26 | ERROR | [ ] Expected "foreach (...) {\n"; found "foreach (...) {" 26 | ERROR | [x] Closing brace must be on a line by itself 27 | ERROR | [ ] Expected "foreach (...) {\n"; found "foreach (...) {" 27 | ERROR | [x] Closing brace must be on a line by itself 28 | ERROR | [ ] Expected "foreach (...) {\n"; found "foreach (...) {" 28 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...fer/src/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...er/src/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.2.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...rc/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...ffer/src/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.js ----------------------------------------------------------------------------------- FOUND 64 ERRORS AFFECTING 64 LINES ----------------------------------------------------------------------------------- 5 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 9 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 10 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 14 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 18 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 25 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 30 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 38 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 45 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 48 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 69 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 72 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 73 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 76 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 79 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 85 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 89 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 92 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 95 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 99 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 103 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 106 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 113 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 116 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 122 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 130 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 135 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 143 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 144 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 147 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 151 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 155 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 161 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 162 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 163 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 167 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 173 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 175 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12 179 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12 183 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12 186 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 189 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 190 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 0 202 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0 207 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 209 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12 212 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12 215 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 218 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 224 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 230 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 233 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 234 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 236 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 242 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 246 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 247 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 251 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 255 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 261 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 265 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 268 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 277 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 283 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 64 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...iffer/src/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.js ----------------------------------------------------------------------------------- FOUND 10 ERRORS AND 3 WARNINGS AFFECTING 10 LINES ----------------------------------------------------------------------------------- 48 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 76 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 94 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found | | newline 120 | WARNING | [x] Inline control structures are discouraged 120 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 120 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 121 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 122 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 122 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 127 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 129 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 131 | WARNING | [x] Inline control structures are discouraged 134 | WARNING | [x] Inline control structures are discouraged ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../src/Standards/Squiz/Tests/ControlStructures/LowercaseDeclarationUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: .../src/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.3.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...er/src/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.1.inc ----------------------------------------------------------------------------------- FOUND 59 ERRORS AND 3 WARNINGS AFFECTING 44 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 7 | ERROR | [ ] Expected "do {\n...} while (...);\n"; found "do\n{\n...} | | while (...);\n" 12 | ERROR | [ ] Expected "do {\n...} while (...);\n"; found | | "do\n{\n...}\nwhile (...);\n" 18 | ERROR | [ ] Expected "do {\n...} while (...);\n"; found "do { ...} while | | (...);\n" 18 | ERROR | [x] Closing brace must be on a line by itself 20 | ERROR | [ ] Expected "do {\n...} while (...);\n"; found | | "do{\n...}while(...);\n" 28 | ERROR | [ ] Expected "while (...) {\n"; found "while(...){\n" 32 | ERROR | [ ] Expected "while (...) {\n"; found "while (...) { " 32 | ERROR | [x] Closing brace must be on a line by itself 38 | ERROR | [ ] Expected "for (...) {\n"; found "for(...){\n" 42 | ERROR | [ ] Expected "for (...) {\n"; found "for (...) { " 42 | ERROR | [x] Closing brace must be on a line by itself 48 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){\n" 48 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 52 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) { " 52 | ERROR | [x] Closing brace must be on a line by itself 62 | ERROR | [ ] Expected "} else {\n"; found "}else{\n" 66 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) { " 66 | ERROR | [x] Closing brace must be on a line by itself 66 | ERROR | [ ] Expected "} else {\n"; found "} else { " 66 | ERROR | [x] Closing brace must be on a line by itself 76 | ERROR | [ ] Expected "} else if (...) {\n"; found "}else if(...){\n" 76 | ERROR | [ ] Expected "if (...) {\n"; found "if(...){\n" 76 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 80 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) { " 80 | ERROR | [x] Closing brace must be on a line by itself 80 | ERROR | [ ] Expected "} else if (...) {\n"; found "} else if (...) { " 80 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) { " 80 | ERROR | [x] Closing brace must be on a line by itself 94 | ERROR | [ ] Expected "if (...) {\n"; found "if (...)\n{ // this is ok\n" 94 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found | | newline 108 | ERROR | [x] Closing brace must be on a line by itself 112 | ERROR | [ ] Expected "do {\n...} while (...);\n"; found "do { ...} while | | (...);\n" 123 | ERROR | [ ] Expected "} elseif (...) {\n"; found "}\nelseif (...) {\n" 130 | ERROR | [ ] Expected "foreach (...) {\n"; found "foreach(...){\n" 134 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) // && $c)\n{\n" 160 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 161 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 4 165 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 2 | | spaces 171 | ERROR | [x] Short PHP opening tag used with echo; expected "" 26 | ERROR | [x] Tag value for @author tag indented incorrectly; expected 5 | | spaces but found 7 28 | ERROR | [ ] Content missing for @author tag in file comment 29 | WARNING | [ ] Invalid year span "1997~1994" found; consider "1994-1997" | | instead 29 | ERROR | [ ] A hyphen must be used between the earliest and latest year 30 | WARNING | [ ] Invalid year span "1997~1994" found; consider "1994-1997" | | instead 30 | ERROR | [ ] A hyphen must be used between the earliest and latest year 31 | ERROR | [ ] @license tag must contain a URL and a license name 32 | ERROR | [ ] Content missing for @see tag in file comment 32 | ERROR | [ ] The tag in position 12 should be the @version tag 33 | ERROR | [ ] Content missing for @see tag in file comment 34 | WARNING | [ ] Invalid version "INVALID VERSION CONTENT" in file comment; | | consider "CVS: " or "SVN: " or "GIT: " | | or "HG: " instead 34 | ERROR | [ ] The tag in position 14 should be the @since tag 35 | ERROR | [ ] The tag in position 15 should be the @deprecated tag 35 | ERROR | [ ] Tags must be grouped together in a doc comment 40 | ERROR | [ ] Only one @package tag is allowed in a file comment 40 | ERROR | [ ] Package name "''" is not valid 40 | ERROR | [ ] Tags must be grouped together in a doc comment 41 | ERROR | [ ] Only one @subpackage tag is allowed in a file comment 41 | ERROR | [ ] Subpackage name "!!" is not valid; consider "!!" instead 41 | ERROR | [ ] Tags must be grouped together in a doc comment 42 | ERROR | [ ] Tags must be grouped together in a doc comment 43 | WARNING | [ ] PHP version not specified 43 | ERROR | [ ] Missing @link tag in file comment 48 | ERROR | [x] Expected 1 space before asterisk; 0 found 49 | ERROR | [x] Expected 1 space before asterisk; 0 found 50 | ERROR | [x] Expected 1 space before asterisk; 0 found 50 | ERROR | [ ] Doc comment long description must start with a capital letter 51 | ERROR | [x] Expected 1 space before asterisk; 0 found 52 | ERROR | [x] Additional blank lines found at end of doc comment 52 | ERROR | [x] Expected 1 space before asterisk; 0 found ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...p_codesniffer/src/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...php_codesniffer/src/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.inc ----------------------------------------------------------------------------------- FOUND 8 ERRORS AFFECTING 8 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 11 | ERROR | [ ] You must use "/**" style comments for a function comment 15 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 24 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 25 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 27 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 28 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 29 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../php_codesniffer/src/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...php_codesniffer/src/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.3.inc ----------------------------------------------------------------------------------- FOUND 6 ERRORS AFFECTING 2 LINES ----------------------------------------------------------------------------------- 1 | ERROR | Missing file doc comment 5 | ERROR | Missing @category tag in class comment 5 | ERROR | Missing @package tag in class comment 5 | ERROR | Missing @author tag in class comment 5 | ERROR | Missing @license tag in class comment 5 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...php_codesniffer/src/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.2.inc ----------------------------------------------------------------------------------- FOUND 6 ERRORS AFFECTING 2 LINES ----------------------------------------------------------------------------------- 1 | ERROR | Missing file doc comment 5 | ERROR | Missing @category tag in class comment 5 | ERROR | Missing @package tag in class comment 5 | ERROR | Missing @author tag in class comment 5 | ERROR | Missing @license tag in class comment 5 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...php_codesniffer/src/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.4.inc ----------------------------------------------------------------------------------- FOUND 7 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 1 | ERROR | [ ] Missing file doc comment 4 | ERROR | [ ] Missing @category tag in class comment 4 | ERROR | [ ] Missing @package tag in class comment 4 | ERROR | [ ] Missing @author tag in class comment 4 | ERROR | [ ] Missing @license tag in class comment 4 | ERROR | [ ] Missing @link tag in class comment 6 | ERROR | [x] Opening brace of a class must be on the line after the definition ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...p_codesniffer/src/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.inc ----------------------------------------------------------------------------------- FOUND 121 ERRORS AND 1 WARNING AFFECTING 89 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [ ] Missing doc comment for class PHP_CodeSniffer_File 5 | ERROR | [ ] Doc comment for parameter "$depth" missing 8 | ERROR | [ ] Doc comment long description must start with a capital letter 10 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 10 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 12 | ERROR | [ ] Doc comment for parameter $detph does not match actual | | variable name $depth 12 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 13 | ERROR | [x] Expected 1 spaces after parameter type; 4 found 13 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 14 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 14 | ERROR | [ ] Return type missing for @return tag in function comment 15 | ERROR | [ ] Tag @throws cannot be grouped with parameter tags in a doc | | comment 15 | ERROR | [ ] Exception type missing for @throws tag in function comment 17 | ERROR | [ ] Arguments with default values must be at the end of the | | argument list 28 | ERROR | [ ] You must use "/**" style comments for a function comment 37 | ERROR | [x] Doc comment short description must be on the first line 40 | ERROR | [x] There must be exactly one blank line between descriptions in | | a doc comment 43 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 53 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 76 | ERROR | [ ] Missing @return tag in function comment 87 | ERROR | [ ] Missing @return tag in function comment 103 | ERROR | [ ] Missing doc comment for function missingComment() 109 | ERROR | [ ] Doc comment for parameter "$one" missing 110 | ERROR | [ ] Doc comment short description must start with a capital | | letter 112 | ERROR | [x] Additional blank lines found at end of doc comment 112 | ERROR | [ ] Missing @return tag in function comment 122 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 122 | ERROR | [ ] Return type missing for @return tag in function comment 123 | ERROR | [ ] Missing parameter comment 123 | ERROR | [x] Expected 5 spaces after parameter type; 3 found 123 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 3 124 | ERROR | [ ] Missing parameter comment 124 | ERROR | [ ] Superfluous parameter comment 124 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 125 | ERROR | [ ] Missing parameter name 125 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 126 | ERROR | [ ] Missing parameter type 137 | ERROR | [x] Expected 4 spaces after parameter type; 6 found 138 | ERROR | [x] Expected 4 spaces after parameter type; 6 found 139 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 152 | ERROR | [ ] Doc comment for parameter "$str" missing 155 | ERROR | [ ] Doc comment for parameter &$str does not match actual | | variable name $str 165 | ERROR | [ ] Missing doc comment for function missingCommentOutsideClass() 172 | ERROR | [ ] Missing doc comment for function tagBeforeComment() 179 | ERROR | [ ] Doc comment short description must start with a capital | | letter 183 | ERROR | [x] Additional blank lines found at end of doc comment 183 | ERROR | [ ] Missing @return tag in function comment 190 | ERROR | [ ] Doc comment for parameter "$two" missing 190 | ERROR | [ ] Doc comment for parameter "$three" missing 196 | ERROR | [x] Tag value for @fine tag indented incorrectly; expected 3 | | spaces but found 2 204 | ERROR | [ ] Doc comment is empty 206 | ERROR | [ ] Missing @return tag in function comment 220 | ERROR | [x] Opening brace should be on a new line 220 | ERROR | [x] Closing brace must be on a line by itself 234 | ERROR | [ ] Missing doc comment for function myFunction() 234 | ERROR | [x] Opening brace should be on a new line 234 | ERROR | [x] Closing brace must be on a line by itself 244 | ERROR | [x] Opening brace should be on a new line 244 | ERROR | [x] Closing brace must be on a line by itself 246 | ERROR | [ ] Missing doc comment for class MyClass 246 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 272 | ERROR | [x] Additional blank lines found at end of doc comment 272 | ERROR | [ ] Missing @return tag in function comment 273 | ERROR | [x] Opening brace should be on a new line 277 | ERROR | [ ] Missing doc comment for class Baz 277 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 283 | ERROR | [x] Opening brace should be on a new line 297 | ERROR | [x] Opening brace should be on a new line 309 | ERROR | [x] Opening brace should be on a new line 313 | ERROR | [ ] Doc comment for parameter "...$name2" missing 317 | ERROR | [ ] Doc comment for parameter $name2 does not match actual | | variable name ...$name2 321 | ERROR | [x] Opening brace should be on a new line 327 | ERROR | [ ] Missing parameter comment 329 | ERROR | [ ] Missing parameter name 332 | ERROR | [ ] Return type missing for @return tag in function comment 335 | ERROR | [x] Additional blank lines found at end of doc comment 336 | ERROR | [x] Opening brace should be on a new line 343 | ERROR | [x] Parameter comment not aligned correctly; expected 46 spaces | | but found 40 344 | ERROR | [x] Expected 2 spaces after parameter name; 1 found 345 | ERROR | [x] Parameter comment not aligned correctly; expected 45 spaces | | but found 36 346 | ERROR | [x] Parameter comment not aligned correctly; expected 45 spaces | | but found 43 360 | ERROR | [x] Parameter comment not aligned correctly; expected 23 spaces | | but found 19 361 | ERROR | [x] Parameter comment not aligned correctly; expected 23 spaces | | but found 40 363 | ERROR | [x] Parameter comment not aligned correctly; expected 23 spaces | | but found 36 364 | ERROR | [x] Parameter comment not aligned correctly; expected 23 spaces | | but found 43 374 | ERROR | [ ] Missing short description in doc comment 402 | ERROR | [ ] Missing doc comment for class Bar 402 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 406 | ERROR | [ ] Return type missing for @return tag in function comment 408 | ERROR | [x] Opening brace should be on a new line 414 | ERROR | [ ] Missing doc comment for class Bar 414 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 417 | ERROR | [ ] Missing @return tag in function comment 418 | ERROR | [x] Opening brace should be on a new line 427 | ERROR | [x] Opening brace should be on a new line 433 | ERROR | [ ] Missing doc comment for class Something 433 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 440 | ERROR | [x] Opening brace should be on a new line 440 | ERROR | [x] Closing brace must be on a line by itself 449 | ERROR | [x] Opening brace should be on a new line 449 | ERROR | [x] Closing brace must be on a line by itself 455 | ERROR | [x] There must be no blank lines after the function comment 458 | ERROR | [x] Opening brace should be on a new line 458 | ERROR | [x] Closing brace must be on a line by itself 464 | ERROR | [x] There must be no blank lines after the function comment 467 | ERROR | [x] Opening brace should be on a new line 467 | ERROR | [x] Closing brace must be on a line by itself 470 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 473 | ERROR | [x] There must be no blank lines after the function comment 477 | ERROR | [x] Opening brace should be on a new line 477 | ERROR | [x] Closing brace must be on a line by itself 480 | ERROR | [ ] Missing doc comment for class SpacingAfter 480 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 485 | ERROR | [x] There must be no blank lines after the function comment 494 | ERROR | [x] Opening brace should be on a new line 494 | ERROR | [x] Closing brace must be on a line by itself 501 | ERROR | [x] There must be no blank lines after the function comment 506 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 508 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 511 | ERROR | [x] Opening brace should be on a new line 511 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 71 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../php_codesniffer/src/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.inc ----------------------------------------------------------------------------------- FOUND 67 ERRORS AND 6 WARNINGS AFFECTING 44 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 4 | ERROR | [ ] Missing doc comment for class No_Comment 15 | ERROR | [ ] You must use "/**" style comments for a class comment 24 | ERROR | [x] Doc comment short description must be on the first line 27 | ERROR | [x] There must be exactly one blank line between descriptions in | | a doc comment 30 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 34 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 46 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 50 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 51 | ERROR | [ ] Content missing for @version tag in class comment 63 | ERROR | [ ] Category name "_wrong_category" is not valid; consider | | "Wrong_Category" instead 65 | ERROR | [ ] Only one @package tag is allowed in a class comment 65 | ERROR | [ ] Package name "ADDITIONAL PACKAGE TAG" is not valid; consider | | "ADDITIONAL_PACKAGE_TAG" instead 66 | ERROR | [ ] Subpackage name "SUBPACKAGE TAG" is not valid; consider | | "SUBPACKAGE_TAG" instead 68 | ERROR | [ ] Content of the @author tag must be in the form "Display Name | | " 68 | ERROR | [x] Tag value for @author tag indented incorrectly; expected 5 | | spaces but found 7 70 | ERROR | [ ] Content missing for @author tag in class comment 71 | WARNING | [ ] Invalid year span "1997~1994" found; consider "1994-1997" | | instead 71 | ERROR | [ ] A hyphen must be used between the earliest and latest year 72 | ERROR | [ ] @license tag must contain a URL and a license name 73 | WARNING | [ ] Invalid version "INVALID VERSION CONTENT" in doc comment; | | consider "Release: " instead 74 | ERROR | [ ] Content missing for @see tag in class comment 74 | ERROR | [ ] The tag in position 12 should be the @link tag 75 | ERROR | [ ] Content missing for @see tag in class comment 76 | ERROR | [ ] The tag in position 14 should be the @since tag 77 | ERROR | [ ] Tags must be grouped together in a doc comment 77 | ERROR | [ ] The tag in position 15 should be the @deprecated tag 85 | ERROR | [ ] Missing doc comment for class Sub_Class 85 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 93 | ERROR | [ ] Doc comment is empty 96 | ERROR | [ ] Missing @category tag in class comment 96 | ERROR | [ ] Missing @package tag in class comment 96 | ERROR | [ ] Missing @author tag in class comment 96 | ERROR | [ ] Missing @license tag in class comment 96 | ERROR | [ ] Missing @link tag in class comment 103 | ERROR | [ ] Doc comment is empty 106 | ERROR | [ ] Missing @category tag in class comment 106 | ERROR | [ ] Missing @package tag in class comment 106 | ERROR | [ ] Missing @author tag in class comment 106 | ERROR | [ ] Missing @license tag in class comment 106 | ERROR | [ ] Missing @link tag in class comment 113 | ERROR | [ ] Doc comment is empty 116 | ERROR | [ ] Missing @category tag in class comment 116 | ERROR | [ ] Missing @package tag in class comment 116 | ERROR | [ ] Missing @author tag in class comment 116 | ERROR | [ ] Missing @license tag in class comment 116 | ERROR | [ ] Missing @link tag in class comment 123 | ERROR | [ ] Doc comment is empty 126 | ERROR | [ ] Missing @category tag in class comment 126 | ERROR | [ ] Missing @package tag in class comment 126 | ERROR | [ ] Missing @author tag in class comment 126 | ERROR | [ ] Missing @license tag in class comment 126 | ERROR | [ ] Missing @link tag in class comment 136 | ERROR | [x] Tag value for @category tag indented incorrectly; expected 1 | | spaces but found 2 137 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 2 | | spaces but found 3 138 | ERROR | [x] Tag value for @author tag indented incorrectly; expected 3 | | spaces but found 4 139 | ERROR | [x] Tag value for @license tag indented incorrectly; expected 2 | | spaces but found 3 139 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 140 | ERROR | [x] Tag value for @link tag indented incorrectly; expected 5 | | spaces but found 6 150 | ERROR | [x] Tag value for @category tag indented incorrectly; expected 1 | | spaces but found 2 151 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 2 | | spaces but found 3 152 | ERROR | [x] Tag value for @author tag indented incorrectly; expected 3 | | spaces but found 4 153 | ERROR | [x] Tag value for @license tag indented incorrectly; expected 2 | | spaces but found 3 153 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 154 | ERROR | [x] Tag value for @link tag indented incorrectly; expected 5 | | spaces but found 6 156 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 156 | ERROR | [x] Closing brace must be on a line by itself 161 | ERROR | [ ] You must use "/**" style comments for a class comment 161 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 161 | ERROR | [x] Closing brace must be on a line by itself 163 | ERROR | [ ] Missing doc comment for class ReadonlyFinalWithoutDocblock 163 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 163 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 22 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...php_codesniffer/src/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...s/php_codesniffer/src/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...desniffer/src/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.inc ----------------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment 3 | ERROR | Multi-line assignment not indented correctly; expected 4 spaces but | | found 5 6 | ERROR | Multi-line assignment not indented correctly; expected 4 spaces but | | found 3 8 | ERROR | Multi-line assignments must have the equal sign on the second line 17 | ERROR | Missing doc comment for function getInstalledStandards() ----------------------------------------------------------------------------------- FILE: ...desniffer/src/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ..._codesniffer/src/Standards/PEAR/Sniffs/Functions/FunctionDeclarationSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 50 WARNINGS AFFECTING 51 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | WARNING | Line exceeds 85 characters; contains 90 characters 15 | WARNING | Line exceeds 85 characters; contains 97 characters 18 | ERROR | Missing doc comment for class FunctionDeclarationSniff 58 | WARNING | Line exceeds 85 characters; contains 86 characters 91 | WARNING | Line exceeds 85 characters; contains 101 characters 103 | WARNING | Line exceeds 85 characters; contains 90 characters 105 | WARNING | Line exceeds 85 characters; contains 87 characters 109 | WARNING | Line exceeds 85 characters; contains 105 characters 122 | WARNING | Line exceeds 85 characters; contains 106 characters 143 | WARNING | Line exceeds 85 characters; contains 106 characters 154 | WARNING | Line exceeds 85 characters; contains 104 characters 167 | WARNING | Line exceeds 85 characters; contains 95 characters 188 | WARNING | Line exceeds 85 characters; contains 96 characters 200 | WARNING | Line exceeds 85 characters; contains 99 characters 213 | WARNING | Line exceeds 85 characters; contains 88 characters 214 | WARNING | Line exceeds 85 characters; contains 86 characters 215 | WARNING | Line exceeds 85 characters; contains 90 characters 216 | WARNING | Line exceeds 85 characters; contains 86 characters 217 | WARNING | Line exceeds 85 characters; contains 87 characters 222 | WARNING | Line exceeds 85 characters; contains 88 characters 231 | WARNING | Line exceeds 85 characters; contains 104 characters 254 | WARNING | Line exceeds 85 characters; contains 86 characters 279 | WARNING | Line exceeds 85 characters; contains 86 characters 292 | WARNING | Line exceeds 85 characters; contains 104 characters 304 | WARNING | Line exceeds 85 characters; contains 93 characters 308 | WARNING | Line exceeds 85 characters; contains 131 characters 311 | WARNING | Line exceeds 85 characters; contains 103 characters 313 | WARNING | Line exceeds 85 characters; contains 91 characters 323 | WARNING | Line exceeds 85 characters; contains 103 characters 324 | WARNING | Line exceeds 85 characters; contains 90 characters 360 | WARNING | Line exceeds 85 characters; contains 172 characters 361 | WARNING | Line exceeds 85 characters; contains 107 characters 378 | WARNING | Line exceeds 85 characters; contains 86 characters 380 | WARNING | Line exceeds 85 characters; contains 98 characters 381 | WARNING | Line exceeds 85 characters; contains 87 characters 386 | WARNING | Line exceeds 85 characters; contains 89 characters 417 | WARNING | Line exceeds 85 characters; contains 108 characters 420 | WARNING | Line exceeds 85 characters; contains 107 characters 421 | WARNING | Line exceeds 85 characters; contains 92 characters 431 | WARNING | Line exceeds 85 characters; contains 104 characters 443 | WARNING | Line exceeds 85 characters; contains 116 characters 446 | WARNING | Line exceeds 85 characters; contains 109 characters 447 | WARNING | Line exceeds 85 characters; contains 103 characters 477 | WARNING | Line exceeds 85 characters; contains 97 characters 493 | WARNING | Line exceeds 85 characters; contains 120 characters 516 | WARNING | Line exceeds 85 characters; contains 101 characters 518 | WARNING | Line exceeds 85 characters; contains 88 characters 519 | WARNING | Line exceeds 85 characters; contains 97 characters 526 | WARNING | Line exceeds 85 characters; contains 96 characters ----------------------------------------------------------------------------------- FILE: ...hp_codesniffer/src/Standards/PEAR/Sniffs/Functions/ValidDefaultValueSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 5 WARNINGS AFFECTING 6 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class ValidDefaultValueSniff 39 | WARNING | Line exceeds 85 characters; contains 93 characters 61 | WARNING | Line exceeds 85 characters; contains 93 characters 69 | WARNING | Line exceeds 85 characters; contains 97 characters ----------------------------------------------------------------------------------- FILE: ...odesniffer/src/Standards/PEAR/Sniffs/Functions/FunctionCallSignatureSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 77 WARNINGS AFFECTING 78 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing doc comment for class FunctionCallSignatureSniff 81 | WARNING | Line exceeds 85 characters; contains 86 characters 100 | WARNING | Line exceeds 85 characters; contains 95 characters 126 | WARNING | Line exceeds 85 characters; contains 94 characters 142 | WARNING | Line exceeds 85 characters; contains 93 characters 143 | WARNING | Line exceeds 85 characters; contains 87 characters 144 | WARNING | Line exceeds 85 characters; contains 102 characters 160 | WARNING | Line exceeds 85 characters; contains 92 characters 161 | WARNING | Line exceeds 85 characters; contains 86 characters 163 | WARNING | Line exceeds 85 characters; contains 87 characters 173 | WARNING | Line exceeds 85 characters; contains 88 characters 174 | WARNING | Line exceeds 85 characters; contains 86 characters 175 | WARNING | Line exceeds 85 characters; contains 90 characters 176 | WARNING | Line exceeds 85 characters; contains 86 characters 177 | WARNING | Line exceeds 85 characters; contains 87 characters 182 | WARNING | Line exceeds 85 characters; contains 86 characters 198 | WARNING | Line exceeds 85 characters; contains 88 characters 199 | WARNING | Line exceeds 85 characters; contains 86 characters 200 | WARNING | Line exceeds 85 characters; contains 90 characters 201 | WARNING | Line exceeds 85 characters; contains 86 characters 202 | WARNING | Line exceeds 85 characters; contains 87 characters 207 | WARNING | Line exceeds 85 characters; contains 92 characters 215 | WARNING | Line exceeds 85 characters; contains 86 characters 224 | WARNING | Line exceeds 85 characters; contains 101 characters 227 | WARNING | Line exceeds 85 characters; contains 93 characters 243 | WARNING | Line exceeds 85 characters; contains 104 characters 249 | WARNING | Line exceeds 85 characters; contains 86 characters 257 | WARNING | Line exceeds 85 characters; contains 90 characters 258 | WARNING | Line exceeds 85 characters; contains 98 characters 275 | WARNING | Line exceeds 85 characters; contains 100 characters 286 | WARNING | Line exceeds 85 characters; contains 90 characters 297 | WARNING | Line exceeds 85 characters; contains 90 characters 309 | WARNING | Line exceeds 85 characters; contains 107 characters 328 | WARNING | Line exceeds 85 characters; contains 88 characters 329 | WARNING | Line exceeds 85 characters; contains 86 characters 330 | WARNING | Line exceeds 85 characters; contains 90 characters 331 | WARNING | Line exceeds 85 characters; contains 86 characters 332 | WARNING | Line exceeds 85 characters; contains 87 characters 337 | WARNING | Line exceeds 85 characters; contains 91 characters 349 | WARNING | Line exceeds 85 characters; contains 100 characters 366 | WARNING | Line exceeds 85 characters; contains 99 characters 378 | WARNING | Line exceeds 85 characters; contains 94 characters 382 | WARNING | Line exceeds 85 characters; contains 125 characters 388 | WARNING | Line exceeds 85 characters; contains 87 characters 390 | WARNING | Line exceeds 85 characters; contains 113 characters 405 | WARNING | Line exceeds 85 characters; contains 91 characters 407 | WARNING | Line exceeds 85 characters; contains 110 characters 408 | WARNING | Line exceeds 85 characters; contains 95 characters 412 | WARNING | Line exceeds 85 characters; contains 95 characters 418 | WARNING | Line exceeds 85 characters; contains 96 characters 420 | WARNING | Line exceeds 85 characters; contains 101 characters 421 | WARNING | Line exceeds 85 characters; contains 92 characters 425 | WARNING | Line exceeds 85 characters; contains 95 characters 439 | WARNING | Line exceeds 85 characters; contains 122 characters 440 | WARNING | Line exceeds 85 characters; contains 86 characters 459 | WARNING | Line exceeds 85 characters; contains 88 characters 496 | WARNING | Line exceeds 85 characters; contains 100 characters 497 | WARNING | Line exceeds 85 characters; contains 100 characters 500 | WARNING | Line exceeds 85 characters; contains 108 characters 503 | WARNING | Line exceeds 85 characters; contains 100 characters 504 | WARNING | Line exceeds 85 characters; contains 94 characters 516 | WARNING | Line exceeds 85 characters; contains 88 characters 522 | WARNING | Line exceeds 85 characters; contains 95 characters 528 | WARNING | Line exceeds 85 characters; contains 88 characters 529 | WARNING | Line exceeds 85 characters; contains 87 characters 540 | WARNING | Line exceeds 85 characters; contains 93 characters 552 | WARNING | Line exceeds 85 characters; contains 116 characters 558 | WARNING | Line exceeds 85 characters; contains 88 characters 566 | WARNING | Line exceeds 85 characters; contains 127 characters 570 | WARNING | Line exceeds 85 characters; contains 86 characters 576 | WARNING | Line exceeds 85 characters; contains 88 characters 577 | WARNING | Line exceeds 85 characters; contains 156 characters 597 | WARNING | Line exceeds 85 characters; contains 98 characters 605 | WARNING | Line exceeds 85 characters; contains 103 characters 606 | WARNING | Line exceeds 85 characters; contains 97 characters 619 | WARNING | Line exceeds 85 characters; contains 107 characters ----------------------------------------------------------------------------------- FILE: ...iffer/src/Standards/PEAR/Sniffs/ControlStructures/MultiLineConditionSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 28 WARNINGS AFFECTING 29 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing doc comment for class MultiLineConditionSniff 56 | WARNING | Line exceeds 85 characters; contains 86 characters 73 | WARNING | Line exceeds 85 characters; contains 96 characters 81 | WARNING | Line exceeds 85 characters; contains 113 characters 82 | WARNING | Line exceeds 85 characters; contains 102 characters 111 | WARNING | Line exceeds 85 characters; contains 96 characters 115 | WARNING | Line exceeds 85 characters; contains 102 characters 116 | WARNING | Line exceeds 85 characters; contains 103 characters 119 | WARNING | Line exceeds 85 characters; contains 100 characters 121 | WARNING | Line exceeds 85 characters; contains 99 characters 125 | WARNING | Line exceeds 85 characters; contains 104 characters 150 | WARNING | Line exceeds 85 characters; contains 87 characters 164 | WARNING | Line exceeds 85 characters; contains 111 characters 170 | WARNING | Line exceeds 85 characters; contains 87 characters 182 | WARNING | Line exceeds 85 characters; contains 96 characters 183 | WARNING | Line exceeds 85 characters; contains 93 characters 184 | WARNING | Line exceeds 85 characters; contains 112 characters 186 | WARNING | Line exceeds 85 characters; contains 94 characters 187 | WARNING | Line exceeds 85 characters; contains 101 characters 189 | WARNING | Line exceeds 85 characters; contains 92 characters 193 | WARNING | Line exceeds 85 characters; contains 109 characters 197 | WARNING | Line exceeds 85 characters; contains 98 characters 199 | WARNING | Line exceeds 85 characters; contains 104 characters 202 | WARNING | Line exceeds 85 characters; contains 110 characters 237 | WARNING | Line exceeds 85 characters; contains 95 characters 263 | WARNING | Line exceeds 85 characters; contains 139 characters 271 | WARNING | Line exceeds 85 characters; contains 86 characters ----------------------------------------------------------------------------------- FILE: ...sniffer/src/Standards/PEAR/Sniffs/ControlStructures/ControlSignatureSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class ControlSignatureSniff ----------------------------------------------------------------------------------- FILE: ...izlabs/php_codesniffer/src/Standards/PEAR/Sniffs/Files/IncludingFileSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 13 WARNINGS AFFECTING 14 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 92 characters 9 | WARNING | Line exceeds 85 characters; contains 99 characters 10 | WARNING | PHP version not specified 10 | ERROR | Missing @category tag in file comment 10 | ERROR | Missing @package tag in file comment 10 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing doc comment for class IncludingFileSniff 43 | WARNING | Line exceeds 85 characters; contains 93 characters 52 | WARNING | Line exceeds 85 characters; contains 93 characters 54 | WARNING | Line exceeds 85 characters; contains 87 characters 56 | WARNING | Line exceeds 85 characters; contains 98 characters 59 | WARNING | Line exceeds 85 characters; contains 95 characters 90 | WARNING | Line exceeds 85 characters; contains 96 characters 102 | WARNING | Line exceeds 85 characters; contains 91 characters 109 | WARNING | Line exceeds 85 characters; contains 87 characters 119 | WARNING | Line exceeds 85 characters; contains 91 characters 126 | WARNING | Line exceeds 85 characters; contains 87 characters ----------------------------------------------------------------------------------- FILE: ...p_codesniffer/src/Standards/PEAR/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 15 WARNINGS AFFECTING 16 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing doc comment for class ScopeClosingBraceSniff 42 | WARNING | Line exceeds 85 characters; contains 90 characters 43 | WARNING | Line exceeds 85 characters; contains 86 characters 76 | WARNING | Line exceeds 85 characters; contains 88 characters 91 | WARNING | Line exceeds 85 characters; contains 91 characters 96 | WARNING | Line exceeds 85 characters; contains 90 characters 97 | WARNING | Line exceeds 85 characters; contains 113 characters 123 | WARNING | Line exceeds 85 characters; contains 88 characters 138 | WARNING | Line exceeds 85 characters; contains 95 characters 150 | WARNING | Line exceeds 85 characters; contains 102 characters 155 | WARNING | Line exceeds 85 characters; contains 94 characters 160 | WARNING | Line exceeds 85 characters; contains 92 characters 165 | WARNING | Line exceeds 85 characters; contains 89 characters 174 | WARNING | Line exceeds 85 characters; contains 99 characters ----------------------------------------------------------------------------------- FILE: ...odesniffer/src/Standards/PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php ----------------------------------------------------------------------------------- FOUND 5 ERRORS AND 13 WARNINGS AFFECTING 15 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class ObjectOperatorIndentSniff 37 | ERROR | Private member variable "targets" must be prefixed with an | | underscore 58 | WARNING | Line exceeds 85 characters; contains 90 characters 59 | WARNING | Line exceeds 85 characters; contains 86 characters 132 | WARNING | Line exceeds 85 characters; contains 95 characters 148 | WARNING | Line exceeds 85 characters; contains 94 characters 150 | WARNING | Line exceeds 85 characters; contains 89 characters 154 | WARNING | Line exceeds 85 characters; contains 107 characters 160 | WARNING | Line exceeds 85 characters; contains 94 characters 166 | WARNING | Line exceeds 85 characters; contains 86 characters 175 | WARNING | Line exceeds 85 characters; contains 87 characters 177 | WARNING | Line exceeds 85 characters; contains 93 characters 178 | WARNING | Line exceeds 85 characters; contains 87 characters ----------------------------------------------------------------------------------- FILE: ...abs/php_codesniffer/src/Standards/PEAR/Sniffs/WhiteSpace/ScopeIndentSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 3 WARNINGS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 12 | WARNING | Line exceeds 85 characters; contains 100 characters 14 | ERROR | Missing doc comment for class ScopeIndentSniff ----------------------------------------------------------------------------------- FILE: ...s/php_codesniffer/src/Standards/PEAR/Sniffs/Classes/ClassDeclarationSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 15 WARNINGS AFFECTING 16 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class ClassDeclarationSniff 40 | WARNING | Line exceeds 85 characters; contains 93 characters 57 | WARNING | Line exceeds 85 characters; contains 98 characters 61 | WARNING | Line exceeds 85 characters; contains 94 characters 62 | WARNING | Line exceeds 85 characters; contains 86 characters 63 | WARNING | Line exceeds 85 characters; contains 102 characters 76 | WARNING | Line exceeds 85 characters; contains 93 characters 79 | WARNING | Line exceeds 85 characters; contains 116 characters 85 | WARNING | Line exceeds 85 characters; contains 103 characters 89 | WARNING | Line exceeds 85 characters; contains 89 characters 106 | WARNING | Line exceeds 85 characters; contains 99 characters 109 | WARNING | Line exceeds 85 characters; contains 91 characters 111 | WARNING | Line exceeds 85 characters; contains 105 characters 135 | WARNING | Line exceeds 85 characters; contains 99 characters ----------------------------------------------------------------------------------- FILE: ...niffer/src/Standards/PEAR/Sniffs/NamingConventions/ValidVariableNameSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 10 WARNINGS AFFECTING 11 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class ValidVariableNameSniff 23 | WARNING | Line exceeds 85 characters; contains 86 characters 49 | WARNING | Line exceeds 85 characters; contains 88 characters 56 | WARNING | Line exceeds 85 characters; contains 87 characters 57 | WARNING | Line exceeds 85 characters; contains 87 characters 72 | WARNING | Line exceeds 85 characters; contains 89 characters 73 | WARNING | Line exceeds 85 characters; contains 92 characters 89 | WARNING | Line exceeds 85 characters; contains 89 characters 90 | WARNING | Line exceeds 85 characters; contains 92 characters ----------------------------------------------------------------------------------- FILE: ...niffer/src/Standards/PEAR/Sniffs/NamingConventions/ValidFunctionNameSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 20 WARNINGS AFFECTING 21 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 17 | ERROR | Missing doc comment for class ValidFunctionNameSniff 67 | WARNING | Line exceeds 85 characters; contains 86 characters 69 | WARNING | Line exceeds 85 characters; contains 87 characters 73 | WARNING | Line exceeds 85 characters; contains 86 characters 108 | WARNING | Line exceeds 85 characters; contains 119 characters 109 | WARNING | Line exceeds 85 characters; contains 90 characters 135 | WARNING | Line exceeds 85 characters; contains 88 characters 136 | WARNING | Line exceeds 85 characters; contains 91 characters 137 | WARNING | Line exceeds 85 characters; contains 101 characters 139 | WARNING | Line exceeds 85 characters; contains 102 characters 144 | WARNING | Line exceeds 85 characters; contains 87 characters 176 | WARNING | Line exceeds 85 characters; contains 86 characters 203 | WARNING | Line exceeds 85 characters; contains 121 characters 204 | WARNING | Line exceeds 85 characters; contains 92 characters 224 | WARNING | Line exceeds 85 characters; contains 117 characters 225 | WARNING | Line exceeds 85 characters; contains 90 characters 229 | WARNING | Line exceeds 85 characters; contains 119 characters 230 | WARNING | Line exceeds 85 characters; contains 89 characters 248 | WARNING | Line exceeds 85 characters; contains 88 characters ----------------------------------------------------------------------------------- FILE: ...desniffer/src/Standards/PEAR/Sniffs/NamingConventions/ValidClassNameSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 5 WARNINGS AFFECTING 6 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 86 characters 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class ValidClassNameSniff 39 | WARNING | Line exceeds 85 characters; contains 86 characters 40 | WARNING | Line exceeds 85 characters; contains 86 characters ----------------------------------------------------------------------------------- FILE: ...bs/php_codesniffer/src/Standards/PEAR/Sniffs/Commenting/ClassCommentSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 7 WARNINGS AFFECTING 8 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 14 | ERROR | Missing doc comment for class ClassCommentSniff 39 | WARNING | Line exceeds 85 characters; contains 86 characters 76 | WARNING | Line exceeds 85 characters; contains 100 characters 84 | WARNING | Line exceeds 85 characters; contains 124 characters 89 | WARNING | Line exceeds 85 characters; contains 90 characters 113 | WARNING | Line exceeds 85 characters; contains 110 characters ----------------------------------------------------------------------------------- FILE: ...php_codesniffer/src/Standards/PEAR/Sniffs/Commenting/FunctionCommentSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 45 WARNINGS AFFECTING 46 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing doc comment for class FunctionCommentSniff 55 | WARNING | Line exceeds 85 characters; contains 86 characters 66 | WARNING | Line exceeds 85 characters; contains 99 characters 96 | WARNING | Line exceeds 85 characters; contains 93 characters 118 | WARNING | Line exceeds 85 characters; contains 118 characters 131 | WARNING | Line exceeds 85 characters; contains 87 characters 132 | WARNING | Line exceeds 85 characters; contains 94 characters 156 | WARNING | Line exceeds 85 characters; contains 88 characters 157 | WARNING | Line exceeds 85 characters; contains 94 characters 175 | WARNING | Line exceeds 85 characters; contains 89 characters 176 | WARNING | Line exceeds 85 characters; contains 87 characters 177 | WARNING | Line exceeds 85 characters; contains 108 characters 204 | WARNING | Line exceeds 85 characters; contains 102 characters 214 | WARNING | Line exceeds 85 characters; contains 100 characters 224 | WARNING | Line exceeds 85 characters; contains 89 characters 225 | WARNING | Line exceeds 85 characters; contains 87 characters 226 | WARNING | Line exceeds 85 characters; contains 108 characters 242 | WARNING | Line exceeds 85 characters; contains 95 characters 247 | WARNING | Line exceeds 85 characters; contains 86 characters 259 | WARNING | Line exceeds 85 characters; contains 89 characters 260 | WARNING | Line exceeds 85 characters; contains 87 characters 261 | WARNING | Line exceeds 85 characters; contains 108 characters 287 | WARNING | Line exceeds 85 characters; contains 145 characters 311 | WARNING | Line exceeds 85 characters; contains 97 characters 312 | WARNING | Line exceeds 85 characters; contains 86 characters 377 | WARNING | Line exceeds 85 characters; contains 110 characters 386 | WARNING | Line exceeds 85 characters; contains 167 characters 388 | WARNING | Line exceeds 85 characters; contains 99 characters 389 | WARNING | Line exceeds 85 characters; contains 140 characters 402 | WARNING | Line exceeds 85 characters; contains 91 characters 448 | WARNING | Line exceeds 85 characters; contains 106 characters 457 | WARNING | Line exceeds 85 characters; contains 163 characters 459 | WARNING | Line exceeds 85 characters; contains 95 characters 460 | WARNING | Line exceeds 85 characters; contains 136 characters 473 | WARNING | Line exceeds 85 characters; contains 87 characters 481 | WARNING | Line exceeds 85 characters; contains 165 characters 483 | WARNING | Line exceeds 85 characters; contains 127 characters 485 | WARNING | Line exceeds 85 characters; contains 88 characters 494 | WARNING | Line exceeds 85 characters; contains 92 characters 498 | WARNING | Line exceeds 85 characters; contains 104 characters 510 | WARNING | Line exceeds 85 characters; contains 92 characters 513 | WARNING | Line exceeds 85 characters; contains 96 characters 514 | WARNING | Line exceeds 85 characters; contains 91 characters 516 | WARNING | Line exceeds 85 characters; contains 89 characters ----------------------------------------------------------------------------------- FILE: ...abs/php_codesniffer/src/Standards/PEAR/Sniffs/Commenting/FileCommentSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 26 WARNINGS AFFECTING 27 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing doc comment for class FileCommentSniff 88 | WARNING | Line exceeds 85 characters; contains 86 characters 98 | WARNING | Line exceeds 85 characters; contains 88 characters 103 | WARNING | Line exceeds 85 characters; contains 93 characters 141 | WARNING | Line exceeds 85 characters; contains 96 characters 192 | WARNING | Line exceeds 85 characters; contains 86 characters 217 | WARNING | Line exceeds 85 characters; contains 89 characters 218 | WARNING | Line exceeds 85 characters; contains 87 characters 219 | WARNING | Line exceeds 85 characters; contains 104 characters 227 | WARNING | Line exceeds 85 characters; contains 103 characters 243 | WARNING | Line exceeds 85 characters; contains 102 characters 249 | WARNING | Line exceeds 85 characters; contains 103 characters 256 | WARNING | Line exceeds 85 characters; contains 90 characters 262 | WARNING | Line exceeds 85 characters; contains 99 characters 277 | WARNING | Line exceeds 85 characters; contains 111 characters 299 | WARNING | Line exceeds 85 characters; contains 135 characters 341 | WARNING | Line exceeds 85 characters; contains 86 characters 472 | WARNING | Line exceeds 85 characters; contains 155 characters 473 | WARNING | Line exceeds 85 characters; contains 112 characters 500 | WARNING | Line exceeds 85 characters; contains 97 characters 504 | WARNING | Line exceeds 85 characters; contains 94 characters 508 | WARNING | Line exceeds 85 characters; contains 98 characters 509 | WARNING | Line exceeds 85 characters; contains 143 characters 514 | WARNING | Line exceeds 85 characters; contains 99 characters 574 | WARNING | Line exceeds 85 characters; contains 153 characters ----------------------------------------------------------------------------------- FILE: ...s/php_codesniffer/src/Standards/PEAR/Sniffs/Commenting/InlineCommentSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 3 WARNINGS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class InlineCommentSniff 35 | WARNING | Line exceeds 85 characters; contains 86 characters ----------------------------------------------------------------------------------- FILE: ...codesniffer/src/Standards/PEAR/Sniffs/Formatting/MultiLineAssignmentSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 5 WARNINGS AFFECTING 6 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class MultiLineAssignmentSniff 42 | WARNING | Line exceeds 85 characters; contains 86 characters 59 | WARNING | Line exceeds 85 characters; contains 90 characters 95 | WARNING | Line exceeds 85 characters; contains 101 characters ----------------------------------------------------------------------------------- FILE: ...abs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.14.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...abs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.15.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...abs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.16.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...labs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.6.inc ----------------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 8 | ERROR | [ ] Missing doc comment for class Bar 8 | ERROR | [x] Opening brace of a class must be on the line after the definition ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...izlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...labs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.2.inc ----------------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] File is being unconditionally included; use "require" instead 19 | ERROR | [ ] Missing doc comment for function someMethod() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...labs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.3.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...labs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.1.inc ----------------------------------------------------------------------------------- FOUND 37 ERRORS AFFECTING 15 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 27 | ERROR | [ ] You must use "/**" style comments for a class comment 32 | ERROR | [ ] Method name "Foo::Bar" is not in camel caps format 32 | ERROR | [ ] You must use "/**" style comments for a function comment 32 | ERROR | [x] Opening brace should be on a new line 37 | ERROR | [ ] Function name "MyFunction" is invalid; consider "myFunction" | | instead 37 | ERROR | [ ] Missing doc comment for function MyFunction() 37 | ERROR | [x] Opening brace should be on a new line 43 | ERROR | [ ] Function name "YourFunction" is invalid; consider "yourFunction" | | instead 43 | ERROR | [ ] You must use "/**" style comments for a function comment 43 | ERROR | [x] Opening brace should be on a new line 50 | ERROR | [ ] You must use "/**" style comments for a class comment 52 | ERROR | [ ] Method name "MyClass::SomeFunction" is not in camel caps format 52 | ERROR | [ ] Missing doc comment for function SomeFunction() 52 | ERROR | [x] Opening brace should be on a new line 52 | ERROR | [x] Closing brace must be on a line by itself 55 | ERROR | [ ] Missing doc comment for interface MyInterface 55 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 55 | ERROR | [x] Closing brace must be on a line by itself 57 | ERROR | [ ] Missing doc comment for interface MyInterface 57 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 57 | ERROR | [x] Closing brace must be on a line by itself 59 | ERROR | [ ] Missing doc comment for interface MyInterface 59 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 59 | ERROR | [x] Closing brace must be on a line by itself 64 | ERROR | [ ] You must use "/**" style comments for a interface comment 64 | ERROR | [x] Opening brace of a interface must be on the line after the | | definition 64 | ERROR | [x] Closing brace must be on a line by itself 69 | ERROR | [ ] You must use "/**" style comments for a enum comment 69 | ERROR | [x] Opening brace of a enum must be on the line after the definition 69 | ERROR | [x] Closing brace must be on a line by itself 74 | ERROR | [ ] Missing doc comment for class A 74 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 74 | ERROR | [x] Closing brace must be on a line by itself 79 | ERROR | [ ] Missing doc comment for class Foo 79 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 80 | ERROR | [ ] Missing doc comment for function __construct() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...abs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.13.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...labs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.4.inc ----------------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 1 LINE ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Missing file doc comment 3 | ERROR | [ ] Missing doc comment for function printHead() 3 | ERROR | [x] Opening brace should be on a new line ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...labs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.5.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...labs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.7.inc ----------------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES ----------------------------------------------------------------------------------- 3 | ERROR | You must use "/**" style comments for a file comment 5 | ERROR | You must use "/**" style comments for a function comment ----------------------------------------------------------------------------------- FILE: ..._codesniffer/src/Standards/PSR1/Tests/Methods/CamelCapsMethodNameUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ..._codesniffer/src/Standards/PSR1/Tests/Methods/CamelCapsMethodNameUnitTest.inc ----------------------------------------------------------------------------------- FOUND 126 ERRORS AFFECTING 43 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [ ] Missing doc comment for class My_Class 3 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 5 | ERROR | [ ] Missing doc comment for function __construct() 5 | ERROR | [x] Opening brace should be on a new line 5 | ERROR | [x] Closing brace must be on a line by itself 6 | ERROR | [ ] Missing doc comment for function My_Class() 6 | ERROR | [x] Opening brace should be on a new line 6 | ERROR | [x] Closing brace must be on a line by itself 7 | ERROR | [ ] Missing doc comment for function _My_Class() 7 | ERROR | [x] Opening brace should be on a new line 7 | ERROR | [x] Closing brace must be on a line by itself 9 | ERROR | [ ] Missing doc comment for function getSomeValue() 9 | ERROR | [x] Opening brace should be on a new line 9 | ERROR | [x] Closing brace must be on a line by itself 10 | ERROR | [ ] Missing doc comment for function parseMyDSN() 10 | ERROR | [x] Opening brace should be on a new line 10 | ERROR | [x] Closing brace must be on a line by itself 11 | ERROR | [ ] Public method name "My_Class::get_some_value" is not in camel | | caps format 11 | ERROR | [ ] Missing doc comment for function get_some_value() 11 | ERROR | [x] Opening brace should be on a new line 11 | ERROR | [x] Closing brace must be on a line by itself 12 | ERROR | [ ] Public method name "My_Class::GetSomeValue" is not in camel caps | | format 12 | ERROR | [ ] Missing doc comment for function GetSomeValue() 12 | ERROR | [x] Opening brace should be on a new line 12 | ERROR | [x] Closing brace must be on a line by itself 13 | ERROR | [ ] Public method name "My_Class::getSomeValue_Again" is not in | | camel caps format 13 | ERROR | [ ] Missing doc comment for function getSomeValue_Again() 13 | ERROR | [x] Opening brace should be on a new line 13 | ERROR | [x] Closing brace must be on a line by itself 15 | ERROR | [x] Opening brace should be on a new line 15 | ERROR | [x] Closing brace must be on a line by itself 16 | ERROR | [x] Opening brace should be on a new line 16 | ERROR | [x] Closing brace must be on a line by itself 17 | ERROR | [ ] Protected method name "My_Class::get_some_value" is not in camel | | caps format 17 | ERROR | [x] Opening brace should be on a new line 17 | ERROR | [x] Closing brace must be on a line by itself 19 | ERROR | [ ] Private method name "My_Class::getSomeValue" must be prefixed | | with an underscore 19 | ERROR | [x] Opening brace should be on a new line 19 | ERROR | [x] Closing brace must be on a line by itself 20 | ERROR | [ ] Private method name "My_Class::parseMyDSN" must be prefixed with | | an underscore 20 | ERROR | [x] Opening brace should be on a new line 20 | ERROR | [x] Closing brace must be on a line by itself 21 | ERROR | [ ] Private method name "My_Class::get_some_value" must be prefixed | | with an underscore 21 | ERROR | [ ] Private method name "My_Class::get_some_value" is not in camel | | caps format 21 | ERROR | [x] Opening brace should be on a new line 21 | ERROR | [x] Closing brace must be on a line by itself 23 | ERROR | [ ] Missing doc comment for function getSomeValue() 23 | ERROR | [x] Opening brace should be on a new line 23 | ERROR | [x] Closing brace must be on a line by itself 24 | ERROR | [ ] Missing doc comment for function parseMyDSN() 24 | ERROR | [x] Opening brace should be on a new line 24 | ERROR | [x] Closing brace must be on a line by itself 25 | ERROR | [ ] Method name "My_Class::get_some_value" is not in camel caps | | format 25 | ERROR | [ ] Missing doc comment for function get_some_value() 25 | ERROR | [x] Opening brace should be on a new line 25 | ERROR | [x] Closing brace must be on a line by itself 26 | ERROR | [ ] Method name "My_Class::o_toString" is not in camel caps format 26 | ERROR | [ ] Missing doc comment for function o_toString() 26 | ERROR | [x] Opening brace should be on a new line 26 | ERROR | [x] Closing brace must be on a line by itself 30 | ERROR | [ ] Missing doc comment for function getSomeValue() 30 | ERROR | [x] Opening brace should be on a new line 30 | ERROR | [x] Closing brace must be on a line by itself 31 | ERROR | [ ] Missing doc comment for function parseMyDSN() 31 | ERROR | [x] Opening brace should be on a new line 31 | ERROR | [x] Closing brace must be on a line by itself 32 | ERROR | [ ] Function name "get_some_value" is prefixed with a package name | | but does not begin with a capital letter 32 | ERROR | [ ] Function name "get_some_value" is invalid; consider | | "Get_Some_value" instead 32 | ERROR | [ ] Missing doc comment for function get_some_value() 32 | ERROR | [x] Opening brace should be on a new line 32 | ERROR | [x] Closing brace must be on a line by itself 34 | ERROR | [ ] Missing doc comment for class Closure_Test 34 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 35 | ERROR | [ ] Missing doc comment for function test() 35 | ERROR | [x] Opening brace should be on a new line 36 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 36 | ERROR | [x] Opening brace must be the last content on the line 36 | ERROR | [x] Closing brace must be on a line by itself 40 | ERROR | [ ] Missing doc comment for trait Foo 42 | ERROR | [ ] Missing doc comment for function __call() 42 | ERROR | [x] Opening brace should be on a new line 42 | ERROR | [x] Closing brace must be on a line by itself 45 | ERROR | [ ] Missing doc comment for class Magic_Case_Test 45 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 46 | ERROR | [ ] Missing doc comment for function __Construct() 46 | ERROR | [x] Opening brace should be on a new line 46 | ERROR | [x] Closing brace must be on a line by itself 47 | ERROR | [ ] Missing doc comment for function __isSet() 47 | ERROR | [x] Opening brace should be on a new line 47 | ERROR | [x] Closing brace must be on a line by itself 48 | ERROR | [ ] Missing doc comment for function __tostring() 48 | ERROR | [x] Opening brace should be on a new line 48 | ERROR | [x] Closing brace must be on a line by itself 49 | ERROR | [ ] Missing doc comment for function __set_state() 49 | ERROR | [x] Opening brace should be on a new line 49 | ERROR | [x] Closing brace must be on a line by itself 51 | ERROR | [ ] Missing doc comment for function __autoLoad() 51 | ERROR | [x] Opening brace should be on a new line 51 | ERROR | [x] Closing brace must be on a line by itself 53 | ERROR | [ ] Missing doc comment for class Foo 55 | ERROR | [ ] Method name "Foo::__soapCall" is invalid; only PHP magic methods | | should be prefixed with a double underscore 55 | ERROR | [ ] Public method name "Foo::__soapCall" must not be prefixed with | | an underscore 55 | ERROR | [ ] Missing doc comment for function __soapCall() 65 | ERROR | [ ] Method name "Foo::__" is not in camel caps format 65 | ERROR | [ ] Missing doc comment for function __() 65 | ERROR | [x] Opening brace should be on a new line 65 | ERROR | [x] Closing brace must be on a line by itself 68 | ERROR | [ ] Missing doc comment for function ___tripleUnderscore() 68 | ERROR | [x] Opening brace should be on a new line 68 | ERROR | [x] Closing brace must be on a line by itself 70 | ERROR | [ ] Class name must begin with a capital letter 70 | ERROR | [ ] You must use "/**" style comments for a class comment 70 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 71 | ERROR | [ ] Public method name "triple::___tripleUnderscore" must not be | | prefixed with an underscore 71 | ERROR | [ ] Missing doc comment for function ___tripleUnderscore() 71 | ERROR | [x] Opening brace should be on a new line 71 | ERROR | [x] Closing brace must be on a line by itself 74 | ERROR | [ ] Missing doc comment for class Nested 74 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 75 | ERROR | [ ] Missing doc comment for function getAnonymousClass() 75 | ERROR | [x] Opening brace should be on a new line 77 | ERROR | [ ] Public method name "[Anonymous Class]::nested_function" is not | | in camel caps format 77 | ERROR | [ ] Missing doc comment for function nested_function() 77 | ERROR | [x] Opening brace should be on a new line 77 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 72 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...p_codesniffer/src/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.1.inc ----------------------------------------------------------------------------------- FOUND 7 ERRORS AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [ ] Missing doc comment for class Foo 2 | ERROR | [x] Opening brace of a class must be on the line after the definition 2 | ERROR | [x] Closing brace must be on a line by itself 3 | ERROR | [ ] Missing doc comment for class Bar 3 | ERROR | [x] Opening brace of a class must be on the line after the definition 3 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...php_codesniffer/src/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...p_codesniffer/src/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.3.inc ----------------------------------------------------------------------------------- FOUND 7 ERRORS AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [ ] Missing doc comment for class Foo 2 | ERROR | [x] Opening brace of a class must be on the line after the definition 2 | ERROR | [x] Closing brace must be on a line by itself 3 | ERROR | [ ] Missing doc comment for enum Bar 3 | ERROR | [x] Opening brace of a enum must be on the line after the definition 3 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...p_codesniffer/src/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.2.inc ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 4 | ERROR | [ ] Missing doc comment for class Foo 4 | ERROR | [x] Opening brace of a class must be on the line after the definition 4 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...quizlabs/php_codesniffer/src/Standards/PSR1/Sniffs/Files/SideEffectsSniff.php ----------------------------------------------------------------------------------- FOUND 5 ERRORS AND 18 WARNINGS AFFECTING 20 LINES ----------------------------------------------------------------------------------- 3 | WARNING | Line exceeds 85 characters; contains 123 characters 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 16 | ERROR | Missing doc comment for class SideEffectsSniff 36 | WARNING | Line exceeds 85 characters; contains 89 characters 44 | WARNING | Line exceeds 85 characters; contains 96 characters 47 | WARNING | Line exceeds 85 characters; contains 278 characters 53 | WARNING | Line exceeds 85 characters; contains 94 characters 55 | WARNING | Line exceeds 85 characters; contains 93 characters 72 | WARNING | Line exceeds 85 characters; contains 87 characters 79 | ERROR | Private method name "SideEffectsSniff::searchForConflict" must be | | prefixed with an underscore 106 | WARNING | Line exceeds 85 characters; contains 86 characters 107 | WARNING | Line exceeds 85 characters; contains 104 characters 115 | WARNING | Line exceeds 85 characters; contains 91 characters 116 | WARNING | Line exceeds 85 characters; contains 110 characters 158 | WARNING | Line exceeds 85 characters; contains 102 characters 159 | WARNING | Line exceeds 85 characters; contains 98 characters 207 | WARNING | Line exceeds 85 characters; contains 93 characters 232 | WARNING | Line exceeds 85 characters; contains 96 characters 237 | WARNING | Line exceeds 85 characters; contains 97 characters ----------------------------------------------------------------------------------- FILE: ...hp_codesniffer/src/Standards/PSR1/Sniffs/Methods/CamelCapsMethodNameSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 8 WARNINGS AFFECTING 9 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 13 | WARNING | Line exceeds 85 characters; contains 127 characters 16 | ERROR | Missing doc comment for class CamelCapsMethodNameSniff 24 | WARNING | Line exceeds 85 characters; contains 86 characters 26 | WARNING | Line exceeds 85 characters; contains 87 characters 30 | WARNING | Line exceeds 85 characters; contains 86 characters 59 | WARNING | Line exceeds 85 characters; contains 96 characters 80 | WARNING | Line exceeds 85 characters; contains 86 characters ----------------------------------------------------------------------------------- FILE: ...s/php_codesniffer/src/Standards/PSR1/Sniffs/Classes/ClassDeclarationSniff.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 6 WARNINGS AFFECTING 7 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 15 | ERROR | Missing doc comment for class ClassDeclarationSniff 40 | WARNING | Line exceeds 85 characters; contains 89 characters 54 | WARNING | Line exceeds 85 characters; contains 125 characters 63 | WARNING | Line exceeds 85 characters; contains 99 characters 65 | WARNING | Line exceeds 85 characters; contains 102 characters ----------------------------------------------------------------------------------- FILE: ...rc/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.inc ----------------------------------------------------------------------------------- FOUND 29 ERRORS AFFECTING 21 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 20 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "true" but | | found "TRUE" 23 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "false" but | | found "FALSE" 27 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 31 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 32 | ERROR | [x] Each line in a multi-line IF statement must begin with a boolean | | operator 33 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "true" but | | found "TRUE" 36 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "false" but | | found "FALSE" 39 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 40 | ERROR | [ ] Each line in a multi-line IF statement must begin with a boolean | | operator 51 | ERROR | [ ] Expected "foreach (...) {\n"; found "foreach (...) {" 51 | ERROR | [x] Closing brace must be on a line by itself 52 | ERROR | [ ] Expected "foreach (...) {\n"; found "foreach (...) {" 52 | ERROR | [x] Closing brace must be on a line by itself 53 | ERROR | [ ] Expected "foreach (...) {\n"; found "foreach (...) {" 53 | ERROR | [x] Closing brace must be on a line by itself 60 | ERROR | [x] Closing parenthesis of a multi-line IF statement must be on a | | new line 64 | ERROR | [x] Closing parenthesis of a multi-line IF statement must be on a | | new line 69 | ERROR | [x] Closing parenthesis of a multi-line IF statement must be on a | | new line 72 | ERROR | [ ] Expected "match (...) {\n"; found "match (...) {" 72 | ERROR | [x] Closing brace must be on a line by itself 73 | ERROR | [ ] Expected "match (...) {\n"; found "match (...) {" 73 | ERROR | [x] Closing brace must be on a line by itself 77 | ERROR | [ ] Expected "match (...) {\n"; found "match (...) {" 77 | ERROR | [x] Closing brace must be on a line by itself 78 | ERROR | [ ] Expected "match (...) {\n"; found "match (...) {" 78 | ERROR | [x] Closing brace must be on a line by itself 79 | ERROR | [ ] Expected "match (...) {\n"; found "match (...) {" 79 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 19 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ffer/src/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...rc/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...ffer/src/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 7 | WARNING | Line exceeds 85 characters; contains 99 characters 8 | WARNING | PHP version not specified 8 | ERROR | Missing @category tag in file comment 8 | ERROR | Missing @package tag in file comment 8 | ERROR | Missing @link tag in file comment 18 | ERROR | Missing @category tag in class comment 18 | ERROR | Missing @package tag in class comment 18 | ERROR | Missing @author tag in class comment 18 | ERROR | Missing @license tag in class comment 18 | ERROR | Missing @link tag in class comment ----------------------------------------------------------------------------------- FILE: ...ffer/src/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.inc ----------------------------------------------------------------------------------- FOUND 232 ERRORS AND 6 WARNINGS AFFECTING 224 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 6 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 9 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 10 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 11 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 14 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 16 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 12 20 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 23 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 26 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 27 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 29 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 4 31 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 33 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 4 37 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 40 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 8 45 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 46 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 49 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 55 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 57 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 62 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 64 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12 67 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 72 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 73 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 74 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 79 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 81 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 86 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 87 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 89 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 94 | ERROR | [ ] Missing doc comment for function test() 97 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 100 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 108 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 108 | ERROR | [x] Closing brace must be on a line by itself 109 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 111 | ERROR | [x] Closing brace must be on a line by itself 112 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 113 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 113 | ERROR | [x] Closing brace must be on a line by itself 114 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 118 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 121 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 125 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 128 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 133 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 140 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 141 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 145 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 145 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 4 149 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 151 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 153 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 154 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 160 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 161 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 163 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 165 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 166 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 172 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 173 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 175 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 177 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 178 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 184 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 185 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 187 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 189 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 194 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 195 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 197 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 198 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 200 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 201 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 202 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 208 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 209 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 211 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 212 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 214 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 216 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 217 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 218 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 224 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 225 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 227 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 229 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 230 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 236 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 237 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 239 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 240 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 242 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 244 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 245 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 246 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 252 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 253 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 256 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 257 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 260 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 263 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 263 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 4 269 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 287 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 289 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12 291 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12 293 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 300 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 302 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12 304 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 311 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 313 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12 315 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12 317 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 318 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 324 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 326 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12 328 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12 330 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 336 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 340 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 346 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 350 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 350 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 356 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 356 | ERROR | [x] The open comment tag must be the only content on the line 356 | ERROR | [x] Doc comment short description must be on the first line 356 | ERROR | [ ] Doc comment short description must start with a capital | | letter 356 | ERROR | [x] The close comment tag must be the only content on the line 362 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 366 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 371 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 376 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 377 | ERROR | [x] The open comment tag must be the only content on the line 377 | ERROR | [x] Doc comment short description must be on the first line 377 | ERROR | [ ] Doc comment short description must start with a capital | | letter 377 | ERROR | [x] The close comment tag must be the only content on the line 384 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 385 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 387 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 389 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 389 | ERROR | [ ] Expected "} else {\n"; found "}\n // Comment\n | | else {\n" 391 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 392 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 397 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 398 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 400 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 401 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 401 | ERROR | [ ] Expected "} else {\n"; found "}\n else {\n" 403 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 404 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 409 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 411 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 412 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 414 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 416 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 418 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 420 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 421 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 428 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 429 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 431 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 433 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 435 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 437 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 439 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 440 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 445 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 448 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 449 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 451 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 453 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 455 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 457 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 458 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 466 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 467 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 469 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 471 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 473 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 475 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 476 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 481 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 483 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 484 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 486 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 488 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 490 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 491 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 498 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 499 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 501 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 503 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 504 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 511 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 512 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 513 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 515 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 517 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 518 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 520 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 521 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 528 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 529 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 531 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 533 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 534 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 539 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 541 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 542 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 544 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 546 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 548 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 550 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 551 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 558 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 559 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 561 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 563 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 565 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 567 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 568 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 573 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 575 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 576 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 578 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 580 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 582 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 583 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 590 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 591 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 593 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 595 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 596 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 226 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ffer/src/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...s/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.3.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...zlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.1.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...s/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.4.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: .../php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.14.inc ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | ERROR | [x] Short PHP opening tag used with echo; expected "" or "SVN: " or "GIT: " or | | "HG: " instead 27 | ERROR | [ ] The tag in position 3 should be the @copyright tag 28 | ERROR | [ ] The tag in position 4 should be the @license tag 29 | ERROR | [ ] Package name "phptidy" is not valid; consider "Phptidy" | | instead 29 | ERROR | [ ] The tag in position 5 should be the @version tag 30 | ERROR | [ ] Missing @category tag in file comment 30 | ERROR | [ ] Missing @link tag in file comment 127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 127 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 130 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 130 | WARNING | [ ] Line exceeds 85 characters; contains 126 characters 133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 133 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 142 | WARNING | [x] Inline control structures are discouraged 142 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 143 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 144 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 145 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 146 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 147 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 148 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 149 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 150 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 151 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 159 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 159 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 160 | ERROR | [x] Case breaking statement indented incorrectly; expected 4 | | spaces, found 1 168 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 168 | ERROR | [x] Case breaking statement indented incorrectly; expected 4 | | spaces, found 1 170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 170 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 172 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 172 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 173 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 173 | ERROR | [x] Case breaking statement indented incorrectly; expected 4 | | spaces, found 1 181 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 181 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 182 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 182 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 183 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 183 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 184 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 184 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 185 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 185 | ERROR | [x] Case breaking statement indented incorrectly; expected 5 | | spaces, found 2 186 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 186 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 187 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 187 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 188 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 188 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 189 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 189 | ERROR | [x] Case breaking statement indented incorrectly; expected 5 | | spaces, found 2 190 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 190 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 191 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 191 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 192 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 192 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 193 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 193 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 194 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 194 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 195 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 195 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 196 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 196 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 197 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 197 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 | | spaces, found 3 198 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 198 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 199 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 199 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 200 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 200 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 204 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 205 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 205 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 206 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 206 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 206 | ERROR | [x] File is being conditionally included; use "include" instead 207 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 207 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 208 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 209 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 209 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 210 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 210 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 210 | ERROR | [x] File is being conditionally included; use "include" instead 211 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 211 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 213 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 213 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 214 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 214 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 219 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 219 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 220 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 220 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 221 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 221 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 222 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 222 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 223 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 223 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 224 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 224 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 225 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 225 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 230 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 230 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 231 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 231 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 231 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 232 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 232 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 233 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 233 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 234 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 234 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 235 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 235 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 240 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 240 | WARNING | [x] Inline control structures are discouraged 240 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 240 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 241 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 241 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 2 241 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 241 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 242 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 242 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 247 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 247 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 248 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 248 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 248 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 249 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 249 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 2 249 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 249 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 250 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 250 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 2 250 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 250 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 251 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 251 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 252 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 252 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 253 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 253 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 254 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 254 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 255 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 255 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 255 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 256 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 256 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 257 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 257 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 262 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 262 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 263 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 263 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 271 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 271 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 272 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 272 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 273 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 273 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 274 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 274 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 282 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 282 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 1 283 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 284 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 284 | ERROR | [x] Multi-line function call not indented correctly; expected 5 | | spaces but found 2 285 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 285 | ERROR | [x] Multi-line function call not indented correctly; expected 5 | | spaces but found 2 286 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 286 | ERROR | [x] Multi-line function call not indented correctly; expected 5 | | spaces but found 2 287 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 287 | ERROR | [x] Multi-line function call not indented correctly; expected 5 | | spaces but found 2 288 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 289 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 293 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 294 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 294 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 295 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 295 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 296 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 296 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 296 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 297 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 297 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 298 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 298 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 305 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 305 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 306 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 306 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 308 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 308 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 309 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 309 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 310 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 310 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 310 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 310 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 311 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 311 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 312 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 312 | WARNING | [x] Inline control structures are discouraged 312 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 313 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 313 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 314 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 314 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 315 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 315 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 316 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 316 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 318 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 318 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 319 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 319 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 320 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 320 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 321 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 321 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 322 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 322 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 322 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 323 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 323 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 323 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 324 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 324 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 325 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 325 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 326 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 326 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 327 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 327 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 329 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 329 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 330 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 330 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 332 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 332 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 333 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 333 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 333 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 334 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 334 | WARNING | [x] Inline control structures are discouraged 334 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 335 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 335 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 336 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 336 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 337 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 337 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 338 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 338 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 340 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 340 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 341 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 341 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 342 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 342 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 344 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 344 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 345 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 345 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 345 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 346 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 346 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 347 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 347 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 348 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 348 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 350 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 350 | ERROR | [x] Case breaking statement indented incorrectly; expected 5 | | spaces, found 2 351 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 351 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 353 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 353 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 353 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 354 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 354 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 354 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 355 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 355 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 356 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 356 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 357 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 357 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 357 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 358 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 358 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 359 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 359 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 360 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 360 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 361 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 361 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 363 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 363 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 364 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 364 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 366 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 366 | ERROR | [x] Case breaking statement indented incorrectly; expected 5 | | spaces, found 2 367 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 367 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 369 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 369 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 369 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 370 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 370 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 370 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 371 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 371 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 372 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 372 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 373 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 373 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 375 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 375 | ERROR | [x] Case breaking statement indented incorrectly; expected 5 | | spaces, found 2 376 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 376 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 378 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 378 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 380 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 380 | ERROR | [x] Case breaking statement indented incorrectly; expected 5 | | spaces, found 2 381 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 381 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 386 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 386 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 387 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 387 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 388 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 388 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 389 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 389 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 390 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 390 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 391 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 391 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 391 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 392 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 392 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 393 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 393 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 394 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 394 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 403 | ERROR | [ ] Missing @return tag in function comment 404 | ERROR | [x] Opening brace should be on a new line 405 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 405 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 435 | ERROR | [x] Expected 1 spaces after parameter type; 2 found 436 | ERROR | [ ] Missing @return tag in function comment 437 | ERROR | [x] Opening brace should be on a new line 438 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 438 | WARNING | [x] Inline control structures are discouraged 438 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 439 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 439 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 448 | ERROR | [ ] Missing @return tag in function comment 449 | ERROR | [x] Opening brace should be on a new line 450 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 450 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 451 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 451 | WARNING | [x] Inline control structures are discouraged 451 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 452 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 452 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 459 | ERROR | [x] Expected 1 spaces after parameter type; 2 found 459 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 460 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 462 | ERROR | [x] Opening brace should be on a new line 463 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 463 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 464 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 464 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 465 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 465 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 466 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 466 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 467 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 467 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 468 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 468 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 469 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 469 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 470 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 470 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 471 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 471 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 472 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 472 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 473 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 473 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 480 | ERROR | [x] Expected 1 spaces after parameter type; 2 found 480 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 481 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 483 | ERROR | [ ] Function name "format_once" is prefixed with a package name | | but does not begin with a capital letter 483 | ERROR | [ ] Function name "format_once" is invalid; consider | | "Format_once" instead 483 | ERROR | [x] Opening brace should be on a new line 485 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 485 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 486 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 486 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 487 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 487 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 488 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 488 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 489 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 489 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 490 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 490 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 492 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 492 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 494 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 494 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 495 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 495 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 496 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 496 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 497 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 497 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 499 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 499 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 500 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 500 | WARNING | [x] Inline control structures are discouraged 500 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 501 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 501 | WARNING | [x] Inline control structures are discouraged 501 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 502 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 502 | WARNING | [x] Inline control structures are discouraged 502 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 503 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 503 | WARNING | [x] Inline control structures are discouraged 503 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 504 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 504 | WARNING | [x] Inline control structures are discouraged 504 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 505 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 505 | WARNING | [x] Inline control structures are discouraged 505 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 506 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 506 | WARNING | [x] Inline control structures are discouraged 506 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 507 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 507 | WARNING | [x] Inline control structures are discouraged 507 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 508 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 508 | WARNING | [x] Inline control structures are discouraged 508 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 509 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 509 | WARNING | [x] Inline control structures are discouraged 509 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 511 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 511 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 512 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 512 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 513 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 513 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 514 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 514 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 515 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 515 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 516 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 516 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 517 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 517 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 518 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 518 | WARNING | [x] Inline control structures are discouraged 518 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 519 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 519 | WARNING | [x] Inline control structures are discouraged 519 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 520 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 520 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 521 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 521 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 521 | ERROR | [x] The open comment tag must be the only content on the line 521 | ERROR | [ ] Missing short description in doc comment 521 | ERROR | [x] The close comment tag must be the only content on the line 522 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 522 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 523 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 523 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 524 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 524 | WARNING | [x] Inline control structures are discouraged 524 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 525 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 525 | WARNING | [x] Inline control structures are discouraged 525 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 527 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 527 | WARNING | [x] Inline control structures are discouraged 527 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 529 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 529 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 530 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 530 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 531 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 531 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 532 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 532 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 533 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 533 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 535 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 535 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 537 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 537 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 538 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 538 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 540 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 540 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 540 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 541 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 541 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 542 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 542 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 543 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 543 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 544 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 544 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 545 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 545 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 546 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 546 | WARNING | [x] Inline control structures are discouraged 546 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 547 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 547 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 549 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 549 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 559 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 560 | ERROR | [ ] Missing parameter comment 560 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 561 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 562 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 563 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 565 | ERROR | [ ] Function name "array_splice_fixed" is prefixed with a | | package name but does not begin with a capital letter 565 | ERROR | [ ] Function name "array_splice_fixed" is invalid; consider | | "Array_Splice_fixed" instead 565 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 565 | ERROR | [x] Opening brace should be on a new line 566 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 566 | WARNING | [x] Inline control structures are discouraged 566 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 567 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 567 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 568 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 568 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 569 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 569 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 570 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 570 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 571 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 571 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 572 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 572 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 573 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 573 | WARNING | [x] Inline control structures are discouraged 573 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 574 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 574 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 575 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 575 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 576 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 576 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 577 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 577 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 587 | ERROR | [ ] Missing parameter comment 587 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 587 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 588 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 590 | ERROR | [ ] Function name "token_text" is prefixed with a package name | | but does not begin with a capital letter 590 | ERROR | [ ] Function name "token_text" is invalid; consider "Token_text" | | instead 590 | ERROR | [x] Opening brace should be on a new line 591 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 591 | WARNING | [x] Inline control structures are discouraged 591 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 592 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 592 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 599 | ERROR | [ ] Missing parameter comment 599 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 600 | ERROR | [ ] Missing @return tag in function comment 601 | ERROR | [ ] Function name "print_tokens" is prefixed with a package name | | but does not begin with a capital letter 601 | ERROR | [ ] Function name "print_tokens" is invalid; consider | | "Print_tokens" instead 601 | ERROR | [x] Opening brace should be on a new line 602 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 602 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 603 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 603 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 604 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 604 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 605 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 605 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 606 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 606 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 607 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 607 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 608 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 608 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 609 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 609 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 616 | ERROR | [x] Expected 1 spaces after parameter type; 2 found 616 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 617 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 619 | ERROR | [ ] Function name "get_tokens" is prefixed with a package name | | but does not begin with a capital letter 619 | ERROR | [ ] Function name "get_tokens" is invalid; consider "Get_tokens" | | instead 619 | ERROR | [x] Opening brace should be on a new line 620 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 620 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 621 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 621 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 622 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 622 | WARNING | [x] Inline control structures are discouraged 622 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 623 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 623 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 624 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 624 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 631 | ERROR | [ ] Missing parameter comment 631 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 631 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 632 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 634 | ERROR | [ ] Function name "combine_tokens" is prefixed with a package | | name but does not begin with a capital letter 634 | ERROR | [ ] Function name "combine_tokens" is invalid; consider | | "Combine_tokens" instead 634 | ERROR | [x] Opening brace should be on a new line 635 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 635 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 636 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 636 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 637 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 637 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 638 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 638 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 639 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 639 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 640 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 640 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 641 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 641 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 642 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 642 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 643 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 643 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 650 | ERROR | [ ] Missing parameter comment 651 | ERROR | [ ] Missing parameter comment 653 | ERROR | [ ] Missing @return tag in function comment 654 | ERROR | [ ] Function name "possible_syntax_error" is prefixed with a | | package name but does not begin with a capital letter 654 | ERROR | [ ] Function name "possible_syntax_error" is invalid; consider | | "Possible_Syntax_error" instead 654 | ERROR | [x] Opening brace should be on a new line 655 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 655 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 656 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 656 | WARNING | [x] Inline control structures are discouraged 656 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 657 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 657 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 658 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 658 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 665 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 666 | ERROR | [ ] Missing @return tag in function comment 667 | ERROR | [ ] Function name "tokens_ltrim" is prefixed with a package name | | but does not begin with a capital letter 667 | ERROR | [ ] Function name "tokens_ltrim" is invalid; consider | | "Tokens_ltrim" instead 667 | ERROR | [x] Opening brace should be on a new line 668 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 668 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 669 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 669 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 670 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 670 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 671 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 671 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 672 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 672 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 673 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 673 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 680 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 681 | ERROR | [ ] Missing @return tag in function comment 682 | ERROR | [ ] Function name "tokens_rtrim" is prefixed with a package name | | but does not begin with a capital letter 682 | ERROR | [ ] Function name "tokens_rtrim" is invalid; consider | | "Tokens_rtrim" instead 682 | ERROR | [x] Opening brace should be on a new line 683 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 683 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 684 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 684 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 685 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 685 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 686 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 686 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 687 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 687 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 688 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 688 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 695 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 696 | ERROR | [ ] Missing @return tag in function comment 697 | ERROR | [ ] Function name "strip_whitespace" is prefixed with a package | | name but does not begin with a capital letter 697 | ERROR | [ ] Function name "strip_whitespace" is invalid; consider | | "Strip_whitespace" instead 697 | ERROR | [x] Opening brace should be on a new line 698 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 698 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 699 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 699 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 699 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 700 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 700 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 700 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 700 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 701 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 701 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 701 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 701 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 702 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 702 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 703 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 703 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 704 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 704 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 705 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 705 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 706 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 706 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 713 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 714 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 714 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 715 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 717 | ERROR | [ ] Function name "get_argument_tokens" is prefixed with a | | package name but does not begin with a capital letter 717 | ERROR | [ ] Function name "get_argument_tokens" is invalid; consider | | "Get_Argument_tokens" instead 717 | ERROR | [x] Opening brace should be on a new line 719 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 719 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 721 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 721 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 722 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 722 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 724 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 724 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 725 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 725 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 726 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 726 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 728 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 728 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 729 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 729 | WARNING | [x] Inline control structures are discouraged 729 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 730 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 730 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 731 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 731 | WARNING | [x] Inline control structures are discouraged 731 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 732 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 732 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 734 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 734 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 734 | ERROR | [ ] Expected "if (...) {\n"; found "if (...) {\n" 735 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 735 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 736 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 736 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 737 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 737 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 738 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 738 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 738 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 739 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 739 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 739 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 739 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 740 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 740 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 4 740 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 740 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 741 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 741 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 5 741 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 5 741 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 742 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 742 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 5 742 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 5 742 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 743 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 743 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 4 743 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 743 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 744 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 744 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 744 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 744 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 745 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 745 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 746 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 746 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 747 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 747 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 748 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 748 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 749 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 749 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 751 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 751 | WARNING | [x] Inline control structures are discouraged 751 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 751 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 753 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 753 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 755 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 755 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 756 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 756 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 758 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 758 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 768 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 768 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 769 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 771 | ERROR | [ ] Function name "token_is_taboo" is prefixed with a package | | name but does not begin with a capital letter 771 | ERROR | [ ] Function name "token_is_taboo" is invalid; consider | | "Token_Is_taboo" instead 771 | ERROR | [x] Opening brace should be on a new line 772 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 772 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 773 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 773 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 774 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 774 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 775 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 775 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 776 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 776 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 777 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 777 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 778 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 778 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 779 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 779 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 780 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 780 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 781 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 781 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 788 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 789 | ERROR | [ ] Missing @return tag in function comment 790 | ERROR | [ ] Function name "fix_token_case" is prefixed with a package | | name but does not begin with a capital letter 790 | ERROR | [ ] Function name "fix_token_case" is invalid; consider | | "Fix_Token_case" instead 790 | ERROR | [x] Opening brace should be on a new line 792 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 792 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 793 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 793 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 794 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 794 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 795 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 795 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 796 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 796 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 797 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 797 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 798 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 798 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 799 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 799 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 800 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 800 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 801 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 801 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 802 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 802 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 803 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 803 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 804 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 804 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 805 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 805 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 806 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 806 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 807 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 807 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 808 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 808 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 809 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 809 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 810 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 810 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 811 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 811 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 812 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 812 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 813 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 813 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 814 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 814 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 815 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 815 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 816 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 816 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 817 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 817 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 818 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 818 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 819 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 819 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 820 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 820 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 821 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 821 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 822 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 822 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 823 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 823 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 824 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 824 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 825 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 825 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 826 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 826 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 827 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 827 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 828 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 828 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 829 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 829 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 830 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 830 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 831 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 831 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 832 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 832 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 833 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 833 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 834 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 834 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 835 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 835 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 836 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 836 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 837 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 837 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 838 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 838 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 839 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 839 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 840 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 840 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 841 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 841 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 842 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 842 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 843 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 843 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 844 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 844 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 845 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 845 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 846 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 846 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 847 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 847 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 848 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 848 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 849 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 849 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 850 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 850 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 851 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 851 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 852 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 852 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 853 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 853 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 854 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 854 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 855 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 855 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 856 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 856 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 857 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 857 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 859 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 859 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 860 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 860 | WARNING | [x] Inline control structures are discouraged 860 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 861 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 861 | WARNING | [x] Inline control structures are discouraged 861 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 862 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 862 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 863 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 863 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 864 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 864 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 865 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 865 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 873 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 874 | ERROR | [ ] Missing @return tag in function comment 875 | ERROR | [ ] Function name "fix_builtin_functions_case" is prefixed with | | a package name but does not begin with a capital letter 875 | ERROR | [ ] Function name "fix_builtin_functions_case" is invalid; | | consider "Fix_Builtin_Functions_case" instead 875 | ERROR | [x] Opening brace should be on a new line 877 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 877 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 878 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 878 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 879 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 879 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 880 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 880 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 881 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 881 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 883 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 883 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 885 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 885 | WARNING | [x] Inline control structures are discouraged 885 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 885 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 886 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 886 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 886 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 886 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 887 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 887 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 887 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 887 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 888 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 888 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 888 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 888 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 889 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 889 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 889 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 890 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 890 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 890 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 890 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 891 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 891 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 893 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 893 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 893 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 894 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 894 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 894 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 894 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 895 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 895 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 896 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 896 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 897 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 897 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 897 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 898 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 898 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 898 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 898 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 899 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 899 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 899 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 899 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 900 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 900 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 901 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 901 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 902 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 902 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 903 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 903 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 903 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 904 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 904 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 904 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 904 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 905 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 905 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 905 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 905 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 906 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 906 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 907 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 907 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 907 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 908 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 908 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 908 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 908 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 909 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 909 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 910 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 910 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 911 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 911 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 912 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 912 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 913 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 913 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 914 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 914 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 916 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 916 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 918 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 918 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 925 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 926 | ERROR | [ ] Missing @return tag in function comment 927 | ERROR | [ ] Function name "replace_inline_tabs" is prefixed with a | | package name but does not begin with a capital letter 927 | ERROR | [ ] Function name "replace_inline_tabs" is invalid; consider | | "Replace_Inline_tabs" instead 927 | ERROR | [x] Opening brace should be on a new line 929 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 929 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 931 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 931 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 931 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 932 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 932 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 933 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 933 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 934 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 934 | WARNING | [x] Inline control structures are discouraged 934 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 935 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 935 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 936 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 936 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 938 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 938 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 939 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 939 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 941 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 941 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 949 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 950 | ERROR | [ ] Missing @return tag in function comment 951 | ERROR | [ ] Function name "replace_phptags" is prefixed with a package | | name but does not begin with a capital letter 951 | ERROR | [ ] Function name "replace_phptags" is invalid; consider | | "Replace_phptags" instead 951 | ERROR | [x] Opening brace should be on a new line 953 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 953 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 954 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 954 | WARNING | [x] Inline control structures are discouraged 954 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 956 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 956 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 957 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 957 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 959 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 959 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 960 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 960 | WARNING | [x] Inline control structures are discouraged 960 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 960 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 962 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 962 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 963 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 963 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 964 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 964 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 965 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 965 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 965 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 966 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 966 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 967 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 967 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 968 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 968 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 970 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 970 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 972 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 972 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 973 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 973 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 973 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 974 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 974 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 974 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 975 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 975 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 975 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 976 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 976 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 5 976 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 976 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 978 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 978 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 980 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 980 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 981 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 981 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 982 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 982 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 983 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 983 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 984 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 984 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 985 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 985 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 986 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 986 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 987 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 987 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 988 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 988 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 5 989 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 989 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 990 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 990 | WARNING | [ ] Line exceeds 85 characters; contains 113 characters 990 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 991 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 991 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 991 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 4 spaces but found 5 991 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 992 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 992 | ERROR | [x] Multi-line function call not indented correctly; expected 9 | | spaces but found 7 992 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 7 993 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 993 | ERROR | [x] Multi-line function call not indented correctly; expected 9 | | spaces but found 7 993 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 7 994 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 994 | ERROR | [x] Multi-line function call not indented correctly; expected 5 | | spaces but found 6 994 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 6 994 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 995 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 995 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 997 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 997 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 999 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 999 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 | | spaces, found 3 1000 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1000 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1002 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1002 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1003 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1003 | WARNING | [x] Inline control structures are discouraged 1003 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1005 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1005 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1005 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1006 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1006 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1007 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1007 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1007 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1008 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1008 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 1008 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 1009 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1009 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 1009 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 1010 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1010 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 5 1010 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1010 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1011 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1011 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1012 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1012 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1013 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1013 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1013 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1014 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1014 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 1014 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 1015 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1015 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 1015 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 1016 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1016 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 1016 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 1017 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1017 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 5 1017 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1017 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1018 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1018 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1020 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1020 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1022 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1022 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1030 | ERROR | [ ] Doc comment long description must start with a capital | | letter 1032 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 1033 | ERROR | [ ] Missing @return tag in function comment 1034 | ERROR | [ ] Function name "replace_shell_comments" is prefixed with a | | package name but does not begin with a capital letter 1034 | ERROR | [ ] Function name "replace_shell_comments" is invalid; consider | | "Replace_Shell_comments" instead 1034 | ERROR | [x] Opening brace should be on a new line 1036 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1036 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1037 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1037 | WARNING | [x] Inline control structures are discouraged 1037 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1038 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1038 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1038 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1039 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1039 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1039 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1039 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1040 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1040 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1040 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1040 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1041 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1041 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1042 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1042 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1043 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1043 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1044 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1044 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1052 | ERROR | [ ] Doc comment long description must start with a capital | | letter 1054 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 1055 | ERROR | [ ] Missing @return tag in function comment 1056 | ERROR | [ ] Function name "fix_statement_brackets" is prefixed with a | | package name but does not begin with a capital letter 1056 | ERROR | [ ] Function name "fix_statement_brackets" is invalid; consider | | "Fix_Statement_brackets" instead 1056 | ERROR | [x] Opening brace should be on a new line 1058 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1058 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1059 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1059 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1060 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1060 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1061 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1061 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1062 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1062 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1063 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1063 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1064 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1064 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1065 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1065 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1066 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1066 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1067 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1067 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1069 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1069 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1071 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1071 | WARNING | [x] Inline control structures are discouraged 1071 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1071 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1073 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1073 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1074 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1074 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1076 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1076 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1078 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1078 | WARNING | [x] Inline control structures are discouraged 1078 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1078 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1080 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1080 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1082 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1082 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1083 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1083 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1084 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1084 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1085 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1085 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1086 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1086 | WARNING | [x] Inline control structures are discouraged 1086 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1087 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1087 | WARNING | [x] Inline control structures are discouraged 1087 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1088 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1088 | WARNING | [x] Inline control structures are discouraged 1088 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1089 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1089 | WARNING | [ ] Line exceeds 85 characters; contains 129 characters 1089 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1090 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1090 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1090 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1091 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1091 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1092 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1092 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1093 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1093 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1093 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1094 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1094 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1094 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 1095 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1095 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1096 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1096 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1097 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1097 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1098 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1098 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1099 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1099 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1100 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1101 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1102 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1103 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1103 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1104 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1104 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1105 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1105 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1106 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1106 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1106 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 1107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1107 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1108 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1108 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1110 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1111 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1113 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1114 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1116 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1117 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1117 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1118 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1119 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1119 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1121 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1121 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1123 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1123 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1131 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 1132 | ERROR | [ ] Missing @return tag in function comment 1133 | ERROR | [ ] Function name "fix_separation_whitespace" is prefixed with a | | package name but does not begin with a capital letter 1133 | ERROR | [ ] Function name "fix_separation_whitespace" is invalid; | | consider "Fix_Separation_whitespace" instead 1133 | ERROR | [x] Opening brace should be on a new line 1135 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1135 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1137 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1138 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1138 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1140 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 1140 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1141 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1141 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1141 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1142 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1142 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1143 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1143 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1143 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1144 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1145 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1146 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1146 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 4 spaces but found 5 1146 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1147 | ERROR | [x] Multi-line function call not indented correctly; expected 9 | | spaces but found 7 1147 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 7 1148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1148 | ERROR | [x] Multi-line function call not indented correctly; expected 5 | | spaces but found 6 1148 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 6 1148 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1149 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1149 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1150 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1150 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1150 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1151 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1151 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1151 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1152 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1153 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1153 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 1153 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1154 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1154 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1155 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1155 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1156 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1156 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1158 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1160 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1161 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1161 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1162 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1162 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1163 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1163 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1164 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1164 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1164 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1164 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1165 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1165 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1165 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1165 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1166 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1166 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1167 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1168 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1168 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1169 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1170 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 1170 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1171 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1171 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 1172 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1172 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 1172 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 4 spaces but found 6 1172 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1173 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1173 | ERROR | [x] Multi-line function call not indented correctly; expected 10 | | spaces but found 8 1173 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 8 1174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1174 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 7 1174 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 7 1174 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1175 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1175 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 1175 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1176 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1176 | ERROR | [x] Multi-line IF statement not indented correctly; expected 9 | | spaces but found 6 1176 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 6 1176 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1177 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1177 | ERROR | [x] Multi-line IF statement not indented correctly; expected 9 | | spaces but found 6 1177 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 6 1177 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1178 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1179 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 1179 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 1180 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1180 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 1181 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1181 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 1182 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1182 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1183 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1183 | ERROR | [x] Case breaking statement indented incorrectly; expected 7 | | spaces, found 4 1184 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1184 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1185 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1185 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1186 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1186 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1186 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1187 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1187 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1187 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1187 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1188 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1188 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1188 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1188 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1189 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1189 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1190 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1190 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1191 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1191 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1192 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1192 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1193 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1193 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 1193 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1194 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1194 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 1195 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1195 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 1196 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1196 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 1197 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1197 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1198 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1198 | ERROR | [x] Case breaking statement indented incorrectly; expected 7 | | spaces, found 4 1199 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1199 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1200 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1200 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1201 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1201 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1202 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1202 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1203 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1203 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1204 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1204 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1205 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1205 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1206 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1206 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1206 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1207 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1207 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1208 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1208 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1208 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 4 spaces but found 5 1208 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1209 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1209 | ERROR | [x] Multi-line function call not indented correctly; expected 9 | | spaces but found 7 1209 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 7 1210 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1210 | ERROR | [x] Multi-line function call not indented correctly; expected 5 | | spaces but found 6 1210 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 6 1210 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1211 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1211 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1212 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1212 | ERROR | [x] Case breaking statement indented incorrectly; expected 7 | | spaces, found 4 1213 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1213 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1214 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1214 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1215 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1215 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1216 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1216 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1216 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1217 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1217 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1218 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1218 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1218 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 4 spaces but found 5 1218 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1219 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1219 | ERROR | [x] Multi-line function call not indented correctly; expected 9 | | spaces but found 7 1219 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 7 1220 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1220 | ERROR | [x] Multi-line function call not indented correctly; expected 5 | | spaces but found 6 1220 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 6 1220 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1221 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1221 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1221 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1222 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1222 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1222 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1222 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1223 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1223 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1223 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1223 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1224 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1224 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1225 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1225 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 1225 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1226 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1226 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1227 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1227 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1228 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1228 | ERROR | [x] Case breaking statement indented incorrectly; expected 7 | | spaces, found 4 1229 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1229 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1230 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1230 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1231 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1231 | ERROR | [x] Case breaking statement indented incorrectly; expected 7 | | spaces, found 4 1232 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1232 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1234 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1234 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1236 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1236 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1238 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1238 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1246 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1247 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1249 | ERROR | [ ] Function name "separation_whitespace" is prefixed with a | | package name but does not begin with a capital letter 1249 | ERROR | [ ] Function name "separation_whitespace" is invalid; consider | | "Separation_whitespace" instead 1249 | ERROR | [x] Opening brace should be on a new line 1250 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1250 | WARNING | [x] Inline control structures are discouraged 1250 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1250 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1251 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1251 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 2 1251 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1251 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1252 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1252 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 3 1252 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 3 1252 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1253 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1253 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 3 1253 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 3 1253 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1254 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1254 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 2 1254 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1254 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1255 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1255 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1256 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1256 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1263 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 1264 | ERROR | [ ] Missing @return tag in function comment 1265 | ERROR | [ ] Function name "fix_round_bracket_space" is prefixed with a | | package name but does not begin with a capital letter 1265 | ERROR | [ ] Function name "fix_round_bracket_space" is invalid; consider | | "Fix_Round_Bracket_space" instead 1265 | ERROR | [x] Opening brace should be on a new line 1267 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1267 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1268 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1268 | WARNING | [x] Inline control structures are discouraged 1268 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1269 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1269 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1269 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1270 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1270 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1270 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1271 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1271 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1271 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1271 | ERROR | [ ] Each line in a multi-line IF statement must begin with a | | boolean operator 1272 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1272 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1272 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1273 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1273 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1273 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1273 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1274 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1274 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1274 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1275 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1275 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1275 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1275 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1276 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1276 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1277 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1277 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1278 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1278 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1278 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 3 1278 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1279 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1279 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 5 1279 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 5 1280 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1280 | ERROR | [x] Multi-line function call not indented correctly; expected 3 | | spaces but found 4 1280 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 1280 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1281 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1281 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1281 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1282 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1282 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1282 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1283 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1283 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1283 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1283 | ERROR | [ ] Each line in a multi-line IF statement must begin with a | | boolean operator 1284 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1284 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1284 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1285 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1285 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1285 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1285 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1286 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1286 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1286 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1287 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1287 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1287 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1287 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1288 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1288 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1289 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1289 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1290 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1290 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1290 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 3 1290 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1291 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1291 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 5 1291 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 5 1292 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1292 | ERROR | [x] Multi-line function call not indented correctly; expected 3 | | spaces but found 4 1292 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 1292 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1293 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1293 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1294 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1294 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1302 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 1303 | ERROR | [ ] Missing @return tag in function comment 1304 | ERROR | [ ] Function name "fix_comma_space" is prefixed with a package | | name but does not begin with a capital letter 1304 | ERROR | [ ] Function name "fix_comma_space" is invalid; consider | | "Fix_Comma_space" instead 1304 | ERROR | [x] Opening brace should be on a new line 1306 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1306 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1307 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1307 | WARNING | [x] Inline control structures are discouraged 1307 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1308 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1308 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1308 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1309 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1309 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1309 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1310 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1310 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1310 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1310 | ERROR | [ ] Each line in a multi-line IF statement must begin with a | | boolean operator 1311 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1311 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1311 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1312 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1312 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1312 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1312 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1313 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1313 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1314 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1314 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1315 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1315 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1315 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 3 1315 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1316 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1316 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 5 1316 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 5 1317 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1317 | ERROR | [x] Multi-line function call not indented correctly; expected 3 | | spaces but found 4 1317 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 1317 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1318 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1318 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1319 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1319 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1327 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 1328 | ERROR | [ ] Missing @return tag in function comment 1329 | ERROR | [ ] Function name "add_operator_space" is prefixed with a | | package name but does not begin with a capital letter 1329 | ERROR | [ ] Function name "add_operator_space" is invalid; consider | | "Add_Operator_space" instead 1329 | ERROR | [x] Opening brace should be on a new line 1331 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1331 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1332 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1332 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1333 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1333 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1334 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1334 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1335 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1335 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1336 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1336 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1337 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1337 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1338 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1338 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1339 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1339 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1340 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1340 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1341 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1341 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1342 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1342 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1343 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1343 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1344 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1344 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1345 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1345 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1346 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1346 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1347 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1347 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1348 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1348 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1349 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1349 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1350 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1350 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1351 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1351 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1352 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1352 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1353 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1353 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1354 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1354 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1355 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1355 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1356 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1356 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1357 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1357 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1358 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1358 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1359 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1359 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1360 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1360 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1362 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1362 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1363 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1363 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1363 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1365 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1365 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1365 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1366 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1366 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 1366 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 1367 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1367 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 1367 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 1367 | ERROR | [ ] Each line in a multi-line IF statement must begin with a | | boolean operator 1368 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1368 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1369 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1369 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1370 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1370 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1370 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1371 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1371 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 1371 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 1372 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1372 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 5 1372 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1372 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1373 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1373 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1375 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1375 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1375 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1376 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1376 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 1376 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 1377 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1377 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 1377 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 1377 | ERROR | [ ] Each line in a multi-line IF statement must begin with a | | boolean operator 1378 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1378 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1379 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1379 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1380 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1380 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1380 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1381 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1381 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 1381 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 1382 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1382 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 5 1382 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1382 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1383 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1383 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1385 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1385 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1386 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1386 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1394 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 1395 | ERROR | [ ] Missing @return tag in function comment 1396 | ERROR | [ ] Function name "fix_docblock_format" is prefixed with a | | package name but does not begin with a capital letter 1396 | ERROR | [ ] Function name "fix_docblock_format" is invalid; consider | | "Fix_Docblock_format" instead 1396 | ERROR | [x] Opening brace should be on a new line 1398 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1398 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1400 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1400 | WARNING | [x] Inline control structures are discouraged 1400 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1400 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1402 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1402 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1403 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1403 | WARNING | [x] Inline control structures are discouraged 1403 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1403 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1405 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1405 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1406 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1406 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1408 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1408 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1409 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1409 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1410 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1410 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1411 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1411 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1412 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1412 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1413 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1413 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1415 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1415 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1416 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1416 | WARNING | [x] Inline control structures are discouraged 1416 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1418 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1418 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1419 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1419 | WARNING | [x] Inline control structures are discouraged 1419 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1420 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1420 | WARNING | [x] Inline control structures are discouraged 1420 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1422 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1422 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1423 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1423 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1424 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1424 | WARNING | [x] Inline control structures are discouraged 1424 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1425 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1425 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1426 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1426 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1428 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1428 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1429 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1429 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1430 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1430 | WARNING | [x] Inline control structures are discouraged 1430 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1431 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1431 | WARNING | [x] Inline control structures are discouraged 1431 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1432 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1432 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1433 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1433 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1435 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1435 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1436 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1436 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1437 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1437 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1439 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1439 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1440 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1440 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1441 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1441 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1443 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1443 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1444 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1444 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1444 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1444 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 1446 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1446 | WARNING | [x] Inline control structures are discouraged 1446 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1448 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1448 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1449 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1449 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1450 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1450 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1450 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1451 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1451 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1452 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1452 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1453 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1453 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1454 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1454 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1454 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1455 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1455 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1456 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1456 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1457 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1457 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1458 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1458 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1459 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1459 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1460 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1460 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1461 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1461 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1463 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1463 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1464 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1464 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1465 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1465 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1466 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1466 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1467 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1467 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1469 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1469 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1470 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1470 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1472 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1472 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1473 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1473 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1475 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1475 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1477 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1477 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1487 | ERROR | [x] Expected 2 spaces after parameter type; 3 found 1488 | ERROR | [x] Expected 1 spaces after parameter type; 2 found 1489 | ERROR | [ ] Missing @return tag in function comment 1490 | ERROR | [x] Opening brace should be on a new line 1491 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1491 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1492 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1492 | WARNING | [x] Inline control structures are discouraged 1492 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1493 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1493 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1494 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1494 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1495 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1495 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1496 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1496 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1497 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1497 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1498 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1498 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1499 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1499 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1500 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1500 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1501 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1501 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1502 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1502 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1503 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1503 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1504 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1504 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1505 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1505 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1506 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1506 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1507 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1507 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1508 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1508 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1509 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1509 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1510 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1510 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1511 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1511 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1512 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1512 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1512 | ERROR | [ ] Expected "} else {\n"; found "}\n\t\telse {\n" 1513 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1513 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1514 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1514 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1515 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1515 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1516 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1516 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1517 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1517 | WARNING | [x] Inline control structures are discouraged 1517 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1518 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1518 | WARNING | [x] Inline control structures are discouraged 1518 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1519 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1519 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1526 | ERROR | [ ] Missing parameter comment 1526 | ERROR | [x] Expected 1 spaces after parameter type; 2 found 1526 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1527 | ERROR | [ ] Missing parameter comment 1527 | ERROR | [x] Expected 1 spaces after parameter type; 2 found 1527 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1528 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1530 | ERROR | [ ] Function name "sort_doctags_cmp" is prefixed with a package | | name but does not begin with a capital letter 1530 | ERROR | [ ] Function name "sort_doctags_cmp" is invalid; consider | | "Sort_Doctags_cmp" instead 1530 | ERROR | [x] Opening brace should be on a new line 1532 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1532 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1532 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 1534 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1534 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1535 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1535 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1536 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1536 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1536 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1537 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1537 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1538 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1538 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1539 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1539 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1540 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1540 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1541 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1541 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1542 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1542 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1543 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1543 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1543 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1544 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1544 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1545 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1545 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1546 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1546 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1547 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1547 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1549 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1549 | WARNING | [x] Inline control structures are discouraged 1549 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1550 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1550 | WARNING | [x] Inline control structures are discouraged 1550 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1551 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1551 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1558 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 1559 | ERROR | [ ] Missing @return tag in function comment 1560 | ERROR | [ ] Function name "fix_docblock_space" is prefixed with a | | package name but does not begin with a capital letter 1560 | ERROR | [ ] Function name "fix_docblock_space" is invalid; consider | | "Fix_Docblock_space" instead 1560 | ERROR | [x] Opening brace should be on a new line 1562 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1562 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1564 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1564 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1566 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1566 | WARNING | [x] Inline control structures are discouraged 1566 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1566 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1568 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1568 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1569 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1569 | WARNING | [x] Inline control structures are discouraged 1569 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1569 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1571 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1571 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1571 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1573 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1573 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1574 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1574 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1574 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1575 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1575 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1575 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 1576 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1576 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1577 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1577 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1579 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1579 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1581 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1581 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1582 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1582 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1582 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1583 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1583 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1584 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1584 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1586 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1586 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1587 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1587 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1587 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1588 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1588 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1589 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1589 | WARNING | [x] Inline control structures are discouraged 1589 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1589 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1590 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1590 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1591 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1591 | WARNING | [x] Inline control structures are discouraged 1591 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1591 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1592 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1592 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1592 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1593 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1593 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1593 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 1594 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1594 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1595 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1595 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1597 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1597 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1599 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1599 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1607 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 1608 | ERROR | [ ] Missing @return tag in function comment 1609 | ERROR | [ ] Function name "add_blank_lines" is prefixed with a package | | name but does not begin with a capital letter 1609 | ERROR | [ ] Function name "add_blank_lines" is invalid; consider | | "Add_Blank_lines" instead 1609 | ERROR | [x] Opening brace should be on a new line 1611 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1611 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1612 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1612 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1614 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1614 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1615 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1615 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1617 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1617 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1619 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1619 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1621 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1621 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1622 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1622 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1622 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1623 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1623 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1623 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1624 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1624 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1625 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1625 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1626 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1626 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1627 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1627 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1629 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1629 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1631 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1631 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1632 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1632 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1632 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1633 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1633 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1634 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1634 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1635 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1635 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1637 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1637 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1638 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1638 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1638 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1638 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 1639 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1639 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1639 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1639 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 1640 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1640 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1641 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1641 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1642 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1642 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1643 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1643 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1644 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1644 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1645 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1645 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1647 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1647 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1649 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1649 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1651 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1651 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1651 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1652 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1652 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 1652 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 1652 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1653 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1653 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 1653 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 1653 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1654 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1654 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1656 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1656 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1657 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1657 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1657 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1658 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1658 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1658 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1658 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1659 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1659 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1659 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1659 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1660 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1660 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1661 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1661 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1661 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 1662 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1662 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1664 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1664 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1666 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1666 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1668 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1668 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1668 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1669 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1669 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1669 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1669 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1670 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1670 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 4 1670 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 1670 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1671 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1671 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 5 1671 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 5 1671 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1672 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1672 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 5 1672 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 5 1672 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1673 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1673 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 4 1673 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 1673 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1674 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1674 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1674 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1674 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1675 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1675 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1677 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1677 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1678 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1678 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1680 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1680 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1682 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1682 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1690 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 1691 | ERROR | [ ] Missing @return tag in function comment 1692 | ERROR | [x] Opening brace should be on a new line 1694 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1694 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1695 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1695 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1696 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1696 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1697 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1697 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1698 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1698 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1699 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1699 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1701 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1701 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1702 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1702 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1704 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1704 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 1704 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1705 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1705 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1707 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1707 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1708 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1708 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1710 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1710 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1712 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1712 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1713 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1713 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1713 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1714 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1714 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1714 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1715 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1715 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1716 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1716 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1717 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1717 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1718 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1718 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1720 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1720 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1721 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1721 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1721 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1722 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1722 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1723 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1723 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1724 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1724 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1726 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1726 | WARNING | [ ] Line exceeds 85 characters; contains 124 characters 1726 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1727 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1727 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1728 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1728 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1729 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1729 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1729 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1730 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1730 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1730 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1730 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1731 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1731 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1731 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1731 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1732 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1732 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1732 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1732 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1733 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1733 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1734 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1734 | WARNING | [x] Inline control structures are discouraged 1734 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1735 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1735 | WARNING | [x] Inline control structures are discouraged 1735 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1736 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1736 | WARNING | [x] Inline control structures are discouraged 1736 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1737 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1737 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1738 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1738 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1739 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1739 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1739 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1740 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1740 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1740 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 1740 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1741 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1741 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1741 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1741 | ERROR | [ ] Each line in a multi-line IF statement must begin with a | | boolean operator 1742 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1742 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1742 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1742 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1743 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1743 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 1743 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1743 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1744 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1744 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1745 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1745 | WARNING | [x] Inline control structures are discouraged 1745 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1746 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1746 | WARNING | [x] Inline control structures are discouraged 1746 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1747 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1747 | WARNING | [x] Inline control structures are discouraged 1747 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1748 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1748 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1749 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1749 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1750 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1750 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1752 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1752 | WARNING | [x] Inline control structures are discouraged 1752 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1753 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1753 | WARNING | [x] Inline control structures are discouraged 1753 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1755 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1755 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1755 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1757 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1757 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1759 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1759 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1759 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1761 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1761 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1762 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1762 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1763 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1763 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1764 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1764 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1765 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1765 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1766 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1766 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1767 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1767 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1768 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1768 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 1769 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1769 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 1770 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1770 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 1771 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1771 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1772 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1772 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1773 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1773 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1774 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1774 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1775 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1775 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 1776 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1776 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 1777 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1777 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1779 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1779 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1781 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1781 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1781 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1782 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1782 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1782 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1782 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1783 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1783 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 4 1783 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 1783 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1784 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1784 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 4 1784 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 1784 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1785 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1785 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 4 1785 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 1785 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1786 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1786 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 5 1786 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 5 1787 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1787 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 5 1787 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 5 1788 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1788 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 1789 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1789 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1789 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1789 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1790 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1790 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 4 1790 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 1790 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1791 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1791 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 5 1791 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 5 1791 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1792 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1792 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 6 1792 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1793 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1793 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 7 1793 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 7 1794 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1794 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 7 1794 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 7 1794 | ERROR | [ ] Each line in a multi-line IF statement must begin with a | | boolean operator 1795 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1795 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 7 1795 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 7 1795 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1796 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1796 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 6 1796 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1797 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1797 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 5 1797 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 5 1797 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1798 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1798 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 4 1798 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 1798 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1799 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1799 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1799 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1799 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1800 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1800 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1801 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1801 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1802 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1802 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1803 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1803 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1804 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1804 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1805 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1805 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 1806 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1806 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 1808 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1808 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1808 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1809 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1809 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1810 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1810 | WARNING | [x] Inline control structures are discouraged 1810 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1810 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 1812 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1812 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1813 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1813 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1813 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 3 1814 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1814 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 4 1814 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 1815 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1815 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 4 1815 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 1816 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1816 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 4 1816 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 1817 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1817 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 4 1817 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 1818 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1818 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 4 1818 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 1819 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1819 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 4 1819 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 1820 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1820 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 4 1820 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 1821 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1821 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1823 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1823 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1825 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1825 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1825 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1826 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1826 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1826 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1826 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1827 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1827 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 4 1827 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 1827 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1828 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1828 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 5 1828 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 5 1828 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1829 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1829 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 5 1829 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 5 1829 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1830 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1830 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 4 1830 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 1830 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1831 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1831 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1831 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1831 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1832 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1832 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1833 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1833 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1834 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1834 | WARNING | [x] Inline control structures are discouraged 1834 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1834 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 1835 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1835 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1836 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1836 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1837 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1837 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1838 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1838 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1840 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1840 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1849 | ERROR | [ ] Missing parameter comment 1850 | ERROR | [ ] Missing parameter comment 1851 | ERROR | [ ] Missing parameter comment 1852 | ERROR | [ ] Missing parameter comment 1853 | ERROR | [ ] Missing parameter comment 1855 | ERROR | [ ] Missing @return tag in function comment 1856 | ERROR | [ ] Function name "indent_text" is prefixed with a package name | | but does not begin with a capital letter 1856 | ERROR | [ ] Function name "indent_text" is invalid; consider | | "Indent_text" instead 1856 | WARNING | [ ] Line exceeds 85 characters; contains 130 characters 1856 | ERROR | [x] Opening brace should be on a new line 1858 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1858 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1858 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1859 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1859 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1860 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1860 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1861 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1861 | WARNING | [x] Inline control structures are discouraged 1861 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1861 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1862 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1862 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1863 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1863 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1864 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1864 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1865 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1865 | WARNING | [x] Inline control structures are discouraged 1865 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1865 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1866 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1866 | WARNING | [x] Inline control structures are discouraged 1866 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1867 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1867 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1869 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1869 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1870 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1870 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1871 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1871 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1872 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1872 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1874 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1874 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1875 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1875 | WARNING | [x] Inline control structures are discouraged 1875 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1875 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1876 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1876 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 2 1876 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1876 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1877 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1877 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 2 1877 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1877 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1878 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1878 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 3 1878 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 3 1878 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1879 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1879 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 3 1879 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 3 1879 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1880 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1880 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 4 1880 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1881 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1881 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 4 1881 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1882 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1882 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1883 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1883 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1884 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1884 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 4 1884 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1885 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1885 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 4 1886 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1886 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 4 1886 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1887 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1887 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 4 1887 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1888 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1888 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 3 1888 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 3 1888 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1889 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1889 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 2 1889 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1889 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1890 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1890 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1892 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1892 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1893 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1893 | WARNING | [x] Inline control structures are discouraged 1893 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1893 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1894 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1894 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 2 1894 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1894 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1895 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1895 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 3 1895 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 3 1895 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1896 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1896 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 4 1896 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1897 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1897 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1898 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1898 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1899 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1899 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 4 1899 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1900 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1900 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 3 1900 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 3 1900 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1901 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1901 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 2 1901 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1901 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1902 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1902 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 3 1902 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 3 1902 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1903 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1903 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 3 1903 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 3 1903 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1904 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1904 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 3 1904 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 3 1904 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1905 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1905 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 2 1905 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1905 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1906 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1906 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 3 1906 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 3 1907 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1907 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 3 1907 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 3 1907 | ERROR | [ ] Each line in a multi-line IF statement must begin with a | | boolean operator 1908 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1908 | ERROR | [x] Multi-line IF statement not indented correctly; expected 5 | | spaces but found 2 1908 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1908 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1909 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1909 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1911 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1911 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 1911 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1912 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1912 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1914 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1914 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1915 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1915 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1916 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1916 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1917 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1917 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1918 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1918 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1919 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1919 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1920 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1920 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1921 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1921 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1922 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1922 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1923 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1923 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1924 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1924 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1925 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1925 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1926 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1926 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1927 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1927 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1928 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1928 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1929 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1929 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1930 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1930 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1931 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1931 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1932 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1932 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1933 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1933 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1934 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1934 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1935 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1935 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1936 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1936 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1937 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1937 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1938 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1938 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1939 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1939 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1940 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1940 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1941 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1941 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1942 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1942 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1943 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1943 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1944 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1944 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1945 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1945 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1946 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1946 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1947 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1947 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1948 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1948 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1949 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1949 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1950 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1950 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1951 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1951 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1952 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1952 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1953 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1953 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1954 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1954 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1955 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1955 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1956 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1956 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1957 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1957 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1958 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1958 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1960 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1960 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1960 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1961 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1961 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1961 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1961 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1962 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1962 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1962 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1962 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1963 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1963 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1964 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1964 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1965 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1965 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1965 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1966 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1966 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1966 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1966 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1967 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1967 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1967 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1967 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1968 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1968 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1969 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1969 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1970 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1970 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1971 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1971 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1971 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1972 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1972 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1972 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1972 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1973 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1973 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 4 1973 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 1973 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1974 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1974 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 4 1974 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 1974 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1975 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1975 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 1975 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 1975 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 1976 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1976 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1977 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1977 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1978 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1978 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 1979 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1979 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 1981 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1981 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1983 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1983 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1985 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1985 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1986 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1986 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1986 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 1 1987 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1987 | ERROR | [x] Multi-line function call not indented correctly; expected 5 | | spaces but found 2 1987 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1988 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1988 | ERROR | [x] Multi-line function call not indented correctly; expected 5 | | spaces but found 2 1988 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1989 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1989 | ERROR | [x] Multi-line function call not indented correctly; expected 5 | | spaces but found 2 1989 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 1990 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1990 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1992 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1992 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1994 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1994 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1995 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1995 | WARNING | [x] Inline control structures are discouraged 1995 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 1995 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1997 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1997 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1997 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 1998 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1998 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 1999 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1999 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2000 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2000 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2001 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2001 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2003 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2003 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2004 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2004 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2004 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 1 2005 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2005 | ERROR | [x] Multi-line function call not indented correctly; expected 5 | | spaces but found 2 2005 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 2006 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2006 | ERROR | [x] Multi-line function call not indented correctly; expected 5 | | spaces but found 2 2006 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 2007 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2007 | ERROR | [x] Multi-line function call not indented correctly; expected 5 | | spaces but found 2 2007 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 2008 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2008 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2016 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 2017 | ERROR | [ ] Missing @return tag in function comment 2018 | ERROR | [ ] Function name "strip_closetag_indenting" is prefixed with a | | package name but does not begin with a capital letter 2018 | ERROR | [ ] Function name "strip_closetag_indenting" is invalid; | | consider "Strip_Closetag_indenting" instead 2018 | ERROR | [x] Opening brace should be on a new line 2020 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2020 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2021 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2021 | WARNING | [x] Inline control structures are discouraged 2021 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2021 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2022 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2022 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2022 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2023 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2023 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2023 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2024 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2024 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2024 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2024 | ERROR | [ ] Each line in a multi-line IF statement must begin with a | | boolean operator 2025 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2025 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2025 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2025 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2026 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2026 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2027 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2027 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2027 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2028 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2028 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 2028 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2029 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2029 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 2029 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2029 | ERROR | [ ] Each line in a multi-line IF statement must begin with a | | boolean operator 2030 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2030 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 2030 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2030 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2031 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2031 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 2031 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2031 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2032 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2032 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 2032 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2032 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2033 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2033 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2034 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2034 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2035 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2035 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2035 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2036 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2036 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 2036 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2037 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2037 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 2037 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2037 | ERROR | [ ] Each line in a multi-line IF statement must begin with a | | boolean operator 2038 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2038 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 2038 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2038 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2039 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2039 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 2039 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2039 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2040 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2040 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 2040 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2040 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2041 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2041 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 2041 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2042 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2042 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 2042 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2042 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2043 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2043 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 2043 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2043 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2044 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2044 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 2044 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2044 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2045 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2045 | ERROR | [x] Multi-line IF statement not indented correctly; expected 7 | | spaces but found 4 2045 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2045 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2046 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2046 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2047 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2047 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2048 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2048 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2049 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2049 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2050 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2050 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2051 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2051 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2064 | ERROR | [x] Expected 1 spaces after parameter type; 2 found 2064 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 2065 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 2067 | ERROR | [ ] Function name "get_functions" is prefixed with a package | | name but does not begin with a capital letter 2067 | ERROR | [ ] Function name "get_functions" is invalid; consider | | "Get_functions" instead 2067 | ERROR | [x] Opening brace should be on a new line 2069 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2069 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2071 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2071 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2072 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2072 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2073 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2073 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2075 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2075 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2076 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2076 | WARNING | [x] Inline control structures are discouraged 2076 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2077 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2077 | WARNING | [x] Inline control structures are discouraged 2077 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2078 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2078 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2078 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2079 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2079 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2079 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2079 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2080 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2080 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2080 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2080 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2081 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2081 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2081 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2081 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2082 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2082 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2082 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2082 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2083 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2083 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2084 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2084 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2085 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2085 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2087 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2087 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2089 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2089 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2096 | ERROR | [x] Expected 2 spaces after parameter type; 3 found 2097 | ERROR | [x] Expected 1 spaces after parameter type; 2 found 2098 | ERROR | [ ] Missing parameter comment 2098 | ERROR | [x] Expected 1 spaces after parameter type; 2 found 2099 | ERROR | [ ] Missing @return tag in function comment 2100 | ERROR | [ ] Function name "find_includes" is prefixed with a package | | name but does not begin with a capital letter 2100 | ERROR | [ ] Function name "find_includes" is invalid; consider | | "Find_includes" instead 2100 | ERROR | [x] Opening brace should be on a new line 2102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2102 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2104 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2104 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2105 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2105 | WARNING | [x] Inline control structures are discouraged 2105 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2107 | WARNING | [x] Inline control structures are discouraged 2107 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2107 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2107 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 2109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2109 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2110 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2112 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2112 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2113 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2113 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2114 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2115 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2117 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2117 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2118 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2119 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2119 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2120 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2120 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2122 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2122 | WARNING | [x] Inline control structures are discouraged 2122 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2124 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2124 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2125 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2125 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2125 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2126 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2126 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2126 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2127 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2127 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2127 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2128 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2128 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2128 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2129 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2129 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2130 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2131 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2131 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2133 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2133 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2134 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2134 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2134 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2135 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2135 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2135 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2135 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2136 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2136 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2137 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2138 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2138 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2139 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2140 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2142 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2143 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2143 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 2144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2144 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2146 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2156 | ERROR | [x] Expected 1 spaces after parameter type; 2 found 2156 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 2157 | ERROR | [x] Expected 1 spaces after parameter type; 2 found 2157 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 2158 | ERROR | [x] Expected 2 spaces after parameter type; 3 found 2158 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 2159 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 2161 | ERROR | [ ] Function name "add_doctags_to_doc_comment" is prefixed with | | a package name but does not begin with a capital letter 2161 | ERROR | [ ] Function name "add_doctags_to_doc_comment" is invalid; | | consider "Add_Doctags_To_Doc_comment" instead 2161 | ERROR | [x] Opening brace should be on a new line 2163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2163 | WARNING | [x] Inline control structures are discouraged 2163 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2165 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2165 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2166 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2166 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2167 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2168 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2168 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2168 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2169 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2170 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2171 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2171 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2172 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2172 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2173 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2173 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2175 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2175 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2177 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2177 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2179 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2180 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2180 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2182 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2182 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2183 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2183 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2183 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2184 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2184 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2185 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2185 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2186 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2186 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 2186 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2188 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2188 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 2189 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2189 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 2191 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2191 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 2191 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2192 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2192 | ERROR | [x] Multi-line IF statement not indented correctly; expected 10 | | spaces but found 7 2192 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 7 2192 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2193 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2193 | ERROR | [x] Multi-line IF statement not indented correctly; expected 10 | | spaces but found 7 2193 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 7 2193 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2193 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 2194 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2194 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 2196 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2196 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 2197 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2197 | WARNING | [x] Inline control structures are discouraged 2197 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 2199 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2199 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 2200 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2200 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2200 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2201 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2201 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, | | found 8 2202 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2202 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2204 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2204 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 2206 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2206 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 2207 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2207 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 2208 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2208 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 2209 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2209 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 2211 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2211 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 2213 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2213 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 2215 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2215 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 2216 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2216 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 2217 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2217 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 2218 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2218 | WARNING | [x] Inline control structures are discouraged 2218 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 2219 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2219 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 2220 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2220 | ERROR | [x] Case breaking statement indented incorrectly; expected 9 | | spaces, found 6 2221 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2221 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 2222 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2222 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 2223 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2223 | ERROR | [x] Case breaking statement indented incorrectly; expected 9 | | spaces, found 6 2224 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2224 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 2225 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2225 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 2226 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2226 | ERROR | [x] Case breaking statement indented incorrectly; expected 9 | | spaces, found 6 2227 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2227 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 2228 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2228 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 2229 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2229 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 2230 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2230 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 2231 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2231 | ERROR | [x] Case breaking statement indented incorrectly; expected 9 | | spaces, found 6 2232 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2232 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 2233 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2233 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 2234 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2234 | ERROR | [x] Case breaking statement indented incorrectly; expected 9 | | spaces, found 6 2235 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2235 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 2236 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2236 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 2237 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2237 | ERROR | [x] Case breaking statement indented incorrectly; expected 9 | | spaces, found 6 2238 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2238 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 2240 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2240 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 2242 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2242 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2243 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2243 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2245 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2245 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2246 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2246 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2247 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2247 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2248 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2248 | WARNING | [x] Inline control structures are discouraged 2248 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2249 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2249 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2249 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2250 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2250 | WARNING | [x] Inline control structures are discouraged 2250 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2251 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2251 | WARNING | [x] Inline control structures are discouraged 2251 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2252 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2252 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2253 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2253 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2254 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2254 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2255 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2255 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2256 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2256 | WARNING | [x] Inline control structures are discouraged 2256 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2256 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2257 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2257 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2259 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2259 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2261 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2261 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2268 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 2268 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 2269 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 2271 | ERROR | [ ] Function name "collect_doctags" is prefixed with a package | | name but does not begin with a capital letter 2271 | ERROR | [ ] Function name "collect_doctags" is invalid; consider | | "Collect_doctags" instead 2271 | ERROR | [x] Opening brace should be on a new line 2273 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2273 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2274 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2274 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2275 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2275 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2277 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2277 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2278 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2278 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2279 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2279 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2281 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2281 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2283 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2283 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2285 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2285 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2286 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2286 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2287 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2287 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2288 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2288 | WARNING | [x] Inline control structures are discouraged 2288 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2289 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2289 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2291 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2291 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2293 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2293 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2294 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2294 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2295 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2295 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2297 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2297 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2299 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2299 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2301 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2301 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 2301 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2302 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2302 | WARNING | [x] Inline control structures are discouraged 2302 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2302 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2304 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2304 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 2304 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2305 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2305 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 2305 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 2306 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2306 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 2307 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2307 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 2309 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2309 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2311 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2311 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2312 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2312 | WARNING | [x] Inline control structures are discouraged 2312 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2312 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2314 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2314 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2315 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2315 | WARNING | [x] Inline control structures are discouraged 2315 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2315 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2317 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2317 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 2317 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2318 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2318 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 2319 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2319 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 2320 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2320 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 2322 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2322 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2323 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2323 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2325 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2325 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2326 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2326 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2327 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2327 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2328 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2328 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2329 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2329 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 2330 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2330 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 2330 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2331 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2331 | WARNING | [x] Inline control structures are discouraged 2331 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 2332 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2332 | WARNING | [x] Inline control structures are discouraged 2332 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 2333 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2333 | WARNING | [x] Inline control structures are discouraged 2333 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 2334 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2334 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 2335 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2335 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 2336 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2336 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 2336 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2337 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2337 | ERROR | [x] Multi-line IF statement not indented correctly; expected 10 | | spaces but found 7 2337 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 7 2337 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2338 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2338 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 2339 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2339 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 2340 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2340 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 2340 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2341 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2341 | ERROR | [x] Multi-line IF statement not indented correctly; expected 10 | | spaces but found 7 2341 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 7 2341 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2342 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2342 | ERROR | [x] Multi-line IF statement not indented correctly; expected 10 | | spaces but found 7 2342 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 7 2342 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2343 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2343 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 2344 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2344 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 2345 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2345 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2346 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2346 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, | | found 8 2347 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2347 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, | | found 8 2348 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2348 | WARNING | [x] Inline control structures are discouraged 2348 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, | | found 8 2349 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2349 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2350 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2350 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2351 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2351 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, | | found 8 2352 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2352 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2353 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2353 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, | | found 8 2354 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2354 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2355 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2355 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 2355 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2356 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2356 | ERROR | [x] Multi-line IF statement not indented correctly; expected 10 | | spaces but found 7 2356 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 7 2356 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2357 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2357 | ERROR | [x] Multi-line IF statement not indented correctly; expected 10 | | spaces but found 7 2357 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 7 2357 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2358 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2358 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 2359 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2359 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 2360 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2360 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2361 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2361 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, | | found 8 2362 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2362 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, | | found 8 2363 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2363 | WARNING | [x] Inline control structures are discouraged 2363 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, | | found 8 2364 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2364 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2365 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2365 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2366 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2366 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, | | found 8 2367 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2367 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2368 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2368 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, | | found 8 2369 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2369 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2370 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2370 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 2371 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2371 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 2372 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2372 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 2373 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2373 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2373 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2374 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2374 | ERROR | [x] Multi-line IF statement not indented correctly; expected 11 | | spaces but found 8 2374 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 8 2374 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2375 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2375 | ERROR | [x] Multi-line IF statement not indented correctly; expected 11 | | spaces but found 9 2375 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 9 2375 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2376 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2376 | ERROR | [x] Multi-line IF statement not indented correctly; expected 11 | | spaces but found 9 2376 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 9 2376 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2377 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2377 | ERROR | [x] Multi-line IF statement not indented correctly; expected 11 | | spaces but found 8 2377 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 8 2377 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2378 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2378 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 2379 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2379 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, | | found 8 2380 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2380 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2381 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2381 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2382 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2382 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, | | found 8 2383 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2383 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, | | found 8 2384 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2384 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2385 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2385 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2386 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2386 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, | | found 8 2387 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2387 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2388 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2388 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, | | found 8 2389 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2389 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 2390 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2390 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 2391 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2391 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 2392 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2392 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 2393 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2393 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 2394 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2394 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 2395 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2395 | ERROR | [x] Case breaking statement indented incorrectly; expected 7 | | spaces, found 4 2396 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2396 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2397 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2397 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2398 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2398 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2399 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2399 | ERROR | [x] Case breaking statement indented incorrectly; expected 7 | | spaces, found 4 2400 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2400 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2401 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2401 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2402 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2402 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 2402 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2403 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2403 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 2403 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 2403 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2404 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2404 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 2404 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 2404 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2405 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2405 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 2405 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 2405 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2406 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2406 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2407 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2407 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 2408 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2408 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 2409 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2409 | ERROR | [x] Case breaking statement indented incorrectly; expected 7 | | spaces, found 4 2410 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2410 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2411 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2411 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2412 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2412 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 2412 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2413 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2413 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 2413 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 2413 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2414 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2414 | ERROR | [x] Multi-line IF statement not indented correctly; expected 8 | | spaces but found 5 2414 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 2414 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2415 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2415 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2416 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2416 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 2417 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2417 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 2418 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2418 | ERROR | [x] Case breaking statement indented incorrectly; expected 7 | | spaces, found 4 2419 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2419 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2421 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2421 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2423 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2423 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2425 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2425 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2432 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 2433 | ERROR | [ ] Missing @return tag in function comment 2434 | ERROR | [ ] Function name "add_file_docblock" is prefixed with a package | | name but does not begin with a capital letter 2434 | ERROR | [ ] Function name "add_file_docblock" is invalid; consider | | "Add_File_docblock" instead 2434 | ERROR | [x] Opening brace should be on a new line 2436 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2436 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2437 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2437 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 2438 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2438 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 2439 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2439 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2440 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2440 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2441 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2441 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2442 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2442 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2443 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2443 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 2445 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2445 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2446 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2446 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2448 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2448 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2449 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2449 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2450 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2450 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2451 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2451 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2452 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2452 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2453 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2453 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2454 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2454 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2455 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2455 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2456 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2456 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2457 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2457 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2458 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2458 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2459 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2459 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2460 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2460 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2461 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2461 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2462 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2462 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2463 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2463 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2465 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2465 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2466 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2466 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2468 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2468 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2469 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2469 | WARNING | [x] Inline control structures are discouraged 2469 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2469 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2470 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2470 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2471 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2471 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2471 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 3 2471 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 2472 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2472 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 5 2472 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 5 2473 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2473 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 5 2473 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 5 2474 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2474 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 5 2474 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 5 2475 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2475 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 5 2475 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 5 2476 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2476 | ERROR | [x] Multi-line function call not indented correctly; expected 3 | | spaces but found 4 2476 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2476 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 2477 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2477 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2478 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2478 | WARNING | [x] Inline control structures are discouraged 2478 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2478 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2479 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2479 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2480 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2480 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2480 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 3 2480 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 2481 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2481 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 5 2481 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 5 2482 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2482 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 5 2482 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 5 2483 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2483 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 5 2483 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 5 2484 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2484 | ERROR | [x] Multi-line function call not indented correctly; expected 3 | | spaces but found 4 2484 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2484 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 2485 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2485 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2487 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2487 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2489 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2489 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2489 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2490 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2490 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2492 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2492 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2493 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2493 | WARNING | [x] Inline control structures are discouraged 2493 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2493 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2494 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2494 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2495 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2495 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2495 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 2496 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2496 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 2496 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 2497 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2497 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 2497 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 2498 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2498 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 2498 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 2499 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2499 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 2499 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 2500 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2500 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 5 2500 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 2500 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 2501 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2501 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2502 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2502 | WARNING | [x] Inline control structures are discouraged 2502 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2502 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2503 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2503 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2504 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2504 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2504 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 2505 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2505 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 2505 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 2506 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2506 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 2506 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 2507 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2507 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 2507 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 2508 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2508 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 5 2508 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 2508 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 2509 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2509 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2511 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2511 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2512 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2512 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2514 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2514 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2515 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2515 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2516 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2516 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2516 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 2517 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2517 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 2517 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 2518 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2518 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 2518 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 2519 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2519 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 2519 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 2520 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2520 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 2520 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 2521 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2521 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 2521 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 2522 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2522 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 5 2522 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 2522 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 2523 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2523 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2524 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2524 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2524 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 2525 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2525 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 2525 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 2526 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2526 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 2526 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 2527 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2527 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 2527 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 2528 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2528 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 6 2528 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 6 2529 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2529 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 5 2529 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 2529 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 2530 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2530 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2532 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2532 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2534 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2534 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2542 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 2543 | ERROR | [ ] Missing @return tag in function comment 2544 | ERROR | [ ] Function name "add_function_docblocks" is prefixed with a | | package name but does not begin with a capital letter 2544 | ERROR | [ ] Function name "add_function_docblocks" is invalid; consider | | "Add_Function_docblocks" instead 2544 | ERROR | [x] Opening brace should be on a new line 2546 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2546 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2548 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2548 | WARNING | [x] Inline control structures are discouraged 2548 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2548 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2550 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2550 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2551 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2551 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2552 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2552 | WARNING | [x] Inline control structures are discouraged 2552 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2552 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2552 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 2553 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2553 | WARNING | [x] Inline control structures are discouraged 2553 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2553 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2555 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2555 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2556 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2556 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2557 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2557 | WARNING | [x] Inline control structures are discouraged 2557 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2558 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2558 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2559 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2559 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2560 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2560 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2562 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2562 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2562 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2563 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2563 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2563 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2563 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2564 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2564 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2564 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2564 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2565 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2565 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2565 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2565 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2566 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2566 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2568 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2568 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2569 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2569 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2570 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2570 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2571 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2571 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2572 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2572 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2573 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2573 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2574 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2574 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2575 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2575 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2576 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2576 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2577 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2577 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2578 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2578 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2579 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2579 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2581 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2581 | WARNING | [x] Inline control structures are discouraged 2581 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2583 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2583 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2583 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 3 2583 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 2584 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2584 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 5 2584 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 5 2585 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2585 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 6 2585 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 6 2586 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2586 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 6 2586 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 6 2587 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2587 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 5 2587 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 5 2588 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2588 | ERROR | [x] Multi-line function call not indented correctly; expected 3 | | spaces but found 4 2588 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 2588 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 2590 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2590 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2592 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2592 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2600 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 2601 | ERROR | [ ] Missing parameter comment 2601 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 2602 | ERROR | [ ] Missing parameter comment 2602 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 2603 | ERROR | [ ] Missing parameter comment 2603 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 2604 | ERROR | [ ] Missing parameter comment 2604 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 2605 | ERROR | [ ] Missing @return tag in function comment 2606 | ERROR | [ ] Function name "add_doctags" is prefixed with a package name | | but does not begin with a capital letter 2606 | ERROR | [ ] Function name "add_doctags" is invalid; consider | | "Add_doctags" instead 2606 | ERROR | [x] Opening brace should be on a new line 2608 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2608 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 2610 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2610 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 2612 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2612 | WARNING | [x] Inline control structures are discouraged 2612 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2613 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2613 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2614 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2614 | WARNING | [x] Inline control structures are discouraged 2614 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2616 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2616 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2617 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2617 | WARNING | [x] Inline control structures are discouraged 2617 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2617 | WARNING | [ ] Line exceeds 85 characters; contains 133 characters 2619 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2619 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2619 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2620 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2620 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2620 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2620 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2621 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2621 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2621 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2621 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2622 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2622 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2622 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2622 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2623 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2623 | ERROR | [x] Multi-line IF statement not indented correctly; expected 6 | | spaces but found 3 2623 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 2623 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 2624 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2624 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2626 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2626 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2627 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2627 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2628 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2628 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2629 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2629 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2629 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 2630 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2630 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2631 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2631 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2632 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2632 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2632 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 2633 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2633 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2634 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2634 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2635 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2635 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2635 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 2636 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2636 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2638 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2638 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2638 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 2640 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2640 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2641 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2641 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2642 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2642 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2642 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 2643 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2643 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2644 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2644 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2644 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 2645 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2645 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 2645 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 2646 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2646 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2647 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2647 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 2647 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 2648 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2648 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 2650 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2650 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 2652 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2652 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 2654 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 2654 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4204 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/function_return_reference.php ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags are not | | allowed by this install of PHP. This file may be using short open | | tags but PHP does not allow them. ----------------------------------------------------------------------------------- FILE: .../rwjl/vendor/cmrcx/phptidy/test/function_blank_lines.php.expected.phptidy.php ----------------------------------------------------------------------------------- FOUND 11 ERRORS AND 1 WARNING AFFECTING 7 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital letter 5 | ERROR | [ ] Package name "default" is not valid; consider "Default" | | instead 6 | ERROR | [x] Tag value for @see tag indented incorrectly; expected 5 spaces | | but found 1 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 14 | ERROR | [ ] Doc comment short description must start with a capital letter 15 | ERROR | [ ] Missing @return tag in function comment 16 | ERROR | [x] Opening brace should be on a new line 16 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/heredoc.php ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags are not | | allowed by this install of PHP. This file may be using short open | | tags but PHP does not allow them. ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/indent_curly_brace_open.php ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags are not | | allowed by this install of PHP. This file may be using short open | | tags but PHP does not allow them. ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/return_brackets.php ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags are not | | allowed by this install of PHP. This file may be using short open | | tags but PHP does not allow them. ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/indent_operators.php ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags are not | | allowed by this install of PHP. This file may be using short open | | tags but PHP does not allow them. ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/builtin_functions_case.php ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags are not | | allowed by this install of PHP. This file may be using short open | | tags but PHP does not allow them. ----------------------------------------------------------------------------------- FILE: ...cew/dev/rwjl/vendor/cmrcx/phptidy/test/indent_elseif.php.expected.phptidy.php ----------------------------------------------------------------------------------- FOUND 15 ERRORS AND 1 WARNING AFFECTING 8 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital letter 5 | ERROR | [ ] Package name "default" is not valid; consider "Default" | | instead 6 | ERROR | [x] Tag value for @see tag indented incorrectly; expected 5 spaces | | but found 1 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 11 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 13 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 15 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 17 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ome/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/indent.php.expected.phptidy.php ----------------------------------------------------------------------------------- FOUND 18 ERRORS AND 2 WARNINGS AFFECTING 9 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital letter 5 | ERROR | [ ] Package name "default" is not valid; consider "Default" | | instead 6 | ERROR | [x] Tag value for @see tag indented incorrectly; expected 5 spaces | | but found 1 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 13 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 14 | WARNING | [x] Inline control structures are discouraged 14 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 14 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 16 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 17 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 18 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/encoding_utf-8.php ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags are not | | allowed by this install of PHP. This file may be using short open | | tags but PHP does not allow them. ----------------------------------------------------------------------------------- FILE: ...ew/dev/rwjl/vendor/cmrcx/phptidy/test/encoding_utf-8.php.expected.phptidy.php ----------------------------------------------------------------------------------- FOUND 6 ERRORS AND 1 WARNING AFFECTING 3 LINES ----------------------------------------------------------------------------------- 3 | ERROR | Doc comment short description must start with a capital letter 5 | ERROR | Package name "default" is not valid; consider "Default" instead 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/control_structures.php ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags are not | | allowed by this install of PHP. This file may be using short open | | tags but PHP does not allow them. ----------------------------------------------------------------------------------- FILE: .../dev/rwjl/vendor/cmrcx/phptidy/test/indent_operators.php.expected.phptidy.php ----------------------------------------------------------------------------------- FOUND 20 ERRORS AND 1 WARNING AFFECTING 17 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital letter 5 | ERROR | [ ] Package name "default" is not valid; consider "Default" | | instead 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ev/rwjl/vendor/cmrcx/phptidy/test/function_docblocks.php.expected.phptidy.php ----------------------------------------------------------------------------------- FOUND 47 ERRORS AND 3 WARNINGS AFFECTING 31 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital letter 5 | ERROR | [ ] Package name "default" is not valid; consider "Default" | | instead 6 | ERROR | [x] Tag value for @see tag indented incorrectly; expected 5 spaces | | but found 1 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 10 | ERROR | [ ] Doc comment is empty 12 | ERROR | [ ] Missing @return tag in function comment 13 | ERROR | [x] Opening brace should be on a new line 13 | ERROR | [x] Closing brace must be on a line by itself 17 | ERROR | [ ] Doc comment short description must start with a capital letter 18 | ERROR | [ ] Missing @return tag in function comment 19 | ERROR | [x] Opening brace should be on a new line 24 | ERROR | [ ] Doc comment short description must start with a capital letter 26 | ERROR | [ ] Missing @return tag in function comment 27 | ERROR | [x] Opening brace should be on a new line 27 | ERROR | [x] Closing brace must be on a line by itself 30 | ERROR | [x] The open comment tag must be the only content on the line 30 | ERROR | [x] Doc comment short description must be on the first line 30 | ERROR | [ ] Doc comment short description must start with a capital letter 30 | ERROR | [x] The close comment tag must be the only content on the line 30 | ERROR | [ ] Missing @return tag in function comment 31 | ERROR | [x] Opening brace should be on a new line 31 | ERROR | [x] Closing brace must be on a line by itself 37 | ERROR | [ ] Doc comment is empty 39 | ERROR | [ ] Missing @return tag in function comment 40 | ERROR | [x] Opening brace should be on a new line 40 | ERROR | [x] Closing brace must be on a line by itself 44 | ERROR | [ ] Doc comment short description must start with a capital letter 45 | ERROR | [ ] Missing @return tag in function comment 46 | ERROR | [x] Opening brace should be on a new line 46 | ERROR | [x] Closing brace must be on a line by itself 49 | ERROR | [ ] Missing short description in doc comment 51 | ERROR | [ ] Missing parameter comment 52 | ERROR | [ ] Missing parameter comment 53 | ERROR | [ ] Missing parameter comment 60 | ERROR | [ ] Missing @return tag in function comment 61 | ERROR | [ ] Arguments with default values must be at the end of the | | argument list 61 | ERROR | [x] Opening brace should be on a new line 61 | WARNING | [ ] Line exceeds 85 characters; contains 128 characters 61 | ERROR | [x] Closing brace must be on a line by itself 64 | ERROR | [ ] Missing short description in doc comment 66 | ERROR | [ ] Missing parameter comment 75 | ERROR | [ ] Missing @return tag in function comment 76 | ERROR | [ ] Arguments with default values must be at the end of the | | argument list 76 | ERROR | [x] Opening brace should be on a new line 76 | WARNING | [ ] Line exceeds 85 characters; contains 132 characters 76 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 19 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...me/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/heredoc.php.expected.phptidy.php ----------------------------------------------------------------------------------- FOUND 6 ERRORS AND 1 WARNING AFFECTING 3 LINES ----------------------------------------------------------------------------------- 3 | ERROR | Doc comment short description must start with a capital letter 5 | ERROR | Package name "default" is not valid; consider "Default" instead 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment ----------------------------------------------------------------------------------- FILE: ...wjl/vendor/cmrcx/phptidy/test/builtin_functions_case.php.expected.phptidy.php ----------------------------------------------------------------------------------- FOUND 10 ERRORS AND 1 WARNING AFFECTING 6 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital letter 5 | ERROR | [ ] Package name "default" is not valid; consider "Default" | | instead 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 16 | ERROR | [ ] Doc comment is empty 18 | ERROR | [ ] Missing @return tag in function comment 19 | ERROR | [x] Opening brace should be on a new line 19 | ERROR | [x] Closing brace must be on a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ome/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/arrays.php.expected.phptidy.php ----------------------------------------------------------------------------------- FOUND 10 ERRORS AND 1 WARNING AFFECTING 7 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital letter 5 | ERROR | [ ] Package name "default" is not valid; consider "Default" | | instead 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/indent_elseif.php ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags are not | | allowed by this install of PHP. This file may be using short open | | tags but PHP does not allow them. ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/anonymous_functions.php ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags are not | | allowed by this install of PHP. This file may be using short open | | tags but PHP does not allow them. ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/include.php ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags are not | | allowed by this install of PHP. This file may be using short open | | tags but PHP does not allow them. ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/empty.php ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags are not | | allowed by this install of PHP. This file may be using short open | | tags but PHP does not allow them. ----------------------------------------------------------------------------------- FILE: ...v/rwjl/vendor/cmrcx/phptidy/test/anonymous_functions.php.expected.phptidy.php ----------------------------------------------------------------------------------- FOUND 17 ERRORS AND 1 WARNING AFFECTING 8 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital letter 5 | ERROR | [ ] Package name "default" is not valid; consider "Default" | | instead 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 9 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 9 | ERROR | [x] Closing brace must be on a line by itself 11 | ERROR | [x] Closing brace must be on a line by itself 14 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 15 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 20 | ERROR | [x] Space after opening parenthesis of function call prohibited 20 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 20 | ERROR | [x] Opening brace must be the last content on the line 20 | ERROR | [x] Closing brace must be on a line by itself 20 | ERROR | [x] Expected 0 spaces before closing parenthesis; 1 found ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...me/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/include.php.expected.phptidy.php ----------------------------------------------------------------------------------- FOUND 15 ERRORS AND 1 WARNING AFFECTING 12 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital letter 5 | ERROR | [ ] Package name "default" is not valid; consider "Default" | | instead 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 13 | ERROR | [x] File is being unconditionally included; use "require_once" | | instead 15 | ERROR | [x] File is being unconditionally included; use "require" instead 17 | ERROR | [x] File is being unconditionally included; use "require" instead 19 | ERROR | [x] File is being unconditionally included; use "require" instead 21 | ERROR | [x] File is being unconditionally included; use "require" instead 23 | ERROR | [x] File is being unconditionally included; use "require" instead 25 | ERROR | [x] File is being unconditionally included; use "require" instead 27 | ERROR | [x] File is being unconditionally included; use "require" instead 29 | ERROR | [x] File is being unconditionally included; use "require" instead ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...jl/vendor/cmrcx/phptidy/test/indent_curly_brace_open.php.expected.phptidy.php ----------------------------------------------------------------------------------- FOUND 33 ERRORS AND 2 WARNINGS AFFECTING 19 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital letter 5 | ERROR | [ ] Package name "default" is not valid; consider "Default" | | instead 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 9 | WARNING | [x] Inline control structures are discouraged 10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 13 | ERROR | [ ] Doc comment is empty 15 | ERROR | [ ] Missing @return tag in function comment 16 | ERROR | [x] Opening brace should be on a new line 18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 18 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 19 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 22 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 22 | ERROR | [ ] Doc comment is empty 23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 24 | ERROR | [ ] Missing @return tag in function comment 25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 25 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 25 | ERROR | [x] Opening brace should be on a new line 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 26 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 29 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 30 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 31 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 34 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 24 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/function_blank_lines.php ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags are not | | allowed by this install of PHP. This file may be using short open | | tags but PHP does not allow them. ----------------------------------------------------------------------------------- FILE: ...home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/empty.php.expected.phptidy.php ----------------------------------------------------------------------------------- FOUND 6 ERRORS AND 1 WARNING AFFECTING 3 LINES ----------------------------------------------------------------------------------- 3 | ERROR | Doc comment short description must start with a capital letter 5 | ERROR | Package name "default" is not valid; consider "Default" instead 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment ----------------------------------------------------------------------------------- FILE: ...w/dev/rwjl/vendor/cmrcx/phptidy/test/indent_encapsed.php.expected.phptidy.php ----------------------------------------------------------------------------------- FOUND 6 ERRORS AND 1 WARNING AFFECTING 3 LINES ----------------------------------------------------------------------------------- 3 | ERROR | Doc comment short description must start with a capital letter 5 | ERROR | Package name "default" is not valid; consider "Default" instead 6 | WARNING | PHP version not specified 6 | ERROR | Missing @category tag in file comment 6 | ERROR | Missing @author tag in file comment 6 | ERROR | Missing @license tag in file comment 6 | ERROR | Missing @link tag in file comment ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/function_docblocks.php ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags are not | | allowed by this install of PHP. This file may be using short open | | tags but PHP does not allow them. ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/indent_encapsed.php ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags are not | | allowed by this install of PHP. This file may be using short open | | tags but PHP does not allow them. ----------------------------------------------------------------------------------- FILE: ...w/dev/rwjl/vendor/cmrcx/phptidy/test/return_brackets.php.expected.phptidy.php ----------------------------------------------------------------------------------- FOUND 54 ERRORS AND 1 WARNING AFFECTING 28 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital letter 5 | ERROR | [ ] Package name "default" is not valid; consider "Default" | | instead 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 9 | ERROR | [ ] Missing short description in doc comment 13 | ERROR | [x] Opening brace should be on a new line 14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 14 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 15 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 16 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 17 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 18 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 19 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 20 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 21 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 22 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 23 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 24 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 25 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 26 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 27 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 28 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 29 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 30 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 31 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 32 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 33 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 34 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 35 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 36 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 47 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/arrays.php ---------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ---------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ---------------------------------------------------------------------- FILE: ...ev/rwjl/vendor/cmrcx/phptidy/test/control_structures.php.expected.phptidy.php ----------------------------------------------------------------------------------- FOUND 14 ERRORS AND 1 WARNING AFFECTING 7 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital letter 5 | ERROR | [ ] Package name "default" is not valid; consider "Default" | | instead 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 11 | ERROR | [x] Case breaking statement indented incorrectly; expected 4 | | spaces, found 1 15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 15 | ERROR | [x] Case breaking statement indented incorrectly; expected 4 | | spaces, found 1 18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 18 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 20 | ERROR | [x] Case breaking statement indented incorrectly; expected 4 | | spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../vendor/cmrcx/phptidy/test/function_return_reference.php.expected.phptidy.php ----------------------------------------------------------------------------------- FOUND 12 ERRORS AND 1 WARNING AFFECTING 8 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital letter 5 | ERROR | [ ] Package name "default" is not valid; consider "Default" | | instead 6 | ERROR | [x] Tag value for @see tag indented incorrectly; expected 5 spaces | | but found 1 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 10 | ERROR | [ ] Doc comment is empty 12 | ERROR | [ ] Missing @return tag in function comment 13 | ERROR | [x] Opening brace should be on a new line 14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 14 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/cmrcx/phptidy/test/indent.php ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | No PHP code was found in this file and short open tags are not | | allowed by this install of PHP. This file may be using short open | | tags but PHP does not allow them. ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/cookies.php ----------------------------------------------------------------------------------- FOUND 204 ERRORS AND 4 WARNINGS AFFECTING 96 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 12 | ERROR | [x] The open comment tag must be the only content on the line 12 | ERROR | [x] Doc comment short description must be on the first line 12 | ERROR | [x] The close comment tag must be the only content on the line 19 | ERROR | [x] Expected 1 space after asterisk; 4 found 19 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 19 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 20 | ERROR | [x] Expected 1 space after asterisk; 4 found 21 | ERROR | [ ] Missing @category tag in class comment 21 | ERROR | [ ] Missing @author tag in class comment 21 | ERROR | [ ] Missing @license tag in class comment 21 | ERROR | [ ] Missing @link tag in class comment 24 | ERROR | [ ] Private member variable "host" must be prefixed with an | | underscore 25 | ERROR | [ ] Private member variable "name" must be prefixed with an | | underscore 26 | ERROR | [ ] Private member variable "value" must be prefixed with an | | underscore 27 | ERROR | [ ] Private member variable "path" must be prefixed with an | | underscore 28 | ERROR | [ ] Private member variable "expiry" must be prefixed with an | | underscore 29 | ERROR | [ ] Private member variable "is_secure" must be prefixed with an | | underscore 33 | ERROR | [x] Expected 1 space after asterisk; 4 found 33 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 33 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 33 | ERROR | [x] Expected 6 spaces after parameter name; 12 found 34 | ERROR | [x] Expected 1 space after asterisk; 4 found 34 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 34 | ERROR | [x] Expected 5 spaces after parameter name; 11 found 35 | ERROR | [x] Expected 1 space after asterisk; 4 found 35 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 35 | ERROR | [x] Expected 6 spaces after parameter name; 12 found 36 | ERROR | [x] Expected 1 space after asterisk; 4 found 36 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 36 | ERROR | [x] Expected 4 spaces after parameter name; 10 found 37 | ERROR | [x] Expected 1 space after asterisk; 4 found 37 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 39 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 60 | ERROR | [x] Expected 1 space after asterisk; 4 found 60 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 60 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 60 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 61 | ERROR | [x] Expected 1 space after asterisk; 4 found 61 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 62 | ERROR | [x] Expected 1 space after asterisk; 4 found 62 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 76 | ERROR | [x] Expected 1 space after asterisk; 4 found 76 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 77 | ERROR | [x] Expected 1 space after asterisk; 4 found 86 | ERROR | [x] Expected 1 space after asterisk; 4 found 86 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 86 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 86 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 87 | ERROR | [x] Expected 1 space after asterisk; 4 found 87 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 98 | ERROR | [x] Expected 1 space after asterisk; 4 found 98 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 98 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 99 | ERROR | [x] Expected 1 space after asterisk; 4 found 99 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 100 | ERROR | [x] Expected 1 space after asterisk; 4 found 100 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 115 | ERROR | [x] Expected 1 space after asterisk; 4 found 115 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 116 | ERROR | [x] Expected 1 space after asterisk; 4 found 126 | ERROR | [x] Expected 1 space after asterisk; 4 found 126 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 127 | ERROR | [x] Expected 1 space after asterisk; 4 found 136 | ERROR | [x] Expected 1 space after asterisk; 4 found 136 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 137 | ERROR | [x] Expected 1 space after asterisk; 4 found 148 | ERROR | [x] Expected 1 space after asterisk; 4 found 148 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 148 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 148 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 149 | ERROR | [x] Expected 1 space after asterisk; 4 found 149 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 150 | ERROR | [x] Expected 1 space after asterisk; 4 found 150 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 155 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 156 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 157 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 157 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 162 | ERROR | [x] Expected 1 space after asterisk; 4 found 162 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 163 | ERROR | [x] Expected 1 space after asterisk; 4 found 177 | ERROR | [x] Expected 1 space after asterisk; 4 found 177 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 177 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 177 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 182 | ERROR | [x] Expected 1 space after asterisk; 4 found 182 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 183 | ERROR | [ ] Missing @return tag in function comment 198 | ERROR | [x] Expected 1 space after asterisk; 4 found 198 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 198 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 198 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 199 | ERROR | [x] Expected 1 space after asterisk; 4 found 199 | ERROR | [ ] Tag @public cannot be grouped with parameter tags in a doc | | comment 200 | ERROR | [ ] Missing @return tag in function comment 210 | ERROR | [x] Expected 1 space after asterisk; 4 found 210 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 211 | ERROR | [x] Expected 1 space after asterisk; 4 found 221 | ERROR | [x] Expected 1 space after asterisk; 4 found 221 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 221 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 222 | ERROR | [x] Expected 1 space after asterisk; 4 found 222 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 239 | ERROR | [x] Expected 1 space after asterisk; 4 found 239 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 239 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 240 | ERROR | [x] Expected 1 space after asterisk; 4 found 241 | ERROR | [ ] Missing @category tag in class comment 241 | ERROR | [ ] Missing @author tag in class comment 241 | ERROR | [ ] Missing @license tag in class comment 241 | ERROR | [ ] Missing @link tag in class comment 244 | ERROR | [ ] Private member variable "cookies" must be prefixed with an | | underscore 248 | ERROR | [x] Expected 1 space after asterisk; 4 found 248 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 255 | ERROR | [ ] Doc comment for parameter "$date" missing 258 | ERROR | [x] Expected 1 space after asterisk; 4 found 258 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 258 | ERROR | [ ] Doc comment for parameter $now does not match actual variable | | name $date 258 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 258 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 259 | ERROR | [x] Expected 1 space after asterisk; 4 found 259 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 260 | ERROR | [ ] Missing @return tag in function comment 281 | ERROR | [x] Expected 1 space after asterisk; 4 found 281 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 281 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 281 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 285 | ERROR | [x] Expected 1 space after asterisk; 4 found 285 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 286 | ERROR | [ ] Missing @return tag in function comment 297 | ERROR | [x] Expected 1 space after asterisk; 4 found 297 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 297 | ERROR | [x] Expected 3 spaces after parameter name; 7 found 297 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 298 | ERROR | [x] Expected 1 space after asterisk; 4 found 298 | ERROR | [x] Expected 2 spaces after parameter name; 6 found 298 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 299 | ERROR | [x] Expected 1 space after asterisk; 4 found 299 | ERROR | [x] Expected 3 spaces after parameter name; 7 found 299 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 300 | ERROR | [x] Expected 1 space after asterisk; 4 found 300 | ERROR | [x] Expected 3 spaces after parameter name; 7 found 300 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 301 | ERROR | [x] Expected 1 space after asterisk; 4 found 301 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 301 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 302 | ERROR | [x] Expected 1 space after asterisk; 4 found 302 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 303 | ERROR | [ ] Missing @return tag in function comment 304 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 316 | ERROR | [x] Expected 1 space after asterisk; 4 found 316 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 316 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 317 | ERROR | [x] Expected 1 space after asterisk; 4 found 317 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 318 | ERROR | [x] Expected 1 space after asterisk; 4 found 318 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 324 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 325 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 326 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 327 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 327 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 339 | ERROR | [x] Expected 1 space after asterisk; 4 found 339 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 339 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 339 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 340 | ERROR | [x] Expected 1 space after asterisk; 4 found 340 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 340 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 341 | ERROR | [x] Expected 1 space after asterisk; 4 found 341 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 341 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 342 | ERROR | [x] Expected 1 space after asterisk; 4 found 342 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 344 | ERROR | [x] Expected 1 space after asterisk; 4 found 344 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 363 | ERROR | [x] Expected 1 space after asterisk; 4 found 363 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 363 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 364 | ERROR | [x] Expected 1 space after asterisk; 4 found 364 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 365 | ERROR | [x] Expected 1 space after asterisk; 4 found 365 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 367 | ERROR | [x] Expected 1 space after asterisk; 4 found 367 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 368 | ERROR | [x] Expected 1 space after asterisk; 4 found 368 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 369 | ERROR | [x] Expected 1 space after asterisk; 4 found 369 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 388 | ERROR | [x] Expected 1 space after asterisk; 4 found 388 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 388 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 388 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 389 | ERROR | [x] Expected 1 space after asterisk; 4 found 389 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 390 | ERROR | [x] Expected 1 space after asterisk; 4 found 390 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 396 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 157 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/default_reporter.php ----------------------------------------------------------------------------------- FOUND 57 ERRORS AND 2 WARNINGS AFFECTING 31 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 15 | ERROR | [x] The open comment tag must be the only content on the line 15 | ERROR | [x] Doc comment short description must be on the first line 15 | ERROR | [x] The close comment tag must be the only content on the line 21 | ERROR | [x] Expected 1 space after asterisk; 4 found 21 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 21 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 22 | ERROR | [x] Expected 1 space after asterisk; 4 found 23 | ERROR | [ ] Missing @category tag in class comment 23 | ERROR | [ ] Missing @author tag in class comment 23 | ERROR | [ ] Missing @license tag in class comment 23 | ERROR | [ ] Missing @link tag in class comment 26 | ERROR | [ ] Private member variable "to_property" must be prefixed with | | an underscore 30 | ERROR | [ ] Private member variable "case" must be prefixed with an | | underscore 31 | ERROR | [ ] Private member variable "test" must be prefixed with an | | underscore 32 | ERROR | [ ] Private member variable "xml" must be prefixed with an | | underscore 33 | ERROR | [ ] Private member variable "help" must be prefixed with an | | underscore 34 | ERROR | [ ] Private member variable "no_skips" must be prefixed with an | | underscore 38 | ERROR | [x] Expected 1 space after asterisk; 4 found 38 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 38 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 66 | ERROR | [x] Expected 1 space after asterisk; 4 found 66 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 75 | ERROR | [x] Expected 1 space after asterisk; 4 found 75 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 84 | ERROR | [x] Expected 1 space after asterisk; 4 found 84 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 93 | ERROR | [x] Expected 1 space after asterisk; 4 found 93 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 102 | ERROR | [x] Expected 1 space after asterisk; 4 found 102 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 111 | ERROR | [x] Expected 1 space after asterisk; 4 found 111 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 133 | ERROR | [x] Expected 1 space after asterisk; 4 found 133 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 133 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 134 | ERROR | [x] Expected 1 space after asterisk; 4 found 135 | ERROR | [ ] Missing @category tag in class comment 135 | ERROR | [ ] Missing @author tag in class comment 135 | ERROR | [ ] Missing @license tag in class comment 135 | ERROR | [ ] Missing @link tag in class comment 145 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 152 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 153 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 154 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 154 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 160 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 161 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 162 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 162 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 39 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/compatibility.php ----------------------------------------------------------------------------------- FOUND 52 ERRORS AND 1 WARNING AFFECTING 21 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 4 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 1 | | spaces but found 4 5 | WARNING | [ ] PHP version not specified 5 | ERROR | [ ] Missing @category tag in file comment 5 | ERROR | [ ] Missing @author tag in file comment 5 | ERROR | [ ] Missing @license tag in file comment 5 | ERROR | [ ] Missing @link tag in file comment 9 | ERROR | [x] Expected 1 space after asterisk; 2 found 9 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 9 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 1 | | spaces but found 4 10 | ERROR | [ ] Missing @category tag in class comment 10 | ERROR | [ ] Missing @author tag in class comment 10 | ERROR | [ ] Missing @license tag in class comment 10 | ERROR | [ ] Missing @link tag in class comment 15 | ERROR | [x] Expected 1 space after asterisk; 4 found 15 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 15 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 15 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 16 | ERROR | [x] Expected 1 space after asterisk; 4 found 16 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 16 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 17 | ERROR | [x] Expected 1 space after asterisk; 4 found 17 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 18 | ERROR | [x] Expected 1 space after asterisk; 4 found 18 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 30 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 31 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 31 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 44 | ERROR | [x] Expected 1 space after asterisk; 4 found 44 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 44 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 45 | ERROR | [x] Expected 1 space after asterisk; 4 found 45 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 46 | ERROR | [x] Expected 1 space after asterisk; 4 found 46 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 47 | ERROR | [x] Expected 1 space after asterisk; 4 found 47 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 56 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 57 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 57 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 67 | ERROR | [x] Expected 1 space after asterisk; 4 found 67 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 67 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 67 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 68 | ERROR | [x] Expected 1 space after asterisk; 4 found 68 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 68 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 69 | ERROR | [x] Expected 1 space after asterisk; 4 found 69 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 70 | ERROR | [x] Expected 1 space after asterisk; 4 found 70 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 37 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/arguments.php ----------------------------------------------------------------------------------- FOUND 80 ERRORS AND 3 WARNINGS AFFECTING 51 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 10 | ERROR | [x] Expected 1 space after asterisk; 4 found 10 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 10 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 2 11 | ERROR | [x] Expected 1 space after asterisk; 4 found 11 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 3 12 | ERROR | [ ] Missing @category tag in class comment 12 | ERROR | [ ] Missing @author tag in class comment 12 | ERROR | [ ] Missing @license tag in class comment 12 | ERROR | [ ] Missing @link tag in class comment 15 | ERROR | [ ] Private member variable "all" must be prefixed with an | | underscore 26 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 26 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 37 | ERROR | [ ] Doc comment for parameter "$value" missing 41 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 41 | ERROR | [x] Expected 38 spaces after parameter type; 1 found 41 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 42 | ERROR | [ ] Missing parameter name 44 | ERROR | [ ] Missing @return tag in function comment 58 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 58 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 60 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 64 | ERROR | [ ] Private method name "SimpleArguments::parseArgument" must be | | prefixed with an underscore 81 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 81 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 84 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 86 | ERROR | [ ] Private method name "SimpleArguments::nextNonFlagElseTrue" | | must be prefixed with an underscore 94 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 94 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 96 | ERROR | [x] Parameter comment not aligned correctly; expected 28 spaces | | but found 1 97 | ERROR | [ ] Missing @return tag in function comment 105 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 105 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 105 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 106 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 116 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 116 | ERROR | [x] Expected 1 spaces after parameter name; 14 found 116 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 117 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 133 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 143 | ERROR | [x] Expected 1 space after asterisk; 4 found 143 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 143 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 2 144 | ERROR | [x] Expected 1 space after asterisk; 4 found 144 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 3 145 | ERROR | [ ] Missing @category tag in class comment 145 | ERROR | [ ] Missing @author tag in class comment 145 | ERROR | [ ] Missing @license tag in class comment 145 | ERROR | [ ] Missing @link tag in class comment 148 | ERROR | [ ] Private member variable "overview" must be prefixed with an | | underscore 149 | ERROR | [ ] Private member variable "flag_sets" must be prefixed with an | | underscore 150 | ERROR | [ ] Private member variable "explanations" must be prefixed with | | an underscore 154 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 154 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 164 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 167 | ERROR | [x] Expected 7 spaces after parameter type; 1 found 167 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 168 | ERROR | [ ] Missing @return tag in function comment 178 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 179 | ERROR | [ ] Missing @return tag in function comment 185 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 192 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 194 | ERROR | [ ] Private method name "SimpleHelp::longestFlag" must be | | prefixed with an underscore 207 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 209 | ERROR | [ ] Private method name "SimpleHelp::renderFlagSet" must be | | prefixed with an underscore 212 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 221 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 221 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 3 | | spaces but found 1 222 | ERROR | [ ] Tag @returns cannot be grouped with parameter tags in a doc | | comment 222 | ERROR | [x] Tag value for @returns tag indented incorrectly; expected 1 | | spaces but found 21 224 | ERROR | [ ] Private method name "SimpleHelp::renderFlag" must be prefixed | | with an underscore 232 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 232 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 3 | | spaces but found 1 233 | ERROR | [ ] Tag @returns cannot be grouped with parameter tags in a doc | | comment 235 | ERROR | [ ] Private method name "SimpleHelp::noDuplicateNewLines" must be | | prefixed with an underscore ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 45 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/socket.php ----------------------------------------------------------------------------------- FOUND 191 ERRORS AND 4 WARNINGS AFFECTING 93 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 12 | ERROR | [x] The open comment tag must be the only content on the line 12 | ERROR | [x] Doc comment short description must be on the first line 12 | ERROR | [x] The close comment tag must be the only content on the line 17 | ERROR | [x] Expected 1 space after asterisk; 4 found 17 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 17 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 18 | ERROR | [x] Expected 1 space after asterisk; 4 found 19 | ERROR | [ ] Missing @category tag in class comment 19 | ERROR | [ ] Missing @author tag in class comment 19 | ERROR | [ ] Missing @license tag in class comment 19 | ERROR | [ ] Missing @link tag in class comment 22 | ERROR | [ ] Private member variable "error" must be prefixed with an | | underscore 26 | ERROR | [x] Expected 1 space after asterisk; 4 found 26 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 35 | ERROR | [x] Expected 1 space after asterisk; 4 found 35 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 36 | ERROR | [x] Expected 1 space after asterisk; 4 found 45 | ERROR | [x] Expected 1 space after asterisk; 4 found 45 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 47 | ERROR | [x] Expected 1 space after asterisk; 4 found 54 | ERROR | [ ] Doc comment for parameter "$error" missing 56 | ERROR | [x] Expected 1 space after asterisk; 4 found 56 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 56 | ERROR | [ ] Missing parameter name 56 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 57 | ERROR | [x] Expected 1 space after asterisk; 4 found 57 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 58 | ERROR | [ ] Missing @return tag in function comment 66 | ERROR | [x] Expected 1 space after asterisk; 4 found 66 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 67 | ERROR | [ ] Missing @return tag in function comment 74 | ERROR | [ ] Missing short description in doc comment 75 | ERROR | [x] Expected 1 space after asterisk; 4 found 75 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 76 | ERROR | [x] Expected 1 space after asterisk; 4 found 77 | ERROR | [ ] Missing @category tag in class comment 77 | ERROR | [ ] Missing @author tag in class comment 77 | ERROR | [ ] Missing @license tag in class comment 77 | ERROR | [ ] Missing @link tag in class comment 80 | ERROR | [ ] Private member variable "handle" must be prefixed with an | | underscore 81 | ERROR | [ ] Private member variable "is_open" must be prefixed with an | | underscore 82 | ERROR | [ ] Private member variable "sent" must be prefixed with an | | underscore 83 | ERROR | [ ] Private member variable "block_size" must be prefixed with an | | underscore 87 | ERROR | [x] Expected 1 space after asterisk; 4 found 87 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 87 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 88 | ERROR | [x] Expected 1 space after asterisk; 4 found 88 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 88 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 88 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 89 | ERROR | [x] Expected 1 space after asterisk; 4 found 89 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 105 | ERROR | [x] Expected 1 space after asterisk; 4 found 105 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 105 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 105 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 106 | ERROR | [x] Expected 1 space after asterisk; 4 found 106 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 107 | ERROR | [x] Expected 1 space after asterisk; 4 found 107 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 118 | ERROR | [x] Expected 1 space after asterisk; 4 found 118 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 120 | ERROR | [x] Expected 1 space after asterisk; 4 found 134 | ERROR | [x] Expected 1 space after asterisk; 4 found 134 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 135 | ERROR | [x] Expected 1 space after asterisk; 4 found 145 | ERROR | [x] Expected 1 space after asterisk; 4 found 145 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 146 | ERROR | [x] Expected 1 space after asterisk; 4 found 159 | ERROR | [x] Expected 1 space after asterisk; 4 found 159 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 160 | ERROR | [x] Expected 1 space after asterisk; 4 found 169 | ERROR | [x] Expected 1 space after asterisk; 4 found 169 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 169 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 170 | ERROR | [x] Expected 1 space after asterisk; 4 found 170 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 171 | ERROR | [x] Expected 1 space after asterisk; 4 found 171 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 172 | ERROR | [x] Expected 1 space after asterisk; 4 found 172 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 182 | ERROR | [x] Expected 1 space after asterisk; 4 found 182 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 182 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 183 | ERROR | [x] Expected 1 space after asterisk; 4 found 184 | ERROR | [ ] Missing @category tag in class comment 184 | ERROR | [ ] Missing @author tag in class comment 184 | ERROR | [ ] Missing @license tag in class comment 184 | ERROR | [ ] Missing @link tag in class comment 187 | ERROR | [ ] Private member variable "handle" must be prefixed with an | | underscore 188 | ERROR | [ ] Private member variable "is_open" must be prefixed with an | | underscore 189 | ERROR | [ ] Private member variable "sent" must be prefixed with an | | underscore 190 | ERROR | [ ] Private member variable "lock_size" must be prefixed with an | | underscore 194 | ERROR | [x] Expected 1 space after asterisk; 4 found 194 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 194 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 194 | ERROR | [x] Expected 7 spaces after parameter name; 10 found 194 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 195 | ERROR | [x] Expected 1 space after asterisk; 4 found 195 | ERROR | [x] Expected 7 spaces after parameter name; 9 found 195 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 196 | ERROR | [x] Expected 1 space after asterisk; 4 found 196 | ERROR | [x] Expected 4 spaces after parameter name; 6 found 196 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 197 | ERROR | [x] Expected 1 space after asterisk; 4 found 197 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 197 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 198 | ERROR | [x] Expected 1 space after asterisk; 4 found 198 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 203 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 204 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 214 | ERROR | [x] Expected 1 space after asterisk; 4 found 214 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 214 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 214 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 215 | ERROR | [x] Expected 1 space after asterisk; 4 found 215 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 216 | ERROR | [x] Expected 1 space after asterisk; 4 found 216 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 240 | ERROR | [x] Expected 1 space after asterisk; 4 found 240 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 242 | ERROR | [x] Expected 1 space after asterisk; 4 found 259 | ERROR | [x] Expected 1 space after asterisk; 4 found 259 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 260 | ERROR | [x] Expected 1 space after asterisk; 4 found 270 | ERROR | [x] Expected 1 space after asterisk; 4 found 270 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 271 | ERROR | [x] Expected 1 space after asterisk; 4 found 281 | ERROR | [x] Expected 1 space after asterisk; 4 found 281 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 282 | ERROR | [x] Expected 1 space after asterisk; 4 found 291 | ERROR | [x] Expected 1 space after asterisk; 4 found 291 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 291 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 292 | ERROR | [x] Expected 1 space after asterisk; 4 found 292 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 293 | ERROR | [x] Expected 1 space after asterisk; 4 found 293 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 294 | ERROR | [x] Expected 1 space after asterisk; 4 found 294 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 295 | ERROR | [x] Expected 1 space after asterisk; 4 found 295 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 296 | ERROR | [x] Expected 1 space after asterisk; 4 found 296 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 306 | ERROR | [x] Expected 1 space after asterisk; 4 found 306 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 306 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 307 | ERROR | [x] Expected 1 space after asterisk; 4 found 308 | ERROR | [ ] Missing @category tag in class comment 308 | ERROR | [ ] Missing @author tag in class comment 308 | ERROR | [ ] Missing @license tag in class comment 308 | ERROR | [ ] Missing @link tag in class comment 313 | ERROR | [x] Expected 1 space after asterisk; 4 found 313 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 313 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 313 | ERROR | [x] Expected 4 spaces after parameter name; 6 found 313 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 314 | ERROR | [x] Expected 1 space after asterisk; 4 found 314 | ERROR | [x] Expected 4 spaces after parameter name; 5 found 314 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 315 | ERROR | [x] Expected 1 space after asterisk; 4 found 315 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 315 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 316 | ERROR | [x] Expected 1 space after asterisk; 4 found 316 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 325 | ERROR | [x] Expected 1 space after asterisk; 4 found 325 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 325 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 325 | ERROR | [x] Expected 9 spaces after parameter name; 10 found 325 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 326 | ERROR | [x] Expected 1 space after asterisk; 4 found 326 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 327 | ERROR | [x] Expected 1 space after asterisk; 4 found 327 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 328 | ERROR | [x] Expected 1 space after asterisk; 4 found 328 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 328 | ERROR | [x] Expected 8 spaces after parameter name; 9 found 328 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 329 | ERROR | [x] Expected 1 space after asterisk; 4 found 329 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 330 | ERROR | [x] Expected 1 space after asterisk; 4 found 330 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 331 | ERROR | [ ] Missing @return tag in function comment 334 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 144 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../dev/rwjl/vendor/simpletest/simpletest/extensions/dom_tester/css_selector.php ----------------------------------------------------------------------------------- FOUND 124 ERRORS AND 12 WARNINGS AFFECTING 107 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing short description in doc comment 3 | ERROR | [x] Expected 1 space after asterisk; 1 found 3 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 3 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 3 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 4 | ERROR | [x] Expected 1 space after asterisk; 1 found 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | ERROR | [x] Expected 1 space after asterisk; 1 found 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | WARNING | [ ] Invalid version "$Id$" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | ERROR | [x] Tag value for @version tag indented incorrectly; expected 4 | | spaces but found 1 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 17 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 20 | ERROR | [x] Expected 1 space after asterisk; 1 found 20 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 20 | ERROR | [ ] Tag @package cannot be grouped with parameter tags in a doc | | comment 20 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 20 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 21 | ERROR | [x] Expected 1 space after asterisk; 1 found 21 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 21 | ERROR | [ ] Tag @subpackage cannot be grouped with parameter tags in a | | doc comment 21 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 22 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 6 | | spaces but found 1 23 | ERROR | [ ] Missing @category tag in class comment 23 | ERROR | [ ] Missing @author tag in class comment 23 | ERROR | [ ] Missing @license tag in class comment 23 | ERROR | [ ] Missing @link tag in class comment 29 | ERROR | [ ] Missing doc comment for function __construct() 34 | ERROR | [ ] Missing doc comment for function getTexts() 44 | ERROR | [ ] Missing doc comment for function getElements() 53 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 55 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, found | | 10 58 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 59 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 61 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, found | | 12 64 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, found | | 10 65 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, found | | 10 71 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 73 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, found | | 10 79 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, found | | 10 80 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, found | | 10 83 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 91 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, found | | 8 92 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 8 93 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, found | | 12 94 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, found | | 12 94 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 105 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 107 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, found | | 10 108 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, found | | 10 109 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, found | | 12 110 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 12 111 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, found | | 16 112 | ERROR | [x] Line indented incorrectly; expected 32 spaces, found 16 113 | ERROR | [x] Line indented incorrectly; expected at least 36 spaces, found | | 20 114 | ERROR | [x] Line indented incorrectly; expected at least 36 spaces, found | | 20 115 | ERROR | [x] Line indented incorrectly; expected at least 36 spaces, found | | 20 117 | ERROR | [x] Line indented incorrectly; expected at least 36 spaces, found | | 20 118 | ERROR | [x] Line indented incorrectly; expected 36 spaces, found 16 119 | ERROR | [x] Line indented incorrectly; expected at least 40 spaces, found | | 18 120 | ERROR | [x] Case breaking statement indented incorrectly; expected 20 | | spaces, found 18 121 | ERROR | [x] Line indented incorrectly; expected 36 spaces, found 16 122 | ERROR | [x] Line indented incorrectly; expected at least 40 spaces, found | | 18 122 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 123 | ERROR | [x] Case breaking statement indented incorrectly; expected 20 | | spaces, found 18 124 | ERROR | [x] Line indented incorrectly; expected 36 spaces, found 16 125 | ERROR | [x] Line indented incorrectly; expected at least 40 spaces, found | | 18 125 | WARNING | [ ] Line exceeds 85 characters; contains 108 characters 126 | ERROR | [x] Case breaking statement indented incorrectly; expected 20 | | spaces, found 18 127 | ERROR | [x] Line indented incorrectly; expected 36 spaces, found 16 128 | ERROR | [x] Line indented incorrectly; expected at least 40 spaces, found | | 18 129 | ERROR | [x] Case breaking statement indented incorrectly; expected 20 | | spaces, found 18 130 | ERROR | [x] Line indented incorrectly; expected 36 spaces, found 16 131 | ERROR | [x] Line indented incorrectly; expected at least 40 spaces, found | | 18 131 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 132 | ERROR | [x] Case breaking statement indented incorrectly; expected 20 | | spaces, found 18 133 | ERROR | [x] Line indented incorrectly; expected 36 spaces, found 16 134 | ERROR | [x] Line indented incorrectly; expected at least 40 spaces, found | | 18 134 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 135 | ERROR | [x] Case breaking statement indented incorrectly; expected 20 | | spaces, found 18 136 | ERROR | [x] Line indented incorrectly; expected 36 spaces, found 16 137 | ERROR | [x] Line indented incorrectly; expected at least 40 spaces, found | | 18 138 | ERROR | [x] Line indented incorrectly; expected at least 40 spaces, found | | 18 139 | ERROR | [x] Line indented incorrectly; expected 36 spaces, found 14 139 | ERROR | [x] Closing brace indented incorrectly; expected 20 spaces, found | | 14 141 | ERROR | [x] Line indented incorrectly; expected 36 spaces, found 20 142 | ERROR | [x] Line indented incorrectly; expected at least 40 spaces, found | | 24 143 | ERROR | [x] Line indented incorrectly; expected 36 spaces, found 20 144 | ERROR | [x] Line indented incorrectly; expected 32 spaces, found 16 146 | ERROR | [x] Line indented incorrectly; expected 32 spaces, found 16 147 | ERROR | [x] Line indented incorrectly; expected at least 36 spaces, found | | 20 148 | ERROR | [x] Line indented incorrectly; expected 32 spaces, found 16 149 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 12 151 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, found | | 12 152 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 8 159 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, found | | 8 160 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, found | | 8 183 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8 184 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 10 185 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, found | | 14 186 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 10 187 | ERROR | [x] Case breaking statement indented incorrectly; expected 12 | | spaces, found 10 188 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8 189 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 10 190 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 14 191 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, found | | 18 192 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 14 193 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 10 194 | ERROR | [x] Case breaking statement indented incorrectly; expected 12 | | spaces, found 10 195 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8 196 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, found | | 12 197 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 12 198 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, found | | 16 199 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 12 200 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 12 201 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, found | | 16 202 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 12 204 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8 205 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 10 206 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 14 207 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, found | | 18 208 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 14 209 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 10 210 | ERROR | [x] Case breaking statement indented incorrectly; expected 12 | | spaces, found 10 211 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6 211 | ERROR | [x] Closing brace indented incorrectly; expected 12 spaces, found | | 6 217 | ERROR | [ ] Protected method name "CssSelector::tokenize_selectors" is | | not in camel caps format 220 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 244 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 251 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, found | | 8 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 110 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ndor/simpletest/simpletest/extensions/dom_tester/test/dom_tester_doc_test.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 4 WARNINGS AFFECTING 8 LINES ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment 9 | ERROR | Missing doc comment for class TestOfLiveCssSelectors 11 | ERROR | Missing doc comment for function setUp() 16 | ERROR | Missing doc comment for function testGet() 21 | WARNING | Line exceeds 85 characters; contains 118 characters 22 | WARNING | Line exceeds 85 characters; contains 101 characters 23 | WARNING | Line exceeds 85 characters; contains 125 characters 24 | WARNING | Line exceeds 85 characters; contains 105 characters ----------------------------------------------------------------------------------- FILE: ...l/vendor/simpletest/simpletest/extensions/dom_tester/test/dom_tester_test.php ----------------------------------------------------------------------------------- FOUND 17 ERRORS AND 37 WARNINGS AFFECTING 54 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 5 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 7 | ERROR | [ ] Missing doc comment for class TestOfLiveCssSelectors 9 | ERROR | [ ] Missing doc comment for function setUp() 14 | ERROR | [ ] Missing doc comment for function testGet() 25 | ERROR | [ ] Missing doc comment for class TestOfCssSelectors 27 | ERROR | [ ] Missing doc comment for function TestOfCssSelectors() 35 | ERROR | [ ] Missing doc comment for function testBasicSelector() 65 | ERROR | [ ] Missing doc comment for function testAttributeSelectors() 70 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 73 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 76 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 79 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 82 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 85 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 88 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 91 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 94 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 97 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 100 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 104 | ERROR | [ ] Missing doc comment for function testCombinators() 109 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 112 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 115 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 118 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 122 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 125 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 128 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 134 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 136 | WARNING | [ ] Line exceeds 85 characters; contains 121 characters 137 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 140 | ERROR | [ ] Missing doc comment for function testChildSelectors() 142 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 167 | WARNING | [ ] Line exceeds 85 characters; contains 139 characters 170 | WARNING | [ ] Line exceeds 85 characters; contains 121 characters 173 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 175 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 178 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 181 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 184 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 187 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 188 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 192 | ERROR | [ ] Missing doc comment for class | | TestsOfChildAndAdjacentSelectors 194 | ERROR | [ ] Missing doc comment for function | | TestsOfChildAndAdjacentSelectors() 196 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 202 | ERROR | [ ] Missing doc comment for function testFirstChild() 207 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 210 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 214 | ERROR | [ ] Missing doc comment for function testChildren() 217 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 223 | ERROR | [ ] Missing doc comment for function testAdjacents() 226 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 229 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../dev/rwjl/vendor/simpletest/simpletest/extensions/selenium/remote-control.php ----------------------------------------------------------------------------------- FOUND 25 ERRORS AND 4 WARNINGS AFFECTING 21 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 4 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 5 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 5 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 9 | ERROR | [x] Doc comment short description must be on the first line 12 | ERROR | [ ] The tag in position 1 should be the @package tag 12 | ERROR | [ ] Content of the @author tag must be in the form "Display Name | | " 12 | ERROR | [x] Tag value for @author tag indented incorrectly; expected 5 | | spaces but found 1 13 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 14 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 5 15 | ERROR | [ ] Missing @category tag in class comment 37 | ERROR | [ ] Missing doc comment for function __construct() 37 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 46 | ERROR | [ ] Missing doc comment for function sessionIdParser() 51 | ERROR | [ ] Missing doc comment for function start() 53 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 57 | ERROR | [ ] Missing doc comment for function stop() 63 | ERROR | [ ] Missing doc comment for function __call() 76 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 80 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 81 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 91 | ERROR | [ ] Missing doc comment for function buildUrlCmd() 107 | ERROR | [ ] Missing doc comment for function cmd() 114 | ERROR | [ ] Missing doc comment for function isUp() 137 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...vendor/simpletest/simpletest/extensions/selenium/test/remote-control_test.php ----------------------------------------------------------------------------------- FOUND 10 ERRORS AND 11 WARNINGS AFFECTING 21 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [ ] Missing doc comment for class | | TestOfSimpleSeleniumRemoteControl 8 | ERROR | [ ] Missing doc comment for function | | testSesssionIdShouldBePreserved() 10 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 11 | WARNING | [ ] Line exceeds 85 characters; contains 108 characters 14 | ERROR | [ ] Missing doc comment for function | | testIsUpReturnsFalseWhenDirectedToLocalhostDown() 16 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 21 | ERROR | [ ] Missing doc comment for function | | testIsUpReturnsTrueWhenDirectedToLocalhostOnPort80() 23 | WARNING | [ ] Line exceeds 85 characters; contains 113 characters 28 | ERROR | [ ] Missing doc comment for class | | TestOfSimpleSeleniumRemoteControlWhenItIsUp 30 | ERROR | [ ] Missing doc comment for function skip() 32 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 33 | WARNING | [ ] Line exceeds 85 characters; contains 118 characters 36 | ERROR | [ ] Missing doc comment for function testOfCommandCreation() 38 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 39 | WARNING | [ ] Line exceeds 85 characters; contains 123 characters 40 | WARNING | [ ] Line exceeds 85 characters; contains 145 characters 41 | WARNING | [ ] Line exceeds 85 characters; contains 153 characters 42 | WARNING | [ ] Line exceeds 85 characters; contains 160 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/extensions/dom_tester.php ----------------------------------------------------------------------------------- FOUND 82 ERRORS AND 4 WARNINGS AFFECTING 36 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing short description in doc comment 3 | ERROR | [x] Expected 1 space after asterisk; 1 found 3 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 3 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 3 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 4 | ERROR | [x] Expected 1 space after asterisk; 1 found 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | ERROR | [x] Expected 1 space after asterisk; 1 found 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | WARNING | [ ] Invalid version "$Id$" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | ERROR | [x] Tag value for @version tag indented incorrectly; expected 4 | | spaces but found 1 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 9 | ERROR | [x] The open comment tag must be the only content on the line 9 | ERROR | [x] Doc comment short description must be on the first line 14 | ERROR | [x] The open comment tag must be the only content on the line 14 | ERROR | [x] Doc comment short description must be on the first line 14 | ERROR | [x] The close comment tag must be the only content on the line 21 | ERROR | [ ] Tag @package cannot be grouped with parameter tags in a doc | | comment 21 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 21 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 22 | ERROR | [ ] Tag @subpackage cannot be grouped with parameter tags in a | | doc comment 22 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 23 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 6 | | spaces but found 1 24 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 6 | | spaces but found 1 25 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 6 | | spaces but found 1 27 | ERROR | [x] Additional blank lines found at end of doc comment 27 | ERROR | [ ] Missing @category tag in class comment 27 | ERROR | [ ] Missing @author tag in class comment 27 | ERROR | [ ] Missing @license tag in class comment 27 | ERROR | [ ] Missing @link tag in class comment 36 | ERROR | [x] Expected 1 space after asterisk; 4 found 36 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 36 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 36 | ERROR | [x] Expected 6 spaces after parameter name; 10 found 36 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 37 | ERROR | [x] Expected 1 space after asterisk; 4 found 37 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 37 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 37 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 38 | ERROR | [x] Expected 1 space after asterisk; 4 found 38 | ERROR | [x] Expected 2 spaces after parameter name; 5 found 38 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 39 | ERROR | [x] Expected 1 space after asterisk; 4 found 39 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 54 | ERROR | [x] Expected 1 space after asterisk; 4 found 54 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 54 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 54 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 55 | ERROR | [x] Expected 1 space after asterisk; 4 found 55 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 56 | ERROR | [x] Expected 1 space after asterisk; 4 found 56 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 65 | ERROR | [x] Expected 1 space after asterisk; 4 found 65 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 65 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 65 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 66 | ERROR | [x] Expected 1 space after asterisk; 4 found 66 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 68 | ERROR | [x] Expected 1 space after asterisk; 4 found 68 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 77 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 80 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 95 | ERROR | [ ] Tag @package cannot be grouped with parameter tags in a doc | | comment 95 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 95 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 96 | ERROR | [ ] Tag @subpackage cannot be grouped with parameter tags in a | | doc comment 96 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 97 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 6 | | spaces but found 1 99 | ERROR | [x] Additional blank lines found at end of doc comment 99 | ERROR | [ ] Missing @category tag in class comment 99 | ERROR | [ ] Missing @author tag in class comment 99 | ERROR | [ ] Missing @license tag in class comment 99 | ERROR | [ ] Missing @link tag in class comment 104 | ERROR | [ ] Missing doc comment for function loadDom() 111 | ERROR | [ ] Missing doc comment for function getElementsBySelector() 118 | ERROR | [ ] Missing doc comment for function assertElementsBySelector() 122 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 123 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 124 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 124 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 58 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...lancew/dev/rwjl/vendor/simpletest/simpletest/extensions/coverage/coverage.php ----------------------------------------------------------------------------------- FOUND 37 ERRORS AND 3 WARNINGS AFFECTING 27 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing short description in doc comment 3 | ERROR | [x] Expected 1 space before asterisk; 0 found 3 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 4 | ERROR | [x] Expected 1 space before asterisk; 0 found 4 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 5 5 | WARNING | [ ] PHP version not specified 5 | ERROR | [ ] Missing @category tag in file comment 5 | ERROR | [ ] Missing @author tag in file comment 5 | ERROR | [ ] Missing @license tag in file comment 5 | ERROR | [ ] Missing @link tag in file comment 5 | ERROR | [x] Expected 1 space before asterisk; 0 found 7 | ERROR | [x] Expected 1 space before asterisk; 0 found 7 | ERROR | [ ] Doc comment short description must start with a capital | | letter 8 | ERROR | [x] Expected 1 space before asterisk; 0 found 14 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 14 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 15 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 5 16 | ERROR | [ ] Missing @category tag in class comment 16 | ERROR | [ ] Missing @author tag in class comment 16 | ERROR | [ ] Missing @license tag in class comment 16 | ERROR | [ ] Missing @link tag in class comment 27 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 32 | ERROR | [ ] Missing doc comment for function writeUntouched() 40 | ERROR | [ ] Missing doc comment for function getTouchedFiles() 47 | ERROR | [ ] Missing doc comment for function includeUntouchedFiles() 55 | ERROR | [ ] Missing doc comment for function getUntouchedFiles() 55 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 63 | WARNING | [ ] Line exceeds 85 characters; contains 110 characters 76 | ERROR | [ ] Missing doc comment for function resetLog() 91 | ERROR | [ ] Missing doc comment for function startCoverage() 100 | ERROR | [ ] Missing doc comment for function stopCoverage() 114 | ERROR | [ ] Missing doc comment for function readSettings() 123 | ERROR | [ ] Missing doc comment for function writeSettings() 128 | ERROR | [ ] Missing doc comment for function getSettings() 137 | ERROR | [ ] Missing doc comment for function setSettings() 145 | ERROR | [ ] Missing doc comment for function filter() 154 | ERROR | [ ] Missing doc comment for function isFileIncluded() 176 | ERROR | [ ] Missing doc comment for function isDirectoryIncluded() 192 | ERROR | [ ] Missing doc comment for function isCoverageOn() 203 | ERROR | [ ] Missing doc comment for function getInstance() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...l/vendor/simpletest/simpletest/extensions/coverage/simple_coverage_writer.php ----------------------------------------------------------------------------------- FOUND 18 ERRORS AND 2 WARNINGS AFFECTING 10 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] Invalid version "$Id: unit_tester.php 1882 2009-07-01 | | 14:30:05Z lastcraft $" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 9 | ERROR | [ ] Doc comment short description must start with a capital letter 15 | ERROR | [x] Expected 1 space after asterisk; 2 found 15 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 16 | ERROR | [x] Expected 1 space after asterisk; 2 found 17 | ERROR | [ ] Missing @category tag in class comment 17 | ERROR | [ ] Missing @author tag in class comment 17 | ERROR | [ ] Missing @license tag in class comment 17 | ERROR | [ ] Missing @link tag in class comment 20 | ERROR | [ ] Missing doc comment for function writeSummary() 31 | ERROR | [ ] Missing doc comment for function writeByFile() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ew/dev/rwjl/vendor/simpletest/simpletest/extensions/coverage/autocoverage.php ----------------------------------------------------------------------------------- FOUND 12 ERRORS AND 1 WARNING AFFECTING 7 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing short description in doc comment 3 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 4 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected 1 | | spaces but found 5 5 | WARNING | [ ] PHP version not specified 5 | ERROR | [ ] Missing @category tag in file comment 5 | ERROR | [ ] Missing @author tag in file comment 5 | ERROR | [ ] Missing @license tag in file comment 5 | ERROR | [ ] Missing @link tag in file comment 10 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 18 | ERROR | [ ] Function name "stop_coverage" is prefixed with a package name | | but does not begin with a capital letter 18 | ERROR | [ ] Function name "stop_coverage" is invalid; consider | | "Stop_coverage" instead 18 | ERROR | [ ] Missing doc comment for function stop_coverage() 20 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../dev/rwjl/vendor/simpletest/simpletest/extensions/coverage/coverage_utils.php ----------------------------------------------------------------------------------- FOUND 36 ERRORS AND 4 WARNINGS AFFECTING 25 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing short description in doc comment 3 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 4 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 5 5 | WARNING | [ ] PHP version not specified 5 | ERROR | [ ] Missing @category tag in file comment 5 | ERROR | [ ] Missing @author tag in file comment 5 | ERROR | [ ] Missing @license tag in file comment 5 | ERROR | [ ] Missing @link tag in file comment 6 | ERROR | [ ] Missing short description in doc comment 7 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 8 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 5 9 | ERROR | [ ] Missing @category tag in class comment 9 | ERROR | [ ] Missing @author tag in class comment 9 | ERROR | [ ] Missing @license tag in class comment 9 | ERROR | [ ] Missing @link tag in class comment 12 | ERROR | [ ] Missing doc comment for function mkdir() 23 | ERROR | [ ] Missing doc comment for function requireSqlite() 26 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 31 | ERROR | [ ] Missing doc comment for function isPackageClassAvailable() 33 | ERROR | [x] "include_once" is a statement not a function; no parentheses | | are required 37 | ERROR | [ ] Doc comment for parameter "$mutliValueMode" missing 60 | ERROR | [ ] Missing parameter comment 60 | ERROR | [x] Expected 66 spaces after parameter type; 1 found 60 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 61 | ERROR | [ ] Missing parameter name 61 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 61 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 62 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 89 | ERROR | [ ] Doc comment for parameter "$key" missing 92 | ERROR | [ ] Missing parameter comment 93 | ERROR | [ ] Missing parameter comment 93 | ERROR | [ ] Doc comment for parameter $item does not match actual | | variable name $key 94 | ERROR | [ ] Missing @return tag in function comment 106 | ERROR | [ ] Doc comment short description must start with a capital | | letter 110 | ERROR | [ ] Missing parameter comment 110 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 111 | ERROR | [ ] Missing parameter comment 111 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 112 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 112 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...v/rwjl/vendor/simpletest/simpletest/extensions/coverage/coverage_reporter.php ----------------------------------------------------------------------------------- FOUND 24 ERRORS AND 1 WARNING AFFECTING 14 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing short description in doc comment 3 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 4 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected 1 | | spaces but found 5 5 | WARNING | [ ] PHP version not specified 5 | ERROR | [ ] Missing @category tag in file comment 5 | ERROR | [ ] Missing @author tag in file comment 5 | ERROR | [ ] Missing @license tag in file comment 5 | ERROR | [ ] Missing @link tag in file comment 6 | ERROR | [x] The open comment tag must be the only content on the line 6 | ERROR | [x] Doc comment short description must be on the first line 12 | ERROR | [x] The open comment tag must be the only content on the line 12 | ERROR | [x] Doc comment short description must be on the first line 12 | ERROR | [x] The close comment tag must be the only content on the line 17 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 17 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 18 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected 1 | | spaces but found 5 19 | ERROR | [ ] Missing @category tag in class comment 19 | ERROR | [ ] Missing @author tag in class comment 19 | ERROR | [ ] Missing @license tag in class comment 19 | ERROR | [ ] Missing @link tag in class comment 29 | ERROR | [ ] Missing doc comment for function __construct() 35 | ERROR | [ ] Missing doc comment for function generateSummaryReport() 43 | ERROR | [ ] Missing doc comment for function generate() 62 | ERROR | [ ] Missing doc comment for function generateCoverageByFile() 69 | ERROR | [ ] Missing doc comment for function reportFilename() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...jl/vendor/simpletest/simpletest/extensions/coverage/bin/php-coverage-open.php ----------------------------------------------------------------------------------- FOUND 20 ERRORS AND 5 WARNINGS AFFECTING 14 LINES ----------------------------------------------------------------------------------- 6 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 7 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected 1 | | spaces but found 5 8 | WARNING | [ ] PHP version not specified 8 | ERROR | [ ] Missing @category tag in file comment 8 | ERROR | [ ] Missing @author tag in file comment 8 | ERROR | [ ] Missing @license tag in file comment 8 | ERROR | [ ] Missing @link tag in file comment 9 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 10 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 10 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 11 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 11 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 12 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 12 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 13 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 14 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 15 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 15 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 16 | ERROR | [x] The open comment tag must be the only content on the line 16 | ERROR | [x] Doc comment short description must be on the first line 19 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 21 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 22 | ERROR | [x] The open comment tag must be the only content on the line 22 | ERROR | [x] Doc comment short description must be on the first line 22 | ERROR | [x] The close comment tag must be the only content on the line ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 16 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../vendor/simpletest/simpletest/extensions/coverage/bin/php-coverage-report.php ----------------------------------------------------------------------------------- FOUND 17 ERRORS AND 1 WARNING AFFECTING 11 LINES ----------------------------------------------------------------------------------- 5 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 6 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected 1 | | spaces but found 5 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 9 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 10 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 12 | ERROR | [x] The open comment tag must be the only content on the line 12 | ERROR | [x] Doc comment short description must be on the first line 15 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 16 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 17 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 18 | ERROR | [x] The open comment tag must be the only content on the line 18 | ERROR | [x] Doc comment short description must be on the first line 18 | ERROR | [x] The close comment tag must be the only content on the line ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...l/vendor/simpletest/simpletest/extensions/coverage/bin/php-coverage-close.php ----------------------------------------------------------------------------------- FOUND 9 ERRORS AND 1 WARNING AFFECTING 5 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 4 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 5 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected 1 | | spaces but found 5 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [ ] Doc comment short description must start with a capital letter 10 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...dev/rwjl/vendor/simpletest/simpletest/extensions/coverage/coverage_writer.php ----------------------------------------------------------------------------------- FOUND 16 ERRORS AND 1 WARNING AFFECTING 10 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing short description in doc comment 3 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 4 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected 1 | | spaces but found 5 5 | WARNING | [ ] PHP version not specified 5 | ERROR | [ ] Missing @category tag in file comment 5 | ERROR | [ ] Missing @author tag in file comment 5 | ERROR | [ ] Missing @license tag in file comment 5 | ERROR | [ ] Missing @link tag in file comment 6 | ERROR | [ ] Missing short description in doc comment 7 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 8 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected 1 | | spaces but found 5 9 | ERROR | [ ] Missing @category tag in class comment 9 | ERROR | [ ] Missing @author tag in class comment 9 | ERROR | [ ] Missing @license tag in class comment 9 | ERROR | [ ] Missing @link tag in class comment 12 | ERROR | [ ] Missing doc comment for function writeSummary() 14 | ERROR | [ ] Missing doc comment for function writeByFile() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...rwjl/vendor/simpletest/simpletest/extensions/coverage/coverage_calculator.php ----------------------------------------------------------------------------------- FOUND 32 ERRORS AND 7 WARNINGS AFFECTING 25 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing short description in doc comment 3 | ERROR | [x] Expected 1 space before asterisk; 0 found 3 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 4 | ERROR | [x] Expected 1 space before asterisk; 0 found 4 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 5 5 | WARNING | [ ] PHP version not specified 5 | ERROR | [ ] Missing @category tag in file comment 5 | ERROR | [ ] Missing @author tag in file comment 5 | ERROR | [ ] Missing @license tag in file comment 5 | ERROR | [ ] Missing @link tag in file comment 5 | ERROR | [x] Expected 1 space before asterisk; 0 found 6 | ERROR | [ ] Missing short description in doc comment 7 | ERROR | [x] Expected 1 space before asterisk; 0 found 7 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 8 | ERROR | [x] Expected 1 space before asterisk; 0 found 8 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 5 9 | ERROR | [x] Expected 1 space before asterisk; 0 found 9 | ERROR | [ ] Missing @category tag in class comment 9 | ERROR | [ ] Missing @author tag in class comment 9 | ERROR | [ ] Missing @license tag in class comment 9 | ERROR | [ ] Missing @link tag in class comment 12 | ERROR | [ ] Missing doc comment for function coverageByFileVariables() 31 | ERROR | [ ] Missing doc comment for function | | lineCoverageCodeToStyleClass() 41 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 43 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 50 | ERROR | [ ] Missing doc comment for function totalLoc() 55 | ERROR | [ ] Missing doc comment for function lineCoverage() 57 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 57 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 58 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 62 | ERROR | [ ] Missing doc comment for function totalCoverage() 67 | ERROR | [ ] Missing doc comment for function reportFilename() 72 | ERROR | [ ] Missing doc comment for function percentCoverageByFile() 82 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 85 | ERROR | [ ] Missing doc comment for function variables() 88 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 93 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 99 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 102 | WARNING | [ ] Line exceeds 85 characters; contains 127 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...dor/simpletest/simpletest/extensions/coverage/test/coverage_reporter_test.php ----------------------------------------------------------------------------------- FOUND 10 ERRORS AND 3 WARNINGS AFFECTING 11 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [ ] Missing doc comment for class CoverageReporterTest 6 | ERROR | [ ] Missing doc comment for function skip() 9 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 10 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 10 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 13 | ERROR | [ ] Missing doc comment for function setUp() 15 | ERROR | [x] File is being conditionally included; use "include_once" | | instead 19 | ERROR | [ ] Missing doc comment for function testreportFilename() 21 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 22 | WARNING | [ ] Line exceeds 85 characters; contains 110 characters 23 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ancew/dev/rwjl/vendor/simpletest/simpletest/extensions/coverage/test/test.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 5 | ERROR | [ ] Missing doc comment for class CoverageUnitTests 7 | ERROR | [ ] Missing doc comment for function CoverageUnitTests() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ev/rwjl/vendor/simpletest/simpletest/extensions/coverage/test/sample/code.php ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ----------------------------------------------------------------------------------- FILE: ...impletest/simpletest/extensions/coverage/test/simple_coverage_writer_test.php ----------------------------------------------------------------------------------- FOUND 14 ERRORS AND 2 WARNINGS AFFECTING 14 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [ ] Missing doc comment for class SimpleCoverageWriterTest 6 | ERROR | [ ] Missing doc comment for function skip() 9 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 10 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 10 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 13 | ERROR | [ ] Missing doc comment for function setUp() 15 | ERROR | [x] File is being conditionally included; use "include_once" | | instead 16 | ERROR | [x] File is being conditionally included; use "include_once" | | instead 19 | ERROR | [ ] Missing doc comment for function testGenerateSummaryReport() 30 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 42 | ERROR | [ ] Missing doc comment for function testGenerateCoverageByFile() 45 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 61 | ERROR | [ ] Missing doc comment for function getAttribute() 67 | ERROR | [ ] Missing doc comment for function dom() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...simpletest/simpletest/extensions/coverage/test/coverage_data_handler_test.php ----------------------------------------------------------------------------------- FOUND 23 ERRORS AND 3 WARNINGS AFFECTING 24 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [ ] Missing doc comment for class CoverageDataHandlerTest 6 | ERROR | [ ] Missing doc comment for function skip() 9 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 10 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 10 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 13 | ERROR | [ ] Missing doc comment for function setUp() 15 | ERROR | [x] File is being conditionally included; use "include_once" | | instead 18 | ERROR | [ ] Missing doc comment for function testAggregateCoverageCode() 30 | ERROR | [ ] Missing doc comment for function testSimpleWriteRead() 42 | ERROR | [ ] Missing doc comment for function testMultiFileWriteRead() 46 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 47 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 8 48 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 8 49 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 50 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 51 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 8 52 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 62 | ERROR | [ ] Missing doc comment for function testGetfilenames() 72 | ERROR | [ ] Missing doc comment for function testWriteUntouchedFiles() 78 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 81 | ERROR | [ ] Missing doc comment for function testLtrim() 84 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 85 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 88 | ERROR | [ ] Missing doc comment for function tempdb() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...vendor/simpletest/simpletest/extensions/coverage/test/coverage_utils_test.php ----------------------------------------------------------------------------------- FOUND 37 ERRORS AND 9 WARNINGS AFFECTING 27 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 4 | ERROR | [ ] Missing doc comment for class CoverageUtilsTest 4 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 5 | ERROR | [ ] Missing doc comment for function skip() 5 | ERROR | [x] Opening brace should be on a new line 7 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 7 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 10 8 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 8 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 11 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 11 | ERROR | [ ] Missing doc comment for function setUp() 11 | ERROR | [x] Opening brace should be on a new line 12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 12 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 5 12 | ERROR | [x] File is being conditionally included; use "include_once" | | instead 13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 13 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 15 | ERROR | [ ] Missing doc comment for function testMkdir() 15 | ERROR | [x] Opening brace should be on a new line 24 | ERROR | [ ] Missing doc comment for function testIsPackageClassAvailable() 24 | ERROR | [x] Opening brace should be on a new line 26 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 27 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 28 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 29 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 32 | ERROR | [ ] Missing doc comment for function | | testParseArgumentsMultiValue() 32 | ERROR | [x] Opening brace should be on a new line 33 | ERROR | [x] TRUE, FALSE and NULL must be lowercase; expected "true" but | | found "True" 33 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 34 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 38 | ERROR | [ ] Missing doc comment for function testParseArguments() 38 | ERROR | [x] Opening brace should be on a new line 39 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 44 | ERROR | [ ] Missing doc comment for function | | testParseDoubleDashNoArguments() 44 | ERROR | [x] Opening brace should be on a new line 49 | ERROR | [ ] Missing doc comment for function | | testParseHyphenedExtraArguments() 49 | ERROR | [x] Opening brace should be on a new line 50 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 51 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 55 | ERROR | [ ] Missing doc comment for function testAddItemAsArray() 55 | ERROR | [x] Opening brace should be on a new line 64 | ERROR | [ ] Missing doc comment for function testIssetOr() 64 | ERROR | [x] Opening brace should be on a new line ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 25 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../rwjl/vendor/simpletest/simpletest/extensions/coverage/test/coverage_test.php ----------------------------------------------------------------------------------- FOUND 19 ERRORS AND 1 WARNING AFFECTING 18 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 5 | ERROR | [ ] Missing doc comment for class CodeCoverageTest 7 | ERROR | [ ] Missing doc comment for function skip() 10 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 11 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 11 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 14 | ERROR | [ ] Missing doc comment for function setUp() 16 | ERROR | [x] File is being conditionally included; use "include_once" | | instead 19 | ERROR | [ ] Missing doc comment for function testIsFileIncluded() 31 | ERROR | [ ] Missing doc comment for function testIsFileIncludedRegexp() 43 | ERROR | [ ] Missing doc comment for function | | testIsDirectoryIncludedPastMaxDepth() 51 | ERROR | [ ] Missing doc comment for function testIsDirectoryIncluded() 57 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 63 | ERROR | [ ] Missing doc comment for function testFilter() 72 | ERROR | [ ] Missing doc comment for function testUntouchedFiles() 83 | ERROR | [ ] Missing doc comment for function testResetLog() 91 | ERROR | [ ] Missing doc comment for function testSettingsSerialization() 107 | ERROR | [ ] Missing doc comment for function | | testSettingsCanBeReadWrittenToDisk() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...r/simpletest/simpletest/extensions/coverage/test/coverage_calculator_test.php ----------------------------------------------------------------------------------- FOUND 16 ERRORS AND 1 WARNING AFFECTING 15 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [ ] Missing doc comment for class CoverageCalculatorTest 6 | ERROR | [ ] Missing doc comment for function skip() 9 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 10 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 10 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 13 | ERROR | [ ] Missing doc comment for function setUp() 15 | ERROR | [x] File is being conditionally included; use "include_once" | | instead 19 | ERROR | [ ] Missing doc comment for function testVariables() 27 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 33 | ERROR | [ ] Missing doc comment for function | | testPercentageCoverageByFile() 43 | ERROR | [ ] Missing doc comment for function testTotalLoc() 48 | ERROR | [ ] Missing doc comment for function testLineCoverage() 55 | ERROR | [ ] Missing doc comment for function testTotalCoverage() 60 | ERROR | [ ] Missing doc comment for function getAttribute() 66 | ERROR | [ ] Missing doc comment for function dom() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...dev/rwjl/vendor/simpletest/simpletest/extensions/coverage/templates/index.php ----------------------------------------------------------------------------------- FOUND 75 ERRORS AND 4 WARNINGS AFFECTING 71 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Missing file doc comment 7 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 39 | WARNING | [ ] Line exceeds 85 characters; contains 127 characters 40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 43 | WARNING | [ ] Line exceeds 85 characters; contains 132 characters 44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 60 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 61 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 63 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 64 | WARNING | [ ] Line exceeds 85 characters; contains 124 characters 65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 66 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 67 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0 67 | ERROR | [x] Closing brace indented incorrectly; expected 2 spaces, found | | 0 68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 73 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 74 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 75 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 78 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 79 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0 79 | ERROR | [x] Closing brace indented incorrectly; expected 2 spaces, found | | 0 80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 86 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 87 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 88 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 89 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 90 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 91 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 92 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 93 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 95 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 96 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 97 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 99 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 103 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 104 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 74 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../dev/rwjl/vendor/simpletest/simpletest/extensions/coverage/templates/file.php ----------------------------------------------------------------------------------- FOUND 2 ERRORS AND 3 WARNINGS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Missing file doc comment 43 | WARNING | [ ] Line exceeds 85 characters; contains 119 characters 45 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 0 52 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 58 | WARNING | [ ] Line exceeds 85 characters; contains 110 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...jl/vendor/simpletest/simpletest/extensions/coverage/coverage_data_handler.php ----------------------------------------------------------------------------------- FOUND 38 ERRORS AND 4 WARNINGS AFFECTING 30 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing short description in doc comment 3 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 4 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 5 5 | WARNING | [ ] PHP version not specified 5 | ERROR | [ ] Missing @category tag in file comment 5 | ERROR | [ ] Missing @author tag in file comment 5 | ERROR | [ ] Missing @license tag in file comment 5 | ERROR | [ ] Missing @link tag in file comment 6 | ERROR | [ ] Missing short description in doc comment 7 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 16 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 16 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 17 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 5 18 | ERROR | [ ] Missing @category tag in class comment 18 | ERROR | [ ] Missing @author tag in class comment 18 | ERROR | [ ] Missing @license tag in class comment 18 | ERROR | [ ] Missing @link tag in class comment 23 | ERROR | [ ] Missing doc comment for function __construct() 32 | ERROR | [ ] Missing doc comment for function createSchema() 38 | ERROR | [ ] Missing doc comment for function getFilenames() 49 | ERROR | [ ] Missing doc comment for function write() 54 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 55 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 60 | ERROR | [ ] Missing doc comment for function read() 69 | ERROR | [ ] Missing doc comment for function readFile() 83 | ERROR | [ ] Missing doc comment for function aggregateCoverage() 89 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 94 | ERROR | [ ] Missing doc comment for function aggregateCoverageCode() 97 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 97 | ERROR | [x] Closing brace must be on a line by itself 98 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 98 | ERROR | [x] Closing brace must be on a line by itself 99 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 101 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 20 101 | ERROR | [x] Closing brace must be on a line by itself 102 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 20 102 | ERROR | [x] Closing brace must be on a line by itself 103 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 108 | ERROR | [ ] Missing doc comment for function ltrim() 116 | ERROR | [ ] Missing doc comment for function writeUntouchedFile() 123 | ERROR | [ ] Missing doc comment for function readUntouchedFiles() 126 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ancew/dev/rwjl/vendor/simpletest/simpletest/extensions/colortext_reporter.php ----------------------------------------------------------------------------------- FOUND 41 ERRORS AND 2 WARNINGS AFFECTING 25 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 4 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 5 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected 1 | | spaces but found 5 6 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] Invalid version "$Id$" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 6 | ERROR | [x] Tag value for @version tag indented incorrectly; expected 4 | | spaces but found 8 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 10 | ERROR | [ ] Doc comment short description must start with a capital letter 12 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 22 | ERROR | [ ] The tag in position 1 should be the @package tag 22 | ERROR | [ ] Content of the @author tag must be in the form "Display Name | | " 22 | ERROR | [x] Tag value for @author tag indented incorrectly; expected 5 | | spaces but found 1 23 | ERROR | [ ] The tag in position 2 should be the @subpackage tag 23 | ERROR | [x] Tag value for @author tag indented incorrectly; expected 5 | | spaces but found 1 24 | ERROR | [ ] The tag in position 3 should be the @author tag 24 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 26 | ERROR | [ ] Missing @category tag in class comment 26 | ERROR | [ ] Missing @license tag in class comment 26 | ERROR | [ ] Missing @link tag in class comment 29 | ERROR | [ ] Public member variable "_failColor" must not be prefixed with | | an underscore 30 | ERROR | [ ] Public member variable "_passColor" must not be prefixed with | | an underscore 35 | ERROR | [ ] Missing parameter name 42 | ERROR | [ ] Doc comment for parameter "$test_name" missing 46 | ERROR | [ ] Missing parameter name 46 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 47 | ERROR | [ ] Tag @see cannot be grouped with parameter tags in a doc | | comment 47 | ERROR | [x] Tag value for @see tag indented incorrectly; expected 4 spaces | | but found 1 48 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 49 | ERROR | [ ] Missing @return tag in function comment 69 | ERROR | [ ] Doc comment for parameter "$color" missing 72 | ERROR | [ ] Missing parameter name 72 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 73 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 74 | ERROR | [ ] Missing @return tag in function comment 75 | ERROR | [ ] Public method name "ColorTextReporter::_setColor" must not be | | prefixed with an underscore 85 | ERROR | [ ] Missing @return tag in function comment 86 | ERROR | [ ] Public method name "ColorTextReporter::_resetColor" must not | | be prefixed with an underscore ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...home/lancew/dev/rwjl/vendor/simpletest/simpletest/extensions/testdox/test.php ----------------------------------------------------------------------------------- FOUND 14 ERRORS AND 2 WARNINGS AFFECTING 15 LINES ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment 9 | ERROR | You must use "/**" style comments for a class comment 11 | ERROR | Missing doc comment for function | | testIsAnInstanceOfSimpleScorerAndReporter() 18 | ERROR | Missing doc comment for function testOutputsNameOfTestCase() 27 | ERROR | Missing doc comment for function | | testOutputOfTestCaseNameFilteredByConstructParameter() 36 | ERROR | Public method name | | "TestOfTestDoxReporter::testIfTest_case_patternIsEmptyAssumeEverythingMatches" | | is not in camel caps format 36 | ERROR | Missing doc comment for function | | testIfTest_case_patternIsEmptyAssumeEverythingMatches() 45 | ERROR | Missing doc comment for function | | testEmptyLineInsertedWhenCaseEnds() 54 | ERROR | Missing doc comment for function | | testPaintsTestMethodInTestDoxFormat() 70 | ERROR | Missing doc comment for function | | testDoesNotOutputAnythingOnNoneTestMethods() 79 | ERROR | Missing doc comment for function testPaintMethodAddLineBreak() 88 | ERROR | Missing doc comment for function | | testProperlySpacesSingleLettersInMethodName() 97 | ERROR | Missing doc comment for function | | testOnFailureThisPrintsFailureNotice() 106 | ERROR | Missing doc comment for function | | testWhenMatchingMethodNamesTestPrefixIsCaseInsensitive() 110 | WARNING | Line exceeds 85 characters; contains 106 characters 113 | WARNING | Line exceeds 85 characters; contains 99 characters ----------------------------------------------------------------------------------- FILE: .../simpletest/simpletest/extensions/treemap_reporter/test/treemap_node_test.php ----------------------------------------------------------------------------------- FOUND 6 ERRORS AFFECTING 6 LINES ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment 6 | ERROR | Missing doc comment for class TestOfTreemapDataTypes 8 | ERROR | Missing doc comment for function testEmptyRootNode() 15 | ERROR | Missing doc comment for function testChildNodeDepth() 28 | ERROR | Missing doc comment for function testGraphDepthSpread() 54 | ERROR | Missing doc comment for function testMutableStack() ----------------------------------------------------------------------------------- FILE: ...vendor/simpletest/simpletest/extensions/treemap_reporter/treemap_recorder.php ----------------------------------------------------------------------------------- FOUND 119 ERRORS AND 3 WARNINGS AFFECTING 82 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 4 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 5 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 5 6 | ERROR | [x] Expected 1 space after asterisk; 1 found 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | WARNING | [ ] Invalid version "$Id$" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | ERROR | [x] Tag value for @version tag indented incorrectly; expected 4 | | spaces but found 1 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 10 | ERROR | [ ] Doc comment short description must start with a capital | | letter 12 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 18 | ERROR | [x] Expected 1 space after asterisk; 2 found 18 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 19 | ERROR | [x] Expected 1 space after asterisk; 2 found 19 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 5 20 | ERROR | [ ] Missing @category tag in class comment 20 | ERROR | [ ] Missing @author tag in class comment 20 | ERROR | [ ] Missing @license tag in class comment 20 | ERROR | [ ] Missing @link tag in class comment 23 | ERROR | [ ] Public member variable "_graph" must not be prefixed with an | | underscore 24 | ERROR | [ ] Public member variable "_stack" must not be prefixed with an | | underscore 25 | ERROR | [ ] Public member variable "_title" must not be prefixed with an | | underscore 27 | ERROR | [ ] Missing doc comment for function TreemapRecorder() 35 | ERROR | [ ] Doc comment short description must start with a capital | | letter 37 | ERROR | [ ] Missing @return tag in function comment 44 | ERROR | [ ] Doc comment short description must start with a capital | | letter 45 | ERROR | [ ] Missing @return tag in function comment 52 | ERROR | [ ] Doc comment short description must start with a capital | | letter 53 | ERROR | [ ] Missing @return tag in function comment 59 | ERROR | [ ] Doc comment for parameter "$title" missing 60 | ERROR | [ ] Doc comment short description must start with a capital | | letter 61 | ERROR | [ ] Missing @return tag in function comment 67 | ERROR | [ ] Missing doc comment for function paintFormattedMessage() 71 | ERROR | [ ] Doc comment for parameter "$message" missing 71 | ERROR | [ ] Doc comment for parameter "$size" missing 72 | ERROR | [ ] Doc comment short description must start with a capital | | letter 73 | ERROR | [ ] Missing @return tag in function comment 81 | ERROR | [ ] Doc comment for parameter "$message" missing 82 | ERROR | [ ] Doc comment short description must start with a capital | | letter 83 | ERROR | [ ] Missing @return tag in function comment 91 | ERROR | [ ] Doc comment for parameter "$message" missing 92 | ERROR | [ ] Doc comment short description must start with a capital | | letter 93 | ERROR | [ ] Missing @return tag in function comment 101 | ERROR | [ ] Doc comment for parameter "$message" missing 102 | ERROR | [ ] Doc comment short description must start with a capital | | letter 103 | ERROR | [ ] Missing @return tag in function comment 117 | ERROR | [ ] Doc comment for parameter "$message" missing 118 | ERROR | [ ] Doc comment short description must start with a capital | | letter 119 | ERROR | [x] There must be no blank lines after the function comment 119 | ERROR | [ ] Missing @return tag in function comment 130 | ERROR | [ ] Doc comment for parameter "$message" missing 131 | ERROR | [ ] Doc comment short description must start with a capital | | letter 132 | ERROR | [ ] Missing @return tag in function comment 144 | ERROR | [ ] Doc comment for parameter "$message" missing 145 | ERROR | [ ] Doc comment short description must start with a capital | | letter 146 | ERROR | [ ] Missing @return tag in function comment 158 | ERROR | [ ] Doc comment for parameter "$message" missing 159 | ERROR | [ ] Doc comment short description must start with a capital | | letter 162 | ERROR | [ ] Missing @return tag in function comment 183 | ERROR | [x] Expected 1 space after asterisk; 2 found 183 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 184 | ERROR | [x] Expected 1 space after asterisk; 2 found 184 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 5 185 | ERROR | [ ] Missing @category tag in class comment 185 | ERROR | [ ] Missing @author tag in class comment 185 | ERROR | [ ] Missing @license tag in class comment 185 | ERROR | [ ] Missing @link tag in class comment 188 | ERROR | [ ] Public member variable "_name" must not be prefixed with an | | underscore 189 | ERROR | [ ] Public member variable "_description" must not be prefixed | | with an underscore 190 | ERROR | [ ] Public member variable "_status" must not be prefixed with an | | underscore 191 | ERROR | [ ] Public member variable "_parent" must not be prefixed with an | | underscore 192 | ERROR | [ ] Public member variable "_size" must not be prefixed with an | | underscore 194 | ERROR | [ ] Missing doc comment for function TreemapNode() 202 | ERROR | [ ] Missing short description in doc comment 210 | ERROR | [ ] Missing short description in doc comment 218 | ERROR | [ ] Missing short description in doc comment 228 | ERROR | [ ] Missing @return tag in function comment 235 | ERROR | [ ] Doc comment for parameter "$a" missing 235 | ERROR | [ ] Doc comment for parameter "$b" missing 237 | ERROR | [ ] Missing @return tag in function comment 240 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 250 | ERROR | [ ] Missing @return tag in function comment 257 | ERROR | [ ] Doc comment short description must start with a capital | | letter 259 | ERROR | [ ] Missing @return tag in function comment 276 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 283 | ERROR | [x] The open comment tag must be the only content on the line 283 | ERROR | [x] Doc comment short description must be on the first line 283 | ERROR | [x] The close comment tag must be the only content on the line 283 | ERROR | [ ] Missing @return tag in function comment 289 | ERROR | [x] The open comment tag must be the only content on the line 289 | ERROR | [ ] Doc comment for parameter "$node" missing 289 | ERROR | [x] Doc comment short description must be on the first line 289 | ERROR | [x] The close comment tag must be the only content on the line 289 | ERROR | [ ] Missing @return tag in function comment 295 | ERROR | [x] The open comment tag must be the only content on the line 295 | ERROR | [x] Doc comment short description must be on the first line 295 | ERROR | [x] The close comment tag must be the only content on the line 295 | ERROR | [ ] Missing @return tag in function comment 303 | ERROR | [ ] Doc comment short description must start with a capital | | letter 305 | ERROR | [x] Expected 1 space after asterisk; 2 found 305 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 306 | ERROR | [x] Expected 1 space after asterisk; 2 found 306 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 5 307 | ERROR | [ ] Missing @category tag in class comment 307 | ERROR | [ ] Missing @author tag in class comment 307 | ERROR | [ ] Missing @license tag in class comment 307 | ERROR | [ ] Missing @link tag in class comment 310 | ERROR | [ ] Public member variable "_list" must not be prefixed with an | | underscore 312 | ERROR | [ ] Missing doc comment for function TreemapStack() 317 | ERROR | [ ] Doc comment for parameter "$node" missing 319 | ERROR | [ ] Missing @return tag in function comment 327 | ERROR | [ ] Missing @return tag in function comment 336 | ERROR | [ ] Missing @return tag in function comment 344 | ERROR | [ ] Missing @return tag in function comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 34 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../dev/rwjl/vendor/simpletest/simpletest/extensions/treemap_reporter/jquery.php ----------------------------------------------------------------------------------- FOUND 32 ERRORS AND 7 WARNINGS AFFECTING 21 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 3 | ERROR | [ ] Doc comment short description must start with a capital letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 4 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 5 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected 1 | | spaces but found 5 6 | ERROR | [x] Expected 1 space after asterisk; 1 found 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | WARNING | [ ] Invalid version "$Id$" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | ERROR | [x] Tag value for @version tag indented incorrectly; expected 4 | | spaces but found 1 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 9 | ERROR | [ ] Doc comment short description must start with a capital letter 14 | ERROR | [ ] Doc comment short description must start with a capital letter 17 | ERROR | [x] Expected 1 space after asterisk; 2 found 17 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 18 | ERROR | [x] Expected 1 space after asterisk; 2 found 18 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected 1 | | spaces but found 5 19 | ERROR | [ ] Missing @category tag in class comment 19 | ERROR | [ ] Missing @author tag in class comment 19 | ERROR | [ ] Missing @license tag in class comment 19 | ERROR | [ ] Missing @link tag in class comment 22 | ERROR | [ ] Public method name "JqueryTreemapReporter::_getCss" must not | | be prefixed with an underscore 22 | ERROR | [ ] Missing doc comment for function _getCss() 27 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 34 | ERROR | [ ] Missing doc comment for function paintResultsHeader() 40 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 41 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 43 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 57 | ERROR | [ ] Missing doc comment for function paintRectangleStart() 59 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 63 | ERROR | [ ] Missing doc comment for function paintRectangleEnd() 67 | ERROR | [ ] Missing doc comment for function paintResultsFooter() 73 | ERROR | [ ] Missing doc comment for function divideMapNodes() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../lancew/dev/rwjl/vendor/simpletest/simpletest/extensions/webunit_reporter.php ----------------------------------------------------------------------------------- FOUND 174 ERRORS AND 12 WARNINGS AFFECTING 103 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 1 found 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 4 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 5 | ERROR | [x] Expected 1 space after asterisk; 1 found 5 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 5 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | ERROR | [x] Expected 1 space after asterisk; 1 found 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | WARNING | [ ] Invalid version "$Id$" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | ERROR | [x] Tag value for @version tag indented incorrectly; expected 4 | | spaces but found 1 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 9 | ERROR | [ ] Missing short description in doc comment 10 | ERROR | [x] Tag value for @ignore tag indented incorrectly; expected 1 | | spaces but found 4 15 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 16 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 28 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 52 | WARNING | [ ] Line exceeds 85 characters; contains 133 characters 53 | WARNING | [ ] Line exceeds 85 characters; contains 123 characters 55 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 67 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 75 | ERROR | [x] Expected 1 space after asterisk; 3 found 75 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 75 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 75 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 76 | ERROR | [x] Expected 1 space after asterisk; 3 found 76 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 77 | ERROR | [ ] Missing @category tag in class comment 77 | ERROR | [ ] Missing @author tag in class comment 77 | ERROR | [ ] Missing @license tag in class comment 77 | ERROR | [ ] Missing @link tag in class comment 78 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 80 | ERROR | [ ] Missing short description in doc comment 81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 81 | ERROR | [x] Expected 9 spaces before asterisk; 6 found 81 | ERROR | [x] Expected 1 space after asterisk; 4 found 82 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 82 | ERROR | [x] Expected 9 spaces before asterisk; 6 found 83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 83 | ERROR | [x] Expected 9 spaces before asterisk; 6 found 84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 84 | ERROR | [x] Expected 9 spaces before asterisk; 6 found 87 | ERROR | [ ] Doc comment for parameter "$path" missing 91 | ERROR | [x] Expected 1 space after asterisk; 4 found 91 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 93 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 97 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 102 | ERROR | [x] Expected 1 space after asterisk; 4 found 102 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 102 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 102 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 103 | ERROR | [x] Expected 1 space after asterisk; 4 found 103 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 104 | ERROR | [ ] Missing @return tag in function comment 105 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 109 | WARNING | [ ] Line exceeds 85 characters; contains 159 characters 110 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 112 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 118 | ERROR | [x] Expected 1 space after asterisk; 4 found 118 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 119 | ERROR | [ ] Missing @return tag in function comment 120 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 127 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 131 | ERROR | [x] Expected 1 space after asterisk; 4 found 131 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 132 | ERROR | [x] Expected 1 space after asterisk; 4 found 134 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 134 | ERROR | [ ] Public method name "WebUnitReporter::_getCss" must not be | | prefixed with an underscore 137 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 142 | ERROR | [x] Expected 1 space after asterisk; 4 found 142 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 142 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 142 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 143 | ERROR | [x] Expected 1 space after asterisk; 4 found 143 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 144 | ERROR | [ ] Missing @return tag in function comment 145 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 148 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 151 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 153 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 157 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 160 | WARNING | [ ] Line exceeds 85 characters; contains 114 characters 162 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 167 | ERROR | [x] Expected 1 space after asterisk; 4 found 167 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 167 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 167 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 168 | ERROR | [x] Expected 1 space after asterisk; 4 found 168 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 169 | ERROR | [ ] Missing @return tag in function comment 170 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 172 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 173 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 180 | ERROR | [x] Expected 1 space after asterisk; 4 found 180 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 180 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 180 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 180 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 181 | ERROR | [x] Expected 1 space after asterisk; 4 found 181 | ERROR | [x] Expected 6 spaces after parameter name; 7 found 181 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 182 | ERROR | [x] Expected 1 space after asterisk; 4 found 182 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 183 | ERROR | [ ] Missing @return tag in function comment 184 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 188 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 195 | ERROR | [x] Expected 1 space after asterisk; 4 found 195 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 195 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 195 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 196 | ERROR | [x] Expected 1 space after asterisk; 4 found 196 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 197 | ERROR | [ ] Missing @return tag in function comment 198 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 9 202 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 9 207 | ERROR | [x] Expected 1 space after asterisk; 4 found 207 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 207 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 207 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 208 | ERROR | [x] Expected 1 space after asterisk; 4 found 208 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 209 | ERROR | [ ] Missing @return tag in function comment 210 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 9 214 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 9 218 | ERROR | [x] Expected 1 space after asterisk; 4 found 218 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 218 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 218 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 219 | ERROR | [x] Expected 1 space after asterisk; 4 found 219 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 220 | ERROR | [ ] Missing @return tag in function comment 221 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 9 224 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 9 230 | ERROR | [x] Expected 1 space after asterisk; 4 found 230 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 230 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 230 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 231 | ERROR | [x] Parameter comment not aligned correctly; expected 30 spaces | | but found 31 232 | ERROR | [x] Expected 1 space after asterisk; 4 found 232 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 233 | ERROR | [ ] Missing @return tag in function comment 234 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 9 243 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 9 247 | ERROR | [x] Expected 1 space after asterisk; 4 found 247 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 247 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 247 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 4 | | spaces but found 1 248 | ERROR | [x] Expected 1 space after asterisk; 4 found 248 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 248 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 3 | | spaces but found 1 249 | ERROR | [x] Expected 1 space after asterisk; 4 found 249 | ERROR | [ ] Tag @abstract cannot be grouped with parameter tags in a doc | | comment 250 | ERROR | [ ] Missing @return tag in function comment 251 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 260 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 265 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 265 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 265 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 265 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 266 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 266 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 266 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 268 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 271 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 274 | ERROR | [ ] Doc comment for parameter "$preserveCr" missing 275 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 276 | ERROR | [x] Expected 1 space after asterisk; 2 found 276 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 276 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 276 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 277 | ERROR | [x] Expected 1 space after asterisk; 1 found 277 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 277 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 277 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 279 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 284 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 285 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 286 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 138 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ancew/dev/rwjl/vendor/simpletest/simpletest/extensions/junit_xml_reporter.php ----------------------------------------------------------------------------------- FOUND 43 ERRORS AND 3 WARNINGS AFFECTING 23 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing short description in doc comment 3 | ERROR | [x] Expected 1 space after asterisk; 1 found 3 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 3 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 3 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 4 | ERROR | [x] Expected 1 space after asterisk; 1 found 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 5 | ERROR | [x] Expected 1 space after asterisk; 1 found 5 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 5 | WARNING | [ ] Invalid version "$Id$" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 5 | ERROR | [ ] The tag in position 3 should be the @author tag 5 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 5 | ERROR | [x] Tag value for @version tag indented incorrectly; expected 4 | | spaces but found 1 6 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | ERROR | [ ] Content of the @author tag must be in the form "Display Name | | " 6 | ERROR | [x] Tag value for @author tag indented incorrectly; expected 5 | | spaces but found 1 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 10 | ERROR | [ ] Doc comment short description must start with a capital | | letter 19 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 19 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 19 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 20 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 21 | ERROR | [ ] Missing @category tag in class comment 21 | ERROR | [ ] Missing @author tag in class comment 21 | ERROR | [ ] Missing @license tag in class comment 21 | ERROR | [ ] Missing @link tag in class comment 24 | ERROR | [ ] Missing doc comment for function __construct() 32 | ERROR | [ ] Missing doc comment for function paintHeader() 47 | ERROR | [x] Expected 1 space after asterisk; 4 found 47 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 47 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 47 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 48 | ERROR | [x] Expected 1 space after asterisk; 4 found 48 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 49 | ERROR | [ ] Missing @return tag in function comment 56 | WARNING | [ ] Line exceeds 85 characters; contains 119 characters 68 | ERROR | [ ] Missing doc comment for function paintCaseStart() 74 | ERROR | [ ] Missing doc comment for function paintCaseEnd() 79 | ERROR | [ ] Missing doc comment for function paintMethodStart() 87 | ERROR | [ ] Missing doc comment for function paintMethodEnd() 97 | ERROR | [ ] Missing doc comment for function paintFail() 105 | ERROR | [ ] Missing doc comment for function paintException() 113 | ERROR | [ ] Missing doc comment for function terminateAbnormally() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 22 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...me/lancew/dev/rwjl/vendor/simpletest/simpletest/extensions/pear_test_case.php ----------------------------------------------------------------------------------- FOUND 217 ERRORS AND 3 WARNINGS AFFECTING 114 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 1 found 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 4 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 5 | ERROR | [x] Expected 1 space after asterisk; 1 found 5 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | ERROR | [x] Expected 1 space after asterisk; 1 found 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | WARNING | [ ] Invalid version "$Id$" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | ERROR | [x] Tag value for @version tag indented incorrectly; expected 4 | | spaces but found 1 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 9 | ERROR | [x] The open comment tag must be the only content on the line 9 | ERROR | [x] Doc comment short description must be on the first line 12 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 13 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 14 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 15 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 16 | ERROR | [x] The open comment tag must be the only content on the line 16 | ERROR | [x] Doc comment short description must be on the first line 16 | ERROR | [x] The close comment tag must be the only content on the line 21 | ERROR | [x] Expected 1 space after asterisk; 4 found 21 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 21 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 6 22 | ERROR | [x] Expected 1 space after asterisk; 4 found 22 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 3 23 | ERROR | [ ] Missing @category tag in class comment 23 | ERROR | [ ] Missing @author tag in class comment 23 | ERROR | [ ] Missing @license tag in class comment 23 | ERROR | [ ] Missing @link tag in class comment 24 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 30 | ERROR | [x] Expected 1 space after asterisk; 4 found 30 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 30 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 30 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 31 | ERROR | [x] Expected 1 space after asterisk; 4 found 31 | ERROR | [ ] Tag @public cannot be grouped with parameter tags in a doc | | comment 33 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 37 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 39 | ERROR | [ ] Doc comment for parameter "$delta" missing 42 | ERROR | [x] Expected 1 space after asterisk; 4 found 42 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 42 | ERROR | [x] Expected 3 spaces after parameter name; 10 found 42 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 43 | ERROR | [x] Expected 1 space after asterisk; 4 found 43 | ERROR | [x] Expected 2 spaces after parameter name; 9 found 43 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 44 | ERROR | [x] Expected 1 space after asterisk; 4 found 44 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 44 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 45 | ERROR | [x] Expected 1 space after asterisk; 4 found 45 | ERROR | [ ] Tag @public cannot be grouped with parameter tags in a doc | | comment 46 | ERROR | [ ] Missing @return tag in function comment 47 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 49 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 51 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 53 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 55 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 59 | ERROR | [x] Expected 1 space after asterisk; 4 found 59 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 59 | ERROR | [x] Expected 3 spaces after parameter name; 10 found 59 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 60 | ERROR | [x] Expected 1 space after asterisk; 4 found 60 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 60 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 61 | ERROR | [x] Expected 1 space after asterisk; 4 found 61 | ERROR | [ ] Tag @public cannot be grouped with parameter tags in a doc | | comment 62 | ERROR | [ ] Missing @return tag in function comment 63 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 66 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 70 | ERROR | [x] Expected 1 space after asterisk; 4 found 70 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 70 | ERROR | [x] Expected 3 spaces after parameter name; 10 found 70 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 71 | ERROR | [x] Expected 1 space after asterisk; 4 found 71 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 71 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 72 | ERROR | [x] Expected 1 space after asterisk; 4 found 72 | ERROR | [ ] Tag @public cannot be grouped with parameter tags in a doc | | comment 73 | ERROR | [ ] Missing @return tag in function comment 74 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 77 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 81 | ERROR | [x] Expected 1 space after asterisk; 4 found 81 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 81 | ERROR | [x] Expected 3 spaces after parameter name; 10 found 81 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 82 | ERROR | [x] Expected 1 space after asterisk; 4 found 82 | ERROR | [x] Expected 2 spaces after parameter name; 9 found 82 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 83 | ERROR | [x] Expected 1 space after asterisk; 4 found 83 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 83 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 84 | ERROR | [x] Expected 1 space after asterisk; 4 found 84 | ERROR | [ ] Tag @public cannot be grouped with parameter tags in a doc | | comment 85 | ERROR | [ ] Missing @return tag in function comment 86 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 90 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 91 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 93 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 28 93 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 95 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 96 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 97 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 97 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 98 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 102 | ERROR | [x] Expected 1 space after asterisk; 4 found 102 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 102 | ERROR | [x] Expected 3 spaces after parameter name; 10 found 102 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 103 | ERROR | [x] Expected 1 space after asterisk; 4 found 103 | ERROR | [x] Expected 2 spaces after parameter name; 9 found 103 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 104 | ERROR | [x] Expected 1 space after asterisk; 4 found 104 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 104 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 105 | ERROR | [x] Expected 1 space after asterisk; 4 found 105 | ERROR | [ ] Tag @public cannot be grouped with parameter tags in a doc | | comment 106 | ERROR | [ ] Missing @return tag in function comment 107 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 111 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 112 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 114 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 28 114 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 116 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 117 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 118 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 118 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 119 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 124 | ERROR | [x] Expected 1 space after asterisk; 4 found 124 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 124 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 124 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 125 | ERROR | [x] Expected 1 space after asterisk; 4 found 125 | ERROR | [x] Expected 3 spaces after parameter name; 8 found 125 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 126 | ERROR | [x] Expected 1 space after asterisk; 4 found 126 | ERROR | [ ] Tag @public cannot be grouped with parameter tags in a doc | | comment 127 | ERROR | [ ] Missing @return tag in function comment 128 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 131 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 136 | ERROR | [x] Expected 1 space after asterisk; 4 found 136 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 136 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 136 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 137 | ERROR | [x] Expected 1 space after asterisk; 4 found 137 | ERROR | [x] Expected 3 spaces after parameter name; 8 found 137 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 138 | ERROR | [x] Expected 1 space after asterisk; 4 found 138 | ERROR | [ ] Tag @public cannot be grouped with parameter tags in a doc | | comment 139 | ERROR | [ ] Missing @return tag in function comment 140 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 143 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 147 | ERROR | [x] Expected 1 space after asterisk; 4 found 147 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 147 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 147 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 148 | ERROR | [x] Expected 1 space after asterisk; 4 found 148 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 148 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 149 | ERROR | [x] Expected 1 space after asterisk; 4 found 149 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 149 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 150 | ERROR | [x] Expected 1 space after asterisk; 4 found 150 | ERROR | [ ] Tag @public cannot be grouped with parameter tags in a doc | | comment 151 | ERROR | [ ] Missing @return tag in function comment 152 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 155 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 159 | ERROR | [x] Expected 1 space after asterisk; 4 found 159 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 159 | ERROR | [x] Expected 3 spaces after parameter name; 10 found 159 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 160 | ERROR | [x] Expected 1 space after asterisk; 4 found 160 | ERROR | [x] Expected 4 spaces after parameter name; 11 found 160 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 161 | ERROR | [x] Expected 1 space after asterisk; 4 found 161 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 161 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 162 | ERROR | [x] Expected 1 space after asterisk; 4 found 162 | ERROR | [ ] Tag @public cannot be grouped with parameter tags in a doc | | comment 163 | ERROR | [ ] Missing @return tag in function comment 164 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 166 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 167 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 173 | ERROR | [x] Expected 1 space after asterisk; 4 found 173 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 173 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 173 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 174 | ERROR | [x] Expected 1 space after asterisk; 4 found 174 | ERROR | [ ] Tag @public cannot be grouped with parameter tags in a doc | | comment 175 | ERROR | [ ] Missing @return tag in function comment 176 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 179 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 184 | ERROR | [x] Expected 1 space after asterisk; 4 found 184 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 184 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 1 | | spaces but found 12 185 | ERROR | [x] Expected 1 space after asterisk; 4 found 187 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 190 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 195 | ERROR | [x] Expected 1 space after asterisk; 4 found 195 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 196 | ERROR | [ ] Missing @return tag in function comment 197 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 200 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 204 | ERROR | [x] Expected 1 space after asterisk; 4 found 204 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 204 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 204 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 205 | ERROR | [x] Expected 1 space after asterisk; 4 found 205 | ERROR | [ ] Tag @public cannot be grouped with parameter tags in a doc | | comment 206 | ERROR | [ ] Missing @return tag in function comment 207 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 209 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 210 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 183 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../lancew/dev/rwjl/vendor/simpletest/simpletest/extensions/treemap_reporter.php ----------------------------------------------------------------------------------- FOUND 54 ERRORS AND 3 WARNINGS AFFECTING 36 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 4 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 8 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 5 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 5 6 | ERROR | [x] Expected 1 space after asterisk; 1 found 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | WARNING | [ ] Invalid version "$Id$" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | ERROR | [x] Tag value for @version tag indented incorrectly; expected 4 | | spaces but found 1 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 11 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 12 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 13 | ERROR | [x] The open comment tag must be the only content on the line 13 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The close comment tag must be the only content on the line 18 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 20 | ERROR | [ ] Missing @category tag in class comment 20 | ERROR | [ ] Missing @author tag in class comment 20 | ERROR | [ ] Missing @license tag in class comment 20 | ERROR | [ ] Missing @link tag in class comment 23 | ERROR | [ ] Missing doc comment for function __construct() 29 | ERROR | [ ] Doc comment short description must start with a capital | | letter 30 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 31 | ERROR | [ ] Missing @return tag in function comment 32 | ERROR | [ ] Public method name "TreemapReporter::_getCss" must not be | | prefixed with an underscore 44 | ERROR | [ ] Doc comment short description must start with a capital | | letter 45 | ERROR | [ ] Missing @return tag in function comment 57 | ERROR | [ ] Doc comment short description must start with a capital | | letter 58 | ERROR | [ ] Missing @return tag in function comment 65 | ERROR | [ ] Doc comment for parameter "$node" missing 65 | ERROR | [ ] Doc comment for parameter "$horiz" missing 65 | ERROR | [ ] Doc comment for parameter "$vert" missing 66 | ERROR | [ ] Doc comment short description must start with a capital | | letter 67 | ERROR | [ ] Missing @return tag in function comment 73 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 77 | ERROR | [ ] Doc comment short description must start with a capital | | letter 78 | ERROR | [ ] Missing @return tag in function comment 84 | ERROR | [ ] Doc comment for parameter "$group" missing 85 | ERROR | [ ] Doc comment short description must start with a capital | | letter 86 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 87 | ERROR | [ ] Missing @return tag in function comment 99 | ERROR | [ ] Doc comment short description must start with a capital | | letter 101 | ERROR | [x] Expected 4 spaces after parameter name; 1 found 101 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 3 | | spaces but found 1 102 | ERROR | [x] Expected 5 spaces after parameter type; 1 found 102 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 3 | | spaces but found 1 103 | ERROR | [ ] Tag @private cannot be grouped with parameter tags in a doc | | comment 104 | ERROR | [ ] Missing @return tag in function comment 129 | ERROR | [ ] Missing doc comment for function paintGroupEnd() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 24 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/extensions/js/x.js ----------------------------------------------------------------------------------- FOUND 381 ERRORS AND 123 WARNINGS AFFECTING 367 LINES ----------------------------------------------------------------------------------- 8 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 9 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 10 | WARNING | [x] Inline control structures are discouraged 10 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 15 | ERROR | [x] Opening brace should be on a new line 16 | WARNING | [x] Inline control structures are discouraged 16 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 17 | WARNING | [x] Inline control structures are discouraged 17 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 18 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 18 | WARNING | [x] Inline control structures are discouraged 19 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 19 | WARNING | [x] Inline control structures are discouraged 20 | WARNING | [x] Inline control structures are discouraged 20 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 21 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 23 | ERROR | [x] Opening brace should be on a new line 24 | WARNING | [x] Inline control structures are discouraged 24 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 25 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 26 | WARNING | [x] Inline control structures are discouraged 26 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 27 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 27 | WARNING | [x] Inline control structures are discouraged 28 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 28 | WARNING | [x] Inline control structures are discouraged 29 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 29 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 29 | WARNING | [x] Inline control structures are discouraged 30 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 32 | ERROR | [x] Opening brace should be on a new line 33 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 33 | WARNING | [x] Inline control structures are discouraged 34 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 36 | ERROR | [x] Opening brace should be on a new line 37 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 39 | ERROR | [x] Opening brace should be on a new line 40 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 43 | ERROR | [x] Opening brace should be on a new line 44 | WARNING | [x] Inline control structures are discouraged 44 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 45 | WARNING | [x] Inline control structures are discouraged 45 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 46 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 46 | WARNING | [x] Inline control structures are discouraged 48 | ERROR | [x] Opening brace should be on a new line 49 | WARNING | [x] Inline control structures are discouraged 49 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 50 | WARNING | [x] Inline control structures are discouraged 50 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 51 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 51 | WARNING | [x] Inline control structures are discouraged 53 | ERROR | [x] Opening brace should be on a new line 54 | WARNING | [x] Inline control structures are discouraged 54 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 55 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 56 | WARNING | [x] Inline control structures are discouraged 56 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 57 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 58 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 59 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 60 | WARNING | [x] Inline control structures are discouraged 60 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 61 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 62 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 63 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 65 | ERROR | [x] Opening brace should be on a new line 66 | WARNING | [x] Inline control structures are discouraged 66 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 67 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 68 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 69 | WARNING | [x] Inline control structures are discouraged 69 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 70 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 71 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 72 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 74 | ERROR | [x] Opening brace should be on a new line 75 | WARNING | [x] Inline control structures are discouraged 75 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 76 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 77 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 78 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 79 | WARNING | [x] Inline control structures are discouraged 79 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 6 80 | WARNING | [x] Inline control structures are discouraged 80 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6 81 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 82 | WARNING | [x] Inline control structures are discouraged 82 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 83 | WARNING | [x] Inline control structures are discouraged 83 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 84 | WARNING | [x] Inline control structures are discouraged 84 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 85 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 86 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 87 | WARNING | [x] Inline control structures are discouraged 87 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 88 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 89 | WARNING | [x] Inline control structures are discouraged 89 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 90 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 91 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 94 | ERROR | [x] Opening brace should be on a new line 95 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 96 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 98 | ERROR | [x] Opening brace should be on a new line 99 | WARNING | [x] Inline control structures are discouraged 99 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 100 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 101 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 102 | WARNING | [x] Inline control structures are discouraged 102 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 103 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 104 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 6 105 | WARNING | [x] Inline control structures are discouraged 105 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 6 106 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 107 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 108 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 109 | WARNING | [x] Inline control structures are discouraged 109 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 110 | WARNING | [x] Inline control structures are discouraged 110 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 111 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 112 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 113 | WARNING | [x] Inline control structures are discouraged 113 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 114 | WARNING | [x] Inline control structures are discouraged 114 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 115 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 116 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 118 | ERROR | [x] Opening brace should be on a new line 119 | WARNING | [x] Inline control structures are discouraged 119 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 120 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 121 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 122 | WARNING | [x] Inline control structures are discouraged 122 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 123 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 124 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 6 125 | WARNING | [x] Inline control structures are discouraged 125 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 6 126 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 127 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 128 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 129 | WARNING | [x] Inline control structures are discouraged 129 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 130 | WARNING | [x] Inline control structures are discouraged 130 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 131 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 132 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 133 | WARNING | [x] Inline control structures are discouraged 133 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 134 | WARNING | [x] Inline control structures are discouraged 134 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 135 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 136 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 138 | ERROR | [x] Opening brace should be on a new line 139 | WARNING | [x] Inline control structures are discouraged 139 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 140 | WARNING | [x] Inline control structures are discouraged 140 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 141 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 142 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 143 | WARNING | [x] Inline control structures are discouraged 143 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 144 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 145 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 146 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 148 | ERROR | [x] Opening brace should be on a new line 149 | WARNING | [x] Inline control structures are discouraged 149 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 150 | WARNING | [x] Inline control structures are discouraged 150 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 151 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 152 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 153 | WARNING | [x] Inline control structures are discouraged 153 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 154 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 155 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 156 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 0 157 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 159 | ERROR | [x] Opening brace should be on a new line 159 | ERROR | [x] Opening brace must be the last content on the line 160 | WARNING | [x] Inline control structures are discouraged 160 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 161 | WARNING | [x] Inline control structures are discouraged 161 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 162 | WARNING | [x] Inline control structures are discouraged 162 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 164 | ERROR | [x] Opening brace should be on a new line 165 | WARNING | [x] Inline control structures are discouraged 165 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 166 | WARNING | [x] Inline control structures are discouraged 166 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 167 | WARNING | [x] Inline control structures are discouraged 167 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 169 | ERROR | [x] Opening brace should be on a new line 170 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 171 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 172 | WARNING | [x] Inline control structures are discouraged 172 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 173 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 173 | WARNING | [x] Inline control structures are discouraged 174 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 174 | WARNING | [x] Inline control structures are discouraged 175 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 176 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 176 | WARNING | [x] Inline control structures are discouraged 177 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 179 | ERROR | [x] Opening brace should be on a new line 180 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 181 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 182 | WARNING | [x] Inline control structures are discouraged 182 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 183 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 183 | WARNING | [x] Inline control structures are discouraged 184 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 184 | WARNING | [x] Inline control structures are discouraged 185 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 186 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 186 | WARNING | [x] Inline control structures are discouraged 187 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 190 | ERROR | [x] Opening brace should be on a new line 191 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 192 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 194 | ERROR | [x] Opening brace should be on a new line 195 | WARNING | [x] Inline control structures are discouraged 195 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 196 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 197 | WARNING | [x] Inline control structures are discouraged 197 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 198 | WARNING | [x] Inline control structures are discouraged 198 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 199 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 200 | WARNING | [x] Inline control structures are discouraged 200 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 201 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 202 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 203 | WARNING | [x] Inline control structures are discouraged 203 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 204 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 205 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 206 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 207 | WARNING | [x] Inline control structures are discouraged 207 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 208 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 209 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 210 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 211 | WARNING | [x] Inline control structures are discouraged 211 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 212 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 213 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 214 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 216 | ERROR | [x] Opening brace should be on a new line 217 | WARNING | [x] Inline control structures are discouraged 217 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 218 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 219 | WARNING | [x] Inline control structures are discouraged 219 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 220 | WARNING | [x] Inline control structures are discouraged 220 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 221 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 222 | WARNING | [x] Inline control structures are discouraged 222 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 223 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 224 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 225 | WARNING | [x] Inline control structures are discouraged 225 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 226 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 227 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 228 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 229 | WARNING | [x] Inline control structures are discouraged 229 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 230 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 231 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 232 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 233 | WARNING | [x] Inline control structures are discouraged 233 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 234 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 235 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 236 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 238 | ERROR | [x] Opening brace should be on a new line 238 | ERROR | [x] Opening brace must be the last content on the line 239 | ERROR | [x] Opening brace should be on a new line 240 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 241 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 241 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 242 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 243 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 244 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 245 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 246 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 247 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 247 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 248 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 248 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 249 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 6 250 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 6 251 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 6 252 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 6 253 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 254 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 255 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 255 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 256 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 257 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 258 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 259 | WARNING | [x] Inline control structures are discouraged 259 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 259 | WARNING | [x] Inline control structures are discouraged 259 | WARNING | [x] Inline control structures are discouraged 259 | WARNING | [x] Inline control structures are discouraged 260 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 261 | WARNING | [x] Inline control structures are discouraged 261 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 262 | WARNING | [x] Inline control structures are discouraged 262 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 264 | ERROR | [x] Opening brace should be on a new line 265 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 266 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 266 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 267 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 268 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 269 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 270 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 271 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 272 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 272 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 273 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 273 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 274 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 6 275 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 6 276 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 6 277 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 6 278 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 279 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 280 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 280 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 281 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 282 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 283 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 284 | WARNING | [x] Inline control structures are discouraged 284 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 284 | WARNING | [x] Inline control structures are discouraged 284 | WARNING | [x] Inline control structures are discouraged 284 | WARNING | [x] Inline control structures are discouraged 285 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 286 | WARNING | [x] Inline control structures are discouraged 286 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 287 | WARNING | [x] Inline control structures are discouraged 287 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 289 | ERROR | [x] Opening brace should be on a new line 290 | WARNING | [x] Inline control structures are discouraged 290 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 291 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 292 | WARNING | [x] Inline control structures are discouraged 292 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 293 | WARNING | [x] Inline control structures are discouraged 293 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 294 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 295 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 296 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 297 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 298 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 301 | ERROR | [x] Opening brace should be on a new line 302 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 303 | WARNING | [x] Inline control structures are discouraged 303 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 304 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 304 | WARNING | [x] Inline control structures are discouraged 306 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 306 | WARNING | [x] Inline control structures are discouraged 308 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 309 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 310 | WARNING | [x] Inline control structures are discouraged 310 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 311 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 312 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 314 | ERROR | [x] Opening brace should be on a new line 315 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 316 | WARNING | [x] Inline control structures are discouraged 316 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 317 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 317 | WARNING | [x] Inline control structures are discouraged 319 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 319 | WARNING | [x] Inline control structures are discouraged 321 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 322 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 323 | WARNING | [x] Inline control structures are discouraged 323 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 324 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 325 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 328 | ERROR | [x] Opening brace should be on a new line 329 | WARNING | [x] Inline control structures are discouraged 329 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 330 | WARNING | [x] Inline control structures are discouraged 330 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 331 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 332 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 333 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 334 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 335 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 336 | WARNING | [x] Inline control structures are discouraged 336 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 338 | ERROR | [x] Opening brace should be on a new line 339 | WARNING | [x] Inline control structures are discouraged 339 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 340 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 341 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 342 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 343 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 344 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 345 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 346 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 347 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 348 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 349 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 350 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 351 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 352 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 353 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 354 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 355 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 358 | ERROR | [x] Opening brace should be on a new line 359 | WARNING | [x] Inline control structures are discouraged 359 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 360 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 361 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 362 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 363 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 364 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 365 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 366 | WARNING | [x] Inline control structures are discouraged 366 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 367 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 367 | WARNING | [x] Inline control structures are discouraged 368 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 369 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 370 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 371 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 372 | WARNING | [x] Inline control structures are discouraged 372 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 374 | ERROR | [x] Opening brace should be on a new line 375 | WARNING | [x] Inline control structures are discouraged 375 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 376 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 377 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 378 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 379 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 380 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 381 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 382 | WARNING | [x] Inline control structures are discouraged 382 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 383 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 383 | WARNING | [x] Inline control structures are discouraged 384 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 385 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4 386 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 4 387 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 388 | WARNING | [x] Inline control structures are discouraged 388 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 390 | ERROR | [x] Opening brace should be on a new line 390 | ERROR | [x] Opening brace must be the last content on the line 391 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 392 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 393 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 394 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 395 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 396 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 397 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 398 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 399 | WARNING | [x] Inline control structures are discouraged 399 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 400 | WARNING | [x] Inline control structures are discouraged 400 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 401 | WARNING | [x] Inline control structures are discouraged 401 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 402 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 402 | WARNING | [x] Inline control structures are discouraged 403 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 403 | WARNING | [x] Inline control structures are discouraged 404 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 405 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 406 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 407 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 408 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 409 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 410 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 411 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 413 | ERROR | [x] Opening brace should be on a new line 413 | ERROR | [x] Opening brace must be the last content on the line 414 | WARNING | [x] Inline control structures are discouraged 414 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 415 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 416 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 416 | WARNING | [x] Inline control structures are discouraged 418 | ERROR | [x] Opening brace should be on a new line 418 | ERROR | [x] Opening brace must be the last content on the line 419 | WARNING | [x] Inline control structures are discouraged 419 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 420 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 421 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 421 | WARNING | [x] Inline control structures are discouraged ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 504 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/extensions/js/webunit.js ----------------------------------------------------------------------------------- FOUND 231 ERRORS AFFECTING 136 LINES ----------------------------------------------------------------------------------- 23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 23 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 23 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 23 | ERROR | [x] Opening brace must be the last content on the line 24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 24 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 24 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 24 | ERROR | [x] Opening brace must be the last content on the line 28 | ERROR | [x] Opening brace should be on a new line 29 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 30 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 32 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 33 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 34 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 35 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 38 | ERROR | [x] Opening brace should be on a new line 39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 39 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 40 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 41 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 42 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 43 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 44 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 45 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 46 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 47 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 48 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 49 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 50 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 51 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 54 | ERROR | [x] Opening brace should be on a new line 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 55 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 58 | ERROR | [x] Opening brace should be on a new line 59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 59 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 62 | ERROR | [x] Opening brace should be on a new line 63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 63 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 64 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 65 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 66 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 67 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 68 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 69 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 70 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 71 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 72 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 73 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 73 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 74 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 74 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 75 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 75 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 76 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 79 | ERROR | [x] Opening brace should be on a new line 80 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 82 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 83 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 83 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 83 | ERROR | [x] Opening brace must be the last content on the line 84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 84 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 84 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 84 | ERROR | [x] Opening brace must be the last content on the line 85 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 86 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 87 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 88 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 89 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 90 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 91 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 94 | ERROR | [x] Opening brace should be on a new line 95 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 96 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 98 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 99 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 99 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 99 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 99 | ERROR | [x] Opening brace must be the last content on the line 100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 100 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 100 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 100 | ERROR | [x] Opening brace must be the last content on the line 101 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 102 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 103 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 104 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 105 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 106 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 107 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 110 | ERROR | [x] Opening brace should be on a new line 111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 111 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 112 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 114 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 115 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 115 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 115 | ERROR | [x] Opening brace must be the last content on the line 116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 116 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 116 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 116 | ERROR | [x] Opening brace must be the last content on the line 117 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 118 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 119 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 120 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 121 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 121 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 122 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 122 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 123 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 123 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 126 | ERROR | [x] Opening brace should be on a new line 127 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 128 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 129 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 130 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 131 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 132 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 133 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 136 | ERROR | [x] Opening brace should be on a new line 137 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 138 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 139 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 142 | ERROR | [x] Opening brace should be on a new line 143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 143 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 144 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 145 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 146 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 147 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 3 148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 148 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 4 149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 149 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 4 150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 150 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 4 151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 151 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 152 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2 155 | ERROR | [x] Opening brace should be on a new line 156 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 156 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 157 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 157 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 158 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 159 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 159 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 160 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 3 160 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 161 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 161 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 162 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 162 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 163 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found 5 163 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 164 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 164 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found 3 165 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 165 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 166 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 166 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, found 7 166 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 167 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, found 5 168 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 168 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 169 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found 3 170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 170 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 171 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 171 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 172 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 172 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 173 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 173 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 174 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 175 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 175 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 176 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 176 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 3 177 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 177 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 178 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 3 179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 179 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 182 | ERROR | [x] Opening brace should be on a new line 185 | ERROR | [x] Opening brace should be on a new line 188 | ERROR | [x] Opening brace should be on a new line 189 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 190 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 190 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 3 191 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 192 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 192 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 3 193 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 231 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/extensions/selenium.php ----------------------------------------------------------------------------------- FOUND 49 ERRORS AND 2 WARNINGS AFFECTING 21 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 1 found 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 4 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 5 | ERROR | [x] Expected 1 space after asterisk; 1 found 5 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 5 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | ERROR | [x] Expected 1 space after asterisk; 1 found 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | WARNING | [ ] Invalid version "$Id$" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | ERROR | [x] Tag value for @version tag indented incorrectly; expected 4 | | spaces but found 1 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The open comment tag must be the only content on the line 13 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The close comment tag must be the only content on the line 18 | ERROR | [x] Expected 1 space after asterisk; 1 found 18 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 18 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 18 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 18 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 19 | ERROR | [x] Expected 1 space after asterisk; 1 found 19 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 19 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 20 | ERROR | [ ] Missing @category tag in class comment 20 | ERROR | [ ] Missing @author tag in class comment 20 | ERROR | [ ] Missing @license tag in class comment 20 | ERROR | [ ] Missing @link tag in class comment 23 | ERROR | [x] The open comment tag must be the only content on the line 23 | ERROR | [x] Doc comment short description must be on the first line 31 | ERROR | [x] The open comment tag must be the only content on the line 31 | ERROR | [x] Doc comment short description must be on the first line 31 | ERROR | [x] The close comment tag must be the only content on the line 36 | ERROR | [ ] Missing doc comment for function __construct() 51 | ERROR | [ ] Missing doc comment for function setUp() 67 | ERROR | [ ] Missing doc comment for function tearDown() 77 | ERROR | [ ] Missing doc comment for function __call() 95 | ERROR | [ ] Missing doc comment for function verifyText() 106 | ERROR | [ ] Missing doc comment for function verifyTextPresent() 117 | ERROR | [ ] Missing doc comment for function verifyTextNotPresent() 128 | ERROR | [ ] Missing doc comment for function verifyValue() 140 | ERROR | [ ] Missing doc comment for function verifyTitle() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 31 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/extensions/css/webunit.css ----------------------------------------------------------------------------------- FOUND 57 ERRORS AFFECTING 56 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 3 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 4 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 5 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 5 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 75 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 57 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/extensions/testdox.php ----------------------------------------------------------------------------------- FOUND 37 ERRORS AND 4 WARNINGS AFFECTING 18 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 4 | ERROR | [x] Expected 1 space after asterisk; 1 found 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 4 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 5 | ERROR | [x] Expected 1 space after asterisk; 1 found 5 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 5 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | ERROR | [x] Expected 1 space after asterisk; 1 found 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | WARNING | [ ] Invalid version "$Id$" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 6 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | ERROR | [x] Tag value for @version tag indented incorrectly; expected 4 | | spaces but found 1 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 10 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 11 | ERROR | [x] Expected 1 space after asterisk; 1 found 11 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 11 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 11 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 11 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 12 | ERROR | [x] Expected 1 space after asterisk; 1 found 12 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 12 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 13 | ERROR | [ ] Missing @category tag in class comment 13 | ERROR | [ ] Missing @author tag in class comment 13 | ERROR | [ ] Missing @license tag in class comment 13 | ERROR | [ ] Missing @link tag in class comment 16 | ERROR | [ ] Public member variable "_test_case_pattern" must not be | | prefixed with an underscore 18 | ERROR | [ ] Missing doc comment for function __construct() 21 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 24 | ERROR | [ ] Missing doc comment for function paintCaseStart() 34 | ERROR | [ ] Missing doc comment for function paintCaseEnd() 39 | ERROR | [ ] Missing doc comment for function paintMethodStart() 46 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 49 | ERROR | [ ] Missing doc comment for function paintMethodEnd() 54 | ERROR | [ ] Missing doc comment for function paintFail() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 22 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...e/lancew/dev/rwjl/vendor/simpletest/simpletest/extensions/selenese_tester.php ----------------------------------------------------------------------------------- FOUND 69 ERRORS AND 4 WARNINGS AFFECTING 45 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing short description in doc comment 3 | ERROR | [x] Expected 1 space after asterisk; 1 found 3 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 3 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 3 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 4 | ERROR | [x] Expected 1 space after asterisk; 1 found 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 5 | ERROR | [x] Expected 1 space after asterisk; 1 found 5 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 5 | WARNING | [ ] Invalid version "$Id$" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 5 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 5 | ERROR | [x] Tag value for @version tag indented incorrectly; expected 4 | | spaces but found 1 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The open comment tag must be the only content on the line 13 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The close comment tag must be the only content on the line 20 | ERROR | [ ] Tag @category cannot be grouped with parameter tags in a doc | | comment 20 | ERROR | [x] Tag value for @category tag indented incorrectly; expected 3 | | spaces but found 1 21 | ERROR | [ ] Tag @package cannot be grouped with parameter tags in a doc | | comment 21 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 22 | ERROR | [ ] Tag @subpackage cannot be grouped with parameter tags in a | | doc comment 23 | ERROR | [ ] Tag @author cannot be grouped with parameter tags in a doc | | comment 23 | ERROR | [x] Tag value for @author tag indented incorrectly; expected 5 | | spaces but found 1 24 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 6 | | spaces but found 1 25 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 6 | | spaces but found 1 26 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 6 | | spaces but found 2 27 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 6 | | spaces but found 1 28 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 6 | | spaces but found 1 29 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 6 | | spaces but found 1 31 | ERROR | [x] Additional blank lines found at end of doc comment 31 | ERROR | [ ] Missing @license tag in class comment 31 | ERROR | [ ] Missing @link tag in class comment 39 | ERROR | [ ] Public member variable "_commandMap" must not be prefixed | | with an underscore 255 | ERROR | [ ] Doc comment short description must start with a capital | | letter 259 | ERROR | [ ] Missing parameter comment 260 | ERROR | [ ] Missing parameter comment 269 | ERROR | [ ] Doc comment short description must start with a capital | | letter 272 | ERROR | [ ] Missing @return tag in function comment 284 | ERROR | [ ] Doc comment short description must start with a capital | | letter 287 | ERROR | [ ] Missing @return tag in function comment 309 | ERROR | [ ] Doc comment short description must start with a capital | | letter 313 | ERROR | [ ] Missing parameter comment 314 | ERROR | [ ] Missing parameter comment 315 | ERROR | [ ] Missing parameter comment 317 | ERROR | [x] Additional blank lines found at end of doc comment 317 | ERROR | [ ] Missing @return tag in function comment 320 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 338 | ERROR | [ ] Doc comment for parameter "$html" missing 339 | ERROR | [ ] Doc comment short description must start with a capital | | letter 344 | ERROR | [ ] Missing parameter comment 344 | ERROR | [ ] Doc comment for parameter $testFile does not match actual | | variable name $html 345 | ERROR | [ ] Missing parameter comment 345 | ERROR | [ ] Superfluous parameter comment 347 | ERROR | [x] Additional blank lines found at end of doc comment 347 | ERROR | [ ] Missing @return tag in function comment 366 | ERROR | [ ] Doc comment short description must start with a capital | | letter 370 | ERROR | [ ] Missing parameter comment 372 | ERROR | [x] Additional blank lines found at end of doc comment 372 | ERROR | [ ] Missing @return tag in function comment 376 | ERROR | [x] "require" is a statement not a function; no parentheses are | | required 376 | ERROR | [x] File is being conditionally included; use "include" instead 386 | ERROR | [ ] Doc comment short description must start with a capital | | letter 388 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 390 | ERROR | [ ] Missing parameter comment 392 | ERROR | [x] Additional blank lines found at end of doc comment 392 | ERROR | [ ] Missing @return tag in function comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 32 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/xml.php ----------------------------------------------------------------------------------- FOUND 389 ERRORS AND 2 WARNINGS AFFECTING 172 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 12 | ERROR | [x] The open comment tag must be the only content on the line 12 | ERROR | [x] Doc comment short description must be on the first line 12 | ERROR | [x] The close comment tag must be the only content on the line 17 | ERROR | [x] Expected 1 space after asterisk; 4 found 17 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 17 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 18 | ERROR | [x] Expected 1 space after asterisk; 4 found 19 | ERROR | [ ] Missing @category tag in class comment 19 | ERROR | [ ] Missing @author tag in class comment 19 | ERROR | [ ] Missing @license tag in class comment 19 | ERROR | [ ] Missing @link tag in class comment 22 | ERROR | [ ] Private member variable "indent" must be prefixed with an | | underscore 23 | ERROR | [ ] Private member variable "namespace" must be prefixed with an | | underscore 27 | ERROR | [x] Expected 1 space after asterisk; 4 found 27 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 27 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 27 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 28 | ERROR | [x] Expected 1 space after asterisk; 4 found 28 | ERROR | [x] Expected 4 spaces after parameter name; 11 found 28 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 29 | ERROR | [x] Expected 1 space after asterisk; 4 found 29 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 41 | ERROR | [x] Expected 1 space after asterisk; 4 found 41 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 41 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 42 | ERROR | [x] Expected 1 space after asterisk; 4 found 42 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 43 | ERROR | [x] Expected 1 space after asterisk; 4 found 43 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 48 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 49 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 49 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 52 | ERROR | [ ] Doc comment for parameter "$text" missing 55 | ERROR | [x] Expected 1 space after asterisk; 4 found 55 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 55 | ERROR | [ ] Missing parameter name 55 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 56 | ERROR | [x] Expected 1 space after asterisk; 4 found 56 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 57 | ERROR | [x] Expected 1 space after asterisk; 4 found 57 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 62 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 63 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 64 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 64 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 69 | ERROR | [x] Expected 1 space after asterisk; 4 found 69 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 69 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 69 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 69 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 70 | ERROR | [x] Expected 1 space after asterisk; 4 found 70 | ERROR | [x] Expected 6 spaces after parameter name; 7 found 70 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 71 | ERROR | [x] Expected 1 space after asterisk; 4 found 71 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 72 | ERROR | [ ] Missing @return tag in function comment 86 | ERROR | [x] Expected 1 space after asterisk; 4 found 86 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 86 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 86 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 87 | ERROR | [x] Expected 1 space after asterisk; 4 found 87 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 88 | ERROR | [ ] Missing @return tag in function comment 98 | ERROR | [x] Expected 1 space after asterisk; 4 found 98 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 98 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 98 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 99 | ERROR | [x] Expected 1 space after asterisk; 4 found 99 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 100 | ERROR | [ ] Missing @return tag in function comment 114 | ERROR | [x] Expected 1 space after asterisk; 4 found 114 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 114 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 114 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 115 | ERROR | [x] Expected 1 space after asterisk; 4 found 115 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 116 | ERROR | [ ] Missing @return tag in function comment 126 | ERROR | [x] Expected 1 space after asterisk; 4 found 126 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 126 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 126 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 127 | ERROR | [x] Expected 1 space after asterisk; 4 found 127 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 128 | ERROR | [ ] Missing @return tag in function comment 142 | ERROR | [x] Expected 1 space after asterisk; 4 found 142 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 142 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 142 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 142 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 143 | ERROR | [x] Expected 1 space after asterisk; 4 found 143 | ERROR | [ ] Superfluous parameter comment 143 | ERROR | [x] Expected 2 spaces after parameter name; 3 found 143 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 144 | ERROR | [x] Expected 1 space after asterisk; 4 found 144 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 145 | ERROR | [ ] Missing @return tag in function comment 155 | ERROR | [x] Expected 1 space after asterisk; 4 found 155 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 155 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 155 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 156 | ERROR | [x] Expected 1 space after asterisk; 4 found 156 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 157 | ERROR | [ ] Missing @return tag in function comment 169 | ERROR | [x] Expected 1 space after asterisk; 4 found 169 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 169 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 169 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 170 | ERROR | [x] Expected 1 space after asterisk; 4 found 170 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 171 | ERROR | [ ] Missing @return tag in function comment 183 | ERROR | [x] Expected 1 space after asterisk; 4 found 183 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 183 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 183 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 184 | ERROR | [x] Expected 1 space after asterisk; 4 found 184 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 185 | ERROR | [ ] Missing @return tag in function comment 197 | ERROR | [x] Expected 1 space after asterisk; 4 found 197 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 197 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 197 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 198 | ERROR | [x] Expected 1 space after asterisk; 4 found 198 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 199 | ERROR | [ ] Missing @return tag in function comment 215 | ERROR | [x] Expected 1 space after asterisk; 4 found 215 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 215 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 215 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 216 | ERROR | [x] Expected 1 space after asterisk; 4 found 216 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 217 | ERROR | [ ] Missing @return tag in function comment 229 | ERROR | [x] Expected 1 space after asterisk; 4 found 229 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 229 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 229 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 230 | ERROR | [x] Expected 1 space after asterisk; 4 found 230 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 231 | ERROR | [ ] Missing @return tag in function comment 244 | ERROR | [x] Expected 1 space after asterisk; 4 found 244 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 244 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 244 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 245 | ERROR | [x] Expected 1 space after asterisk; 4 found 245 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 246 | ERROR | [ ] Missing @return tag in function comment 258 | ERROR | [x] Expected 1 space after asterisk; 4 found 258 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 258 | ERROR | [x] Expected 4 spaces after parameter name; 8 found 258 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 259 | ERROR | [x] Expected 1 space after asterisk; 4 found 259 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 259 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 259 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 260 | ERROR | [x] Expected 1 space after asterisk; 4 found 260 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 261 | ERROR | [ ] Missing @return tag in function comment 273 | ERROR | [x] Expected 1 space after asterisk; 4 found 273 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 273 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 273 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 4 | | spaces but found 1 275 | ERROR | [x] Expected 1 space after asterisk; 4 found 275 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 275 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 3 | | spaces but found 1 276 | ERROR | [x] Expected 1 space after asterisk; 4 found 276 | ERROR | [ ] Tag @abstract cannot be grouped with parameter tags in a doc | | comment 277 | ERROR | [ ] Missing @return tag in function comment 294 | ERROR | [x] Expected 1 space after asterisk; 4 found 294 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 294 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 294 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 4 | | spaces but found 1 295 | ERROR | [x] Expected 1 space after asterisk; 4 found 295 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 295 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 3 | | spaces but found 1 296 | ERROR | [x] Expected 1 space after asterisk; 4 found 296 | ERROR | [ ] Tag @abstract cannot be grouped with parameter tags in a doc | | comment 297 | ERROR | [ ] Missing @return tag in function comment 308 | ERROR | [x] Expected 1 space after asterisk; 4 found 308 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 308 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 309 | ERROR | [x] Expected 1 space after asterisk; 4 found 310 | ERROR | [ ] Missing @category tag in class comment 310 | ERROR | [ ] Missing @author tag in class comment 310 | ERROR | [ ] Missing @license tag in class comment 310 | ERROR | [ ] Missing @link tag in class comment 313 | ERROR | [ ] Private member variable "name" must be prefixed with an | | underscore 314 | ERROR | [ ] Private member variable "attributes" must be prefixed with an | | underscore 319 | ERROR | [x] Expected 1 space after asterisk; 4 found 319 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 319 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 319 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 320 | ERROR | [x] Expected 1 space after asterisk; 4 found 320 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 330 | ERROR | [x] Expected 1 space after asterisk; 4 found 330 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 330 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 330 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 331 | ERROR | [x] Expected 1 space after asterisk; 4 found 331 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 332 | ERROR | [ ] Missing @return tag in function comment 340 | ERROR | [x] Expected 1 space after asterisk; 4 found 340 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 341 | ERROR | [x] Expected 1 space after asterisk; 4 found 350 | ERROR | [x] Expected 1 space after asterisk; 4 found 350 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 351 | ERROR | [x] Expected 1 space after asterisk; 4 found 363 | ERROR | [x] Expected 1 space after asterisk; 4 found 363 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 363 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 364 | ERROR | [x] Expected 1 space after asterisk; 4 found 365 | ERROR | [ ] Missing @category tag in class comment 365 | ERROR | [ ] Missing @author tag in class comment 365 | ERROR | [ ] Missing @license tag in class comment 365 | ERROR | [ ] Missing @link tag in class comment 371 | ERROR | [x] Expected 1 space after asterisk; 4 found 371 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 371 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 371 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 372 | ERROR | [x] Expected 1 space after asterisk; 4 found 372 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 382 | ERROR | [x] Expected 1 space after asterisk; 4 found 382 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 382 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 382 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 383 | ERROR | [x] Expected 1 space after asterisk; 4 found 383 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 384 | ERROR | [ ] Missing @return tag in function comment 393 | ERROR | [x] Expected 1 space after asterisk; 4 found 393 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 393 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 393 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 394 | ERROR | [x] Expected 1 space after asterisk; 4 found 394 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 395 | ERROR | [ ] Missing @return tag in function comment 406 | ERROR | [x] Expected 1 space after asterisk; 4 found 406 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 406 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 407 | ERROR | [x] Expected 1 space after asterisk; 4 found 408 | ERROR | [ ] Missing @category tag in class comment 408 | ERROR | [ ] Missing @author tag in class comment 408 | ERROR | [ ] Missing @license tag in class comment 408 | ERROR | [ ] Missing @link tag in class comment 414 | ERROR | [x] Expected 1 space after asterisk; 4 found 414 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 414 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 414 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 415 | ERROR | [x] Expected 1 space after asterisk; 4 found 415 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 425 | ERROR | [x] Expected 1 space after asterisk; 4 found 425 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 425 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 425 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 426 | ERROR | [x] Expected 1 space after asterisk; 4 found 426 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 427 | ERROR | [ ] Missing @return tag in function comment 436 | ERROR | [x] Expected 1 space after asterisk; 4 found 436 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 436 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 436 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 437 | ERROR | [x] Expected 1 space after asterisk; 4 found 437 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 438 | ERROR | [ ] Missing @return tag in function comment 449 | ERROR | [x] Expected 1 space after asterisk; 4 found 449 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 449 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 450 | ERROR | [x] Expected 1 space after asterisk; 4 found 451 | ERROR | [ ] Missing @category tag in class comment 451 | ERROR | [ ] Missing @author tag in class comment 451 | ERROR | [ ] Missing @license tag in class comment 451 | ERROR | [ ] Missing @link tag in class comment 457 | ERROR | [x] Expected 1 space after asterisk; 4 found 457 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 457 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 457 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 458 | ERROR | [x] Expected 1 space after asterisk; 4 found 458 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 468 | ERROR | [x] Expected 1 space after asterisk; 4 found 468 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 468 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 468 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 469 | ERROR | [x] Expected 1 space after asterisk; 4 found 469 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 470 | ERROR | [ ] Missing @return tag in function comment 479 | ERROR | [x] Expected 1 space after asterisk; 4 found 479 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 479 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 479 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 480 | ERROR | [x] Expected 1 space after asterisk; 4 found 480 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 481 | ERROR | [ ] Missing @return tag in function comment 489 | ERROR | [x] Expected 1 space after asterisk; 4 found 489 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 490 | ERROR | [x] Expected 1 space after asterisk; 4 found 505 | ERROR | [x] Expected 1 space after asterisk; 4 found 505 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 505 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 506 | ERROR | [x] Expected 1 space after asterisk; 4 found 507 | ERROR | [ ] Missing @category tag in class comment 507 | ERROR | [ ] Missing @author tag in class comment 507 | ERROR | [ ] Missing @license tag in class comment 507 | ERROR | [ ] Missing @link tag in class comment 510 | ERROR | [ ] Private member variable "listener" must be prefixed with an | | underscore 511 | ERROR | [ ] Private member variable "expat" must be prefixed with an | | underscore 512 | ERROR | [ ] Private member variable "tag_stack" must be prefixed with an | | underscore 513 | ERROR | [ ] Private member variable "in_content_tag" must be prefixed | | with an underscore 514 | ERROR | [ ] Private member variable "content" must be prefixed with an | | underscore 515 | ERROR | [ ] Private member variable "attributes" must be prefixed with an | | underscore 520 | ERROR | [x] Expected 1 space after asterisk; 4 found 520 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 520 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 520 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 521 | ERROR | [x] Expected 1 space after asterisk; 4 found 521 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 536 | ERROR | [x] Expected 1 space after asterisk; 4 found 536 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 536 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 536 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 537 | ERROR | [x] Expected 1 space after asterisk; 4 found 537 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 538 | ERROR | [x] Expected 1 space after asterisk; 4 found 538 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 543 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 544 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 544 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 552 | ERROR | [x] Expected 1 space after asterisk; 4 found 552 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 553 | ERROR | [x] Expected 1 space after asterisk; 4 found 567 | ERROR | [x] Expected 1 space after asterisk; 4 found 567 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 569 | ERROR | [x] Expected 1 space after asterisk; 4 found 578 | ERROR | [x] Expected 1 space after asterisk; 4 found 578 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 580 | ERROR | [x] Expected 1 space after asterisk; 4 found 589 | ERROR | [x] Expected 1 space after asterisk; 4 found 589 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 591 | ERROR | [x] Expected 1 space after asterisk; 4 found 600 | ERROR | [x] Expected 1 space after asterisk; 4 found 600 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 600 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 3 | | spaces but found 1 601 | ERROR | [x] Expected 1 space after asterisk; 4 found 601 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 601 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 2 | | spaces but found 1 602 | ERROR | [x] Expected 1 space after asterisk; 4 found 602 | ERROR | [ ] Tag @private cannot be grouped with parameter tags in a doc | | comment 606 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 607 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 607 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 607 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 612 | ERROR | [x] Expected 1 space after asterisk; 4 found 612 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 612 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 613 | ERROR | [x] Expected 1 space after asterisk; 4 found 613 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 614 | ERROR | [x] Expected 1 space after asterisk; 4 found 614 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 617 | ERROR | [x] Expected 1 space after asterisk; 4 found 617 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 636 | ERROR | [x] Expected 1 space after asterisk; 4 found 636 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 636 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 637 | ERROR | [x] Expected 1 space after asterisk; 4 found 637 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 638 | ERROR | [x] Expected 1 space after asterisk; 4 found 638 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 660 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 661 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 661 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 671 | ERROR | [x] Expected 1 space after asterisk; 4 found 671 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 671 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 672 | ERROR | [x] Expected 1 space after asterisk; 4 found 672 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 673 | ERROR | [x] Expected 1 space after asterisk; 4 found 673 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 685 | ERROR | [x] Expected 1 space after asterisk; 4 found 685 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 685 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 686 | ERROR | [x] Expected 1 space after asterisk; 4 found 686 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 687 | ERROR | [x] Expected 1 space after asterisk; 4 found 687 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 281 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/encoding.php ----------------------------------------------------------------------------------- FOUND 335 ERRORS AND 5 WARNINGS AFFECTING 162 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 12 | ERROR | [x] The open comment tag must be the only content on the line 12 | ERROR | [x] Doc comment short description must be on the first line 12 | ERROR | [x] The close comment tag must be the only content on the line 16 | ERROR | [x] Expected 1 space after asterisk; 4 found 16 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 16 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 17 | ERROR | [x] Expected 1 space after asterisk; 4 found 18 | ERROR | [ ] Missing @category tag in class comment 18 | ERROR | [ ] Missing @author tag in class comment 18 | ERROR | [ ] Missing @license tag in class comment 18 | ERROR | [ ] Missing @link tag in class comment 21 | ERROR | [ ] Private member variable "key" must be prefixed with an | | underscore 22 | ERROR | [ ] Private member variable "value" must be prefixed with an | | underscore 26 | ERROR | [x] Expected 1 space after asterisk; 4 found 26 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 26 | ERROR | [x] Expected 3 spaces after parameter name; 7 found 27 | ERROR | [x] Expected 1 space after asterisk; 4 found 27 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 37 | ERROR | [x] Expected 1 space after asterisk; 4 found 37 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 38 | ERROR | [x] Expected 1 space after asterisk; 4 found 47 | ERROR | [x] Expected 1 space after asterisk; 4 found 47 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 48 | ERROR | [x] Expected 1 space after asterisk; 4 found 60 | ERROR | [x] Expected 1 space after asterisk; 4 found 60 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 60 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 60 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 61 | ERROR | [x] Expected 1 space after asterisk; 4 found 61 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 62 | ERROR | [x] Expected 1 space after asterisk; 4 found 62 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 71 | ERROR | [x] Expected 1 space after asterisk; 4 found 71 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 72 | ERROR | [x] Expected 1 space after asterisk; 4 found 81 | ERROR | [x] Expected 1 space after asterisk; 4 found 81 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 82 | ERROR | [x] Expected 1 space after asterisk; 4 found 92 | ERROR | [x] Expected 1 space after asterisk; 4 found 92 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 92 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 93 | ERROR | [x] Expected 1 space after asterisk; 4 found 94 | ERROR | [ ] Missing @category tag in class comment 94 | ERROR | [ ] Missing @author tag in class comment 94 | ERROR | [ ] Missing @license tag in class comment 94 | ERROR | [ ] Missing @link tag in class comment 97 | ERROR | [ ] Private member variable "key" must be prefixed with an | | underscore 98 | ERROR | [ ] Private member variable "content" must be prefixed with an | | underscore 99 | ERROR | [ ] Private member variable "filename" must be prefixed with an | | underscore 103 | ERROR | [x] Expected 1 space after asterisk; 4 found 103 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 103 | ERROR | [x] Expected 6 spaces after parameter name; 10 found 104 | ERROR | [x] Expected 1 space after asterisk; 4 found 104 | ERROR | [x] Expected 2 spaces after parameter name; 6 found 105 | ERROR | [x] Expected 1 space after asterisk; 4 found 105 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 105 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 116 | ERROR | [x] Expected 1 space after asterisk; 4 found 116 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 117 | ERROR | [x] Expected 1 space after asterisk; 4 found 126 | ERROR | [x] Expected 1 space after asterisk; 4 found 126 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 127 | ERROR | [x] Expected 1 space after asterisk; 4 found 142 | ERROR | [x] Expected 1 space after asterisk; 4 found 142 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 143 | ERROR | [x] Expected 1 space after asterisk; 4 found 155 | ERROR | [x] Expected 1 space after asterisk; 4 found 155 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 155 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 156 | ERROR | [x] Expected 1 space after asterisk; 4 found 156 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 170 | ERROR | [x] Expected 1 space after asterisk; 4 found 170 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 170 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 170 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 171 | ERROR | [x] Expected 1 space after asterisk; 4 found 171 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 172 | ERROR | [x] Expected 1 space after asterisk; 4 found 172 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 181 | ERROR | [x] Expected 1 space after asterisk; 4 found 181 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 182 | ERROR | [x] Expected 1 space after asterisk; 4 found 191 | ERROR | [x] Expected 1 space after asterisk; 4 found 191 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 192 | ERROR | [x] Expected 1 space after asterisk; 4 found 203 | ERROR | [x] Expected 1 space after asterisk; 4 found 203 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 203 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 204 | ERROR | [x] Expected 1 space after asterisk; 4 found 205 | ERROR | [ ] Missing @category tag in class comment 205 | ERROR | [ ] Missing @author tag in class comment 205 | ERROR | [ ] Missing @license tag in class comment 205 | ERROR | [ ] Missing @link tag in class comment 208 | ERROR | [ ] Private member variable "request" must be prefixed with an | | underscore 212 | ERROR | [x] Expected 1 space after asterisk; 4 found 212 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 212 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 212 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 215 | ERROR | [x] Expected 1 space after asterisk; 4 found 215 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 228 | ERROR | [x] Expected 1 space after asterisk; 4 found 228 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 229 | ERROR | [ ] Missing @return tag in function comment 237 | ERROR | [x] Expected 1 space after asterisk; 4 found 237 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 237 | ERROR | [x] Expected 7 spaces after parameter type; 1 found 237 | ERROR | [x] Expected 3 spaces after parameter name; 12 found 237 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 238 | ERROR | [x] Expected 1 space after asterisk; 4 found 238 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 238 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 239 | ERROR | [x] Expected 1 space after asterisk; 4 found 239 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 240 | ERROR | [ ] Missing @return tag in function comment 257 | ERROR | [x] Expected 1 space after asterisk; 4 found 257 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 257 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 258 | ERROR | [x] Expected 1 space after asterisk; 4 found 258 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 259 | ERROR | [x] Expected 1 space after asterisk; 4 found 259 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 269 | ERROR | [x] Expected 1 space after asterisk; 4 found 269 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 269 | ERROR | [x] Expected 6 spaces after parameter name; 10 found 269 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 270 | ERROR | [x] Expected 1 space after asterisk; 4 found 270 | ERROR | [x] Expected 2 spaces after parameter name; 6 found 270 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 271 | ERROR | [x] Expected 1 space after asterisk; 4 found 271 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 271 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 271 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 272 | ERROR | [x] Expected 1 space after asterisk; 4 found 272 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 273 | ERROR | [ ] Missing @return tag in function comment 281 | ERROR | [x] Expected 1 space after asterisk; 4 found 281 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 281 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 281 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 283 | ERROR | [x] Expected 1 space after asterisk; 4 found 283 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 284 | ERROR | [ ] Missing @return tag in function comment 296 | ERROR | [ ] Doc comment for parameter "$key" missing 298 | ERROR | [x] Expected 1 space after asterisk; 4 found 298 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 301 | ERROR | [x] Expected 1 space after asterisk; 4 found 322 | ERROR | [x] Expected 1 space after asterisk; 4 found 322 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 323 | ERROR | [x] Expected 1 space after asterisk; 4 found 333 | ERROR | [x] Expected 1 space after asterisk; 4 found 333 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 334 | ERROR | [x] Expected 1 space after asterisk; 4 found 351 | ERROR | [x] Expected 1 space after asterisk; 4 found 351 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 351 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 352 | ERROR | [x] Expected 1 space after asterisk; 4 found 353 | ERROR | [ ] Missing @category tag in class comment 353 | ERROR | [ ] Missing @author tag in class comment 353 | ERROR | [ ] Missing @license tag in class comment 353 | ERROR | [ ] Missing @link tag in class comment 358 | ERROR | [x] Expected 1 space after asterisk; 4 found 358 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 358 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 358 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 361 | ERROR | [x] Expected 1 space after asterisk; 4 found 361 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 370 | ERROR | [x] Expected 1 space after asterisk; 4 found 370 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 371 | ERROR | [x] Expected 1 space after asterisk; 4 found 380 | ERROR | [x] Expected 1 space after asterisk; 4 found 380 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 380 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 380 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 381 | ERROR | [x] Expected 1 space after asterisk; 4 found 381 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 382 | ERROR | [ ] Missing @return tag in function comment 390 | ERROR | [x] Expected 1 space after asterisk; 4 found 390 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 390 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 390 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 391 | ERROR | [x] Expected 1 space after asterisk; 4 found 391 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 392 | ERROR | [ ] Missing @return tag in function comment 400 | ERROR | [x] Expected 1 space after asterisk; 4 found 400 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 401 | ERROR | [x] Expected 1 space after asterisk; 4 found 411 | ERROR | [x] Expected 1 space after asterisk; 4 found 411 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 411 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 412 | ERROR | [x] Expected 1 space after asterisk; 4 found 413 | ERROR | [ ] Missing @category tag in class comment 413 | ERROR | [ ] Missing @author tag in class comment 413 | ERROR | [ ] Missing @license tag in class comment 413 | ERROR | [ ] Missing @link tag in class comment 418 | ERROR | [x] Expected 1 space after asterisk; 4 found 418 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 418 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 418 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 421 | ERROR | [x] Expected 1 space after asterisk; 4 found 421 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 430 | ERROR | [x] Expected 1 space after asterisk; 4 found 430 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 431 | ERROR | [x] Expected 1 space after asterisk; 4 found 441 | ERROR | [x] Expected 1 space after asterisk; 4 found 441 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 441 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 442 | ERROR | [x] Expected 1 space after asterisk; 4 found 443 | ERROR | [ ] Missing @category tag in class comment 443 | ERROR | [ ] Missing @author tag in class comment 443 | ERROR | [ ] Missing @license tag in class comment 443 | ERROR | [ ] Missing @link tag in class comment 448 | ERROR | [x] Expected 1 space after asterisk; 4 found 448 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 448 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 448 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 451 | ERROR | [x] Expected 1 space after asterisk; 4 found 451 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 460 | ERROR | [x] Expected 1 space after asterisk; 4 found 460 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 461 | ERROR | [x] Expected 1 space after asterisk; 4 found 472 | ERROR | [x] Expected 1 space after asterisk; 4 found 472 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 472 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 473 | ERROR | [x] Expected 1 space after asterisk; 4 found 474 | ERROR | [ ] Missing @category tag in class comment 474 | ERROR | [ ] Missing @author tag in class comment 474 | ERROR | [ ] Missing @license tag in class comment 474 | ERROR | [ ] Missing @link tag in class comment 477 | ERROR | [ ] Private member variable "content_type" must be prefixed with | | an underscore 478 | ERROR | [ ] Private member variable "body" must be prefixed with an | | underscore 480 | ERROR | [ ] Missing doc comment for function __construct() 493 | ERROR | [x] Expected 1 space after asterisk; 4 found 493 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 494 | ERROR | [x] Expected 1 space after asterisk; 4 found 499 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 506 | ERROR | [x] Expected 1 space after asterisk; 4 found 506 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 506 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 506 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 507 | ERROR | [x] Expected 1 space after asterisk; 4 found 507 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 508 | ERROR | [ ] Missing @return tag in function comment 511 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 517 | ERROR | [x] Expected 1 space after asterisk; 4 found 517 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 517 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 517 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 518 | ERROR | [x] Expected 1 space after asterisk; 4 found 518 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 519 | ERROR | [ ] Missing @return tag in function comment 527 | ERROR | [x] Expected 1 space after asterisk; 4 found 527 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 528 | ERROR | [x] Expected 1 space after asterisk; 4 found 539 | ERROR | [x] Expected 1 space after asterisk; 4 found 539 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 539 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 540 | ERROR | [x] Expected 1 space after asterisk; 4 found 541 | ERROR | [ ] Missing @category tag in class comment 541 | ERROR | [ ] Missing @author tag in class comment 541 | ERROR | [ ] Missing @license tag in class comment 541 | ERROR | [ ] Missing @link tag in class comment 544 | ERROR | [ ] Doc comment for parameter "$content_type" missing 546 | ERROR | [x] Expected 1 space after asterisk; 4 found 546 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 546 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 546 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 549 | ERROR | [x] Expected 1 space after asterisk; 4 found 549 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 559 | ERROR | [ ] Missing doc comment for function hasMoreThanOneLevel() 569 | ERROR | [ ] Missing doc comment for function | | rewriteArrayWithMultipleLevels() 590 | ERROR | [x] Expected 1 space after asterisk; 4 found 590 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 591 | ERROR | [x] Expected 1 space after asterisk; 4 found 601 | ERROR | [x] Expected 1 space after asterisk; 4 found 601 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 602 | ERROR | [x] Expected 1 space after asterisk; 4 found 612 | ERROR | [x] Expected 1 space after asterisk; 4 found 612 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 612 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 613 | ERROR | [x] Expected 1 space after asterisk; 4 found 614 | ERROR | [ ] Missing @category tag in class comment 614 | ERROR | [ ] Missing @author tag in class comment 614 | ERROR | [ ] Missing @license tag in class comment 614 | ERROR | [ ] Missing @link tag in class comment 617 | ERROR | [ ] Doc comment for parameter "$content_type" missing 619 | ERROR | [x] Expected 1 space after asterisk; 4 found 619 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 619 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 619 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 622 | ERROR | [x] Expected 1 space after asterisk; 4 found 622 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 631 | ERROR | [x] Expected 1 space after asterisk; 4 found 631 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 632 | ERROR | [x] Expected 1 space after asterisk; 4 found 643 | ERROR | [x] Expected 1 space after asterisk; 4 found 643 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 643 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 644 | ERROR | [x] Expected 1 space after asterisk; 4 found 645 | ERROR | [ ] Missing @category tag in class comment 645 | ERROR | [ ] Missing @author tag in class comment 645 | ERROR | [ ] Missing @license tag in class comment 645 | ERROR | [ ] Missing @link tag in class comment 648 | ERROR | [ ] Private member variable "boundary" must be prefixed with an | | underscore 650 | ERROR | [ ] Doc comment for parameter "$boundary" missing 652 | ERROR | [x] Expected 1 space after asterisk; 4 found 652 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 652 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 652 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 655 | ERROR | [x] Expected 1 space after asterisk; 4 found 655 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 665 | ERROR | [x] Expected 1 space after asterisk; 4 found 665 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 665 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 665 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 666 | ERROR | [x] Expected 1 space after asterisk; 4 found 666 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 667 | ERROR | [ ] Missing @return tag in function comment 670 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 671 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 676 | ERROR | [x] Expected 1 space after asterisk; 4 found 676 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 676 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 676 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 677 | ERROR | [x] Expected 1 space after asterisk; 4 found 677 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 678 | ERROR | [ ] Missing @return tag in function comment 687 | ERROR | [x] Expected 1 space after asterisk; 4 found 687 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 688 | ERROR | [x] Expected 1 space after asterisk; 4 found ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 242 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/eclipse.php ----------------------------------------------------------------------------------- FOUND 241 ERRORS AND 5 WARNINGS AFFECTING 125 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 11 | ERROR | [x] File is being unconditionally included; use "require_once" | | instead 12 | ERROR | [x] File is being unconditionally included; use "require_once" | | instead 13 | ERROR | [x] File is being unconditionally included; use "require_once" | | instead 14 | ERROR | [x] File is being unconditionally included; use "require_once" | | instead 15 | ERROR | [x] File is being unconditionally included; use "require_once" | | instead 16 | ERROR | [x] The open comment tag must be the only content on the line 16 | ERROR | [x] Doc comment short description must be on the first line 16 | ERROR | [x] The close comment tag must be the only content on the line 19 | ERROR | [ ] Doc comment short description must start with a capital | | letter 20 | ERROR | [x] Expected 1 space after asterisk; 2 found 20 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 21 | ERROR | [x] Expected 1 space after asterisk; 2 found 22 | ERROR | [ ] Missing @category tag in class comment 22 | ERROR | [ ] Missing @author tag in class comment 22 | ERROR | [ ] Missing @license tag in class comment 22 | ERROR | [ ] Missing @link tag in class comment 28 | ERROR | [x] Expected 1 space after asterisk; 4 found 28 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 28 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 28 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 29 | ERROR | [x] Expected 1 space after asterisk; 4 found 29 | ERROR | [x] Expected 7 spaces after parameter name; 8 found 31 | ERROR | [x] Opening brace should be on a new line 44 | ERROR | [x] Expected 1 space after asterisk; 4 found 44 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 46 | ERROR | [x] Opening brace should be on a new line 52 | ERROR | [x] Expected 1 space after asterisk; 4 found 52 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 52 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 52 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 53 | ERROR | [x] Expected 1 space after asterisk; 4 found 53 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 53 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 53 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 54 | ERROR | [x] Expected 1 space after asterisk; 4 found 54 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 56 | ERROR | [x] Opening brace should be on a new line 63 | ERROR | [x] Expected 1 space after asterisk; 4 found 63 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 63 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 63 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 64 | ERROR | [x] Expected 1 space after asterisk; 4 found 64 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 65 | ERROR | [x] Expected 1 space after asterisk; 4 found 65 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 67 | ERROR | [x] Opening brace should be on a new line 74 | ERROR | [x] Expected 1 space after asterisk; 4 found 74 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 74 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 74 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 75 | ERROR | [x] Expected 1 space after asterisk; 4 found 75 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 77 | ERROR | [x] Opening brace should be on a new line 86 | ERROR | [x] Expected 1 space after asterisk; 4 found 86 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 86 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 86 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 87 | ERROR | [x] Expected 1 space after asterisk; 4 found 87 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 88 | ERROR | [ ] Missing @return tag in function comment 89 | ERROR | [x] Opening brace should be on a new line 90 | ERROR | [ ] Expected "if (...) {\n"; found "if (...){\n" 90 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 99 | ERROR | [x] Expected 1 space after asterisk; 4 found 99 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 99 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 99 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 100 | ERROR | [x] Expected 1 space after asterisk; 4 found 100 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 101 | ERROR | [ ] Missing @return tag in function comment 102 | ERROR | [x] Opening brace should be on a new line 104 | ERROR | [ ] Expected "if (...) {\n"; found "if (...){\n" 104 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 107 | WARNING | [ ] Line exceeds 85 characters; contains 158 characters 114 | ERROR | [x] Expected 1 space after asterisk; 4 found 114 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 114 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 114 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 115 | ERROR | [x] Expected 1 space after asterisk; 4 found 115 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 116 | ERROR | [ ] Missing @return tag in function comment 117 | ERROR | [x] Opening brace should be on a new line 118 | ERROR | [ ] Expected "if (...) {\n"; found "if (...){\n" 118 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 121 | WARNING | [ ] Line exceeds 85 characters; contains 159 characters 126 | ERROR | [ ] Doc comment for parameter "$exception" missing 129 | ERROR | [x] Expected 1 space after asterisk; 4 found 129 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 129 | ERROR | [ ] Doc comment for parameter $message does not match actual | | variable name $exception 129 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 129 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 130 | ERROR | [x] Expected 1 space after asterisk; 4 found 130 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 131 | ERROR | [ ] Missing @return tag in function comment 132 | ERROR | [x] Opening brace should be on a new line 133 | ERROR | [ ] Expected "if (...) {\n"; found "if (...){\n" 133 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 140 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 141 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 142 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 142 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 149 | ERROR | [x] Expected 1 space after asterisk; 4 found 149 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 149 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 149 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 151 | ERROR | [x] Expected 1 space after asterisk; 4 found 151 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 152 | ERROR | [ ] Missing @return tag in function comment 153 | ERROR | [x] Opening brace should be on a new line 158 | ERROR | [x] Expected 1 space after asterisk; 4 found 158 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 158 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 158 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 159 | ERROR | [x] Expected 1 space after asterisk; 4 found 159 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 160 | ERROR | [ ] Missing @return tag in function comment 161 | ERROR | [x] Opening brace should be on a new line 164 | ERROR | [ ] Doc comment for parameter "$method" missing 167 | ERROR | [x] Expected 1 space after asterisk; 4 found 167 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 167 | ERROR | [ ] Doc comment for parameter $test_name does not match actual | | variable name $method 167 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 167 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 168 | ERROR | [x] Expected 1 space after asterisk; 4 found 168 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 169 | ERROR | [ ] Missing @return tag in function comment 170 | ERROR | [x] Opening brace should be on a new line 177 | ERROR | [ ] Doc comment for parameter "$method" missing 180 | ERROR | [x] Expected 1 space after asterisk; 4 found 180 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 180 | ERROR | [ ] Doc comment for parameter $test_name does not match actual | | variable name $method 180 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 180 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 181 | ERROR | [x] Expected 1 space after asterisk; 4 found 181 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 182 | ERROR | [ ] Missing @return tag in function comment 183 | ERROR | [x] Opening brace should be on a new line 184 | ERROR | [ ] Expected "if (...) {\n"; found "if (...){\n" 184 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 187 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 24 189 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 24 189 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 193 | ERROR | [ ] Doc comment for parameter "$case" missing 195 | ERROR | [x] Expected 1 space after asterisk; 4 found 195 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 195 | ERROR | [ ] Doc comment for parameter $test_name does not match actual | | variable name $case 195 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 195 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 196 | ERROR | [x] Expected 1 space after asterisk; 4 found 196 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 197 | ERROR | [ ] Missing @return tag in function comment 198 | ERROR | [x] Opening brace should be on a new line 202 | ERROR | [ ] Doc comment for parameter "$case" missing 204 | ERROR | [x] Expected 1 space after asterisk; 4 found 204 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 204 | ERROR | [ ] Doc comment for parameter $test_name does not match actual | | variable name $case 204 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 204 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 205 | ERROR | [x] Expected 1 space after asterisk; 4 found 205 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 206 | ERROR | [ ] Missing @return tag in function comment 207 | ERROR | [x] Opening brace should be on a new line 214 | ERROR | [x] Expected 1 space after asterisk; 4 found 214 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 214 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 214 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 214 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 215 | ERROR | [x] Expected 1 space after asterisk; 4 found 215 | ERROR | [x] Expected 2 spaces after parameter name; 5 found 215 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 216 | ERROR | [x] Expected 1 space after asterisk; 4 found 216 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 217 | ERROR | [ ] Missing @return tag in function comment 218 | ERROR | [x] Opening brace should be on a new line 220 | ERROR | [ ] Expected "if (...) {\n"; found "if (...){\n" 220 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 221 | ERROR | [ ] Expected "if (...) {\n"; found "if (...){\n" 221 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 229 | ERROR | [x] Expected 1 space after asterisk; 4 found 229 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 229 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 229 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 230 | ERROR | [x] Expected 1 space after asterisk; 4 found 230 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 231 | ERROR | [ ] Missing @return tag in function comment 232 | ERROR | [x] Opening brace should be on a new line 235 | ERROR | [ ] Expected "if (...) {\n"; found "if (...){\n" 235 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 236 | ERROR | [ ] Expected "if (...) {\n"; found "if (...){\n" 236 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 241 | ERROR | [ ] Expected "foreach (...) {\n"; found "foreach (...){\n" 242 | ERROR | [ ] Expected "if (...) {\n"; found "if (...){\n" 242 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 247 | ERROR | [ ] Expected "foreach (...) {\n"; found "foreach (...){\n" 248 | ERROR | [ ] Expected "if (...) {\n"; found "if (...){\n" 248 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 252 | ERROR | [ ] Expected "if (...) {\n"; found "if (...){\n" 252 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 256 | ERROR | [ ] Expected "if (...) {\n"; found "if (...){\n" 256 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 258 | ERROR | [ ] Expected "} else {\n"; found "}else{\n" 265 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 266 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 32 266 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 273 | ERROR | [x] Expected 1 space after asterisk; 2 found 273 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 274 | ERROR | [x] Expected 1 space after asterisk; 2 found 275 | ERROR | [ ] Missing @category tag in class comment 275 | ERROR | [ ] Missing @author tag in class comment 275 | ERROR | [ ] Missing @license tag in class comment 275 | ERROR | [ ] Missing @link tag in class comment 278 | ERROR | [ ] Missing doc comment for function __construct() 278 | ERROR | [x] Opening brace should be on a new line 285 | ERROR | [x] Expected 1 space after asterisk; 4 found 285 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 285 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 285 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 286 | ERROR | [x] Expected 1 space after asterisk; 4 found 286 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 287 | ERROR | [ ] Missing @return tag in function comment 288 | ERROR | [x] Opening brace should be on a new line 296 | ERROR | [x] Expected 1 space after asterisk; 4 found 296 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 296 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 296 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 297 | ERROR | [x] Expected 1 space after asterisk; 4 found 297 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 298 | ERROR | [ ] Missing @return tag in function comment 299 | ERROR | [x] Opening brace should be on a new line 303 | ERROR | [ ] Expected "if (...) {\n"; found "if (...){\n" 303 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 304 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 305 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 46 305 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 305 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 167 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/php_parser.php ----------------------------------------------------------------------------------- FOUND 502 ERRORS AND 7 WARNINGS AFFECTING 223 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 18 | ERROR | [x] The open comment tag must be the only content on the line 18 | ERROR | [x] Doc comment short description must be on the first line 18 | ERROR | [x] The close comment tag must be the only content on the line 24 | ERROR | [x] Expected 1 space after asterisk; 4 found 24 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 24 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 25 | ERROR | [x] Expected 1 space after asterisk; 4 found 26 | ERROR | [ ] Missing @category tag in class comment 26 | ERROR | [ ] Missing @author tag in class comment 26 | ERROR | [ ] Missing @license tag in class comment 26 | ERROR | [ ] Missing @link tag in class comment 29 | ERROR | [ ] Private member variable "patterns" must be prefixed with an | | underscore 30 | ERROR | [ ] Private member variable "labels" must be prefixed with an | | underscore 31 | ERROR | [ ] Private member variable "regex" must be prefixed with an | | underscore 32 | ERROR | [ ] Private member variable "case" must be prefixed with an | | underscore 36 | ERROR | [x] Expected 1 space after asterisk; 4 found 36 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 36 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 36 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 38 | ERROR | [x] Expected 1 space after asterisk; 4 found 38 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 50 | ERROR | [x] Expected 1 space after asterisk; 4 found 50 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 50 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 50 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 52 | ERROR | [x] Expected 1 space after asterisk; 4 found 52 | ERROR | [x] Expected 3 spaces after parameter name; 8 found 52 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 54 | ERROR | [x] Expected 1 space after asterisk; 4 found 54 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 55 | ERROR | [ ] Missing @return tag in function comment 67 | ERROR | [x] Expected 1 space after asterisk; 4 found 67 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 67 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 67 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 68 | ERROR | [x] Expected 1 space after asterisk; 4 found 68 | ERROR | [x] Expected 3 spaces after parameter name; 8 found 68 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 70 | ERROR | [x] Expected 1 space after asterisk; 4 found 70 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 71 | ERROR | [x] Expected 1 space after asterisk; 4 found 71 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 96 | ERROR | [x] Expected 1 space after asterisk; 4 found 96 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 96 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 97 | ERROR | [x] Expected 1 space after asterisk; 4 found 97 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 104 | ERROR | [x] Multi-line function call not indented correctly; expected 20 | | spaces but found 24 105 | ERROR | [x] Multi-line function call not indented correctly; expected 20 | | spaces but found 24 106 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 24 106 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 108 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 115 | ERROR | [x] Expected 1 space after asterisk; 4 found 115 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 116 | ERROR | [x] Expected 1 space after asterisk; 4 found 126 | ERROR | [x] Expected 1 space after asterisk; 4 found 126 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 126 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 127 | ERROR | [x] Expected 1 space after asterisk; 4 found 128 | ERROR | [ ] Missing @category tag in class comment 128 | ERROR | [ ] Missing @author tag in class comment 128 | ERROR | [ ] Missing @license tag in class comment 128 | ERROR | [ ] Missing @link tag in class comment 131 | ERROR | [ ] Private member variable "stack" must be prefixed with an | | underscore 135 | ERROR | [x] Expected 1 space after asterisk; 4 found 135 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 135 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 135 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 136 | ERROR | [x] Expected 1 space after asterisk; 4 found 136 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 145 | ERROR | [x] Expected 1 space after asterisk; 4 found 145 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 146 | ERROR | [x] Expected 1 space after asterisk; 4 found 156 | ERROR | [x] Expected 1 space after asterisk; 4 found 156 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 156 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 156 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 157 | ERROR | [x] Expected 1 space after asterisk; 4 found 157 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 158 | ERROR | [ ] Missing @return tag in function comment 167 | ERROR | [x] Expected 1 space after asterisk; 4 found 167 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 169 | ERROR | [x] Expected 1 space after asterisk; 4 found 187 | ERROR | [x] Expected 1 space after asterisk; 4 found 187 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 187 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 188 | ERROR | [x] Expected 1 space after asterisk; 4 found 189 | ERROR | [ ] Missing @category tag in class comment 189 | ERROR | [ ] Missing @author tag in class comment 189 | ERROR | [ ] Missing @license tag in class comment 189 | ERROR | [ ] Missing @link tag in class comment 192 | ERROR | [ ] Private member variable "regexes" must be prefixed with an | | underscore 193 | ERROR | [ ] Private member variable "parser" must be prefixed with an | | underscore 194 | ERROR | [ ] Private member variable "mode" must be prefixed with an | | underscore 195 | ERROR | [ ] Private member variable "mode_handlers" must be prefixed | | with an underscore 196 | ERROR | [ ] Private member variable "case" must be prefixed with an | | underscore 201 | ERROR | [x] Expected 1 space after asterisk; 4 found 201 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 201 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 201 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 203 | ERROR | [x] Expected 1 space after asterisk; 4 found 203 | ERROR | [x] Expected 10 spaces after parameter type; 1 found 203 | ERROR | [x] Expected 2 spaces after parameter name; 12 found 203 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 204 | ERROR | [x] Expected 1 space after asterisk; 4 found 204 | ERROR | [x] Expected 9 spaces after parameter type; 1 found 204 | ERROR | [x] Expected 3 spaces after parameter name; 12 found 204 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 205 | ERROR | [x] Expected 1 space after asterisk; 4 found 205 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 220 | ERROR | [x] Expected 1 space after asterisk; 4 found 220 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 220 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 220 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 222 | ERROR | [x] Expected 1 space after asterisk; 4 found 222 | ERROR | [x] Expected 4 spaces after parameter name; 9 found 222 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 225 | ERROR | [x] Expected 1 space after asterisk; 4 found 225 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 226 | ERROR | [ ] Missing @return tag in function comment 242 | ERROR | [x] Expected 1 space after asterisk; 4 found 242 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 242 | ERROR | [x] Expected 2 spaces after parameter name; 6 found 242 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 244 | ERROR | [x] Expected 1 space after asterisk; 4 found 244 | ERROR | [x] Expected 5 spaces after parameter name; 9 found 244 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 247 | ERROR | [x] Expected 1 space after asterisk; 4 found 247 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 247 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 249 | ERROR | [x] Expected 1 space after asterisk; 4 found 249 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 250 | ERROR | [ ] Missing @return tag in function comment 265 | ERROR | [x] Expected 1 space after asterisk; 4 found 265 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 265 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 265 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 267 | ERROR | [x] Expected 1 space after asterisk; 4 found 267 | ERROR | [x] Expected 4 spaces after parameter name; 9 found 267 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 268 | ERROR | [x] Expected 1 space after asterisk; 4 found 268 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 269 | ERROR | [ ] Missing @return tag in function comment 285 | ERROR | [x] Expected 1 space after asterisk; 4 found 285 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 285 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 285 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 287 | ERROR | [x] Expected 1 space after asterisk; 4 found 287 | ERROR | [x] Expected 4 spaces after parameter name; 9 found 287 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 290 | ERROR | [x] Expected 1 space after asterisk; 4 found 290 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 290 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 291 | ERROR | [x] Expected 1 space after asterisk; 4 found 291 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 292 | ERROR | [ ] Missing @return tag in function comment 306 | ERROR | [x] Expected 1 space after asterisk; 4 found 306 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 306 | ERROR | [x] Expected 4 spaces after parameter name; 8 found 306 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 307 | ERROR | [x] Expected 1 space after asterisk; 4 found 307 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 307 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 308 | ERROR | [x] Expected 1 space after asterisk; 4 found 308 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 309 | ERROR | [ ] Missing @return tag in function comment 321 | ERROR | [x] Expected 1 space after asterisk; 4 found 321 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 321 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 321 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 322 | ERROR | [x] Expected 1 space after asterisk; 4 found 322 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 323 | ERROR | [x] Expected 1 space after asterisk; 4 found 323 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 354 | ERROR | [x] Expected 1 space after asterisk; 4 found 354 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 354 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 355 | ERROR | [x] Expected 1 space after asterisk; 4 found 355 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 356 | ERROR | [x] Expected 1 space after asterisk; 4 found 356 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 358 | ERROR | [x] Expected 1 space after asterisk; 4 found 358 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 360 | ERROR | [x] Expected 1 space after asterisk; 4 found 360 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 391 | ERROR | [x] Expected 1 space after asterisk; 4 found 391 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 391 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 392 | ERROR | [x] Expected 1 space after asterisk; 4 found 392 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 393 | ERROR | [x] Expected 1 space after asterisk; 4 found 393 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 404 | ERROR | [x] Expected 1 space after asterisk; 4 found 404 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 404 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 405 | ERROR | [x] Expected 1 space after asterisk; 4 found 405 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 406 | ERROR | [x] Expected 1 space after asterisk; 4 found 406 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 416 | ERROR | [x] Expected 1 space after asterisk; 4 found 416 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 416 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 417 | ERROR | [x] Expected 1 space after asterisk; 4 found 417 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 418 | ERROR | [x] Expected 1 space after asterisk; 4 found 418 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 429 | ERROR | [x] Expected 1 space after asterisk; 4 found 429 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 429 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 430 | ERROR | [x] Expected 1 space after asterisk; 4 found 430 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 432 | ERROR | [x] Expected 1 space after asterisk; 4 found 432 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 447 | ERROR | [x] Expected 1 space after asterisk; 4 found 447 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 447 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 449 | ERROR | [x] Expected 1 space after asterisk; 4 found 449 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 455 | ERROR | [x] Expected 1 space after asterisk; 4 found 455 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 459 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 471 | ERROR | [x] Expected 1 space after asterisk; 4 found 471 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 471 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 472 | ERROR | [x] Expected 1 space after asterisk; 4 found 473 | ERROR | [ ] Missing @category tag in class comment 473 | ERROR | [ ] Missing @author tag in class comment 473 | ERROR | [ ] Missing @license tag in class comment 473 | ERROR | [ ] Missing @link tag in class comment 479 | ERROR | [x] Expected 1 space after asterisk; 4 found 479 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 479 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 479 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 481 | ERROR | [x] Expected 1 space after asterisk; 4 found 481 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 496 | ERROR | [x] Expected 1 space after asterisk; 4 found 496 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 497 | ERROR | [x] Expected 1 space after asterisk; 4 found 501 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 508 | ERROR | [x] Expected 1 space after asterisk; 4 found 508 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 525 | ERROR | [x] Expected 1 space after asterisk; 4 found 525 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 525 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 526 | ERROR | [x] Expected 1 space after asterisk; 4 found 526 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 537 | ERROR | [x] Expected 1 space after asterisk; 4 found 537 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 551 | ERROR | [x] Expected 1 space after asterisk; 4 found 551 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 570 | ERROR | [x] Expected 1 space after asterisk; 4 found 570 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 570 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 571 | ERROR | [x] Expected 1 space after asterisk; 4 found 572 | ERROR | [ ] Missing @category tag in class comment 572 | ERROR | [ ] Missing @author tag in class comment 572 | ERROR | [ ] Missing @license tag in class comment 572 | ERROR | [ ] Missing @link tag in class comment 575 | ERROR | [ ] Private member variable "lexer" must be prefixed with an | | underscore 576 | ERROR | [ ] Private member variable "listener" must be prefixed with an | | underscore 577 | ERROR | [ ] Private member variable "tag" must be prefixed with an | | underscore 578 | ERROR | [ ] Private member variable "attributes" must be prefixed with | | an underscore 579 | ERROR | [ ] Private member variable "current_attribute" must be prefixed | | with an underscore 583 | ERROR | [x] Expected 1 space after asterisk; 4 found 583 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 583 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 583 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 584 | ERROR | [x] Expected 1 space after asterisk; 4 found 584 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 598 | ERROR | [x] Expected 1 space after asterisk; 4 found 598 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 598 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 598 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 599 | ERROR | [x] Expected 1 space after asterisk; 4 found 599 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 600 | ERROR | [x] Expected 1 space after asterisk; 4 found 600 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 609 | ERROR | [x] Expected 1 space after asterisk; 4 found 609 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 609 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 609 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 610 | ERROR | [x] Expected 1 space after asterisk; 4 found 610 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 611 | ERROR | [x] Expected 1 space after asterisk; 4 found 611 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 624 | ERROR | [x] Expected 1 space after asterisk; 4 found 624 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 624 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 624 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 624 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 625 | ERROR | [x] Expected 1 space after asterisk; 4 found 625 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 625 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 626 | ERROR | [x] Expected 1 space after asterisk; 4 found 626 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 627 | ERROR | [x] Expected 1 space after asterisk; 4 found 627 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 637 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 638 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 638 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 644 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 653 | ERROR | [x] Expected 1 space after asterisk; 4 found 653 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 653 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 653 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 653 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 654 | ERROR | [x] Expected 1 space after asterisk; 4 found 654 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 654 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 655 | ERROR | [x] Expected 1 space after asterisk; 4 found 655 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 656 | ERROR | [x] Expected 1 space after asterisk; 4 found 656 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 668 | ERROR | [x] Expected 1 space after asterisk; 4 found 668 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 668 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 668 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 668 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 669 | ERROR | [x] Expected 1 space after asterisk; 4 found 669 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 669 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 670 | ERROR | [x] Expected 1 space after asterisk; 4 found 670 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 671 | ERROR | [x] Expected 1 space after asterisk; 4 found 671 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 682 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 690 | ERROR | [x] Expected 1 space after asterisk; 4 found 690 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 690 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 690 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 690 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 691 | ERROR | [x] Expected 1 space after asterisk; 4 found 691 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 691 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 692 | ERROR | [x] Expected 1 space after asterisk; 4 found 692 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 693 | ERROR | [x] Expected 1 space after asterisk; 4 found 693 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 702 | ERROR | [x] Expected 1 space after asterisk; 4 found 702 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 702 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 702 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 702 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 703 | ERROR | [x] Expected 1 space after asterisk; 4 found 703 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 703 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 704 | ERROR | [x] Expected 1 space after asterisk; 4 found 704 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 705 | ERROR | [x] Expected 1 space after asterisk; 4 found 705 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 714 | ERROR | [x] Expected 1 space after asterisk; 4 found 714 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 714 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 714 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 714 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 715 | ERROR | [x] Expected 1 space after asterisk; 4 found 715 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 715 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 716 | ERROR | [x] Expected 1 space after asterisk; 4 found 716 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 717 | ERROR | [x] Expected 1 space after asterisk; 4 found 717 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 728 | ERROR | [x] Expected 1 space after asterisk; 4 found 728 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 728 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 729 | ERROR | [x] Expected 1 space after asterisk; 4 found 730 | ERROR | [ ] Missing @category tag in class comment 730 | ERROR | [ ] Missing @author tag in class comment 730 | ERROR | [ ] Missing @license tag in class comment 730 | ERROR | [ ] Missing @link tag in class comment 733 | ERROR | [ ] Private member variable "tags" must be prefixed with an | | underscore 734 | ERROR | [ ] Private member variable "page" must be prefixed with an | | underscore 735 | ERROR | [ ] Private member variable "private_content_tag" must be | | prefixed with an underscore 736 | ERROR | [ ] Private member variable "open_forms" must be prefixed with | | an underscore 737 | ERROR | [ ] Private member variable "complete_forms" must be prefixed | | with an underscore 738 | ERROR | [ ] Private member variable "frameset" must be prefixed with an | | underscore 739 | ERROR | [ ] Private member variable "loading_frames" must be prefixed | | with an underscore 740 | ERROR | [ ] Private member variable "frameset_nesting_level" must be | | prefixed with an underscore 741 | ERROR | [ ] Private member variable "left_over_labels" must be prefixed | | with an underscore 746 | ERROR | [x] Expected 1 space after asterisk; 4 found 746 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 747 | ERROR | [ ] Missing @return tag in function comment 763 | ERROR | [x] Expected 1 space after asterisk; 4 found 763 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 773 | ERROR | [x] Expected 1 space after asterisk; 4 found 773 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 773 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 774 | ERROR | [x] Expected 1 space after asterisk; 4 found 774 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 775 | ERROR | [x] Expected 1 space after asterisk; 4 found 775 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 791 | ERROR | [x] Expected 1 space after asterisk; 4 found 791 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 792 | ERROR | [x] Expected 1 space after asterisk; 4 found 801 | ERROR | [x] Expected 1 space after asterisk; 4 found 801 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 801 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 802 | ERROR | [x] Expected 1 space after asterisk; 4 found 802 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 804 | ERROR | [x] Expected 1 space after asterisk; 4 found 804 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 813 | ERROR | [x] Expected 1 space after asterisk; 4 found 813 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 813 | ERROR | [x] Expected 7 spaces after parameter name; 9 found 813 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 814 | ERROR | [x] Expected 1 space after asterisk; 4 found 814 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 814 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 814 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 816 | ERROR | [x] Expected 1 space after asterisk; 4 found 816 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 817 | ERROR | [x] Expected 1 space after asterisk; 4 found 817 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 856 | ERROR | [x] Expected 1 space after asterisk; 4 found 856 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 856 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 856 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 857 | ERROR | [x] Expected 1 space after asterisk; 4 found 857 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 858 | ERROR | [x] Expected 1 space after asterisk; 4 found 858 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 876 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 889 | ERROR | [x] Expected 1 space after asterisk; 4 found 889 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 889 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 890 | ERROR | [x] Expected 1 space after asterisk; 4 found 890 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 891 | ERROR | [x] Expected 1 space after asterisk; 4 found 891 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 901 | ERROR | [x] Expected 1 space after asterisk; 4 found 901 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 901 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 901 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 902 | ERROR | [x] Expected 1 space after asterisk; 4 found 902 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 903 | ERROR | [x] Expected 1 space after asterisk; 4 found 903 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 918 | ERROR | [x] Expected 1 space after asterisk; 4 found 918 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 918 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 919 | ERROR | [x] Expected 1 space after asterisk; 4 found 919 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 934 | ERROR | [x] Expected 1 space after asterisk; 4 found 934 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 934 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 935 | ERROR | [x] Expected 1 space after asterisk; 4 found 935 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 952 | ERROR | [x] Expected 1 space after asterisk; 4 found 952 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 952 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 953 | ERROR | [x] Expected 1 space after asterisk; 4 found 953 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 966 | ERROR | [x] Expected 1 space after asterisk; 4 found 966 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 966 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 967 | ERROR | [x] Expected 1 space after asterisk; 4 found 967 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 987 | ERROR | [x] Expected 1 space after asterisk; 4 found 987 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 987 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 988 | ERROR | [x] Expected 1 space after asterisk; 4 found 988 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 998 | ERROR | [x] Expected 1 space after asterisk; 4 found 998 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1016 | ERROR | [x] Expected 1 space after asterisk; 4 found 1016 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1016 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1017 | ERROR | [x] Expected 1 space after asterisk; 4 found 1017 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1018 | ERROR | [x] Expected 1 space after asterisk; 4 found 1018 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1027 | ERROR | [x] Expected 1 space after asterisk; 4 found 1027 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1027 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1028 | ERROR | [x] Expected 1 space after asterisk; 4 found 1028 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1037 | ERROR | [x] Expected 1 space after asterisk; 4 found 1037 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1049 | ERROR | [x] Expected 1 space after asterisk; 4 found 1049 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1049 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1050 | ERROR | [x] Expected 1 space after asterisk; 4 found 1050 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1062 | ERROR | [x] Expected 1 space after asterisk; 4 found 1062 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1074 | ERROR | [x] Expected 1 space after asterisk; 4 found 1074 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1074 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1075 | ERROR | [x] Expected 1 space after asterisk; 4 found 1075 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1089 | ERROR | [x] Expected 1 space after asterisk; 4 found 1089 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1090 | ERROR | [x] Expected 1 space after asterisk; 4 found 1100 | ERROR | [x] Expected 1 space after asterisk; 4 found 1100 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1110 | ERROR | [x] Multi-line function call not indented correctly; expected 20 | | spaces but found 24 1111 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 24 1111 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 374 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/tidy_parser.php ----------------------------------------------------------------------------------- FOUND 181 ERRORS AND 22 WARNINGS AFFECTING 117 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 10 | ERROR | [x] Expected 1 space after asterisk; 4 found 10 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 10 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 11 | ERROR | [x] Expected 1 space after asterisk; 4 found 12 | ERROR | [ ] Missing @category tag in class comment 12 | ERROR | [ ] Missing @author tag in class comment 12 | ERROR | [ ] Missing @license tag in class comment 12 | ERROR | [ ] Missing @link tag in class comment 15 | ERROR | [ ] Private member variable "page" must be prefixed with an | | underscore 16 | ERROR | [ ] Private member variable "forms" must be prefixed with an | | underscore 17 | ERROR | [ ] Private member variable "labels" must be prefixed with an | | underscore 18 | ERROR | [ ] Private member variable "widgets_by_id" must be prefixed with | | an underscore 20 | ERROR | [ ] Missing doc comment for function __destruct() 29 | ERROR | [ ] Private method name "SimpleTidyPageBuilder::free" must be | | prefixed with an underscore 38 | ERROR | [x] Expected 1 space after asterisk; 4 found 38 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 47 | ERROR | [x] Expected 1 space after asterisk; 4 found 47 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 47 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 48 | ERROR | [x] Expected 1 space after asterisk; 4 found 48 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 53 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 53 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 54 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 36 54 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 55 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 36 55 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 66 | ERROR | [x] Expected 1 space after asterisk; 4 found 66 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 66 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 67 | ERROR | [x] Expected 1 space after asterisk; 4 found 67 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 69 | ERROR | [ ] Private method name "SimpleTidyPageBuilder::insertGuards" | | must be prefixed with an underscore 71 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 78 | ERROR | [x] Expected 1 space after asterisk; 4 found 78 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 78 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 79 | ERROR | [x] Expected 1 space after asterisk; 4 found 79 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 81 | ERROR | [ ] Private method name "SimpleTidyPageBuilder::stripGuards" must | | be prefixed with an underscore 83 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 89 | ERROR | [x] Expected 1 space after asterisk; 4 found 89 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 89 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 90 | ERROR | [x] Expected 1 space after asterisk; 4 found 90 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 92 | ERROR | [ ] Private method name | | "SimpleTidyPageBuilder::insertEmptyTagGuards" must be | | prefixed with an underscore 94 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 94 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 95 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 28 96 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 28 96 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 104 | ERROR | [x] Expected 1 space after asterisk; 4 found 104 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 104 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 105 | ERROR | [x] Expected 1 space after asterisk; 4 found 105 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 107 | ERROR | [ ] Private method name | | "SimpleTidyPageBuilder::stripEmptyTagGuards" must be prefixed | | with an underscore 116 | ERROR | [x] Expected 1 space after asterisk; 4 found 116 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 116 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 117 | ERROR | [x] Expected 1 space after asterisk; 4 found 117 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 119 | ERROR | [ ] Private method name | | "SimpleTidyPageBuilder::insertTextareaSimpleWhitespaceGuards" | | must be prefixed with an underscore 121 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 122 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 37 123 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 37 123 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 128 | ERROR | [x] Expected 1 space after asterisk; 2 found 128 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 128 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 129 | ERROR | [x] Expected 1 space after asterisk; 2 found 129 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 131 | ERROR | [ ] Private method name | | "SimpleTidyPageBuilder::insertWhitespaceGuards" must be | | prefixed with an underscore 134 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 135 | ERROR | [x] Multi-line function call not indented correctly; expected 20 | | spaces but found 28 135 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 136 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 28 136 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 143 | ERROR | [x] Expected 1 space after asterisk; 4 found 143 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 143 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 144 | ERROR | [x] Expected 1 space after asterisk; 4 found 144 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 146 | ERROR | [ ] Private method name | | "SimpleTidyPageBuilder::stripTextareaWhitespaceGuards" must | | be prefixed with an underscore 148 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 148 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 149 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 27 150 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 27 150 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 155 | ERROR | [x] Expected 1 space after asterisk; 2 found 155 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 157 | ERROR | [ ] Private method name "SimpleTidyPageBuilder::walkTree" must be | | prefixed with an underscore 160 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 160 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 161 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 40 161 | ERROR | [x] Object operator not indented correctly; expected 16 spaces | | but found 40 161 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 165 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 165 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 166 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 41 166 | ERROR | [x] Object operator not indented correctly; expected 16 spaces | | but found 41 166 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 172 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 173 | ERROR | [x] Object operator not indented correctly; expected 16 spaces | | but found 43 181 | ERROR | [x] Expected 1 space after asterisk; 2 found 181 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 183 | ERROR | [ ] Private method name "SimpleTidyPageBuilder::walkChildren" | | must be prefixed with an underscore 194 | ERROR | [x] Expected 1 space after asterisk; 2 found 194 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 194 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 195 | ERROR | [x] Expected 1 space after asterisk; 2 found 195 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 197 | ERROR | [ ] Private method name "SimpleTidyPageBuilder::createEmptyForm" | | must be prefixed with an underscore 199 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 204 | ERROR | [x] Expected 1 space after asterisk; 2 found 204 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 206 | ERROR | [ ] Private method name "SimpleTidyPageBuilder::walkForm" must be | | prefixed with an underscore 209 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 209 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 210 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 46 210 | ERROR | [x] Object operator not indented correctly; expected 16 spaces | | but found 46 210 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 211 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 214 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 215 | ERROR | [x] Object operator not indented correctly; expected 16 spaces | | but found 43 218 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 232 | ERROR | [x] Expected 1 space after asterisk; 2 found 232 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 232 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 233 | ERROR | [x] Expected 1 space after asterisk; 2 found 233 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 235 | ERROR | [ ] Private method name "SimpleTidyPageBuilder::hasFor" must be | | prefixed with an underscore 242 | ERROR | [x] Expected 1 space after asterisk; 2 found 242 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 243 | ERROR | [x] Expected 1 space after asterisk; 2 found 244 | ERROR | [x] Expected 1 space after asterisk; 2 found 247 | ERROR | [ ] Private method name "SimpleTidyPageBuilder::addWidgetToForm" | | must be prefixed with an underscore 254 | ERROR | [x] Object operator not indented correctly; expected 12 spaces | | but found 15 264 | ERROR | [x] Expected 1 space after asterisk; 2 found 264 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 266 | ERROR | [ ] Private method name "SimpleTidyPageBuilder::indexWidgetById" | | must be prefixed with an underscore 280 | ERROR | [x] Expected 1 space after asterisk; 2 found 280 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 280 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 281 | ERROR | [x] Expected 1 space after asterisk; 2 found 281 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 283 | ERROR | [ ] Private method name | | "SimpleTidyPageBuilder::collectSelectOptions" must be | | prefixed with an underscore 287 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 288 | ERROR | [x] Object operator not indented correctly; expected 16 spaces | | but found 38 292 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 301 | ERROR | [x] Expected 1 space after asterisk; 2 found 301 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 301 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 302 | ERROR | [x] Expected 1 space after asterisk; 2 found 302 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 304 | ERROR | [ ] Private method name "SimpleTidyPageBuilder::attributes" must | | be prefixed with an underscore 310 | WARNING | [ ] Line exceeds 85 characters; contains 137 characters 319 | ERROR | [x] Expected 1 space after asterisk; 2 found 319 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 319 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 320 | ERROR | [x] Expected 1 space after asterisk; 2 found 320 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 322 | ERROR | [x] Expected 1 space after asterisk; 2 found 322 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 324 | ERROR | [ ] Private method name "SimpleTidyPageBuilder::mergeAttribute" | | must be prefixed with an underscore 327 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 328 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 334 | ERROR | [x] Expected 1 space after asterisk; 2 found 334 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 334 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 335 | ERROR | [x] Expected 1 space after asterisk; 2 found 335 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 337 | ERROR | [ ] Private method name "SimpleTidyPageBuilder::dequote" must be | | prefixed with an underscore 347 | ERROR | [x] Expected 1 space after asterisk; 2 found 347 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 347 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 348 | ERROR | [x] Expected 1 space after asterisk; 2 found 348 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 350 | ERROR | [ ] Private method name "SimpleTidyPageBuilder::collectFrames" | | must be prefixed with an underscore 354 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 366 | ERROR | [x] Expected 1 space after asterisk; 2 found 366 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 366 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 367 | ERROR | [x] Expected 1 space after asterisk; 2 found 367 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 369 | ERROR | [ ] Private method name "SimpleTidyPageBuilder::innerHtml" must | | be prefixed with an underscore 382 | ERROR | [x] Expected 1 space after asterisk; 2 found 382 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 384 | ERROR | [ ] Private method name "SimpleTidyPageBuilder::tags" must be | | prefixed with an underscore 392 | ERROR | [x] Expected 1 space after asterisk; 2 found 392 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 393 | ERROR | [x] Expected 1 space after asterisk; 2 found 395 | ERROR | [ ] Private method name "SimpleTidyPageBuilder::attachLabels" | | must be prefixed with an underscore ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 128 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ew/dev/rwjl/vendor/simpletest/simpletest/packages/onpk/transform_all_onpk.php ----------------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment 13 | WARNING | Line exceeds 85 characters; contains 89 characters ----------------------------------------------------------------------------------- FILE: ...l/vendor/simpletest/simpletest/packages/lastcraft/transform_all_lastcraft.php ----------------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 6 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 7 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 9 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 15 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...dev/rwjl/vendor/simpletest/simpletest/packages/simpletest.org/integration.php ----------------------------------------------------------------------------------- FOUND 22 ERRORS AND 4 WARNINGS AFFECTING 12 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 3 | ERROR | [ ] Doc comment short description must start with a capital letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 4 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 1 | | spaces but found 4 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 5 | WARNING | [ ] Invalid version "$Id: adapter_test.php 1505 2007-04-30 | | 23:39:59Z lastcraft $" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 5 | ERROR | [x] Tag value for @version tag indented incorrectly; expected 1 | | spaces but found 4 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 20 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 21 | ERROR | [x] Expected 1 space after asterisk; 2 found 21 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 21 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 1 | | spaces but found 4 22 | ERROR | [ ] Missing @category tag in class comment 22 | ERROR | [ ] Missing @author tag in class comment 22 | ERROR | [ ] Missing @license tag in class comment 22 | ERROR | [ ] Missing @link tag in class comment 27 | ERROR | [ ] Missing doc comment for function __construct() 32 | ERROR | [ ] Missing doc comment for function updateTestLogs() 39 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 45 | ERROR | [ ] Missing doc comment for function updateSvnLog() 48 | WARNING | [ ] Line exceeds 85 characters; contains 125 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...cew/dev/rwjl/vendor/simpletest/simpletest/packages/simpletest.org/package.php ----------------------------------------------------------------------------------- FOUND 67 ERRORS AND 19 WARNINGS AFFECTING 66 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [ ] Missing doc comment for class SimpleTestXMLElement 5 | ERROR | [ ] Missing doc comment for function title() 13 | ERROR | [ ] Public method name "SimpleTestXMLElement::transform_code" is | | not in camel caps format 13 | ERROR | [ ] Missing doc comment for function transform_code() 25 | ERROR | [ ] Missing doc comment for function content() 34 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 39 | ERROR | [ ] Missing doc comment for function introduction() 53 | ERROR | [ ] Public method name | | "SimpleTestXMLElement::content_without_sections" is not in | | camel caps format 53 | ERROR | [ ] Missing doc comment for function content_without_sections() 58 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 64 | ERROR | [ ] Public method name "SimpleTestXMLElement::deal_with_php_code" | | is not in camel caps format 64 | ERROR | [ ] Missing doc comment for function deal_with_php_code() 72 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 83 | ERROR | [ ] Public method name "SimpleTestXMLElement::as_title" is not in | | camel caps format 83 | ERROR | [ ] Missing doc comment for function as_title() 88 | ERROR | [ ] Public method name "SimpleTestXMLElement::as_tracker_link" is | | not in camel caps format 88 | ERROR | [ ] Missing doc comment for function as_tracker_link() 90 | WARNING | [ ] Line exceeds 85 characters; contains 141 characters 93 | ERROR | [ ] Public method name | | "SimpleTestXMLElement::content_with_sections" is not in camel | | caps format 93 | ERROR | [ ] Missing doc comment for function content_with_sections() 100 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 106 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 109 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 112 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 113 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 115 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 117 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 125 | ERROR | [ ] Public method name | | "SimpleTestXMLElement::deal_with_changelogs" is not in camel | | caps format 125 | ERROR | [ ] Missing doc comment for function deal_with_changelogs() 130 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 141 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 150 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 160 | ERROR | [ ] Public method name | | "SimpleTestXMLElement::deal_with_milestones" is not in camel | | caps format 160 | ERROR | [ ] Missing doc comment for function deal_with_milestones() 168 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 171 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 177 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 179 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 198 | ERROR | [ ] Missing doc comment for function internal() 211 | ERROR | [ ] Missing doc comment for function external() 220 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 225 | ERROR | [ ] Missing doc comment for function keywords() 230 | ERROR | [ ] Missing doc comment for function here() 238 | ERROR | [ ] Missing doc comment for function parent() 245 | ERROR | [ ] Missing doc comment for function destination() 264 | ERROR | [ ] Missing doc comment for function url() 271 | ERROR | [ ] Public method name "SimpleTestXMLElement::links_from_xpath" | | is not in camel caps format 271 | ERROR | [ ] Missing doc comment for function links_from_xpath() 285 | ERROR | [ ] Public method name | | "SimpleTestXMLElement::links_parent_siblings_after" is not in | | camel caps format 285 | ERROR | [ ] Missing doc comment for function | | links_parent_siblings_after() 293 | ERROR | [ ] Public method name "SimpleTestXMLElement::links_parent" is | | not in camel caps format 293 | ERROR | [ ] Missing doc comment for function links_parent() 301 | ERROR | [ ] Public method name | | "SimpleTestXMLElement::links_parent_siblings_before" is not | | in camel caps format 301 | ERROR | [ ] Missing doc comment for function | | links_parent_siblings_before() 309 | ERROR | [ ] Public method name | | "SimpleTestXMLElement::links_parent_ancestors" is not in | | camel caps format 309 | ERROR | [ ] Missing doc comment for function links_parent_ancestors() 315 | ERROR | [ ] Public method name | | "SimpleTestXMLElement::links_self_ancestors" is not in camel | | caps format 315 | ERROR | [ ] Missing doc comment for function links_self_ancestors() 321 | ERROR | [ ] Public method name | | "SimpleTestXMLElement::links_ancestors_from" is not in camel | | caps format 321 | ERROR | [ ] Missing doc comment for function links_ancestors_from() 325 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 336 | ERROR | [ ] Public method name | | "SimpleTestXMLElement::links_siblings_before" is not in camel | | caps format 336 | ERROR | [ ] Missing doc comment for function links_siblings_before() 344 | ERROR | [ ] Public method name "SimpleTestXMLElement::links_self" is not | | in camel caps format 344 | ERROR | [ ] Missing doc comment for function links_self() 352 | ERROR | [ ] Public method name | | "SimpleTestXMLElement::links_siblings_after" is not in camel | | caps format 352 | ERROR | [ ] Missing doc comment for function links_siblings_after() 360 | ERROR | [ ] Public method name "SimpleTestXMLElement::links_children" is | | not in camel caps format 360 | ERROR | [ ] Missing doc comment for function links_children() 368 | ERROR | [ ] Missing doc comment for function links() 390 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 403 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 424 | ERROR | [ ] Public method name "SimpleTestXMLElement::level_from_root" is | | not in camel caps format 424 | ERROR | [ ] Missing doc comment for function level_from_root() 426 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 432 | ERROR | [ ] Missing doc comment for class PackagingSynchronisation 438 | ERROR | [ ] Missing doc comment for function __construct() 448 | ERROR | [ ] Missing doc comment for function isSynchronisable() 453 | ERROR | [ ] Missing doc comment for function result() 466 | ERROR | [ ] Missing doc comment for function revision() 473 | ERROR | [ ] Missing doc comment for function sourceLang() 480 | ERROR | [ ] Missing doc comment for function sourceRevision() 483 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 491 | ERROR | [ ] Missing doc comment for function lastSynchroRevision() 494 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ancew/dev/rwjl/vendor/simpletest/simpletest/packages/simpletest.org/index.php ----------------------------------------------------------------------------------- FOUND 12 ERRORS AND 7 WARNINGS AFFECTING 11 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 4 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 1 | | spaces but found 4 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 5 | WARNING | [ ] Invalid version "$Id$" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 5 | ERROR | [x] Tag value for @version tag indented incorrectly; expected 1 | | spaces but found 4 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 9 | ERROR | [ ] Doc comment short description must start with a capital letter 11 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 22 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 23 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 37 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 46 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 54 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...jl/vendor/simpletest/simpletest/packages/simpletest.org/test/package_test.php ----------------------------------------------------------------------------------- FOUND 18 ERRORS AND 17 WARNINGS AFFECTING 35 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [ ] Missing doc comment for class TestOfSynchronisationCheck 8 | ERROR | [ ] Missing doc comment for function | | testOfSynchronisationNotNecessary() 12 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 16 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 19 | ERROR | [ ] Missing doc comment for function | | testOfSynchronisationNecessary() 31 | ERROR | [ ] Missing doc comment for class | | TestOfContentTransformationFromXMLToHTML 33 | ERROR | [ ] Missing doc comment for function | | testOfContentWithScriptAndUlTags() 42 | ERROR | [ ] Missing doc comment for function | | testOfNonLinksFileWithPHPExtension() 55 | ERROR | [ ] Missing doc comment for function testOfPHPTags() 65 | ERROR | [ ] Missing doc comment for function | | testOfContentWithoutSections() 73 | ERROR | [ ] Missing doc comment for function | | testOfContentFromChangeLogSection() 79 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 80 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 81 | WARNING | [ ] Line exceeds 85 characters; contains 232 characters 84 | ERROR | [ ] Missing doc comment for function | | testOfContentFromMilestoneSection() 95 | WARNING | [ ] Line exceeds 85 characters; contains 108 characters 96 | WARNING | [ ] Line exceeds 85 characters; contains 186 characters 97 | WARNING | [ ] Line exceeds 85 characters; contains 121 characters 98 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 99 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 100 | WARNING | [ ] Line exceeds 85 characters; contains 117 characters 101 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 104 | ERROR | [ ] Missing doc comment for function testOfSingleLink() 111 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 115 | ERROR | [ ] Missing doc comment for function testOfMultipleLinks() 122 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 127 | ERROR | [ ] Missing doc comment for function testOfHierarchicalLinks() 134 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 142 | ERROR | [ ] Missing doc comment for function | | testOfRootLinksWithHierarchy() 149 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 155 | ERROR | [ ] Missing doc comment for function | | testOfLinksWithNonRootParent() 162 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/form.php ----------------------------------------------------------------------------------- FOUND 171 ERRORS AND 2 WARNINGS AFFECTING 80 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] Invalid version "$Id$" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 9 | ERROR | [x] The open comment tag must be the only content on the line 9 | ERROR | [x] Doc comment short description must be on the first line 12 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 13 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 14 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 15 | ERROR | [x] The open comment tag must be the only content on the line 15 | ERROR | [x] Doc comment short description must be on the first line 15 | ERROR | [x] The close comment tag must be the only content on the line 19 | ERROR | [x] Expected 1 space after asterisk; 4 found 19 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 19 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 20 | ERROR | [x] Expected 1 space after asterisk; 4 found 21 | ERROR | [ ] Missing @category tag in class comment 21 | ERROR | [ ] Missing @author tag in class comment 21 | ERROR | [ ] Missing @license tag in class comment 21 | ERROR | [ ] Missing @link tag in class comment 24 | ERROR | [ ] Private member variable "method" must be prefixed with an | | underscore 25 | ERROR | [ ] Private member variable "action" must be prefixed with an | | underscore 26 | ERROR | [ ] Private member variable "encoding" must be prefixed with an | | underscore 27 | ERROR | [ ] Private member variable "default_target" must be prefixed | | with an underscore 28 | ERROR | [ ] Private member variable "id" must be prefixed with an | | underscore 29 | ERROR | [ ] Private member variable "buttons" must be prefixed with an | | underscore 30 | ERROR | [ ] Private member variable "images" must be prefixed with an | | underscore 31 | ERROR | [ ] Private member variable "widgets" must be prefixed with an | | underscore 32 | ERROR | [ ] Private member variable "radios" must be prefixed with an | | underscore 33 | ERROR | [ ] Private member variable "checkboxes" must be prefixed with an | | underscore 37 | ERROR | [x] Expected 1 space after asterisk; 4 found 37 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 37 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 37 | ERROR | [x] Expected 2 spaces after parameter name; 8 found 38 | ERROR | [x] Expected 1 space after asterisk; 4 found 38 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 56 | ERROR | [x] Expected 1 space after asterisk; 4 found 56 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 56 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 57 | ERROR | [x] Expected 1 space after asterisk; 4 found 57 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 58 | ERROR | [x] Expected 1 space after asterisk; 4 found 58 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 73 | ERROR | [x] Expected 1 space after asterisk; 4 found 73 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 73 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 73 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 74 | ERROR | [x] Expected 1 space after asterisk; 4 found 74 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 75 | ERROR | [ ] Missing @return tag in function comment 83 | ERROR | [x] Expected 1 space after asterisk; 4 found 83 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 84 | ERROR | [x] Expected 1 space after asterisk; 4 found 94 | ERROR | [x] Expected 1 space after asterisk; 4 found 94 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 94 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 95 | ERROR | [x] Expected 1 space after asterisk; 4 found 95 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 96 | ERROR | [x] Expected 1 space after asterisk; 4 found 96 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 109 | ERROR | [x] Expected 1 space after asterisk; 4 found 109 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 110 | ERROR | [x] Expected 1 space after asterisk; 4 found 127 | ERROR | [x] Expected 1 space after asterisk; 4 found 127 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 128 | ERROR | [x] Expected 1 space after asterisk; 4 found 142 | ERROR | [x] Expected 1 space after asterisk; 4 found 142 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 143 | ERROR | [x] Expected 1 space after asterisk; 4 found 152 | ERROR | [x] Expected 1 space after asterisk; 4 found 152 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 152 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 153 | ERROR | [ ] Missing @return tag in function comment 168 | ERROR | [x] Expected 1 space after asterisk; 4 found 168 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 168 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 169 | ERROR | [x] Expected 1 space after asterisk; 4 found 169 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 184 | ERROR | [x] Expected 1 space after asterisk; 4 found 184 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 184 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 185 | ERROR | [x] Expected 1 space after asterisk; 4 found 185 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 198 | ERROR | [x] Expected 1 space after asterisk; 4 found 198 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 198 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 199 | ERROR | [x] Expected 1 space after asterisk; 4 found 199 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 219 | ERROR | [x] Expected 1 space after asterisk; 4 found 219 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 219 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 219 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 220 | ERROR | [x] Expected 1 space after asterisk; 4 found 220 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 222 | ERROR | [x] Expected 1 space after asterisk; 4 found 222 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 239 | ERROR | [ ] Doc comment for parameter "$position" missing 241 | ERROR | [x] Expected 1 space after asterisk; 4 found 241 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 241 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 241 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 242 | ERROR | [x] Expected 1 space after asterisk; 4 found 242 | ERROR | [x] Expected 9 spaces after parameter type; 1 found 242 | ERROR | [x] Expected 4 spaces after parameter name; 14 found 242 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 243 | ERROR | [x] Expected 1 space after asterisk; 4 found 243 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 246 | ERROR | [x] Expected 1 space after asterisk; 4 found 246 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 265 | ERROR | [ ] Doc comment for parameter "$label" missing 268 | ERROR | [x] Expected 1 space after asterisk; 4 found 268 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 268 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 268 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 269 | ERROR | [x] Expected 1 space after asterisk; 4 found 269 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 270 | ERROR | [ ] Missing @return tag in function comment 285 | ERROR | [x] Expected 1 space after asterisk; 4 found 285 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 285 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 285 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 286 | ERROR | [x] Expected 1 space after asterisk; 4 found 286 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 287 | ERROR | [x] Expected 1 space after asterisk; 4 found 287 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 301 | ERROR | [x] Expected 1 space after asterisk; 4 found 301 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 301 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 301 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 302 | ERROR | [x] Expected 1 space after asterisk; 4 found 302 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 303 | ERROR | [x] Expected 1 space after asterisk; 4 found 303 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 317 | ERROR | [x] Expected 1 space after asterisk; 4 found 317 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 317 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 318 | ERROR | [x] Expected 1 space after asterisk; 4 found 318 | ERROR | [x] Expected 11 spaces after parameter type; 1 found 318 | ERROR | [x] Expected 1 spaces after parameter name; 11 found 318 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 319 | ERROR | [x] Expected 1 space after asterisk; 4 found 319 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 322 | ERROR | [x] Expected 1 space after asterisk; 4 found 322 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 342 | ERROR | [x] Expected 1 space after asterisk; 4 found 342 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 342 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 343 | ERROR | [x] Expected 1 space after asterisk; 4 found 343 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 343 | ERROR | [x] Expected 10 spaces after parameter name; 17 found 343 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 344 | ERROR | [x] Expected 1 space after asterisk; 4 found 344 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 344 | ERROR | [x] Expected 10 spaces after parameter name; 17 found 344 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 345 | ERROR | [x] Expected 1 space after asterisk; 4 found 345 | ERROR | [x] Expected 11 spaces after parameter type; 1 found 345 | ERROR | [x] Expected 1 spaces after parameter name; 11 found 345 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 346 | ERROR | [x] Expected 1 space after asterisk; 4 found 346 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 349 | ERROR | [x] Expected 1 space after asterisk; 4 found 349 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 367 | ERROR | [ ] Doc comment for parameter "$additional" missing 371 | ERROR | [x] Expected 1 space after asterisk; 4 found 371 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 372 | ERROR | [x] Expected 1 space after asterisk; 4 found ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 127 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/collector.php ----------------------------------------------------------------------------------- FOUND 48 ERRORS AND 5 WARNINGS AFFECTING 31 LINES ----------------------------------------------------------------------------------- 6 | ERROR | [ ] The tag in position 1 should be the @package tag 6 | ERROR | [x] Tag value for @author tag indented incorrectly; expected 5 | | spaces but found 1 7 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 9 | WARNING | [ ] PHP version not specified 9 | ERROR | [ ] Missing @category tag in file comment 14 | ERROR | [ ] The tag in position 1 should be the @package tag 14 | ERROR | [x] Tag value for @see tag indented incorrectly; expected 8 | | spaces but found 1 15 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 17 | ERROR | [ ] Missing @category tag in class comment 17 | ERROR | [ ] Missing @author tag in class comment 17 | ERROR | [ ] Missing @license tag in class comment 17 | ERROR | [ ] Missing @link tag in class comment 22 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 22 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 23 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 38 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 38 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 38 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 39 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 40 | ERROR | [ ] Tag @see cannot be grouped with parameter tags in a doc | | comment 40 | ERROR | [x] Tag value for @see tag indented incorrectly; expected 3 | | spaces but found 1 41 | ERROR | [ ] Missing @return tag in function comment 64 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 64 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 65 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 66 | ERROR | [ ] Tag @see cannot be grouped with parameter tags in a doc | | comment 66 | ERROR | [x] Tag value for @see tag indented incorrectly; expected 4 | | spaces but found 1 67 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 80 | ERROR | [x] Expected 1 space after asterisk; 2 found 80 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 80 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 81 | ERROR | [x] Expected 1 space after asterisk; 2 found 81 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 82 | ERROR | [x] Expected 1 space after asterisk; 2 found 82 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 94 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 96 | ERROR | [x] Tag value for @see tag indented incorrectly; expected 8 | | spaces but found 1 97 | ERROR | [ ] Missing @category tag in class comment 97 | ERROR | [ ] Missing @author tag in class comment 97 | ERROR | [ ] Missing @license tag in class comment 97 | ERROR | [ ] Missing @link tag in class comment 100 | ERROR | [ ] Private member variable "pattern" must be prefixed with an | | underscore 102 | ERROR | [ ] Missing short description in doc comment 104 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 105 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 105 | ERROR | [x] Parameter comment not aligned correctly; expected 26 spaces | | but found 2 106 | ERROR | [x] Parameter comment not aligned correctly; expected 26 spaces | | but found 2 116 | ERROR | [ ] Tag @see cannot be grouped with parameter tags in a doc | | comment 116 | ERROR | [x] Tag value for @see tag indented incorrectly; expected 4 | | spaces but found 1 117 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 117 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 118 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 119 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 26 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/remote.php ----------------------------------------------------------------------------------- FOUND 59 ERRORS AND 3 WARNINGS AFFECTING 30 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 14 | ERROR | [x] The open comment tag must be the only content on the line 14 | ERROR | [x] Doc comment short description must be on the first line 14 | ERROR | [x] The close comment tag must be the only content on the line 18 | ERROR | [x] Expected 1 space after asterisk; 4 found 18 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 18 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 19 | ERROR | [x] Expected 1 space after asterisk; 4 found 20 | ERROR | [ ] Missing @category tag in class comment 20 | ERROR | [ ] Missing @author tag in class comment 20 | ERROR | [ ] Missing @license tag in class comment 20 | ERROR | [ ] Missing @link tag in class comment 23 | ERROR | [ ] Private member variable "url" must be prefixed with an | | underscore 24 | ERROR | [ ] Private member variable "dry_url" must be prefixed with an | | underscore 25 | ERROR | [ ] Private member variable "size" must be prefixed with an | | underscore 29 | ERROR | [x] Expected 1 space after asterisk; 4 found 29 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 29 | ERROR | [x] Expected 5 spaces after parameter name; 7 found 29 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 30 | ERROR | [x] Expected 1 space after asterisk; 4 found 30 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 30 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 31 | ERROR | [x] Expected 1 space after asterisk; 4 found 31 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 42 | ERROR | [x] Expected 1 space after asterisk; 4 found 42 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 43 | ERROR | [x] Expected 1 space after asterisk; 4 found 54 | ERROR | [x] Expected 1 space after asterisk; 4 found 54 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 54 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 54 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 3 | | spaces but found 1 55 | ERROR | [x] Expected 1 space after asterisk; 4 found 55 | ERROR | [ ] Tag @returns cannot be grouped with parameter tags in a doc | | comment 56 | ERROR | [x] Expected 1 space after asterisk; 4 found 56 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 56 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 2 | | spaces but found 1 57 | ERROR | [ ] Missing @return tag in function comment 77 | ERROR | [x] Expected 1 space after asterisk; 4 found 77 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 78 | ERROR | [x] Expected 1 space after asterisk; 4 found 87 | ERROR | [x] Expected 1 space after asterisk; 4 found 87 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 87 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 88 | ERROR | [x] Expected 1 space after asterisk; 4 found 88 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 89 | ERROR | [x] Expected 1 space after asterisk; 4 found 89 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 98 | ERROR | [x] Expected 1 space after asterisk; 4 found 98 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 99 | ERROR | [x] Expected 1 space after asterisk; 4 found 107 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 113 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 41 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/invoker.php ----------------------------------------------------------------------------------- FOUND 84 ERRORS AND 1 WARNING AFFECTING 37 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 20 | ERROR | [x] The open comment tag must be the only content on the line 20 | ERROR | [x] Doc comment short description must be on the first line 20 | ERROR | [x] The close comment tag must be the only content on the line 26 | ERROR | [x] Expected 1 space after asterisk; 4 found 26 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 26 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 27 | ERROR | [x] Expected 1 space after asterisk; 4 found 28 | ERROR | [ ] Missing @category tag in class comment 28 | ERROR | [ ] Missing @author tag in class comment 28 | ERROR | [ ] Missing @license tag in class comment 28 | ERROR | [ ] Missing @link tag in class comment 31 | ERROR | [ ] Private member variable "test_case" must be prefixed with an | | underscore 35 | ERROR | [x] Expected 1 space after asterisk; 4 found 35 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 35 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 44 | ERROR | [x] Expected 1 space after asterisk; 4 found 44 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 45 | ERROR | [x] Expected 1 space after asterisk; 4 found 55 | ERROR | [x] Expected 1 space after asterisk; 4 found 55 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 55 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 55 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 56 | ERROR | [x] Expected 1 space after asterisk; 4 found 56 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 57 | ERROR | [ ] Missing @return tag in function comment 66 | ERROR | [x] Expected 1 space after asterisk; 4 found 66 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 66 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 66 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 67 | ERROR | [x] Expected 1 space after asterisk; 4 found 67 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 68 | ERROR | [ ] Missing @return tag in function comment 79 | ERROR | [x] Expected 1 space after asterisk; 4 found 79 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 79 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 79 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 80 | ERROR | [x] Expected 1 space after asterisk; 4 found 80 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 81 | ERROR | [ ] Missing @return tag in function comment 91 | ERROR | [x] Expected 1 space after asterisk; 4 found 91 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 91 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 92 | ERROR | [x] Expected 1 space after asterisk; 4 found 93 | ERROR | [ ] Missing @category tag in class comment 93 | ERROR | [ ] Missing @author tag in class comment 93 | ERROR | [ ] Missing @license tag in class comment 93 | ERROR | [ ] Missing @link tag in class comment 96 | ERROR | [ ] Private member variable "invoker" must be prefixed with an | | underscore 100 | ERROR | [x] Expected 1 space after asterisk; 4 found 100 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 100 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 109 | ERROR | [x] Expected 1 space after asterisk; 4 found 109 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 110 | ERROR | [x] Expected 1 space after asterisk; 4 found 120 | ERROR | [x] Expected 1 space after asterisk; 4 found 120 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 120 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 120 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 121 | ERROR | [x] Expected 1 space after asterisk; 4 found 121 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 122 | ERROR | [ ] Missing @return tag in function comment 131 | ERROR | [x] Expected 1 space after asterisk; 4 found 131 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 131 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 131 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 132 | ERROR | [x] Expected 1 space after asterisk; 4 found 132 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 133 | ERROR | [ ] Missing @return tag in function comment 142 | ERROR | [x] Expected 1 space after asterisk; 4 found 142 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 142 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 142 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 143 | ERROR | [x] Expected 1 space after asterisk; 4 found 143 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 144 | ERROR | [ ] Missing @return tag in function comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 58 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/scorer.php ----------------------------------------------------------------------------------- FOUND 578 ERRORS AND 1 WARNING AFFECTING 251 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 8 | ERROR | [x] The close comment tag must be the only content on the line 10 | ERROR | [x] The open comment tag must be the only content on the line 10 | ERROR | [x] Doc comment short description must be on the first line 10 | ERROR | [x] The close comment tag must be the only content on the line 16 | ERROR | [x] Expected 1 space after asterisk; 4 found 16 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 16 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 17 | ERROR | [x] Expected 1 space after asterisk; 4 found 18 | ERROR | [x] Expected 1 space after asterisk; 4 found 19 | ERROR | [ ] Missing @category tag in class comment 19 | ERROR | [ ] Missing @author tag in class comment 19 | ERROR | [ ] Missing @license tag in class comment 19 | ERROR | [ ] Missing @link tag in class comment 22 | ERROR | [ ] Private member variable "passes" must be prefixed with an | | underscore 23 | ERROR | [ ] Private member variable "fails" must be prefixed with an | | underscore 24 | ERROR | [ ] Private member variable "exceptions" must be prefixed with an | | underscore 25 | ERROR | [ ] Private member variable "is_dry_run" must be prefixed with an | | underscore 29 | ERROR | [x] Expected 1 space after asterisk; 4 found 29 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 43 | ERROR | [x] Expected 1 space after asterisk; 4 found 43 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 43 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 43 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 44 | ERROR | [x] Expected 1 space after asterisk; 4 found 44 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 45 | ERROR | [ ] Missing @return tag in function comment 53 | ERROR | [x] Expected 1 space after asterisk; 4 found 53 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 53 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 53 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 54 | ERROR | [x] Expected 1 space after asterisk; 4 found 54 | ERROR | [x] Expected 9 spaces after parameter name; 10 found 54 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 55 | ERROR | [x] Expected 1 space after asterisk; 4 found 55 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 56 | ERROR | [ ] Missing @return tag in function comment 65 | ERROR | [x] Expected 1 space after asterisk; 4 found 65 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 65 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 65 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 66 | ERROR | [x] Expected 1 space after asterisk; 4 found 66 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 67 | ERROR | [x] Expected 1 space after asterisk; 4 found 67 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 78 | ERROR | [x] Expected 1 space after asterisk; 4 found 78 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 79 | ERROR | [x] Expected 1 space after asterisk; 4 found 91 | ERROR | [x] Expected 1 space after asterisk; 4 found 91 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 91 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 91 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 91 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 92 | ERROR | [x] Expected 1 space after asterisk; 4 found 92 | ERROR | [x] Expected 6 spaces after parameter name; 9 found 92 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 93 | ERROR | [x] Expected 1 space after asterisk; 4 found 93 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 94 | ERROR | [ ] Missing @return tag in function comment 101 | ERROR | [x] Expected 1 space after asterisk; 4 found 101 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 101 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 101 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 102 | ERROR | [x] Expected 1 space after asterisk; 4 found 102 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 103 | ERROR | [ ] Missing @return tag in function comment 110 | ERROR | [x] Expected 1 space after asterisk; 4 found 110 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 110 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 110 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 111 | ERROR | [x] Expected 1 space after asterisk; 4 found 111 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 112 | ERROR | [ ] Missing @return tag in function comment 119 | ERROR | [x] Expected 1 space after asterisk; 4 found 119 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 119 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 119 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 120 | ERROR | [x] Expected 1 space after asterisk; 4 found 120 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 121 | ERROR | [ ] Missing @return tag in function comment 128 | ERROR | [x] Expected 1 space after asterisk; 4 found 128 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 128 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 128 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 129 | ERROR | [x] Expected 1 space after asterisk; 4 found 129 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 130 | ERROR | [ ] Missing @return tag in function comment 137 | ERROR | [x] Expected 1 space after asterisk; 4 found 137 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 137 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 137 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 138 | ERROR | [x] Expected 1 space after asterisk; 4 found 138 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 139 | ERROR | [ ] Missing @return tag in function comment 146 | ERROR | [x] Expected 1 space after asterisk; 4 found 146 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 146 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 146 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 147 | ERROR | [x] Expected 1 space after asterisk; 4 found 147 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 148 | ERROR | [ ] Missing @return tag in function comment 156 | ERROR | [x] Expected 1 space after asterisk; 4 found 156 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 156 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 156 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 157 | ERROR | [x] Expected 1 space after asterisk; 4 found 157 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 158 | ERROR | [ ] Missing @return tag in function comment 166 | ERROR | [x] Expected 1 space after asterisk; 4 found 166 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 166 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 166 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 168 | ERROR | [x] Expected 1 space after asterisk; 4 found 168 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 169 | ERROR | [ ] Missing @return tag in function comment 177 | ERROR | [x] Expected 1 space after asterisk; 4 found 177 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 177 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 177 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 178 | ERROR | [x] Expected 1 space after asterisk; 4 found 178 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 179 | ERROR | [ ] Missing @return tag in function comment 187 | ERROR | [x] Expected 1 space after asterisk; 4 found 187 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 187 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 187 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 188 | ERROR | [x] Expected 1 space after asterisk; 4 found 188 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 189 | ERROR | [ ] Missing @return tag in function comment 196 | ERROR | [x] Expected 1 space after asterisk; 4 found 196 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 197 | ERROR | [x] Expected 1 space after asterisk; 4 found 206 | ERROR | [x] Expected 1 space after asterisk; 4 found 206 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 207 | ERROR | [x] Expected 1 space after asterisk; 4 found 217 | ERROR | [x] Expected 1 space after asterisk; 4 found 217 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 218 | ERROR | [x] Expected 1 space after asterisk; 4 found 227 | ERROR | [x] Expected 1 space after asterisk; 4 found 227 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 227 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 227 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 228 | ERROR | [x] Expected 1 space after asterisk; 4 found 228 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 229 | ERROR | [ ] Missing @return tag in function comment 237 | ERROR | [x] Expected 1 space after asterisk; 4 found 237 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 237 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 237 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 238 | ERROR | [x] Expected 1 space after asterisk; 4 found 238 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 239 | ERROR | [ ] Missing @return tag in function comment 246 | ERROR | [x] Expected 1 space after asterisk; 4 found 246 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 246 | ERROR | [x] Expected 4 spaces after parameter name; 8 found 246 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 247 | ERROR | [x] Expected 1 space after asterisk; 4 found 247 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 247 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 247 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 248 | ERROR | [x] Expected 1 space after asterisk; 4 found 248 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 249 | ERROR | [ ] Missing @return tag in function comment 260 | ERROR | [x] Expected 1 space after asterisk; 4 found 260 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 260 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 261 | ERROR | [x] Expected 1 space after asterisk; 4 found 262 | ERROR | [ ] Missing @category tag in class comment 262 | ERROR | [ ] Missing @author tag in class comment 262 | ERROR | [ ] Missing @license tag in class comment 262 | ERROR | [ ] Missing @link tag in class comment 265 | ERROR | [ ] Private member variable "test_stack" must be prefixed with an | | underscore 266 | ERROR | [ ] Private member variable "size" must be prefixed with an | | underscore 267 | ERROR | [ ] Private member variable "progress" must be prefixed with an | | underscore 271 | ERROR | [x] Expected 1 space after asterisk; 4 found 271 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 283 | ERROR | [x] Expected 1 space after asterisk; 4 found 283 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 284 | ERROR | [x] Expected 1 space after asterisk; 4 found 296 | ERROR | [x] Expected 1 space after asterisk; 4 found 296 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 296 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 296 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 296 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 297 | ERROR | [x] Expected 1 space after asterisk; 4 found 297 | ERROR | [x] Expected 6 spaces after parameter name; 7 found 297 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 298 | ERROR | [x] Expected 1 space after asterisk; 4 found 298 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 299 | ERROR | [ ] Missing @return tag in function comment 314 | ERROR | [x] Expected 1 space after asterisk; 4 found 314 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 314 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 314 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 314 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 315 | ERROR | [x] Expected 1 space after asterisk; 4 found 315 | ERROR | [ ] Superfluous parameter comment 315 | ERROR | [x] Expected 2 spaces after parameter name; 3 found 315 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 316 | ERROR | [x] Expected 1 space after asterisk; 4 found 316 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 317 | ERROR | [ ] Missing @return tag in function comment 331 | ERROR | [x] Expected 1 space after asterisk; 4 found 331 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 331 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 331 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 332 | ERROR | [x] Expected 1 space after asterisk; 4 found 332 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 333 | ERROR | [ ] Missing @return tag in function comment 348 | ERROR | [x] Expected 1 space after asterisk; 4 found 348 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 348 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 348 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 349 | ERROR | [x] Expected 1 space after asterisk; 4 found 349 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 350 | ERROR | [ ] Missing @return tag in function comment 362 | ERROR | [x] Expected 1 space after asterisk; 4 found 362 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 362 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 362 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 363 | ERROR | [x] Expected 1 space after asterisk; 4 found 363 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 364 | ERROR | [ ] Missing @return tag in function comment 373 | ERROR | [x] Expected 1 space after asterisk; 4 found 373 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 373 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 373 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 374 | ERROR | [x] Expected 1 space after asterisk; 4 found 374 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 375 | ERROR | [ ] Missing @return tag in function comment 383 | ERROR | [x] Expected 1 space after asterisk; 4 found 383 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 383 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 383 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 4 | | spaces but found 1 385 | ERROR | [x] Expected 1 space after asterisk; 4 found 385 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 385 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 3 | | spaces but found 1 386 | ERROR | [x] Expected 1 space after asterisk; 4 found 386 | ERROR | [ ] Tag @abstract cannot be grouped with parameter tags in a doc | | comment 387 | ERROR | [ ] Missing @return tag in function comment 394 | ERROR | [x] Expected 1 space after asterisk; 4 found 394 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 394 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 394 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 4 | | spaces but found 1 395 | ERROR | [x] Expected 1 space after asterisk; 4 found 395 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 395 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 3 | | spaces but found 1 396 | ERROR | [x] Expected 1 space after asterisk; 4 found 396 | ERROR | [ ] Tag @abstract cannot be grouped with parameter tags in a doc | | comment 397 | ERROR | [ ] Missing @return tag in function comment 406 | ERROR | [x] Expected 1 space after asterisk; 4 found 406 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 407 | ERROR | [x] Expected 1 space after asterisk; 4 found 418 | ERROR | [x] Expected 1 space after asterisk; 4 found 418 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 419 | ERROR | [x] Expected 1 space after asterisk; 4 found 429 | ERROR | [x] Expected 1 space after asterisk; 4 found 429 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 430 | ERROR | [x] Expected 1 space after asterisk; 4 found 439 | ERROR | [x] Expected 1 space after asterisk; 4 found 439 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 440 | ERROR | [x] Expected 1 space after asterisk; 4 found 450 | ERROR | [x] Expected 1 space after asterisk; 4 found 450 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 450 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 451 | ERROR | [x] Expected 1 space after asterisk; 4 found 452 | ERROR | [ ] Missing @category tag in class comment 452 | ERROR | [ ] Missing @author tag in class comment 452 | ERROR | [ ] Missing @license tag in class comment 452 | ERROR | [ ] Missing @link tag in class comment 459 | ERROR | [x] Expected 1 space after asterisk; 4 found 459 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 459 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 470 | ERROR | [x] Expected 1 space after asterisk; 4 found 470 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 470 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 470 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 471 | ERROR | [x] Expected 1 space after asterisk; 4 found 471 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 472 | ERROR | [ ] Missing @return tag in function comment 482 | ERROR | [x] Expected 1 space after asterisk; 4 found 482 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 483 | ERROR | [x] Expected 1 space after asterisk; 4 found 493 | ERROR | [x] Expected 1 space after asterisk; 4 found 493 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 494 | ERROR | [x] Expected 1 space after asterisk; 4 found 507 | ERROR | [x] Expected 1 space after asterisk; 4 found 507 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 507 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 507 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 508 | ERROR | [x] Expected 1 space after asterisk; 4 found 508 | ERROR | [x] Expected 9 spaces after parameter name; 10 found 508 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 509 | ERROR | [x] Expected 1 space after asterisk; 4 found 509 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 510 | ERROR | [x] Expected 1 space after asterisk; 4 found 510 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 520 | ERROR | [x] Expected 1 space after asterisk; 4 found 520 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 520 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 520 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 521 | ERROR | [x] Expected 1 space after asterisk; 4 found 521 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 522 | ERROR | [x] Expected 1 space after asterisk; 4 found 522 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 532 | ERROR | [x] Expected 1 space after asterisk; 4 found 532 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 533 | ERROR | [x] Expected 1 space after asterisk; 4 found 542 | ERROR | [x] Expected 1 space after asterisk; 4 found 542 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 542 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 542 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 542 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 543 | ERROR | [x] Expected 1 space after asterisk; 4 found 543 | ERROR | [x] Expected 6 spaces after parameter name; 9 found 543 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 544 | ERROR | [x] Expected 1 space after asterisk; 4 found 544 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 545 | ERROR | [ ] Missing @return tag in function comment 553 | ERROR | [x] Expected 1 space after asterisk; 4 found 553 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 553 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 553 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 554 | ERROR | [x] Expected 1 space after asterisk; 4 found 554 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 555 | ERROR | [ ] Missing @return tag in function comment 563 | ERROR | [x] Expected 1 space after asterisk; 4 found 563 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 563 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 563 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 564 | ERROR | [x] Expected 1 space after asterisk; 4 found 564 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 565 | ERROR | [ ] Missing @return tag in function comment 573 | ERROR | [x] Expected 1 space after asterisk; 4 found 573 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 573 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 573 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 574 | ERROR | [x] Expected 1 space after asterisk; 4 found 574 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 575 | ERROR | [ ] Missing @return tag in function comment 583 | ERROR | [x] Expected 1 space after asterisk; 4 found 583 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 583 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 583 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 584 | ERROR | [x] Expected 1 space after asterisk; 4 found 584 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 585 | ERROR | [ ] Missing @return tag in function comment 593 | ERROR | [x] Expected 1 space after asterisk; 4 found 593 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 593 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 593 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 594 | ERROR | [x] Expected 1 space after asterisk; 4 found 594 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 595 | ERROR | [ ] Missing @return tag in function comment 603 | ERROR | [x] Expected 1 space after asterisk; 4 found 603 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 603 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 603 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 604 | ERROR | [x] Expected 1 space after asterisk; 4 found 604 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 605 | ERROR | [ ] Missing @return tag in function comment 613 | ERROR | [x] Expected 1 space after asterisk; 4 found 613 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 613 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 613 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 614 | ERROR | [x] Expected 1 space after asterisk; 4 found 614 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 615 | ERROR | [ ] Missing @return tag in function comment 623 | ERROR | [x] Expected 1 space after asterisk; 4 found 623 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 623 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 623 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 625 | ERROR | [x] Expected 1 space after asterisk; 4 found 625 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 626 | ERROR | [ ] Missing @return tag in function comment 634 | ERROR | [x] Expected 1 space after asterisk; 4 found 634 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 634 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 634 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 635 | ERROR | [x] Expected 1 space after asterisk; 4 found 635 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 636 | ERROR | [ ] Missing @return tag in function comment 644 | ERROR | [x] Expected 1 space after asterisk; 4 found 644 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 644 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 644 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 645 | ERROR | [x] Expected 1 space after asterisk; 4 found 645 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 646 | ERROR | [ ] Missing @return tag in function comment 654 | ERROR | [x] Expected 1 space after asterisk; 4 found 654 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 654 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 654 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 655 | ERROR | [x] Expected 1 space after asterisk; 4 found 655 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 656 | ERROR | [ ] Missing @return tag in function comment 664 | ERROR | [x] Expected 1 space after asterisk; 4 found 664 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 664 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 664 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 665 | ERROR | [x] Expected 1 space after asterisk; 4 found 665 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 666 | ERROR | [ ] Missing @return tag in function comment 674 | ERROR | [x] Expected 1 space after asterisk; 4 found 674 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 674 | ERROR | [x] Expected 4 spaces after parameter name; 8 found 674 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 675 | ERROR | [x] Expected 1 space after asterisk; 4 found 675 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 675 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 675 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 676 | ERROR | [x] Expected 1 space after asterisk; 4 found 676 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 679 | ERROR | [x] Expected 1 space after asterisk; 4 found 679 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 690 | ERROR | [x] Expected 1 space after asterisk; 4 found 690 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 690 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 691 | ERROR | [x] Expected 1 space after asterisk; 4 found 692 | ERROR | [ ] Missing @category tag in class comment 692 | ERROR | [ ] Missing @author tag in class comment 692 | ERROR | [ ] Missing @license tag in class comment 692 | ERROR | [ ] Missing @link tag in class comment 695 | ERROR | [ ] Private member variable "reporters" must be prefixed with an | | underscore 699 | ERROR | [x] Expected 1 space after asterisk; 4 found 699 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 699 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 699 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 700 | ERROR | [x] Expected 1 space after asterisk; 4 found 700 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 701 | ERROR | [ ] Missing @return tag in function comment 711 | ERROR | [x] Expected 1 space after asterisk; 4 found 711 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 711 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 711 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 712 | ERROR | [x] Expected 1 space after asterisk; 4 found 712 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 713 | ERROR | [ ] Missing @return tag in function comment 726 | ERROR | [x] Expected 1 space after asterisk; 4 found 726 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 727 | ERROR | [x] Expected 1 space after asterisk; 4 found 742 | ERROR | [x] Expected 1 space after asterisk; 4 found 742 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 742 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 742 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 743 | ERROR | [x] Expected 1 space after asterisk; 4 found 743 | ERROR | [x] Expected 9 spaces after parameter name; 10 found 743 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 744 | ERROR | [x] Expected 1 space after asterisk; 4 found 744 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 745 | ERROR | [ ] Missing @return tag in function comment 758 | ERROR | [x] Expected 1 space after asterisk; 4 found 758 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 758 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 758 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 759 | ERROR | [x] Expected 1 space after asterisk; 4 found 759 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 760 | ERROR | [x] Expected 1 space after asterisk; 4 found 760 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 773 | ERROR | [x] Expected 1 space after asterisk; 4 found 773 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 774 | ERROR | [x] Expected 1 space after asterisk; 4 found 783 | ERROR | [x] Expected 1 space after asterisk; 4 found 783 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 783 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 783 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 783 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 784 | ERROR | [x] Expected 1 space after asterisk; 4 found 784 | ERROR | [x] Expected 6 spaces after parameter name; 9 found 784 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 785 | ERROR | [x] Expected 1 space after asterisk; 4 found 785 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 786 | ERROR | [ ] Missing @return tag in function comment 796 | ERROR | [x] Expected 1 space after asterisk; 4 found 796 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 796 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 796 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 797 | ERROR | [x] Expected 1 space after asterisk; 4 found 797 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 798 | ERROR | [ ] Missing @return tag in function comment 808 | ERROR | [x] Expected 1 space after asterisk; 4 found 808 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 808 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 808 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 809 | ERROR | [x] Expected 1 space after asterisk; 4 found 809 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 810 | ERROR | [ ] Missing @return tag in function comment 820 | ERROR | [x] Expected 1 space after asterisk; 4 found 820 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 820 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 820 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 821 | ERROR | [x] Expected 1 space after asterisk; 4 found 821 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 822 | ERROR | [ ] Missing @return tag in function comment 832 | ERROR | [x] Expected 1 space after asterisk; 4 found 832 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 832 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 832 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 833 | ERROR | [x] Expected 1 space after asterisk; 4 found 833 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 834 | ERROR | [ ] Missing @return tag in function comment 844 | ERROR | [x] Expected 1 space after asterisk; 4 found 844 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 844 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 844 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 845 | ERROR | [x] Expected 1 space after asterisk; 4 found 845 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 846 | ERROR | [ ] Missing @return tag in function comment 856 | ERROR | [x] Expected 1 space after asterisk; 4 found 856 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 856 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 856 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 857 | ERROR | [x] Expected 1 space after asterisk; 4 found 857 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 858 | ERROR | [ ] Missing @return tag in function comment 868 | ERROR | [x] Expected 1 space after asterisk; 4 found 868 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 868 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 868 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 869 | ERROR | [x] Expected 1 space after asterisk; 4 found 869 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 870 | ERROR | [ ] Missing @return tag in function comment 880 | ERROR | [x] Expected 1 space after asterisk; 4 found 880 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 880 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 880 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 882 | ERROR | [x] Expected 1 space after asterisk; 4 found 882 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 883 | ERROR | [ ] Missing @return tag in function comment 893 | ERROR | [x] Expected 1 space after asterisk; 4 found 893 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 893 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 893 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 894 | ERROR | [x] Expected 1 space after asterisk; 4 found 894 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 895 | ERROR | [ ] Missing @return tag in function comment 905 | ERROR | [x] Expected 1 space after asterisk; 4 found 905 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 905 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 905 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 906 | ERROR | [x] Expected 1 space after asterisk; 4 found 906 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 907 | ERROR | [ ] Missing @return tag in function comment 917 | ERROR | [x] Expected 1 space after asterisk; 4 found 917 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 917 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 917 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 918 | ERROR | [x] Expected 1 space after asterisk; 4 found 918 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 919 | ERROR | [ ] Missing @return tag in function comment 929 | ERROR | [x] Expected 1 space after asterisk; 4 found 929 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 929 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 929 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 930 | ERROR | [x] Expected 1 space after asterisk; 4 found 930 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 931 | ERROR | [ ] Missing @return tag in function comment 941 | ERROR | [x] Expected 1 space after asterisk; 4 found 941 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 941 | ERROR | [x] Expected 4 spaces after parameter name; 8 found 941 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 942 | ERROR | [x] Expected 1 space after asterisk; 4 found 942 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 942 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 942 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 943 | ERROR | [x] Expected 1 space after asterisk; 4 found 943 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 946 | ERROR | [x] Expected 1 space after asterisk; 4 found 946 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 426 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/selector.php ----------------------------------------------------------------------------------- FOUND 91 ERRORS AND 1 WARNING AFFECTING 39 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The open comment tag must be the only content on the line 13 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The close comment tag must be the only content on the line 18 | ERROR | [x] Expected 1 space after asterisk; 4 found 18 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 18 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 19 | ERROR | [x] Expected 1 space after asterisk; 4 found 20 | ERROR | [ ] Missing @category tag in class comment 20 | ERROR | [ ] Missing @author tag in class comment 20 | ERROR | [ ] Missing @license tag in class comment 20 | ERROR | [ ] Missing @link tag in class comment 23 | ERROR | [ ] Private member variable "name" must be prefixed with an | | underscore 27 | ERROR | [x] Expected 1 space after asterisk; 4 found 27 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 27 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 36 | ERROR | [x] Expected 1 space after asterisk; 2 found 36 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 37 | ERROR | [ ] Missing @return tag in function comment 45 | ERROR | [x] Expected 1 space after asterisk; 4 found 45 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 45 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 45 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 46 | ERROR | [x] Expected 1 space after asterisk; 4 found 46 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 47 | ERROR | [ ] Missing @return tag in function comment 57 | ERROR | [x] Expected 1 space after asterisk; 4 found 57 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 57 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 58 | ERROR | [x] Expected 1 space after asterisk; 4 found 59 | ERROR | [ ] Missing @category tag in class comment 59 | ERROR | [ ] Missing @author tag in class comment 59 | ERROR | [ ] Missing @license tag in class comment 59 | ERROR | [ ] Missing @link tag in class comment 62 | ERROR | [ ] Private member variable "label" must be prefixed with an | | underscore 66 | ERROR | [x] Expected 1 space after asterisk; 4 found 66 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 66 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 76 | ERROR | [x] Expected 1 space after asterisk; 4 found 76 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 76 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 76 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 77 | ERROR | [x] Expected 1 space after asterisk; 4 found 77 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 78 | ERROR | [ ] Missing @return tag in function comment 91 | ERROR | [x] Expected 1 space after asterisk; 4 found 91 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 91 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 92 | ERROR | [x] Expected 1 space after asterisk; 4 found 93 | ERROR | [ ] Missing @category tag in class comment 93 | ERROR | [ ] Missing @author tag in class comment 93 | ERROR | [ ] Missing @license tag in class comment 93 | ERROR | [ ] Missing @link tag in class comment 96 | ERROR | [ ] Private member variable "id" must be prefixed with an | | underscore 100 | ERROR | [x] Expected 1 space after asterisk; 4 found 100 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 100 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 109 | ERROR | [x] Expected 1 space after asterisk; 4 found 109 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 109 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 109 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 110 | ERROR | [x] Expected 1 space after asterisk; 4 found 110 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 111 | ERROR | [ ] Missing @return tag in function comment 121 | ERROR | [x] Expected 1 space after asterisk; 4 found 121 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 121 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 122 | ERROR | [x] Expected 1 space after asterisk; 4 found 123 | ERROR | [ ] Missing @category tag in class comment 123 | ERROR | [ ] Missing @author tag in class comment 123 | ERROR | [ ] Missing @license tag in class comment 123 | ERROR | [ ] Missing @link tag in class comment 126 | ERROR | [ ] Private member variable "label" must be prefixed with an | | underscore 130 | ERROR | [x] Expected 1 space after asterisk; 4 found 130 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 130 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 140 | ERROR | [x] Expected 1 space after asterisk; 4 found 140 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 140 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 140 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 141 | ERROR | [x] Expected 1 space after asterisk; 4 found 141 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 142 | ERROR | [ ] Missing @return tag in function comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 58 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/recorder.php ----------------------------------------------------------------------------------- FOUND 116 ERRORS AND 2 WARNINGS AFFECTING 44 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 1 found 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 4 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 4 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 5 | ERROR | [x] Expected 1 space after asterisk; 1 found 5 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 5 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 6 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | ERROR | [ ] Content of the @author tag must be in the form "Display Name | | " 6 | ERROR | [x] Tag value for @author tag indented incorrectly; expected 5 | | spaces but found 1 7 | ERROR | [x] Expected 1 space after asterisk; 2 found 7 | ERROR | [ ] Content of the @author tag must be in the form "Display Name | | " 7 | ERROR | [x] Tag value for @author tag indented incorrectly; expected 5 | | spaces but found 1 8 | ERROR | [x] Expected 1 space after asterisk; 2 found 8 | ERROR | [ ] Content of the @author tag must be in the form "Display Name | | " 8 | ERROR | [x] Tag value for @author tag indented incorrectly; expected 5 | | spaces but found 1 9 | WARNING | [ ] PHP version not specified 9 | ERROR | [ ] Missing @category tag in file comment 9 | ERROR | [ ] Missing @license tag in file comment 9 | ERROR | [ ] Missing @link tag in file comment 12 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 12 | ERROR | [ ] Doc comment short description must start with a capital | | letter 17 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 18 | ERROR | [x] Expected 1 space after asterisk; 1 found 18 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 18 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 18 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 18 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 19 | ERROR | [x] Expected 1 space after asterisk; 1 found 19 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 19 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 20 | ERROR | [ ] Missing @category tag in class comment 20 | ERROR | [ ] Missing @author tag in class comment 20 | ERROR | [ ] Missing @license tag in class comment 20 | ERROR | [ ] Missing @link tag in class comment 29 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 29 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 29 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 29 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 30 | ERROR | [x] Expected 4 spaces after parameter name; 7 found 34 | ERROR | [ ] Multi-line assignments must have the equal sign on the second | | line 40 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 41 | ERROR | [x] Expected 1 space after asterisk; 1 found 41 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 41 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 41 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 41 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 42 | ERROR | [x] Expected 1 space after asterisk; 1 found 42 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 42 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 43 | ERROR | [ ] Missing @category tag in class comment 43 | ERROR | [ ] Missing @author tag in class comment 43 | ERROR | [ ] Missing @license tag in class comment 43 | ERROR | [ ] Missing @link tag in class comment 49 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 50 | ERROR | [x] Expected 1 space after asterisk; 1 found 50 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 50 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 50 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 50 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 51 | ERROR | [x] Expected 1 space after asterisk; 1 found 51 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 51 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 52 | ERROR | [ ] Missing @category tag in class comment 52 | ERROR | [ ] Missing @author tag in class comment 52 | ERROR | [ ] Missing @license tag in class comment 52 | ERROR | [ ] Missing @link tag in class comment 58 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 59 | ERROR | [x] Expected 1 space after asterisk; 1 found 59 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 59 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 59 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 59 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 60 | ERROR | [x] Expected 1 space after asterisk; 1 found 60 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 60 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 61 | ERROR | [ ] Missing @category tag in class comment 61 | ERROR | [ ] Missing @author tag in class comment 61 | ERROR | [ ] Missing @license tag in class comment 61 | ERROR | [ ] Missing @link tag in class comment 69 | ERROR | [x] Expected 1 space after asterisk; 1 found 69 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 69 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 69 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 69 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 70 | ERROR | [x] Expected 1 space after asterisk; 1 found 70 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 70 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 71 | ERROR | [ ] Missing @category tag in class comment 71 | ERROR | [ ] Missing @author tag in class comment 71 | ERROR | [ ] Missing @license tag in class comment 71 | ERROR | [ ] Missing @link tag in class comment 79 | ERROR | [x] Expected 1 space after asterisk; 4 found 79 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 79 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 80 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 80 | ERROR | [x] Parameter comment not aligned correctly; expected 30 spaces | | but found 11 81 | ERROR | [ ] Missing @return tag in function comment 89 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 90 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 91 | ERROR | [x] Expected 1 space after asterisk; 4 found 91 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 91 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 92 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 92 | ERROR | [x] Parameter comment not aligned correctly; expected 30 spaces | | but found 11 93 | ERROR | [ ] Missing @return tag in function comment 101 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 102 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 103 | ERROR | [x] Expected 1 space after asterisk; 4 found 103 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 103 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 104 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 104 | ERROR | [x] Parameter comment not aligned correctly; expected 30 spaces | | but found 11 105 | ERROR | [ ] Missing @return tag in function comment 109 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 84 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/simpletest.php ----------------------------------------------------------------------------------- FOUND 147 ERRORS AND 2 WARNINGS AFFECTING 71 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 11 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 12 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 13 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 14 | ERROR | [x] The open comment tag must be the only content on the line 14 | ERROR | [x] Doc comment short description must be on the first line 14 | ERROR | [x] The close comment tag must be the only content on the line 19 | ERROR | [x] Expected 1 space after asterisk; 4 found 19 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 19 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 2 20 | ERROR | [x] Expected 1 space after asterisk; 4 found 20 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 3 21 | ERROR | [ ] Missing @category tag in class comment 21 | ERROR | [ ] Missing @author tag in class comment 21 | ERROR | [ ] Missing @license tag in class comment 21 | ERROR | [ ] Missing @link tag in class comment 26 | ERROR | [x] Expected 1 space after asterisk; 4 found 26 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 37 | ERROR | [x] Expected 1 space after asterisk; 4 found 37 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 37 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 38 | ERROR | [ ] Missing @return tag in function comment 56 | ERROR | [x] Expected 1 space after asterisk; 4 found 56 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 56 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 57 | ERROR | [ ] Missing @return tag in function comment 75 | ERROR | [x] Expected 1 space after asterisk; 3 found 75 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 75 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 76 | ERROR | [x] Expected 1 space after asterisk; 3 found 76 | ERROR | [ ] Tag @see cannot be grouped with parameter tags in a doc | | comment 76 | ERROR | [x] Tag value for @see tag indented incorrectly; expected 3 | | spaces but found 1 77 | ERROR | [ ] Missing @return tag in function comment 88 | ERROR | [x] Expected 1 space after asterisk; 3 found 88 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 88 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 88 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 89 | ERROR | [x] Expected 1 space after asterisk; 3 found 89 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 90 | ERROR | [x] Expected 1 space after asterisk; 3 found 90 | ERROR | [ ] Tag @see cannot be grouped with parameter tags in a doc | | comment 90 | ERROR | [x] Tag value for @see tag indented incorrectly; expected 4 | | spaces but found 1 114 | ERROR | [x] Expected 1 space after asterisk; 4 found 114 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 114 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 114 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 115 | ERROR | [x] Expected 1 space after asterisk; 4 found 115 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 128 | ERROR | [x] Expected 1 space after asterisk; 4 found 128 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 128 | ERROR | [x] Expected 4 spaces after parameter name; 5 found 129 | ERROR | [x] Expected 1 space after asterisk; 4 found 129 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 130 | ERROR | [x] Expected 1 space after asterisk; 4 found 130 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 131 | ERROR | [ ] Missing @return tag in function comment 142 | ERROR | [x] Expected 1 space after asterisk; 4 found 142 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 152 | ERROR | [x] Expected 1 space after asterisk; 4 found 152 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 162 | ERROR | [x] Expected 1 space after asterisk; 4 found 162 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 172 | ERROR | [x] Expected 1 space after asterisk; 4 found 172 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 184 | ERROR | [x] Expected 1 space after asterisk; 4 found 184 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 184 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 187 | ERROR | [ ] Missing @return tag in function comment 196 | ERROR | [x] Expected 1 space after asterisk; 4 found 196 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 210 | ERROR | [x] Expected 1 space after asterisk; 4 found 210 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 223 | ERROR | [x] Expected 1 space after asterisk; 4 found 223 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 234 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 237 | ERROR | [ ] Missing short description in doc comment 237 | ERROR | [ ] Doc comment for parameter "$mock_base" missing 238 | ERROR | [x] Expected 1 space after asterisk; 4 found 239 | ERROR | [ ] Missing @return tag in function comment 246 | ERROR | [ ] Missing short description in doc comment 247 | ERROR | [x] Expected 1 space after asterisk; 4 found 248 | ERROR | [ ] Missing @return tag in function comment 262 | ERROR | [x] Expected 1 space after asterisk; 4 found 262 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 262 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 1 | | spaces but found 2 263 | ERROR | [ ] Missing @category tag in class comment 263 | ERROR | [ ] Missing @author tag in class comment 263 | ERROR | [ ] Missing @license tag in class comment 263 | ERROR | [ ] Missing @link tag in class comment 266 | ERROR | [ ] Private member variable "test" must be prefixed with an | | underscore 267 | ERROR | [ ] Private member variable "reporter" must be prefixed with an | | underscore 268 | ERROR | [ ] Private member variable "resources" must be prefixed with an | | underscore 272 | ERROR | [x] Expected 1 space after asterisk; 4 found 272 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 273 | ERROR | [ ] Missing @return tag in function comment 283 | ERROR | [x] Expected 1 space after asterisk; 4 found 283 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 283 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 284 | ERROR | [ ] Missing @return tag in function comment 293 | ERROR | [x] Expected 1 space after asterisk; 4 found 293 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 304 | ERROR | [x] Expected 1 space after asterisk; 4 found 304 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 304 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 305 | ERROR | [ ] Missing @return tag in function comment 314 | ERROR | [x] Expected 1 space after asterisk; 4 found 314 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 321 | ERROR | [ ] Doc comment for parameter "$resource" missing 323 | ERROR | [x] Expected 1 space after asterisk; 4 found 323 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 337 | ERROR | [x] Expected 1 space after asterisk; 4 found 337 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 337 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 338 | ERROR | [x] Expected 1 space after asterisk; 4 found 339 | ERROR | [ ] Missing @category tag in class comment 339 | ERROR | [ ] Missing @author tag in class comment 339 | ERROR | [ ] Missing @license tag in class comment 339 | ERROR | [ ] Missing @link tag in class comment 342 | ERROR | [ ] Private member variable "prefixes" must be prefixed with an | | underscore 346 | ERROR | [x] Expected 1 space after asterisk; 4 found 346 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 346 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 357 | ERROR | [x] Expected 1 space after asterisk; 4 found 357 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 357 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 357 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 358 | ERROR | [x] Expected 1 space after asterisk; 4 found 358 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 378 | ERROR | [x] Expected 1 space after asterisk; 4 found 378 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 378 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 379 | ERROR | [x] Expected 1 space after asterisk; 4 found 379 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 396 | ERROR | [x] Expected 1 space after asterisk; 4 found 396 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 396 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 397 | ERROR | [x] Expected 1 space after asterisk; 4 found 397 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 411 | ERROR | [x] Expected 1 space after asterisk; 4 found 411 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 106 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/exceptions.php ----------------------------------------------------------------------------------- FOUND 109 ERRORS AND 1 WARNING AFFECTING 45 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The open comment tag must be the only content on the line 13 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The close comment tag must be the only content on the line 18 | ERROR | [x] Expected 1 space after asterisk; 4 found 18 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 18 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 19 | ERROR | [x] Expected 1 space after asterisk; 4 found 20 | ERROR | [ ] Missing @category tag in class comment 20 | ERROR | [ ] Missing @author tag in class comment 20 | ERROR | [ ] Missing @license tag in class comment 20 | ERROR | [ ] Missing @link tag in class comment 25 | ERROR | [x] Expected 1 space after asterisk; 4 found 25 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 25 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 36 | ERROR | [x] Expected 1 space after asterisk; 4 found 36 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 36 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 37 | ERROR | [ ] Missing @return tag in function comment 69 | ERROR | [x] Expected 1 space after asterisk; 4 found 69 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 69 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 70 | ERROR | [x] Expected 1 space after asterisk; 4 found 71 | ERROR | [ ] Missing @category tag in class comment 71 | ERROR | [ ] Missing @author tag in class comment 71 | ERROR | [ ] Missing @license tag in class comment 71 | ERROR | [ ] Missing @link tag in class comment 74 | ERROR | [ ] Private member variable "expected" must be prefixed with an | | underscore 84 | ERROR | [x] Expected 1 space after asterisk; 4 found 84 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 84 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 84 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 86 | ERROR | [x] Expected 1 space after asterisk; 4 found 86 | ERROR | [x] Expected 2 spaces after parameter name; 3 found 96 | ERROR | [x] Expected 1 space after asterisk; 4 found 96 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 96 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 96 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 97 | ERROR | [x] Expected 1 space after asterisk; 4 found 97 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 112 | ERROR | [x] Expected 1 space after asterisk; 4 found 112 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 112 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 112 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 113 | ERROR | [x] Expected 1 space after asterisk; 4 found 113 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 128 | ERROR | [x] Expected 1 space after asterisk; 4 found 128 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 128 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 129 | ERROR | [x] Expected 1 space after asterisk; 4 found 129 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 141 | ERROR | [x] Expected 1 space after asterisk; 4 found 141 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 141 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 2 142 | ERROR | [x] Expected 1 space after asterisk; 4 found 142 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 3 143 | ERROR | [ ] Missing @category tag in class comment 143 | ERROR | [ ] Missing @author tag in class comment 143 | ERROR | [ ] Missing @license tag in class comment 143 | ERROR | [ ] Missing @link tag in class comment 146 | ERROR | [ ] Private member variable "expected" must be prefixed with an | | underscore 147 | ERROR | [ ] Private member variable "ignored" must be prefixed with an | | underscore 148 | ERROR | [ ] Private member variable "message" must be prefixed with an | | underscore 162 | ERROR | [x] Expected 1 space after asterisk; 4 found 162 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 162 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 162 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 163 | ERROR | [x] Expected 1 space after asterisk; 4 found 163 | ERROR | [x] Expected 12 spaces after parameter type; 1 found 163 | ERROR | [x] Expected 2 spaces after parameter name; 16 found 163 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 164 | ERROR | [x] Expected 1 space after asterisk; 4 found 164 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 165 | ERROR | [ ] Missing @return tag in function comment 175 | ERROR | [x] Expected 1 space after asterisk; 4 found 175 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 175 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 175 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 176 | ERROR | [x] Expected 1 space after asterisk; 4 found 176 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 177 | ERROR | [ ] Missing @return tag in function comment 187 | ERROR | [x] Expected 1 space after asterisk; 4 found 187 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 187 | ERROR | [x] Expected 6 spaces after parameter name; 4 found 187 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 188 | ERROR | [x] Expected 1 space after asterisk; 4 found 188 | ERROR | [x] Expected 6 spaces after parameter type; 1 found 188 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 188 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 189 | ERROR | [x] Expected 1 space after asterisk; 4 found 189 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 206 | ERROR | [x] Expected 1 space after asterisk; 4 found 206 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 206 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 208 | ERROR | [x] Expected 1 space after asterisk; 4 found 208 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 211 | ERROR | [ ] Private method name | | "SimpleExceptionTrap::coerceToExpectation" must be prefixed | | with an underscore 224 | ERROR | [x] Expected 1 space after asterisk; 4 found 224 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 233 | ERROR | [ ] Missing @return tag in function comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 76 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/url.php ----------------------------------------------------------------------------------- FOUND 217 ERRORS AND 5 WARNINGS AFFECTING 113 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 11 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 12 | ERROR | [x] The open comment tag must be the only content on the line 12 | ERROR | [x] Doc comment short description must be on the first line 12 | ERROR | [x] The close comment tag must be the only content on the line 21 | ERROR | [x] Expected 1 space after asterisk; 4 found 21 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 21 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 22 | ERROR | [x] Expected 1 space after asterisk; 4 found 23 | ERROR | [ ] Missing @category tag in class comment 23 | ERROR | [ ] Missing @author tag in class comment 23 | ERROR | [ ] Missing @license tag in class comment 23 | ERROR | [ ] Missing @link tag in class comment 26 | ERROR | [ ] Private member variable "scheme" must be prefixed with an | | underscore 27 | ERROR | [ ] Private member variable "username" must be prefixed with an | | underscore 28 | ERROR | [ ] Private member variable "password" must be prefixed with an | | underscore 29 | ERROR | [ ] Private member variable "host" must be prefixed with an | | underscore 30 | ERROR | [ ] Private member variable "port" must be prefixed with an | | underscore 32 | ERROR | [ ] Private member variable "request" must be prefixed with an | | underscore 33 | ERROR | [ ] Private member variable "fragment" must be prefixed with an | | underscore 34 | ERROR | [ ] Private member variable "x" must be prefixed with an | | underscore 35 | ERROR | [ ] Private member variable "y" must be prefixed with an | | underscore 36 | ERROR | [ ] Private member variable "target" must be prefixed with an | | underscore 37 | ERROR | [ ] Private member variable "raw" must be prefixed with an | | underscore 41 | ERROR | [x] Expected 1 space after asterisk; 4 found 41 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 41 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 41 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 42 | ERROR | [x] Expected 1 space after asterisk; 4 found 42 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 78 | ERROR | [x] Expected 1 space after asterisk; 4 found 78 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 78 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 80 | ERROR | [x] Expected 1 space after asterisk; 4 found 80 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 81 | ERROR | [x] Expected 1 space after asterisk; 4 found 81 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 94 | ERROR | [x] Expected 1 space after asterisk; 4 found 94 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 94 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 96 | ERROR | [x] Expected 1 space after asterisk; 4 found 96 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 97 | ERROR | [x] Expected 1 space after asterisk; 4 found 97 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 112 | ERROR | [x] Expected 1 space after asterisk; 4 found 112 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 112 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 114 | ERROR | [x] Expected 1 space after asterisk; 4 found 114 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 116 | ERROR | [x] Expected 1 space after asterisk; 4 found 116 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 142 | ERROR | [x] Expected 1 space after asterisk; 4 found 142 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 142 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 144 | ERROR | [x] Expected 1 space after asterisk; 4 found 144 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 145 | ERROR | [x] Expected 1 space after asterisk; 4 found 145 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 158 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 169 | ERROR | [x] Expected 1 space after asterisk; 4 found 169 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 169 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 171 | ERROR | [x] Expected 1 space after asterisk; 4 found 171 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 172 | ERROR | [x] Expected 1 space after asterisk; 4 found 172 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 185 | ERROR | [x] Expected 1 space after asterisk; 4 found 185 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 185 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 187 | ERROR | [x] Expected 1 space after asterisk; 4 found 187 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 188 | ERROR | [x] Expected 1 space after asterisk; 4 found 188 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 201 | ERROR | [x] Expected 1 space after asterisk; 4 found 201 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 201 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 202 | ERROR | [x] Expected 1 space after asterisk; 4 found 202 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 203 | ERROR | [x] Expected 1 space after asterisk; 4 found 203 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 221 | ERROR | [x] Expected 1 space after asterisk; 4 found 221 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 221 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 221 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 222 | ERROR | [x] Expected 1 space after asterisk; 4 found 222 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 223 | ERROR | [x] Expected 1 space after asterisk; 4 found 223 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 232 | ERROR | [x] Expected 1 space after asterisk; 4 found 232 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 233 | ERROR | [x] Expected 1 space after asterisk; 4 found 242 | ERROR | [x] Expected 1 space after asterisk; 4 found 242 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 243 | ERROR | [x] Expected 1 space after asterisk; 4 found 252 | ERROR | [x] Expected 1 space after asterisk; 4 found 252 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 252 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 252 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 253 | ERROR | [x] Expected 1 space after asterisk; 4 found 253 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 254 | ERROR | [x] Expected 1 space after asterisk; 4 found 254 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 263 | ERROR | [x] Expected 1 space after asterisk; 4 found 263 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 264 | ERROR | [x] Expected 1 space after asterisk; 4 found 274 | ERROR | [x] Expected 1 space after asterisk; 4 found 274 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 275 | ERROR | [x] Expected 1 space after asterisk; 4 found 284 | ERROR | [x] Expected 1 space after asterisk; 4 found 284 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 285 | ERROR | [x] Expected 1 space after asterisk; 4 found 298 | ERROR | [x] Expected 1 space after asterisk; 4 found 298 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 298 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 1 | | spaces but found 12 299 | ERROR | [x] Expected 1 space after asterisk; 4 found 311 | ERROR | [x] Expected 1 space after asterisk; 4 found 311 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 312 | ERROR | [x] Expected 1 space after asterisk; 4 found 324 | ERROR | [x] Expected 1 space after asterisk; 4 found 324 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 325 | ERROR | [x] Expected 1 space after asterisk; 4 found 335 | ERROR | [x] Expected 1 space after asterisk; 4 found 335 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 335 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 335 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 336 | ERROR | [x] Expected 1 space after asterisk; 4 found 336 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 336 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 337 | ERROR | [x] Expected 1 space after asterisk; 4 found 337 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 338 | ERROR | [ ] Missing @return tag in function comment 351 | ERROR | [x] Expected 1 space after asterisk; 4 found 351 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 352 | ERROR | [x] Expected 1 space after asterisk; 4 found 361 | ERROR | [x] Expected 1 space after asterisk; 4 found 361 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 362 | ERROR | [x] Expected 1 space after asterisk; 4 found 374 | ERROR | [x] Expected 1 space after asterisk; 4 found 374 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 375 | ERROR | [x] Expected 1 space after asterisk; 4 found 392 | ERROR | [x] Expected 1 space after asterisk; 4 found 392 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 392 | ERROR | [x] Expected 3 spaces after parameter name; 12 found 392 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 393 | ERROR | [x] Expected 1 space after asterisk; 4 found 393 | ERROR | [x] Expected 1 spaces after parameter name; 10 found 393 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 394 | ERROR | [x] Expected 1 space after asterisk; 4 found 394 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 395 | ERROR | [ ] Missing @return tag in function comment 404 | ERROR | [x] Expected 1 space after asterisk; 4 found 404 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 404 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 404 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 405 | ERROR | [x] Parameter comment not aligned correctly; expected 49 spaces | | but found 48 406 | ERROR | [x] Expected 1 space after asterisk; 4 found 406 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 407 | ERROR | [ ] Missing @return tag in function comment 416 | ERROR | [x] Expected 1 space after asterisk; 4 found 416 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 417 | ERROR | [ ] Missing @return tag in function comment 428 | ERROR | [x] Expected 1 space after asterisk; 4 found 428 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 429 | ERROR | [x] Expected 1 space after asterisk; 4 found 438 | ERROR | [x] Expected 1 space after asterisk; 4 found 438 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 438 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 438 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 439 | ERROR | [x] Expected 1 space after asterisk; 4 found 439 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 440 | ERROR | [ ] Missing @return tag in function comment 449 | ERROR | [x] Expected 1 space after asterisk; 4 found 449 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 450 | ERROR | [x] Expected 1 space after asterisk; 4 found 478 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 486 | ERROR | [x] Expected 1 space after asterisk; 4 found 486 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 486 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 486 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 487 | ERROR | [x] Expected 1 space after asterisk; 4 found 487 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 488 | ERROR | [ ] Missing @return tag in function comment 511 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 512 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 518 | ERROR | [x] Expected 1 space after asterisk; 4 found 518 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 518 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 519 | ERROR | [x] Expected 1 space after asterisk; 4 found 519 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 520 | ERROR | [x] Expected 1 space after asterisk; 4 found 520 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 538 | ERROR | [x] Expected 1 space after asterisk; 4 found 538 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 538 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 539 | ERROR | [x] Expected 1 space after asterisk; 4 found 539 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 540 | ERROR | [x] Expected 1 space after asterisk; 4 found 540 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 550 | ERROR | [x] Expected 1 space after asterisk; 4 found 550 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 551 | ERROR | [x] Expected 1 space after asterisk; 4 found 563 | ERROR | [x] Expected 1 space after asterisk; 4 found 563 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 563 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 563 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 564 | ERROR | [x] Expected 1 space after asterisk; 4 found 564 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 565 | ERROR | [x] Expected 1 space after asterisk; 4 found 565 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 576 | ERROR | [x] Expected 1 space after asterisk; 4 found 576 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 577 | ERROR | [x] Expected 1 space after asterisk; 4 found ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 162 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/mock_objects.php ----------------------------------------------------------------------------------- FOUND 767 ERRORS AND 52 WARNINGS AFFECTING 380 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 15 | ERROR | [x] The open comment tag must be the only content on the line 15 | ERROR | [x] Doc comment short description must be on the first line 15 | ERROR | [x] The close comment tag must be the only content on the line 26 | ERROR | [x] Expected 1 space after asterisk; 4 found 26 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 26 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 27 | ERROR | [x] Expected 1 space after asterisk; 4 found 28 | ERROR | [ ] Missing @category tag in class comment 28 | ERROR | [ ] Missing @author tag in class comment 28 | ERROR | [ ] Missing @license tag in class comment 28 | ERROR | [ ] Missing @link tag in class comment 31 | ERROR | [ ] Private member variable "expected" must be prefixed with an | | underscore 33 | ERROR | [ ] Doc comment for parameter "$expected" missing 35 | ERROR | [x] Expected 1 space after asterisk; 4 found 35 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 35 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 35 | ERROR | [ ] Doc comment for parameter $parameters does not match actual | | variable name $expected 35 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 39 | ERROR | [x] Expected 1 space after asterisk; 4 found 49 | ERROR | [x] Expected 1 space after asterisk; 4 found 49 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 49 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 49 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 50 | ERROR | [x] Expected 1 space after asterisk; 4 found 50 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 70 | ERROR | [x] Expected 1 space after asterisk; 4 found 70 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 70 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 71 | ERROR | [x] Expected 1 space after asterisk; 4 found 71 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 72 | ERROR | [x] Expected 1 space after asterisk; 4 found 72 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 81 | ERROR | [ ] Doc comment for parameter "$parameters" missing 83 | ERROR | [x] Expected 1 space after asterisk; 4 found 83 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 83 | ERROR | [ ] Doc comment for parameter $comparison does not match actual | | variable name $parameters 83 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 83 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 84 | ERROR | [x] Expected 1 space after asterisk; 4 found 84 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 101 | ERROR | [x] Expected 1 space after asterisk; 4 found 101 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 101 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 102 | ERROR | [x] Expected 1 space after asterisk; 4 found 102 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 103 | ERROR | [x] Expected 1 space after asterisk; 4 found 103 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 118 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 128 | ERROR | [x] Expected 1 space after asterisk; 4 found 128 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 128 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 129 | ERROR | [x] Expected 1 space after asterisk; 4 found 129 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 142 | ERROR | [x] Expected 1 space after asterisk; 4 found 142 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 142 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 143 | ERROR | [x] Expected 1 space after asterisk; 4 found 143 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 160 | ERROR | [x] Expected 1 space after asterisk; 2 found 160 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 161 | ERROR | [x] Expected 1 space after asterisk; 2 found 162 | ERROR | [ ] Missing @category tag in class comment 162 | ERROR | [ ] Missing @author tag in class comment 162 | ERROR | [ ] Missing @license tag in class comment 162 | ERROR | [ ] Missing @link tag in class comment 165 | ERROR | [ ] Private member variable "method" must be prefixed with an | | underscore 166 | ERROR | [ ] Private member variable "count" must be prefixed with an | | underscore 171 | ERROR | [x] Expected 1 space after asterisk; 4 found 171 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 171 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 171 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 172 | ERROR | [x] Expected 1 space after asterisk; 4 found 172 | ERROR | [x] Expected 3 spaces after parameter name; 4 found 173 | ERROR | [x] Expected 1 space after asterisk; 4 found 173 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 173 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 184 | ERROR | [x] Expected 1 space after asterisk; 4 found 184 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 184 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 184 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 185 | ERROR | [x] Expected 1 space after asterisk; 4 found 185 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 194 | ERROR | [x] Expected 1 space after asterisk; 4 found 194 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 194 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 194 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 195 | ERROR | [x] Expected 1 space after asterisk; 4 found 195 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 207 | ERROR | [x] Expected 1 space after asterisk; 2 found 207 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 208 | ERROR | [x] Expected 1 space after asterisk; 2 found 209 | ERROR | [ ] Missing @category tag in class comment 209 | ERROR | [ ] Missing @author tag in class comment 209 | ERROR | [ ] Missing @license tag in class comment 209 | ERROR | [ ] Missing @link tag in class comment 212 | ERROR | [ ] Private member variable "method" must be prefixed with an | | underscore 213 | ERROR | [ ] Private member variable "count" must be prefixed with an | | underscore 218 | ERROR | [x] Expected 1 space after asterisk; 4 found 218 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 218 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 218 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 219 | ERROR | [x] Expected 1 space after asterisk; 4 found 219 | ERROR | [x] Expected 3 spaces after parameter name; 4 found 220 | ERROR | [x] Expected 1 space after asterisk; 4 found 220 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 220 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 231 | ERROR | [x] Expected 1 space after asterisk; 4 found 231 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 231 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 231 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 232 | ERROR | [x] Expected 1 space after asterisk; 4 found 232 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 241 | ERROR | [x] Expected 1 space after asterisk; 4 found 241 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 241 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 241 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 242 | ERROR | [x] Expected 1 space after asterisk; 4 found 242 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 254 | ERROR | [x] Expected 1 space after asterisk; 4 found 254 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 254 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 6 255 | ERROR | [x] Expected 1 space after asterisk; 4 found 255 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 3 256 | ERROR | [ ] Missing @category tag in class comment 256 | ERROR | [ ] Missing @author tag in class comment 256 | ERROR | [ ] Missing @license tag in class comment 256 | ERROR | [ ] Missing @link tag in class comment 259 | ERROR | [ ] Private member variable "method" must be prefixed with an | | underscore 260 | ERROR | [ ] Private member variable "count" must be prefixed with an | | underscore 265 | ERROR | [x] Expected 1 space after asterisk; 4 found 265 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 265 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 265 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 266 | ERROR | [x] Expected 1 space after asterisk; 4 found 266 | ERROR | [x] Expected 3 spaces after parameter name; 4 found 267 | ERROR | [x] Expected 1 space after asterisk; 4 found 267 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 267 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 278 | ERROR | [x] Expected 1 space after asterisk; 4 found 278 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 278 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 278 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 279 | ERROR | [x] Expected 1 space after asterisk; 4 found 279 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 288 | ERROR | [x] Expected 1 space after asterisk; 4 found 288 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 288 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 288 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 289 | ERROR | [x] Expected 1 space after asterisk; 4 found 289 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 302 | ERROR | [x] Expected 1 space after asterisk; 4 found 302 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 302 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 303 | ERROR | [x] Expected 1 space after asterisk; 4 found 304 | ERROR | [ ] Missing @category tag in class comment 304 | ERROR | [ ] Missing @author tag in class comment 304 | ERROR | [ ] Missing @license tag in class comment 304 | ERROR | [ ] Missing @link tag in class comment 307 | ERROR | [ ] Private member variable "map" must be prefixed with an | | underscore 319 | ERROR | [x] Expected 1 space after asterisk; 4 found 319 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 319 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 320 | ERROR | [x] Expected 1 space after asterisk; 4 found 320 | ERROR | [x] Expected 5 spaces after parameter name; 8 found 321 | ERROR | [ ] Missing @return tag in function comment 333 | ERROR | [x] Expected 1 space after asterisk; 4 found 333 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 333 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 333 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 335 | ERROR | [x] Expected 1 space after asterisk; 4 found 335 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 351 | ERROR | [x] Expected 1 space after asterisk; 4 found 351 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 351 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 351 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 353 | ERROR | [x] Expected 1 space after asterisk; 4 found 353 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 364 | ERROR | [x] Expected 1 space after asterisk; 4 found 364 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 364 | ERROR | [x] Expected 7 spaces after parameter name; 3 found 365 | ERROR | [x] Expected 1 space after asterisk; 4 found 365 | ERROR | [x] Expected 10 spaces after parameter type; 1 found 365 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 366 | ERROR | [x] Expected 1 space after asterisk; 4 found 366 | ERROR | [x] Expected 9 spaces after parameter type; 1 found 366 | ERROR | [x] Expected 4 spaces after parameter name; 8 found 367 | ERROR | [ ] Missing @return tag in function comment 374 | ERROR | [x] Expected 1 space after asterisk; 4 found 374 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 374 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 374 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 376 | ERROR | [x] Expected 1 space after asterisk; 4 found 376 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 396 | ERROR | [x] Expected 1 space after asterisk; 4 found 396 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 396 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 397 | ERROR | [x] Expected 1 space after asterisk; 4 found 398 | ERROR | [ ] Missing @category tag in class comment 398 | ERROR | [ ] Missing @author tag in class comment 398 | ERROR | [ ] Missing @license tag in class comment 398 | ERROR | [ ] Missing @link tag in class comment 401 | ERROR | [ ] Private member variable "wildcard" must be prefixed with an | | underscore 402 | ERROR | [ ] Private member variable "always" must be prefixed with an | | underscore 403 | ERROR | [ ] Private member variable "at" must be prefixed with an | | underscore 419 | ERROR | [x] Expected 1 space after asterisk; 4 found 419 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 419 | ERROR | [x] Expected 7 spaces after parameter type; 1 found 419 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 420 | ERROR | [x] Expected 1 space after asterisk; 4 found 420 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 420 | ERROR | [x] Expected 3 spaces after parameter name; 11 found 421 | ERROR | [x] Expected 1 space after asterisk; 4 found 421 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 422 | ERROR | [ ] Missing @return tag in function comment 436 | ERROR | [x] Expected 1 space after asterisk; 4 found 436 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 436 | ERROR | [x] Expected 6 spaces after parameter type; 1 found 436 | ERROR | [x] Expected 3 spaces after parameter name; 9 found 438 | ERROR | [x] Expected 1 space after asterisk; 4 found 438 | ERROR | [x] Expected 7 spaces after parameter type; 1 found 438 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 439 | ERROR | [x] Expected 1 space after asterisk; 4 found 439 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 439 | ERROR | [x] Expected 3 spaces after parameter name; 11 found 440 | ERROR | [x] Expected 1 space after asterisk; 4 found 440 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 441 | ERROR | [ ] Missing @return tag in function comment 457 | ERROR | [x] Expected 1 space after asterisk; 2 found 457 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 457 | ERROR | [x] Expected 2 spaces after parameter name; 7 found 458 | ERROR | [x] Expected 1 space after asterisk; 2 found 458 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 458 | ERROR | [x] Expected 4 spaces after parameter name; 10 found 460 | ERROR | [x] Expected 1 space after asterisk; 2 found 460 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 461 | ERROR | [ ] Missing @return tag in function comment 466 | ERROR | [ ] Multi-line assignments must have the equal sign on the | | second line 473 | ERROR | [x] Expected 1 space after asterisk; 4 found 473 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 473 | ERROR | [x] Expected 3 spaces after parameter name; 6 found 473 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 474 | ERROR | [x] Expected 1 space after asterisk; 4 found 474 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 474 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 474 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 475 | ERROR | [x] Expected 1 space after asterisk; 4 found 475 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 475 | ERROR | [x] Expected 3 spaces after parameter name; 8 found 475 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 477 | ERROR | [x] Expected 1 space after asterisk; 4 found 477 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 503 | ERROR | [x] Expected 1 space after asterisk; 4 found 503 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 503 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 504 | ERROR | [x] Expected 1 space after asterisk; 4 found 504 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 525 | ERROR | [x] Expected 1 space after asterisk; 4 found 525 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 525 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 526 | ERROR | [x] Expected 1 space after asterisk; 4 found 527 | ERROR | [ ] Missing @category tag in class comment 527 | ERROR | [ ] Missing @author tag in class comment 527 | ERROR | [ ] Missing @license tag in class comment 527 | ERROR | [ ] Missing @link tag in class comment 530 | ERROR | [ ] Private member variable "value" must be prefixed with an | | underscore 534 | ERROR | [x] Expected 1 space after asterisk; 4 found 534 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 534 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 545 | ERROR | [x] Expected 1 space after asterisk; 4 found 545 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 556 | ERROR | [x] Expected 1 space after asterisk; 4 found 556 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 556 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 557 | ERROR | [x] Expected 1 space after asterisk; 4 found 558 | ERROR | [ ] Missing @category tag in class comment 558 | ERROR | [ ] Missing @author tag in class comment 558 | ERROR | [ ] Missing @license tag in class comment 558 | ERROR | [ ] Missing @link tag in class comment 561 | ERROR | [ ] Private member variable "reference" must be prefixed with an | | underscore 565 | ERROR | [x] Expected 1 space after asterisk; 4 found 565 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 565 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 574 | ERROR | [x] Expected 1 space after asterisk; 4 found 574 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 585 | ERROR | [x] Expected 1 space after asterisk; 4 found 585 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 585 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 586 | ERROR | [x] Expected 1 space after asterisk; 4 found 587 | ERROR | [ ] Missing @category tag in class comment 587 | ERROR | [ ] Missing @author tag in class comment 587 | ERROR | [ ] Missing @license tag in class comment 587 | ERROR | [ ] Missing @link tag in class comment 590 | ERROR | [ ] Private member variable "value" must be prefixed with an | | underscore 594 | ERROR | [x] Expected 1 space after asterisk; 4 found 594 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 594 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 605 | ERROR | [x] Expected 1 space after asterisk; 4 found 605 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 617 | ERROR | [x] Expected 1 space after asterisk; 4 found 617 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 617 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 618 | ERROR | [x] Expected 1 space after asterisk; 4 found 619 | ERROR | [ ] Missing @category tag in class comment 619 | ERROR | [ ] Missing @author tag in class comment 619 | ERROR | [ ] Missing @license tag in class comment 619 | ERROR | [ ] Missing @link tag in class comment 622 | ERROR | [ ] Private member variable "exception" must be prefixed with an | | underscore 626 | ERROR | [x] Expected 1 space after asterisk; 4 found 626 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 626 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 635 | ERROR | [ ] Missing @return tag in function comment 645 | ERROR | [x] Expected 1 space after asterisk; 4 found 645 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 645 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 646 | ERROR | [x] Expected 1 space after asterisk; 4 found 647 | ERROR | [ ] Missing @category tag in class comment 647 | ERROR | [ ] Missing @author tag in class comment 647 | ERROR | [ ] Missing @license tag in class comment 647 | ERROR | [ ] Missing @link tag in class comment 650 | ERROR | [ ] Private member variable "error" must be prefixed with an | | underscore 651 | ERROR | [ ] Private member variable "severity" must be prefixed with an | | underscore 655 | ERROR | [x] Expected 1 space after asterisk; 4 found 655 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 655 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 655 | ERROR | [x] Expected 4 spaces after parameter name; 6 found 656 | ERROR | [x] Expected 1 space after asterisk; 4 found 656 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 666 | ERROR | [ ] Missing @return tag in function comment 683 | ERROR | [x] Expected 1 space after asterisk; 4 found 683 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 683 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 684 | ERROR | [x] Expected 1 space after asterisk; 4 found 685 | ERROR | [ ] Missing @category tag in class comment 685 | ERROR | [ ] Missing @author tag in class comment 685 | ERROR | [ ] Missing @license tag in class comment 685 | ERROR | [ ] Missing @link tag in class comment 688 | ERROR | [ ] Private member variable "actions" must be prefixed with an | | underscore 689 | ERROR | [ ] Private member variable "expectations" must be prefixed with | | an underscore 690 | ERROR | [ ] Private member variable "wildcard" must be prefixed with an | | underscore 691 | ERROR | [ ] Private member variable "is_strict" must be prefixed with an | | underscore 692 | ERROR | [ ] Private member variable "call_counts" must be prefixed with | | an underscore 693 | ERROR | [ ] Private member variable "expected_counts" must be prefixed | | with an underscore 694 | ERROR | [ ] Private member variable "max_counts" must be prefixed with | | an underscore 695 | ERROR | [ ] Private member variable "expected_args" must be prefixed | | with an underscore 696 | ERROR | [ ] Private member variable "expected_args_at" must be prefixed | | with an underscore 717 | ERROR | [ ] Missing @return tag in function comment 725 | ERROR | [x] Expected 1 space after asterisk; 4 found 725 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 734 | ERROR | [x] Expected 1 space after asterisk; 4 found 734 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 734 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 735 | ERROR | [x] Expected 1 space after asterisk; 4 found 735 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 736 | ERROR | [x] Expected 1 space after asterisk; 4 found 736 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 743 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 743 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 750 | ERROR | [x] Expected 1 space after asterisk; 4 found 750 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 751 | ERROR | [x] Expected 1 space after asterisk; 4 found 757 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 758 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 758 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 765 | ERROR | [x] Expected 1 space after asterisk; 4 found 765 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 765 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 765 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 766 | ERROR | [x] Expected 1 space after asterisk; 4 found 766 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 784 | ERROR | [x] Expected 1 space after asterisk; 4 found 784 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 785 | ERROR | [x] Expected 1 space after asterisk; 4 found 797 | ERROR | [x] Expected 1 space after asterisk; 4 found 797 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 797 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 797 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 798 | ERROR | [x] Expected 1 space after asterisk; 4 found 798 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 813 | ERROR | [x] Expected 1 space after asterisk; 4 found 813 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 813 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 814 | ERROR | [x] Expected 1 space after asterisk; 4 found 814 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 814 | ERROR | [x] Expected 2 spaces after parameter name; 9 found 815 | ERROR | [x] Expected 1 space after asterisk; 4 found 815 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 815 | ERROR | [x] Expected 3 spaces after parameter name; 10 found 817 | ERROR | [ ] Missing @return tag in function comment 828 | ERROR | [x] Expected 1 space after asterisk; 4 found 828 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 828 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 832 | ERROR | [x] Expected 1 space after asterisk; 4 found 832 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 832 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 833 | ERROR | [x] Expected 1 space after asterisk; 4 found 833 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 833 | ERROR | [x] Expected 2 spaces after parameter name; 6 found 834 | ERROR | [x] Expected 1 space after asterisk; 4 found 834 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 834 | ERROR | [x] Expected 3 spaces after parameter name; 7 found 836 | ERROR | [ ] Missing @return tag in function comment 840 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 846 | ERROR | [x] Expected 1 space after asterisk; 4 found 846 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 846 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 847 | ERROR | [x] Expected 1 space after asterisk; 4 found 847 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 847 | ERROR | [x] Expected 2 spaces after parameter name; 9 found 848 | ERROR | [x] Expected 1 space after asterisk; 4 found 848 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 848 | ERROR | [x] Expected 3 spaces after parameter name; 10 found 850 | ERROR | [ ] Missing @return tag in function comment 857 | ERROR | [x] The open comment tag must be the only content on the line 857 | ERROR | [ ] Missing short description in doc comment 857 | ERROR | [ ] Doc comment for parameter "$method" missing 857 | ERROR | [ ] Doc comment for parameter "$value" missing 857 | ERROR | [ ] Doc comment for parameter "$args" missing 857 | ERROR | [x] The close comment tag must be the only content on the line 857 | ERROR | [ ] Missing @return tag in function comment 867 | ERROR | [x] Expected 1 space after asterisk; 4 found 867 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 867 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 871 | ERROR | [x] Expected 1 space after asterisk; 4 found 871 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 871 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 872 | ERROR | [x] Expected 1 space after asterisk; 4 found 872 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 872 | ERROR | [x] Expected 2 spaces after parameter name; 6 found 873 | ERROR | [x] Expected 1 space after asterisk; 4 found 873 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 873 | ERROR | [x] Expected 3 spaces after parameter name; 7 found 875 | ERROR | [ ] Missing @return tag in function comment 879 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 882 | ERROR | [x] The open comment tag must be the only content on the line 882 | ERROR | [ ] Missing short description in doc comment 882 | ERROR | [ ] Doc comment for parameter "$timing" missing 882 | ERROR | [ ] Doc comment for parameter "$method" missing 882 | ERROR | [ ] Doc comment for parameter "$value" missing 882 | ERROR | [ ] Doc comment for parameter "$args" missing 882 | ERROR | [x] The close comment tag must be the only content on the line 882 | ERROR | [ ] Missing @return tag in function comment 891 | ERROR | [x] Expected 1 space after asterisk; 4 found 891 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 891 | ERROR | [x] Expected 4 spaces after parameter name; 7 found 892 | ERROR | [x] Expected 1 space after asterisk; 4 found 892 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 892 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 893 | ERROR | [x] Expected 1 space after asterisk; 4 found 893 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 893 | ERROR | [x] Expected 6 spaces after parameter name; 10 found 895 | ERROR | [ ] Missing @return tag in function comment 902 | ERROR | [x] The open comment tag must be the only content on the line 902 | ERROR | [ ] Missing short description in doc comment 902 | ERROR | [ ] Doc comment for parameter "$method" missing 902 | ERROR | [ ] Doc comment for parameter "$reference" missing 902 | ERROR | [ ] Doc comment for parameter "$args" missing 902 | ERROR | [x] The close comment tag must be the only content on the line 902 | ERROR | [ ] Missing @return tag in function comment 912 | ERROR | [x] Expected 1 space after asterisk; 4 found 912 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 916 | ERROR | [x] Expected 1 space after asterisk; 4 found 916 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 916 | ERROR | [x] Expected 4 spaces after parameter name; 5 found 917 | ERROR | [x] Expected 1 space after asterisk; 4 found 917 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 917 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 918 | ERROR | [x] Expected 1 space after asterisk; 4 found 918 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 918 | ERROR | [x] Expected 6 spaces after parameter name; 8 found 920 | ERROR | [ ] Missing @return tag in function comment 921 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 924 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 927 | ERROR | [x] The open comment tag must be the only content on the line 927 | ERROR | [ ] Missing short description in doc comment 927 | ERROR | [ ] Doc comment for parameter "$timing" missing 927 | ERROR | [ ] Doc comment for parameter "$method" missing 927 | ERROR | [ ] Doc comment for parameter "$reference" missing 927 | ERROR | [ ] Doc comment for parameter "$args" missing 927 | ERROR | [x] The close comment tag must be the only content on the line 927 | ERROR | [ ] Missing @return tag in function comment 928 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 938 | ERROR | [x] Expected 1 space after asterisk; 4 found 938 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 938 | ERROR | [x] Expected 2 spaces after parameter name; 8 found 939 | ERROR | [x] Expected 1 space after asterisk; 4 found 939 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 939 | ERROR | [x] Expected 4 spaces after parameter name; 11 found 941 | ERROR | [x] Expected 1 space after asterisk; 4 found 941 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 942 | ERROR | [ ] Missing @return tag in function comment 950 | ERROR | [ ] Multi-line assignments must have the equal sign on the | | second line 959 | ERROR | [x] Expected 1 space after asterisk; 4 found 959 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 959 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 961 | ERROR | [x] Expected 1 space after asterisk; 4 found 961 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 961 | ERROR | [x] Expected 2 spaces after parameter name; 5 found 962 | ERROR | [x] Expected 1 space after asterisk; 4 found 962 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 962 | ERROR | [x] Expected 4 spaces after parameter name; 8 found 964 | ERROR | [x] Expected 1 space after asterisk; 4 found 964 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 964 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 965 | ERROR | [ ] Missing @return tag in function comment 976 | ERROR | [ ] Multi-line assignments must have the equal sign on the | | second line 984 | ERROR | [x] Expected 1 space after asterisk; 4 found 984 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 984 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 984 | ERROR | [x] Expected 2 spaces after parameter name; 8 found 985 | ERROR | [x] Expected 1 space after asterisk; 4 found 985 | ERROR | [x] Expected 3 spaces after parameter name; 8 found 987 | ERROR | [x] Expected 1 space after asterisk; 4 found 987 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 987 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 988 | ERROR | [ ] Missing @return tag in function comment 993 | ERROR | [ ] Multi-line assignments must have the equal sign on the | | second line 1000 | ERROR | [x] Expected 1 space after asterisk; 4 found 1000 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1000 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1000 | ERROR | [x] Expected 2 spaces after parameter name; 8 found 1001 | ERROR | [x] Expected 1 space after asterisk; 4 found 1001 | ERROR | [x] Expected 3 spaces after parameter name; 8 found 1003 | ERROR | [x] Expected 1 space after asterisk; 4 found 1003 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1003 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 1004 | ERROR | [ ] Missing @return tag in function comment 1009 | ERROR | [ ] Multi-line assignments must have the equal sign on the | | second line 1016 | ERROR | [x] Expected 1 space after asterisk; 4 found 1016 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1016 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1016 | ERROR | [x] Expected 2 spaces after parameter name; 6 found 1017 | ERROR | [x] Expected 1 space after asterisk; 4 found 1017 | ERROR | [x] Expected 3 spaces after parameter name; 6 found 1019 | ERROR | [x] Expected 1 space after asterisk; 4 found 1019 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1019 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 1020 | ERROR | [ ] Missing @return tag in function comment 1025 | ERROR | [ ] Multi-line assignments must have the equal sign on the | | second line 1032 | ERROR | [x] Expected 1 space after asterisk; 4 found 1032 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1032 | ERROR | [x] Expected 2 spaces after parameter name; 8 found 1033 | ERROR | [x] Expected 1 space after asterisk; 4 found 1033 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 1034 | ERROR | [ ] Missing @return tag in function comment 1043 | ERROR | [x] Expected 1 space after asterisk; 4 found 1043 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1043 | ERROR | [x] Expected 2 spaces after parameter name; 5 found 1044 | ERROR | [x] Expected 1 space after asterisk; 4 found 1044 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1044 | ERROR | [x] Expected 4 spaces after parameter name; 8 found 1046 | ERROR | [x] Expected 1 space after asterisk; 4 found 1046 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1047 | ERROR | [ ] Missing @return tag in function comment 1059 | ERROR | [x] Expected 1 space after asterisk; 4 found 1059 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1059 | ERROR | [x] Expected 2 spaces after parameter name; 7 found 1060 | ERROR | [x] Expected 1 space after asterisk; 4 found 1060 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1060 | ERROR | [x] Expected 4 spaces after parameter name; 10 found 1062 | ERROR | [x] Expected 1 space after asterisk; 4 found 1062 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 1063 | ERROR | [ ] Missing @return tag in function comment 1075 | ERROR | [x] Expected 1 space after asterisk; 4 found 1075 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1075 | ERROR | [x] Expected 4 spaces after parameter name; 5 found 1076 | ERROR | [x] Expected 1 space after asterisk; 4 found 1076 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 1079 | ERROR | [x] Expected 1 space after asterisk; 4 found 1079 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1079 | ERROR | [x] Expected 6 spaces after parameter name; 8 found 1083 | ERROR | [ ] Missing @return tag in function comment 1087 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1088 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1088 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1094 | ERROR | [x] Expected 1 space after asterisk; 4 found 1094 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1100 | ERROR | [x] Expected 1 space after asterisk; 4 found 1100 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1100 | ERROR | [x] Expected 4 spaces after parameter name; 5 found 1101 | ERROR | [x] Expected 1 space after asterisk; 4 found 1101 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1101 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 1104 | ERROR | [x] Expected 1 space after asterisk; 4 found 1104 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 1104 | ERROR | [x] Expected 6 spaces after parameter name; 8 found 1108 | ERROR | [ ] Missing @return tag in function comment 1112 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1113 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1113 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1119 | ERROR | [x] Expected 1 space after asterisk; 4 found 1119 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1119 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1119 | ERROR | [x] Expected 3 spaces after parameter name; 5 found 1120 | ERROR | [x] Expected 1 space after asterisk; 4 found 1120 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1120 | ERROR | [x] Expected 4 spaces after parameter name; 6 found 1121 | ERROR | [x] Expected 1 space after asterisk; 4 found 1121 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 1121 | ERROR | [x] Expected 5 spaces after parameter name; 8 found 1125 | ERROR | [x] Expected 1 space after asterisk; 4 found 1125 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 1127 | ERROR | [ ] Missing @return tag in function comment 1128 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 1131 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 1137 | ERROR | [x] Expected 1 space after asterisk; 4 found 1137 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1137 | ERROR | [x] Expected 3 spaces after parameter name; 4 found 1143 | ERROR | [x] Expected 1 space after asterisk; 4 found 1143 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1143 | ERROR | [x] Expected 3 spaces after parameter name; 5 found 1144 | ERROR | [x] Expected 1 space after asterisk; 4 found 1144 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1144 | ERROR | [x] Expected 4 spaces after parameter name; 6 found 1145 | ERROR | [x] Expected 1 space after asterisk; 4 found 1145 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 1145 | ERROR | [x] Expected 5 spaces after parameter name; 8 found 1149 | ERROR | [x] Expected 1 space after asterisk; 4 found 1149 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 1151 | ERROR | [ ] Missing @return tag in function comment 1152 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 1155 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 1163 | ERROR | [x] Expected 1 space after asterisk; 4 found 1163 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1163 | ERROR | [x] Expected 9 spaces after parameter type; 1 found 1163 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 1164 | ERROR | [x] Expected 1 space after asterisk; 4 found 1164 | ERROR | [x] Expected 8 spaces after parameter name; 5 found 1165 | ERROR | [ ] Missing @return tag in function comment 1183 | ERROR | [x] Expected 1 space after asterisk; 4 found 1183 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1183 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 1183 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1184 | ERROR | [x] Expected 1 space after asterisk; 4 found 1184 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1184 | ERROR | [x] Expected 3 spaces after parameter name; 10 found 1184 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1185 | ERROR | [x] Expected 1 space after asterisk; 4 found 1185 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1208 | ERROR | [x] Expected 1 space after asterisk; 4 found 1208 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1208 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1209 | ERROR | [x] Expected 1 space after asterisk; 4 found 1209 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1210 | ERROR | [x] Expected 1 space after asterisk; 4 found 1210 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1212 | ERROR | [x] Expected 1 space after asterisk; 4 found 1212 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1221 | ERROR | [x] Expected 1 space after asterisk; 4 found 1221 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1222 | ERROR | [x] Expected 1 space after asterisk; 4 found 1223 | ERROR | [x] Expected 1 space after asterisk; 4 found 1236 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 1237 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 1238 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 1238 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1241 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 1242 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 1243 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 1243 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1253 | ERROR | [ ] Private method name "SimpleMock::disableEStrict" must be | | prefixed with an underscore 1262 | ERROR | [x] Expected 1 space after asterisk; 2 found 1262 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1264 | ERROR | [ ] Private method name "SimpleMock::restoreEStrict" must be | | prefixed with an underscore 1273 | ERROR | [x] Expected 1 space after asterisk; 4 found 1273 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1273 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 1274 | ERROR | [x] Expected 1 space after asterisk; 4 found 1275 | ERROR | [ ] Missing @category tag in class comment 1275 | ERROR | [ ] Missing @author tag in class comment 1275 | ERROR | [ ] Missing @license tag in class comment 1275 | ERROR | [ ] Missing @link tag in class comment 1289 | ERROR | [x] Expected 1 space after asterisk; 4 found 1289 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1289 | ERROR | [x] Expected 6 spaces after parameter name; 9 found 1290 | ERROR | [x] Expected 1 space after asterisk; 4 found 1290 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1293 | ERROR | [x] Expected 1 space after asterisk; 4 found 1293 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1293 | ERROR | [x] Expected 4 spaces after parameter name; 8 found 1298 | ERROR | [ ] Missing @return tag in function comment 1310 | ERROR | [x] Expected 1 space after asterisk; 4 found 1310 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1310 | ERROR | [x] Expected 6 spaces after parameter name; 12 found 1311 | ERROR | [x] Expected 1 space after asterisk; 4 found 1311 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 1312 | ERROR | [x] Expected 1 space after asterisk; 4 found 1312 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1312 | ERROR | [x] Expected 4 spaces after parameter name; 11 found 1314 | ERROR | [ ] Missing @return tag in function comment 1323 | ERROR | [ ] Missing @return tag in function comment 1333 | ERROR | [x] Expected 1 space after asterisk; 4 found 1333 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1333 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 1334 | ERROR | [x] Expected 1 space after asterisk; 4 found 1335 | ERROR | [ ] Missing @category tag in class comment 1335 | ERROR | [ ] Missing @author tag in class comment 1335 | ERROR | [ ] Missing @license tag in class comment 1335 | ERROR | [ ] Missing @link tag in class comment 1338 | ERROR | [ ] Private member variable "class" must be prefixed with an | | underscore 1339 | ERROR | [ ] Private member variable "mock_class" must be prefixed with | | an underscore 1340 | ERROR | [ ] Private member variable "mock_base" must be prefixed with an | | underscore 1341 | ERROR | [ ] Private member variable "reflection" must be prefixed with | | an underscore 1345 | ERROR | [x] Expected 1 space after asterisk; 4 found 1345 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1345 | ERROR | [x] Expected 6 spaces after parameter name; 8 found 1346 | ERROR | [x] Expected 1 space after asterisk; 4 found 1346 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 1363 | ERROR | [x] Expected 1 space after asterisk; 4 found 1363 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1363 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 1368 | ERROR | [ ] Missing @return tag in function comment 1386 | ERROR | [x] Expected 1 space after asterisk; 4 found 1386 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1386 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 1391 | ERROR | [ ] Missing @return tag in function comment 1415 | ERROR | [x] Expected 1 space after asterisk; 4 found 1415 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1415 | ERROR | [x] Expected 1 spaces after parameter name; 11 found 1417 | ERROR | [ ] Missing @return tag in function comment 1425 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 1434 | ERROR | [x] Expected 1 space after asterisk; 4 found 1434 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1434 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1435 | ERROR | [x] Expected 1 space after asterisk; 4 found 1435 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1447 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 1459 | ERROR | [x] Expected 1 space after asterisk; 4 found 1459 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1459 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1460 | ERROR | [x] Expected 1 space after asterisk; 4 found 1460 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1466 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 1485 | ERROR | [x] Expected 1 space after asterisk; 4 found 1485 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1485 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1486 | ERROR | [x] Expected 1 space after asterisk; 4 found 1486 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1515 | ERROR | [x] Expected 1 space after asterisk; 4 found 1515 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1543 | ERROR | [x] Expected 1 space after asterisk; 4 found 1543 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1558 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 1568 | ERROR | [x] Expected 1 space after asterisk; 4 found 1568 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1568 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1569 | ERROR | [x] Expected 1 space after asterisk; 4 found 1569 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1574 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1575 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1575 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1580 | ERROR | [x] Expected 1 space after asterisk; 4 found 1580 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1580 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1581 | ERROR | [x] Expected 1 space after asterisk; 4 found 1581 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1592 | ERROR | [x] Expected 1 space after asterisk; 4 found 1592 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1592 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1593 | ERROR | [x] Expected 1 space after asterisk; 4 found 1593 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1597 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 1608 | ERROR | [x] Expected 1 space after asterisk; 4 found 1608 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1616 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 1618 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 1620 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 1622 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 1624 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 1626 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 1628 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 1630 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 1632 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 1634 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 1636 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 1638 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 1640 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 1642 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 1644 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 1646 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 1648 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 1650 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 1658 | ERROR | [x] Expected 1 space after asterisk; 4 found 1658 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1666 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 1668 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 1672 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 1674 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 1676 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 1678 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 1680 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 1686 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 1690 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 1692 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 1699 | ERROR | [x] Expected 1 space after asterisk; 4 found 1699 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1703 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 1707 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 1709 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 1711 | WARNING | [ ] Line exceeds 85 characters; contains 123 characters 1713 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 1715 | WARNING | [ ] Line exceeds 85 characters; contains 133 characters 1717 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 1725 | ERROR | [x] Expected 1 space after asterisk; 4 found 1725 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1725 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1727 | ERROR | [x] Expected 1 space after asterisk; 4 found 1727 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1738 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 580 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/detached.php ----------------------------------------------------------------------------------- FOUND 62 ERRORS AND 2 WARNINGS AFFECTING 32 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 7 | ERROR | [x] Additional blank lines found at end of doc comment 9 | ERROR | [x] The open comment tag must be the only content on the line 9 | ERROR | [x] Doc comment short description must be on the first line 14 | ERROR | [x] The open comment tag must be the only content on the line 14 | ERROR | [x] Doc comment short description must be on the first line 14 | ERROR | [x] The close comment tag must be the only content on the line 18 | ERROR | [x] Expected 1 space after asterisk; 4 found 18 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 18 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 19 | ERROR | [x] Expected 1 space after asterisk; 4 found 20 | ERROR | [ ] Missing @category tag in class comment 20 | ERROR | [ ] Missing @author tag in class comment 20 | ERROR | [ ] Missing @license tag in class comment 20 | ERROR | [ ] Missing @link tag in class comment 23 | ERROR | [ ] Private member variable "command" must be prefixed with an | | underscore 24 | ERROR | [ ] Private member variable "dry_command" must be prefixed with an | | underscore 25 | ERROR | [ ] Private member variable "size" must be prefixed with an | | underscore 29 | ERROR | [x] Expected 1 space after asterisk; 4 found 29 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 29 | ERROR | [x] Expected 5 spaces after parameter name; 7 found 29 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 30 | ERROR | [x] Expected 1 space after asterisk; 4 found 30 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 30 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 31 | ERROR | [x] Expected 1 space after asterisk; 4 found 31 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 33 | ERROR | [x] Opening brace should be on a new line 41 | ERROR | [x] Expected 1 space after asterisk; 4 found 41 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 42 | ERROR | [x] Expected 1 space after asterisk; 4 found 44 | ERROR | [x] Opening brace should be on a new line 52 | ERROR | [x] Expected 1 space after asterisk; 4 found 52 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 52 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 52 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 3 | | spaces but found 1 53 | ERROR | [x] Expected 1 space after asterisk; 4 found 53 | ERROR | [ ] Tag @returns cannot be grouped with parameter tags in a doc | | comment 54 | ERROR | [x] Expected 1 space after asterisk; 4 found 54 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 54 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 2 | | spaces but found 1 55 | ERROR | [ ] Missing @return tag in function comment 56 | ERROR | [x] Opening brace should be on a new line 69 | ERROR | [x] Expected 1 space after asterisk; 4 found 69 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 70 | ERROR | [x] Expected 1 space after asterisk; 4 found 72 | ERROR | [x] Opening brace should be on a new line 79 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 89 | ERROR | [x] Expected 1 space after asterisk; 4 found 89 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 89 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 90 | ERROR | [x] Expected 1 space after asterisk; 4 found 90 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 91 | ERROR | [x] Expected 1 space after asterisk; 4 found 91 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 93 | ERROR | [x] Opening brace should be on a new line ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 44 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test_case.php ----------------------------------------------------------------------------------- FOUND 355 ERRORS AND 5 WARNINGS AFFECTING 159 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 21 | ERROR | [x] The open comment tag must be the only content on the line 21 | ERROR | [x] Doc comment short description must be on the first line 21 | ERROR | [x] The close comment tag must be the only content on the line 23 | ERROR | [ ] Missing short description in doc comment 34 | ERROR | [x] Expected 1 space after asterisk; 4 found 34 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 34 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 6 35 | ERROR | [x] Expected 1 space after asterisk; 4 found 35 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 3 36 | ERROR | [ ] Missing @category tag in class comment 36 | ERROR | [ ] Missing @author tag in class comment 36 | ERROR | [ ] Missing @license tag in class comment 36 | ERROR | [ ] Missing @link tag in class comment 39 | ERROR | [ ] Private member variable "label" must be prefixed with an | | underscore 41 | ERROR | [ ] Private member variable "observers" must be prefixed with an | | underscore 42 | ERROR | [ ] Private member variable "should_skip" must be prefixed with | | an underscore 46 | ERROR | [x] Expected 1 space after asterisk; 4 found 46 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 46 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 46 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 48 | ERROR | [x] Expected 1 space after asterisk; 4 found 48 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 59 | ERROR | [x] Expected 1 space after asterisk; 4 found 59 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 60 | ERROR | [x] Expected 1 space after asterisk; 4 found 71 | ERROR | [x] Expected 1 space after asterisk; 4 found 71 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 72 | ERROR | [ ] Missing @return tag in function comment 80 | ERROR | [x] Expected 1 space after asterisk; 4 found 80 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 80 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 80 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 81 | ERROR | [x] Expected 1 space after asterisk; 4 found 81 | ERROR | [x] Expected 5 spaces after parameter name; 8 found 81 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 82 | ERROR | [x] Expected 1 space after asterisk; 4 found 82 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 83 | ERROR | [ ] Missing @return tag in function comment 95 | ERROR | [x] Expected 1 space after asterisk; 4 found 95 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 96 | ERROR | [ ] Missing @return tag in function comment 105 | ERROR | [x] Expected 1 space after asterisk; 4 found 105 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 105 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 105 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 106 | ERROR | [x] Expected 1 space after asterisk; 4 found 106 | ERROR | [x] Expected 7 spaces after parameter name; 8 found 106 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 107 | ERROR | [x] Expected 1 space after asterisk; 4 found 107 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 108 | ERROR | [ ] Missing @return tag in function comment 116 | ERROR | [x] Expected 1 space after asterisk; 4 found 116 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 117 | ERROR | [x] Expected 1 space after asterisk; 4 found 122 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 122 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 129 | ERROR | [x] Expected 1 space after asterisk; 4 found 129 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 129 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 129 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 130 | ERROR | [x] Expected 1 space after asterisk; 4 found 130 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 131 | ERROR | [x] Expected 1 space after asterisk; 4 found 131 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 169 | ERROR | [x] Expected 1 space after asterisk; 4 found 169 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 170 | ERROR | [x] Expected 1 space after asterisk; 4 found 187 | ERROR | [x] Expected 1 space after asterisk; 4 found 187 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 187 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 188 | ERROR | [x] Expected 1 space after asterisk; 4 found 188 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 189 | ERROR | [x] Expected 1 space after asterisk; 4 found 189 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 201 | ERROR | [x] Expected 1 space after asterisk; 4 found 201 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 201 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 201 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 202 | ERROR | [x] Expected 1 space after asterisk; 4 found 202 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 203 | ERROR | [ ] Missing @return tag in function comment 214 | ERROR | [x] Expected 1 space after asterisk; 4 found 214 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 215 | ERROR | [ ] Missing @return tag in function comment 223 | ERROR | [x] Expected 1 space after asterisk; 4 found 223 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 224 | ERROR | [ ] Missing @return tag in function comment 231 | ERROR | [x] Expected 1 space after asterisk; 4 found 231 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 231 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 231 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 232 | ERROR | [x] Expected 1 space after asterisk; 4 found 232 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 233 | ERROR | [ ] Missing @return tag in function comment 244 | ERROR | [x] Expected 1 space after asterisk; 4 found 244 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 244 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 244 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 246 | ERROR | [x] Expected 1 space after asterisk; 4 found 246 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 247 | ERROR | [ ] Missing @return tag in function comment 253 | ERROR | [ ] Missing short description in doc comment 253 | ERROR | [ ] Doc comment for parameter "$message" missing 254 | ERROR | [x] Expected 1 space after asterisk; 4 found 255 | ERROR | [ ] Missing @return tag in function comment 262 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 262 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 268 | ERROR | [x] Expected 1 space after asterisk; 4 found 268 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 268 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 268 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 269 | ERROR | [x] Expected 1 space after asterisk; 4 found 269 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 270 | ERROR | [ ] Missing @return tag in function comment 277 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 277 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 284 | ERROR | [x] Expected 1 space after asterisk; 4 found 284 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 284 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 284 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 285 | ERROR | [x] Expected 1 space after asterisk; 4 found 285 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 285 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 285 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 286 | ERROR | [x] Expected 1 space after asterisk; 4 found 286 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 286 | ERROR | [x] Expected 5 spaces after parameter name; 7 found 286 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 287 | ERROR | [x] Expected 1 space after asterisk; 4 found 287 | ERROR | [x] Expected 5 spaces after parameter name; 6 found 287 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 288 | ERROR | [x] Expected 1 space after asterisk; 4 found 288 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 289 | ERROR | [ ] Missing @return tag in function comment 296 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 296 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 296 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 302 | ERROR | [x] Expected 1 space after asterisk; 4 found 302 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 302 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 302 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 303 | ERROR | [x] Expected 1 space after asterisk; 4 found 303 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 304 | ERROR | [ ] Missing @return tag in function comment 312 | ERROR | [x] Expected 1 space after asterisk; 4 found 312 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 312 | ERROR | [x] Expected 4 spaces after parameter name; 7 found 313 | ERROR | [x] Expected 1 space after asterisk; 4 found 313 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 313 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 314 | ERROR | [ ] Missing @return tag in function comment 326 | ERROR | [x] Expected 1 space after asterisk; 4 found 326 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 326 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 326 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 327 | ERROR | [x] Expected 1 space after asterisk; 4 found 327 | ERROR | [x] Expected 13 spaces after parameter type; 1 found 327 | ERROR | [x] Expected 5 spaces after parameter name; 15 found 327 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 328 | ERROR | [x] Expected 1 space after asterisk; 4 found 328 | ERROR | [x] Expected 12 spaces after parameter type; 1 found 328 | ERROR | [x] Expected 5 spaces after parameter name; 17 found 328 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 329 | ERROR | [x] Expected 1 space after asterisk; 4 found 329 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 330 | ERROR | [x] Expected 1 space after asterisk; 4 found 330 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 335 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 336 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 337 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 337 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 337 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 337 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 337 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 339 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 340 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 341 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 341 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 341 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 341 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 341 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 347 | ERROR | [x] Expected 1 space after asterisk; 4 found 347 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 349 | ERROR | [x] Expected 1 space after asterisk; 4 found 353 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 361 | ERROR | [x] Expected 1 space after asterisk; 4 found 361 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 361 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 361 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 361 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 362 | ERROR | [x] Expected 1 space after asterisk; 4 found 362 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 362 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 363 | ERROR | [x] Expected 1 space after asterisk; 4 found 363 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 364 | ERROR | [x] Expected 1 space after asterisk; 4 found 364 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 379 | ERROR | [x] Expected 1 space after asterisk; 4 found 379 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 380 | ERROR | [x] Expected 1 space after asterisk; 4 found 390 | ERROR | [x] Expected 1 space after asterisk; 4 found 390 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 390 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 6 391 | ERROR | [x] Expected 1 space after asterisk; 4 found 391 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 3 392 | ERROR | [ ] Missing @category tag in class comment 392 | ERROR | [ ] Missing @author tag in class comment 392 | ERROR | [ ] Missing @license tag in class comment 392 | ERROR | [ ] Missing @link tag in class comment 398 | ERROR | [x] Expected 1 space after asterisk; 4 found 398 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 398 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 398 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 400 | ERROR | [x] Expected 1 space after asterisk; 4 found 400 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 401 | ERROR | [x] Expected 1 space after asterisk; 4 found 401 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 407 | ERROR | [x] "include_once" is a statement not a function; no parentheses | | are required 420 | ERROR | [x] Expected 1 space after asterisk; 4 found 420 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 420 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 421 | ERROR | [x] Expected 1 space after asterisk; 4 found 421 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 422 | ERROR | [x] Expected 1 space after asterisk; 4 found 422 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 439 | ERROR | [x] Expected 1 space after asterisk; 4 found 439 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 439 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 440 | ERROR | [x] Expected 1 space after asterisk; 4 found 440 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 444 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 445 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 24 446 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 24 446 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 453 | ERROR | [x] Expected 1 space after asterisk; 4 found 453 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 453 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 453 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 454 | ERROR | [x] Expected 1 space after asterisk; 4 found 454 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 456 | ERROR | [x] Expected 1 space after asterisk; 4 found 456 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 476 | ERROR | [x] Expected 1 space after asterisk; 4 found 476 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 476 | ERROR | [x] Expected 3 spaces after parameter name; 7 found 476 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 477 | ERROR | [x] Expected 1 space after asterisk; 4 found 477 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 477 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 477 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 478 | ERROR | [x] Expected 1 space after asterisk; 4 found 478 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 480 | ERROR | [x] Expected 1 space after asterisk; 4 found 480 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 503 | ERROR | [x] Expected 1 space after asterisk; 4 found 503 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 503 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 6 504 | ERROR | [x] Expected 1 space after asterisk; 4 found 504 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 3 505 | ERROR | [ ] Missing @category tag in class comment 505 | ERROR | [ ] Missing @author tag in class comment 505 | ERROR | [ ] Missing @license tag in class comment 505 | ERROR | [ ] Missing @link tag in class comment 508 | ERROR | [ ] Private member variable "label" must be prefixed with an | | underscore 509 | ERROR | [ ] Private member variable "test_cases" must be prefixed with an | | underscore 513 | ERROR | [x] Expected 1 space after asterisk; 4 found 513 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 513 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 513 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 515 | ERROR | [x] Expected 1 space after asterisk; 4 found 515 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 526 | ERROR | [x] Expected 1 space after asterisk; 4 found 526 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 527 | ERROR | [x] Expected 1 space after asterisk; 4 found 542 | ERROR | [x] Expected 1 space after asterisk; 4 found 542 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 542 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 542 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 545 | ERROR | [x] Expected 1 space after asterisk; 4 found 545 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 546 | ERROR | [ ] Missing @return tag in function comment 561 | ERROR | [x] Expected 1 space after asterisk; 4 found 561 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 561 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 561 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 563 | ERROR | [x] Expected 1 space after asterisk; 4 found 563 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 564 | ERROR | [ ] Missing @return tag in function comment 574 | ERROR | [x] Expected 1 space after asterisk; 4 found 574 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 574 | ERROR | [x] Expected 10 spaces after parameter type; 1 found 574 | ERROR | [x] Expected 6 spaces after parameter name; 18 found 574 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 575 | ERROR | [x] Expected 1 space after asterisk; 4 found 575 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 575 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 576 | ERROR | [x] Expected 1 space after asterisk; 4 found 576 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 577 | ERROR | [ ] Missing @return tag in function comment 586 | ERROR | [x] Expected 1 space after asterisk; 4 found 586 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 586 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 586 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 587 | ERROR | [x] Expected 1 space after asterisk; 4 found 587 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 588 | ERROR | [ ] Missing @return tag in function comment 608 | ERROR | [x] Expected 1 space after asterisk; 4 found 608 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 609 | ERROR | [x] Expected 1 space after asterisk; 4 found 629 | ERROR | [x] Expected 1 space after asterisk; 4 found 629 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 629 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 629 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 630 | ERROR | [x] Expected 1 space after asterisk; 4 found 630 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 631 | ERROR | [ ] Missing @return tag in function comment 647 | ERROR | [x] Expected 1 space after asterisk; 4 found 647 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 647 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 6 648 | ERROR | [x] Expected 1 space after asterisk; 4 found 648 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 3 649 | ERROR | [ ] Missing @category tag in class comment 649 | ERROR | [ ] Missing @author tag in class comment 649 | ERROR | [ ] Missing @license tag in class comment 649 | ERROR | [ ] Missing @link tag in class comment 652 | ERROR | [ ] Private member variable "label" must be prefixed with an | | underscore 653 | ERROR | [ ] Private member variable "error" must be prefixed with an | | underscore 655 | ERROR | [ ] Doc comment for parameter "$error" missing 657 | ERROR | [x] Expected 1 space after asterisk; 4 found 657 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 657 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 657 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 659 | ERROR | [x] Expected 1 space after asterisk; 4 found 659 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 669 | ERROR | [x] Expected 1 space after asterisk; 4 found 669 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 670 | ERROR | [x] Expected 1 space after asterisk; 4 found 679 | ERROR | [x] Expected 1 space after asterisk; 4 found 679 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 679 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 679 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 680 | ERROR | [x] Expected 1 space after asterisk; 4 found 680 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 681 | ERROR | [ ] Missing @return tag in function comment 685 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 686 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 686 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 693 | ERROR | [x] Expected 1 space after asterisk; 4 found 693 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 694 | ERROR | [x] Expected 1 space after asterisk; 4 found ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 271 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/unit_tester.php ----------------------------------------------------------------------------------- FOUND 409 ERRORS AND 3 WARNINGS AFFECTING 167 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The open comment tag must be the only content on the line 13 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The close comment tag must be the only content on the line 19 | ERROR | [x] Expected 1 space after asterisk; 4 found 19 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 19 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 2 20 | ERROR | [x] Expected 1 space after asterisk; 4 found 20 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 3 21 | ERROR | [ ] Missing @category tag in class comment 21 | ERROR | [ ] Missing @author tag in class comment 21 | ERROR | [ ] Missing @license tag in class comment 21 | ERROR | [ ] Missing @link tag in class comment 27 | ERROR | [x] Expected 1 space after asterisk; 4 found 27 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 27 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 27 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 29 | ERROR | [x] Expected 1 space after asterisk; 4 found 29 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 42 | ERROR | [x] Expected 1 space after asterisk; 4 found 42 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 42 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 42 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 43 | ERROR | [x] Expected 1 space after asterisk; 4 found 43 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 43 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 43 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 45 | ERROR | [x] Expected 1 space after asterisk; 4 found 45 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 46 | ERROR | [x] Expected 1 space after asterisk; 4 found 46 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 58 | ERROR | [x] Expected 1 space after asterisk; 4 found 58 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 58 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 58 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 59 | ERROR | [x] Expected 1 space after asterisk; 4 found 59 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 59 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 59 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 60 | ERROR | [x] Expected 1 space after asterisk; 4 found 60 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 61 | ERROR | [x] Expected 1 space after asterisk; 4 found 61 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 70 | ERROR | [x] Expected 1 space after asterisk; 4 found 70 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 70 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 70 | ERROR | [x] Expected 3 spaces after parameter name; 7 found 70 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 71 | ERROR | [x] Expected 1 space after asterisk; 4 found 71 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 71 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 72 | ERROR | [x] Expected 1 space after asterisk; 4 found 72 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 73 | ERROR | [x] Expected 1 space after asterisk; 4 found 73 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 79 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 80 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 80 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 86 | ERROR | [x] Expected 1 space after asterisk; 4 found 86 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 86 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 86 | ERROR | [x] Expected 3 spaces after parameter name; 11 found 86 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 87 | ERROR | [x] Expected 1 space after asterisk; 4 found 87 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 87 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 88 | ERROR | [x] Expected 1 space after asterisk; 4 found 88 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 89 | ERROR | [x] Expected 1 space after asterisk; 4 found 89 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 95 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 96 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 96 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 104 | ERROR | [x] Expected 1 space after asterisk; 4 found 104 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 104 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 104 | ERROR | [x] Expected 2 spaces after parameter name; 9 found 104 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 105 | ERROR | [x] Expected 1 space after asterisk; 4 found 105 | ERROR | [x] Expected 4 spaces after parameter name; 10 found 105 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 106 | ERROR | [x] Expected 1 space after asterisk; 4 found 106 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 106 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 107 | ERROR | [x] Expected 1 space after asterisk; 4 found 107 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 108 | ERROR | [x] Expected 1 space after asterisk; 4 found 108 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 113 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 114 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 115 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 115 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 122 | ERROR | [x] Expected 1 space after asterisk; 4 found 122 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 122 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 122 | ERROR | [x] Expected 2 spaces after parameter name; 9 found 122 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 123 | ERROR | [x] Expected 1 space after asterisk; 4 found 123 | ERROR | [x] Expected 4 spaces after parameter name; 10 found 123 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 124 | ERROR | [x] Expected 1 space after asterisk; 4 found 124 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 124 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 125 | ERROR | [x] Expected 1 space after asterisk; 4 found 125 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 126 | ERROR | [x] Expected 1 space after asterisk; 4 found 126 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 131 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 132 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 133 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 133 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 139 | ERROR | [x] Expected 1 space after asterisk; 4 found 139 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 139 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 139 | ERROR | [x] Expected 3 spaces after parameter name; 10 found 139 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 140 | ERROR | [x] Expected 1 space after asterisk; 4 found 140 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 140 | ERROR | [x] Expected 2 spaces after parameter name; 9 found 140 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 141 | ERROR | [x] Expected 1 space after asterisk; 4 found 141 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 141 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 142 | ERROR | [x] Expected 1 space after asterisk; 4 found 142 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 143 | ERROR | [x] Expected 1 space after asterisk; 4 found 143 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 148 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 149 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 150 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 150 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 156 | ERROR | [x] Expected 1 space after asterisk; 4 found 156 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 156 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 156 | ERROR | [x] Expected 3 spaces after parameter name; 11 found 156 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 157 | ERROR | [x] Expected 1 space after asterisk; 4 found 157 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 157 | ERROR | [x] Expected 2 spaces after parameter name; 10 found 157 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 158 | ERROR | [x] Expected 1 space after asterisk; 4 found 158 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 158 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 159 | ERROR | [x] Expected 1 space after asterisk; 4 found 159 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 160 | ERROR | [x] Expected 1 space after asterisk; 4 found 160 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 165 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 166 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 167 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 167 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 173 | ERROR | [x] Expected 1 space after asterisk; 4 found 173 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 173 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 173 | ERROR | [x] Expected 3 spaces after parameter name; 10 found 173 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 174 | ERROR | [x] Expected 1 space after asterisk; 4 found 174 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 174 | ERROR | [x] Expected 2 spaces after parameter name; 9 found 174 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 175 | ERROR | [x] Expected 1 space after asterisk; 4 found 175 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 175 | ERROR | [x] Expected 2 spaces after parameter name; 9 found 175 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 176 | ERROR | [x] Expected 1 space after asterisk; 4 found 176 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 176 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 177 | ERROR | [x] Expected 1 space after asterisk; 4 found 177 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 178 | ERROR | [x] Expected 1 space after asterisk; 4 found 178 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 183 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 184 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 185 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 185 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 191 | ERROR | [x] Expected 1 space after asterisk; 4 found 191 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 191 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 191 | ERROR | [x] Expected 3 spaces after parameter name; 10 found 191 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 192 | ERROR | [x] Expected 1 space after asterisk; 4 found 192 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 192 | ERROR | [x] Expected 2 spaces after parameter name; 9 found 192 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 193 | ERROR | [x] Expected 1 space after asterisk; 4 found 193 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 193 | ERROR | [x] Expected 2 spaces after parameter name; 9 found 193 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 194 | ERROR | [x] Expected 1 space after asterisk; 4 found 194 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 194 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 195 | ERROR | [x] Expected 1 space after asterisk; 4 found 195 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 196 | ERROR | [x] Expected 1 space after asterisk; 4 found 196 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 201 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 202 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 203 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 203 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 209 | ERROR | [x] Expected 1 space after asterisk; 4 found 209 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 209 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 209 | ERROR | [x] Expected 3 spaces after parameter name; 11 found 209 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 210 | ERROR | [x] Expected 1 space after asterisk; 4 found 210 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 210 | ERROR | [x] Expected 2 spaces after parameter name; 10 found 210 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 211 | ERROR | [x] Expected 1 space after asterisk; 4 found 211 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 211 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 212 | ERROR | [x] Expected 1 space after asterisk; 4 found 212 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 213 | ERROR | [x] Expected 1 space after asterisk; 4 found 213 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 218 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 219 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 220 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 220 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 226 | ERROR | [x] Expected 1 space after asterisk; 4 found 226 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 226 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 226 | ERROR | [x] Expected 3 spaces after parameter name; 11 found 226 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 227 | ERROR | [x] Expected 1 space after asterisk; 4 found 227 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 227 | ERROR | [x] Expected 2 spaces after parameter name; 10 found 227 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 228 | ERROR | [x] Expected 1 space after asterisk; 4 found 228 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 228 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 229 | ERROR | [x] Expected 1 space after asterisk; 4 found 229 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 230 | ERROR | [x] Expected 1 space after asterisk; 4 found 230 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 235 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 236 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 237 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 237 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 246 | ERROR | [x] Expected 1 space after asterisk; 4 found 246 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 246 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 246 | ERROR | [x] Expected 3 spaces after parameter name; 11 found 246 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 247 | ERROR | [x] Expected 1 space after asterisk; 4 found 247 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 247 | ERROR | [x] Expected 2 spaces after parameter name; 10 found 247 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 248 | ERROR | [x] Expected 1 space after asterisk; 4 found 248 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 248 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 249 | ERROR | [x] Expected 1 space after asterisk; 4 found 249 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 250 | ERROR | [x] Expected 1 space after asterisk; 4 found 250 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 256 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 257 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 259 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 24 259 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 261 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 262 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 262 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 272 | ERROR | [x] Expected 1 space after asterisk; 4 found 272 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 272 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 272 | ERROR | [x] Expected 3 spaces after parameter name; 11 found 272 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 273 | ERROR | [x] Expected 1 space after asterisk; 4 found 273 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 273 | ERROR | [x] Expected 2 spaces after parameter name; 10 found 273 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 274 | ERROR | [x] Expected 1 space after asterisk; 4 found 274 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 274 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 275 | ERROR | [x] Expected 1 space after asterisk; 4 found 275 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 276 | ERROR | [x] Expected 1 space after asterisk; 4 found 276 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 282 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 283 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 285 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 24 285 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 293 | ERROR | [x] Expected 1 space after asterisk; 4 found 293 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 293 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 293 | ERROR | [x] Expected 3 spaces after parameter name; 11 found 293 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 294 | ERROR | [x] Expected 1 space after asterisk; 4 found 294 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 294 | ERROR | [x] Expected 2 spaces after parameter name; 10 found 294 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 295 | ERROR | [x] Expected 1 space after asterisk; 4 found 295 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 295 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 296 | ERROR | [x] Expected 1 space after asterisk; 4 found 296 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 297 | ERROR | [x] Expected 1 space after asterisk; 4 found 297 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 303 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 304 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 306 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 24 306 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 309 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 310 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 310 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 319 | ERROR | [x] Expected 1 space after asterisk; 4 found 319 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 319 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 319 | ERROR | [x] Expected 3 spaces after parameter name; 11 found 319 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 320 | ERROR | [x] Expected 1 space after asterisk; 4 found 320 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 320 | ERROR | [x] Expected 2 spaces after parameter name; 10 found 320 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 321 | ERROR | [x] Expected 1 space after asterisk; 4 found 321 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 321 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 322 | ERROR | [x] Expected 1 space after asterisk; 4 found 322 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 323 | ERROR | [x] Expected 1 space after asterisk; 4 found 323 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 329 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 330 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 332 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 24 332 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 334 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 335 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 335 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 341 | ERROR | [x] Expected 1 space after asterisk; 4 found 341 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 341 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 341 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 343 | ERROR | [x] Expected 1 space after asterisk; 4 found 343 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 343 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 344 | ERROR | [x] Expected 1 space after asterisk; 4 found 344 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 344 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 345 | ERROR | [x] Expected 1 space after asterisk; 4 found 345 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 346 | ERROR | [x] Expected 1 space after asterisk; 4 found 346 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 351 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 352 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 353 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 353 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 359 | ERROR | [x] Expected 1 space after asterisk; 4 found 359 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 359 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 359 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 361 | ERROR | [x] Expected 1 space after asterisk; 4 found 361 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 361 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 362 | ERROR | [x] Expected 1 space after asterisk; 4 found 362 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 362 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 363 | ERROR | [x] Expected 1 space after asterisk; 4 found 363 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 364 | ERROR | [x] Expected 1 space after asterisk; 4 found 364 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 369 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 370 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 371 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 371 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 378 | ERROR | [x] Expected 1 space after asterisk; 4 found 378 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 378 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 378 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 379 | ERROR | [x] Expected 1 space after asterisk; 4 found 379 | ERROR | [x] Expected 19 spaces after parameter type; 1 found 379 | ERROR | [x] Expected 2 spaces after parameter name; 22 found 379 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 380 | ERROR | [x] Expected 1 space after asterisk; 4 found 380 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 381 | ERROR | [ ] Missing @return tag in function comment 392 | ERROR | [x] Expected 1 space after asterisk; 4 found 392 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 392 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 392 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 393 | ERROR | [x] Expected 1 space after asterisk; 4 found 393 | ERROR | [x] Expected 22 spaces after parameter type; 1 found 393 | ERROR | [x] Expected 2 spaces after parameter name; 24 found 393 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 394 | ERROR | [x] Expected 1 space after asterisk; 4 found 394 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 395 | ERROR | [ ] Missing @return tag in function comment 407 | ERROR | [x] Expected 1 space after asterisk; 4 found 407 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 407 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 407 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 408 | ERROR | [x] Expected 1 space after asterisk; 4 found 408 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 409 | ERROR | [ ] Missing @return tag in function comment 412 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 419 | ERROR | [x] Expected 1 space after asterisk; 4 found 419 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 419 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 420 | ERROR | [x] Expected 1 space after asterisk; 4 found 420 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 421 | ERROR | [x] Expected 1 space after asterisk; 4 found 421 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 431 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 355 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/http.php ----------------------------------------------------------------------------------- FOUND 359 ERRORS AND 3 WARNINGS AFFECTING 176 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 14 | ERROR | [x] The open comment tag must be the only content on the line 14 | ERROR | [x] Doc comment short description must be on the first line 14 | ERROR | [x] The close comment tag must be the only content on the line 19 | ERROR | [x] Expected 1 space after asterisk; 4 found 19 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 19 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 20 | ERROR | [x] Expected 1 space after asterisk; 4 found 21 | ERROR | [ ] Missing @category tag in class comment 21 | ERROR | [ ] Missing @author tag in class comment 21 | ERROR | [ ] Missing @license tag in class comment 21 | ERROR | [ ] Missing @link tag in class comment 24 | ERROR | [ ] Private member variable "url" must be prefixed with an | | underscore 28 | ERROR | [x] Expected 1 space after asterisk; 4 found 28 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 28 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 28 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 29 | ERROR | [x] Expected 1 space after asterisk; 4 found 29 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 38 | ERROR | [x] Expected 1 space after asterisk; 4 found 38 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 39 | ERROR | [x] Expected 1 space after asterisk; 4 found 48 | ERROR | [x] Expected 1 space after asterisk; 4 found 48 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 48 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 49 | ERROR | [x] Expected 1 space after asterisk; 4 found 49 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 50 | ERROR | [x] Expected 1 space after asterisk; 4 found 50 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 60 | ERROR | [x] Expected 1 space after asterisk; 4 found 60 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 61 | ERROR | [x] Expected 1 space after asterisk; 4 found 74 | ERROR | [x] Expected 1 space after asterisk; 4 found 74 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 74 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 74 | ERROR | [x] Expected 2 spaces after parameter name; 6 found 74 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 75 | ERROR | [x] Expected 1 space after asterisk; 4 found 75 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 75 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 76 | ERROR | [x] Expected 1 space after asterisk; 4 found 76 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 77 | ERROR | [x] Expected 1 space after asterisk; 4 found 77 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 83 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 84 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 85 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 86 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 86 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 97 | ERROR | [x] Expected 1 space after asterisk; 4 found 97 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 97 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 98 | ERROR | [x] Expected 1 space after asterisk; 4 found 98 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 99 | ERROR | [x] Expected 1 space after asterisk; 4 found 99 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 100 | ERROR | [x] Expected 1 space after asterisk; 4 found 100 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 101 | ERROR | [x] Expected 1 space after asterisk; 4 found 101 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 102 | ERROR | [x] Expected 1 space after asterisk; 4 found 102 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 119 | ERROR | [x] Expected 1 space after asterisk; 4 found 119 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 119 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 120 | ERROR | [x] Expected 1 space after asterisk; 4 found 121 | ERROR | [ ] Missing @category tag in class comment 121 | ERROR | [ ] Missing @author tag in class comment 121 | ERROR | [ ] Missing @license tag in class comment 121 | ERROR | [ ] Missing @link tag in class comment 124 | ERROR | [ ] Private member variable "proxy" must be prefixed with an | | underscore 125 | ERROR | [ ] Private member variable "username" must be prefixed with an | | underscore 126 | ERROR | [ ] Private member variable "password" must be prefixed with an | | underscore 130 | ERROR | [x] Expected 1 space after asterisk; 4 found 130 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 130 | ERROR | [x] Expected 6 spaces after parameter name; 5 found 130 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 131 | ERROR | [x] Expected 1 space after asterisk; 4 found 131 | ERROR | [x] Expected 4 spaces after parameter type; 1 found 131 | ERROR | [x] Expected 4 spaces after parameter name; 6 found 131 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 132 | ERROR | [x] Expected 1 space after asterisk; 4 found 132 | ERROR | [x] Expected 4 spaces after parameter type; 1 found 132 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 132 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 133 | ERROR | [x] Expected 1 space after asterisk; 4 found 133 | ERROR | [x] Expected 4 spaces after parameter type; 1 found 133 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 133 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 134 | ERROR | [x] Expected 1 space after asterisk; 4 found 134 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 146 | ERROR | [x] Expected 1 space after asterisk; 4 found 146 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 146 | ERROR | [x] Expected 4 spaces after parameter type; 1 found 146 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 146 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 147 | ERROR | [x] Expected 1 space after asterisk; 4 found 147 | ERROR | [ ] Superfluous parameter comment 147 | ERROR | [x] Expected 4 spaces after parameter name; 3 found 147 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 148 | ERROR | [x] Expected 1 space after asterisk; 4 found 148 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 149 | ERROR | [x] Expected 1 space after asterisk; 4 found 149 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 162 | ERROR | [x] Expected 1 space after asterisk; 4 found 162 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 162 | ERROR | [ ] Superfluous parameter comment 162 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 162 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 163 | ERROR | [x] Expected 1 space after asterisk; 4 found 163 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 164 | ERROR | [x] Expected 1 space after asterisk; 4 found 164 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 175 | ERROR | [x] Expected 1 space after asterisk; 4 found 175 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 175 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 175 | ERROR | [x] Expected 2 spaces after parameter name; 7 found 175 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 176 | ERROR | [x] Expected 1 space after asterisk; 4 found 176 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 176 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 177 | ERROR | [x] Expected 1 space after asterisk; 4 found 177 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 178 | ERROR | [x] Expected 1 space after asterisk; 4 found 178 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 183 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 184 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 185 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 186 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 186 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 193 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 195 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 195 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 205 | ERROR | [x] Expected 1 space after asterisk; 4 found 205 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 205 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 206 | ERROR | [x] Expected 1 space after asterisk; 4 found 207 | ERROR | [ ] Missing @category tag in class comment 207 | ERROR | [ ] Missing @author tag in class comment 207 | ERROR | [ ] Missing @license tag in class comment 207 | ERROR | [ ] Missing @link tag in class comment 210 | ERROR | [ ] Private member variable "route" must be prefixed with an | | underscore 211 | ERROR | [ ] Private member variable "encoding" must be prefixed with an | | underscore 212 | ERROR | [ ] Private member variable "headers" must be prefixed with an | | underscore 213 | ERROR | [ ] Private member variable "cookies" must be prefixed with an | | underscore 219 | ERROR | [x] Expected 1 space after asterisk; 4 found 219 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 219 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 219 | ERROR | [x] Expected 4 spaces after parameter name; 14 found 219 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 220 | ERROR | [x] Expected 1 space after asterisk; 4 found 220 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 220 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 222 | ERROR | [x] Expected 1 space after asterisk; 4 found 222 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 234 | ERROR | [x] Expected 1 space after asterisk; 4 found 234 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 234 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 234 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 235 | ERROR | [x] Expected 1 space after asterisk; 4 found 235 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 238 | ERROR | [x] Expected 1 space after asterisk; 4 found 238 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 242 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 251 | ERROR | [x] Expected 1 space after asterisk; 4 found 251 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 251 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 252 | ERROR | [x] Expected 1 space after asterisk; 4 found 252 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 254 | ERROR | [x] Expected 1 space after asterisk; 4 found 254 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 255 | ERROR | [x] Expected 1 space after asterisk; 4 found 255 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 272 | ERROR | [x] Expected 1 space after asterisk; 4 found 272 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 272 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 272 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 273 | ERROR | [x] Expected 1 space after asterisk; 4 found 273 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 274 | ERROR | [ ] Missing @return tag in function comment 283 | ERROR | [x] Expected 1 space after asterisk; 4 found 283 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 283 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 283 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 284 | ERROR | [x] Expected 1 space after asterisk; 4 found 284 | ERROR | [x] Expected 7 spaces after parameter type; 1 found 284 | ERROR | [x] Expected 1 spaces after parameter name; 11 found 284 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 285 | ERROR | [x] Expected 1 space after asterisk; 4 found 285 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 286 | ERROR | [ ] Missing @return tag in function comment 294 | ERROR | [x] Expected 1 space after asterisk; 4 found 294 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 294 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 295 | ERROR | [x] Expected 1 space after asterisk; 4 found 295 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 296 | ERROR | [x] Expected 1 space after asterisk; 4 found 296 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 301 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 302 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 303 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 303 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 311 | ERROR | [x] Expected 1 space after asterisk; 4 found 311 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 311 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 312 | ERROR | [x] Expected 1 space after asterisk; 4 found 313 | ERROR | [ ] Missing @category tag in class comment 313 | ERROR | [ ] Missing @author tag in class comment 313 | ERROR | [ ] Missing @license tag in class comment 313 | ERROR | [ ] Missing @link tag in class comment 316 | ERROR | [ ] Private member variable "raw_headers" must be prefixed with | | an underscore 317 | ERROR | [ ] Private member variable "response_code" must be prefixed with | | an underscore 318 | ERROR | [ ] Private member variable "http_version" must be prefixed with | | an underscore 319 | ERROR | [ ] Private member variable "mime_type" must be prefixed with an | | underscore 320 | ERROR | [ ] Private member variable "location" must be prefixed with an | | underscore 321 | ERROR | [ ] Private member variable "cookies" must be prefixed with an | | underscore 322 | ERROR | [ ] Private member variable "authentication" must be prefixed | | with an underscore 323 | ERROR | [ ] Private member variable "realm" must be prefixed with an | | underscore 327 | ERROR | [x] Expected 1 space after asterisk; 4 found 327 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 327 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 327 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 328 | ERROR | [x] Expected 1 space after asterisk; 4 found 328 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 347 | ERROR | [x] Expected 1 space after asterisk; 4 found 347 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 348 | ERROR | [x] Expected 1 space after asterisk; 4 found 357 | ERROR | [x] Expected 1 space after asterisk; 4 found 357 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 358 | ERROR | [x] Expected 1 space after asterisk; 4 found 367 | ERROR | [x] Expected 1 space after asterisk; 4 found 367 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 368 | ERROR | [x] Expected 1 space after asterisk; 4 found 378 | ERROR | [x] Expected 1 space after asterisk; 4 found 378 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 379 | ERROR | [x] Expected 1 space after asterisk; 4 found 388 | ERROR | [x] Expected 1 space after asterisk; 4 found 388 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 389 | ERROR | [x] Expected 1 space after asterisk; 4 found 400 | ERROR | [x] Expected 1 space after asterisk; 4 found 400 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 401 | ERROR | [x] Expected 1 space after asterisk; 4 found 412 | ERROR | [x] Expected 1 space after asterisk; 4 found 412 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 413 | ERROR | [x] Expected 1 space after asterisk; 4 found 422 | ERROR | [x] Expected 1 space after asterisk; 4 found 422 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 423 | ERROR | [x] Expected 1 space after asterisk; 4 found 432 | ERROR | [x] Expected 1 space after asterisk; 4 found 432 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 433 | ERROR | [x] Expected 1 space after asterisk; 4 found 442 | ERROR | [x] Expected 1 space after asterisk; 4 found 442 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 442 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 442 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 443 | ERROR | [x] Expected 1 space after asterisk; 4 found 443 | ERROR | [x] Expected 7 spaces after parameter type; 1 found 443 | ERROR | [x] Expected 1 spaces after parameter name; 9 found 443 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 444 | ERROR | [x] Expected 1 space after asterisk; 4 found 444 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 445 | ERROR | [ ] Missing @return tag in function comment 450 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 451 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 452 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 453 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 454 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 454 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 461 | ERROR | [x] Expected 1 space after asterisk; 4 found 461 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 461 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 462 | ERROR | [x] Expected 1 space after asterisk; 4 found 462 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 479 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 487 | ERROR | [x] Expected 1 space after asterisk; 4 found 487 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 487 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 488 | ERROR | [x] Expected 1 space after asterisk; 4 found 488 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 489 | ERROR | [x] Expected 1 space after asterisk; 4 found 489 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 502 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 503 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 504 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 505 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 505 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 511 | ERROR | [x] Expected 1 space after asterisk; 4 found 511 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 511 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 512 | ERROR | [x] Expected 1 space after asterisk; 4 found 513 | ERROR | [ ] Missing @category tag in class comment 513 | ERROR | [ ] Missing @author tag in class comment 513 | ERROR | [ ] Missing @license tag in class comment 513 | ERROR | [ ] Missing @link tag in class comment 516 | ERROR | [ ] Private member variable "url" must be prefixed with an | | underscore 517 | ERROR | [ ] Private member variable "encoding" must be prefixed with an | | underscore 518 | ERROR | [ ] Private member variable "sent" must be prefixed with an | | underscore 519 | ERROR | [ ] Private member variable "content" must be prefixed with an | | underscore 520 | ERROR | [ ] Private member variable "headers" must be prefixed with an | | underscore 525 | ERROR | [x] Expected 1 space after asterisk; 4 found 525 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 525 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 527 | ERROR | [x] Expected 1 space after asterisk; 4 found 527 | ERROR | [x] Expected 4 spaces after parameter type; 1 found 527 | ERROR | [x] Expected 6 spaces after parameter name; 9 found 527 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 528 | ERROR | [x] Expected 1 space after asterisk; 4 found 528 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 528 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 528 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 529 | ERROR | [x] Expected 1 space after asterisk; 4 found 529 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 548 | ERROR | [x] Expected 1 space after asterisk; 4 found 548 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 548 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 549 | ERROR | [x] Expected 1 space after asterisk; 4 found 549 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 570 | ERROR | [x] Expected 1 space after asterisk; 4 found 570 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 571 | ERROR | [x] Expected 1 space after asterisk; 4 found 580 | ERROR | [x] Expected 1 space after asterisk; 4 found 580 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 581 | ERROR | [x] Expected 1 space after asterisk; 4 found 590 | ERROR | [x] Expected 1 space after asterisk; 4 found 590 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 591 | ERROR | [x] Expected 1 space after asterisk; 4 found 600 | ERROR | [x] Expected 1 space after asterisk; 4 found 600 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 601 | ERROR | [x] Expected 1 space after asterisk; 4 found 611 | ERROR | [x] Expected 1 space after asterisk; 4 found 611 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 612 | ERROR | [x] Expected 1 space after asterisk; 4 found 622 | ERROR | [x] Expected 1 space after asterisk; 4 found 622 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 623 | ERROR | [x] Expected 1 space after asterisk; 4 found 632 | ERROR | [x] Expected 1 space after asterisk; 4 found 632 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 633 | ERROR | [x] Expected 1 space after asterisk; 4 found 643 | ERROR | [x] Expected 1 space after asterisk; 4 found 643 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 643 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 644 | ERROR | [x] Expected 1 space after asterisk; 4 found 644 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 646 | ERROR | [x] Expected 1 space after asterisk; 4 found 646 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 660 | ERROR | [x] Expected 1 space after asterisk; 4 found 660 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 660 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 661 | ERROR | [x] Expected 1 space after asterisk; 4 found 661 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 662 | ERROR | [x] Expected 1 space after asterisk; 4 found 662 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 275 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/reflection_php5.php ----------------------------------------------------------------------------------- FOUND 152 ERRORS AND 2 WARNINGS AFFECTING 76 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 10 | ERROR | [x] Expected 1 space after asterisk; 4 found 10 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 10 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 11 | ERROR | [x] Expected 1 space after asterisk; 4 found 12 | ERROR | [ ] Missing @category tag in class comment 12 | ERROR | [ ] Missing @author tag in class comment 12 | ERROR | [ ] Missing @license tag in class comment 12 | ERROR | [ ] Missing @link tag in class comment 15 | ERROR | [ ] Private member variable "interface" must be prefixed with an | | underscore 19 | ERROR | [x] Expected 1 space after asterisk; 4 found 19 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 19 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 31 | ERROR | [x] Expected 1 space after asterisk; 4 found 31 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 32 | ERROR | [x] Expected 1 space after asterisk; 4 found 46 | ERROR | [x] Expected 1 space after asterisk; 4 found 46 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 47 | ERROR | [x] Expected 1 space after asterisk; 4 found 57 | ERROR | [x] Expected 1 space after asterisk; 4 found 57 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 58 | ERROR | [x] Expected 1 space after asterisk; 4 found 68 | ERROR | [x] Expected 1 space after asterisk; 4 found 68 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 69 | ERROR | [x] Expected 1 space after asterisk; 4 found 79 | ERROR | [x] Expected 1 space after asterisk; 4 found 79 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 79 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 80 | ERROR | [x] Expected 1 space after asterisk; 4 found 80 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 81 | ERROR | [x] Expected 1 space after asterisk; 4 found 81 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 82 | ERROR | [x] Expected 1 space after asterisk; 4 found 82 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 97 | ERROR | [x] Expected 1 space after asterisk; 4 found 97 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 98 | ERROR | [x] Expected 1 space after asterisk; 4 found 98 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 2 | | spaces but found 1 99 | ERROR | [ ] Missing @return tag in function comment 109 | ERROR | [x] Expected 1 space after asterisk; 4 found 109 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 110 | ERROR | [x] Expected 1 space after asterisk; 4 found 110 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 2 | | spaces but found 1 111 | ERROR | [ ] Missing @return tag in function comment 124 | ERROR | [x] Expected 1 space after asterisk; 4 found 124 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 125 | ERROR | [x] Expected 1 space after asterisk; 4 found 125 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 2 | | spaces but found 1 126 | ERROR | [ ] Missing @return tag in function comment 139 | ERROR | [x] Expected 1 space after asterisk; 4 found 139 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 139 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 3 | | spaces but found 1 140 | ERROR | [x] Expected 1 space after asterisk; 4 found 140 | ERROR | [ ] Tag @returns cannot be grouped with parameter tags in a doc | | comment 141 | ERROR | [x] Expected 1 space after asterisk; 4 found 141 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 141 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 2 | | spaces but found 1 150 | ERROR | [x] Expected 1 space after asterisk; 4 found 150 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 151 | ERROR | [x] Expected 1 space after asterisk; 4 found 151 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 2 | | spaces but found 1 152 | ERROR | [ ] Missing @return tag in function comment 165 | ERROR | [x] Expected 1 space after asterisk; 4 found 165 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 166 | ERROR | [x] Expected 1 space after asterisk; 4 found 166 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 2 | | spaces but found 1 167 | ERROR | [ ] Missing @return tag in function comment 176 | ERROR | [x] Expected 1 space after asterisk; 4 found 176 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 177 | ERROR | [x] Expected 1 space after asterisk; 4 found 177 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 2 | | spaces but found 1 178 | ERROR | [ ] Missing @return tag in function comment 188 | ERROR | [x] Expected 1 space after asterisk; 4 found 188 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 189 | ERROR | [x] Expected 1 space after asterisk; 4 found 189 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 2 | | spaces but found 1 190 | ERROR | [ ] Missing @return tag in function comment 205 | ERROR | [x] Expected 1 space after asterisk; 4 found 205 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 205 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 3 | | spaces but found 1 207 | ERROR | [x] Expected 1 space after asterisk; 4 found 207 | ERROR | [ ] Tag @returns cannot be grouped with parameter tags in a doc | | comment 208 | ERROR | [x] Expected 1 space after asterisk; 4 found 208 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 208 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 2 | | spaces but found 1 232 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 232 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 3 233 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 233 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 1 | | spaces but found 2 234 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 234 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 1 | | spaces but found 2 247 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 247 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 3 248 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 248 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 1 | | spaces but found 2 249 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 249 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 1 | | spaces but found 2 258 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 258 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 3 259 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 259 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 1 | | spaces but found 2 260 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 260 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 1 | | spaces but found 2 280 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 280 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 3 281 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 281 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 1 | | spaces but found 2 282 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 282 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 1 | | spaces but found 2 296 | ERROR | [x] Expected 1 space after asterisk; 4 found 296 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 296 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 296 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 297 | ERROR | [x] Expected 1 space after asterisk; 4 found 297 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 299 | ERROR | [x] Expected 1 space after asterisk; 4 found 299 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 333 | ERROR | [x] Expected 1 space after asterisk; 4 found 333 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 333 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 334 | ERROR | [x] Expected 1 space after asterisk; 4 found 334 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 336 | ERROR | [x] Expected 1 space after asterisk; 4 found 336 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 351 | ERROR | [x] Expected 1 space after asterisk; 4 found 351 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 351 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 353 | ERROR | [x] Expected 1 space after asterisk; 4 found 353 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 355 | ERROR | [x] Expected 1 space after asterisk; 4 found 355 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 363 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 384 | ERROR | [x] Expected 1 space after asterisk; 4 found 384 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 384 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 385 | ERROR | [x] Expected 1 space after asterisk; 4 found 385 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 386 | ERROR | [x] Expected 1 space after asterisk; 4 found 386 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 396 | ERROR | [x] Expected 1 space after asterisk; 4 found 396 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 396 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 397 | ERROR | [x] Expected 1 space after asterisk; 4 found 397 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 398 | ERROR | [x] Expected 1 space after asterisk; 4 found 398 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 111 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/browser.php ----------------------------------------------------------------------------------- FOUND 667 ERRORS AND 11 WARNINGS AFFECTING 303 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 21 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 24 | ERROR | [x] The open comment tag must be the only content on the line 24 | ERROR | [x] Doc comment short description must be on the first line 24 | ERROR | [x] The close comment tag must be the only content on the line 32 | ERROR | [x] Expected 1 space after asterisk; 4 found 32 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 32 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 33 | ERROR | [x] Expected 1 space after asterisk; 4 found 34 | ERROR | [ ] Missing @category tag in class comment 34 | ERROR | [ ] Missing @author tag in class comment 34 | ERROR | [ ] Missing @license tag in class comment 34 | ERROR | [ ] Missing @link tag in class comment 37 | ERROR | [ ] Private member variable "sequence" must be prefixed with an | | underscore 38 | ERROR | [ ] Private member variable "position" must be prefixed with an | | underscore 42 | ERROR | [x] Expected 1 space after asterisk; 4 found 42 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 43 | ERROR | [x] Expected 1 space after asterisk; 4 found 52 | ERROR | [x] Expected 1 space after asterisk; 4 found 52 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 53 | ERROR | [x] Expected 1 space after asterisk; 4 found 62 | ERROR | [x] Expected 1 space after asterisk; 4 found 62 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 63 | ERROR | [x] Expected 1 space after asterisk; 4 found 72 | ERROR | [x] Expected 1 space after asterisk; 4 found 72 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 72 | ERROR | [x] Expected 6 spaces after parameter type; 1 found 72 | ERROR | [x] Expected 8 spaces after parameter name; 17 found 72 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 73 | ERROR | [x] Expected 1 space after asterisk; 4 found 73 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 73 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 74 | ERROR | [x] Expected 1 space after asterisk; 4 found 74 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 75 | ERROR | [ ] Missing @return tag in function comment 80 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 81 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 81 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 88 | ERROR | [x] Expected 1 space after asterisk; 4 found 88 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 89 | ERROR | [x] Expected 1 space after asterisk; 4 found 102 | ERROR | [x] Expected 1 space after asterisk; 4 found 102 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 103 | ERROR | [x] Expected 1 space after asterisk; 4 found 116 | ERROR | [x] Expected 1 space after asterisk; 4 found 116 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 117 | ERROR | [x] Expected 1 space after asterisk; 4 found 131 | ERROR | [x] Expected 1 space after asterisk; 4 found 131 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 132 | ERROR | [x] Expected 1 space after asterisk; 4 found 146 | ERROR | [x] Expected 1 space after asterisk; 4 found 146 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 163 | ERROR | [x] Expected 1 space after asterisk; 4 found 163 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 163 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 164 | ERROR | [x] Expected 1 space after asterisk; 4 found 165 | ERROR | [ ] Missing @category tag in class comment 165 | ERROR | [ ] Missing @author tag in class comment 165 | ERROR | [ ] Missing @license tag in class comment 165 | ERROR | [ ] Missing @link tag in class comment 168 | ERROR | [ ] Private member variable "user_agent" must be prefixed with | | an underscore 169 | ERROR | [ ] Private member variable "page" must be prefixed with an | | underscore 170 | ERROR | [ ] Private member variable "history" must be prefixed with an | | underscore 171 | ERROR | [ ] Private member variable "ignore_frames" must be prefixed | | with an underscore 172 | ERROR | [ ] Private member variable "maximum_nested_frames" must be | | prefixed with an underscore 173 | ERROR | [ ] Private member variable "parser" must be prefixed with an | | underscore 180 | ERROR | [x] Expected 1 space after asterisk; 4 found 180 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 186 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 187 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 188 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 188 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 197 | ERROR | [x] Expected 1 space after asterisk; 4 found 197 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 198 | ERROR | [x] Expected 1 space after asterisk; 4 found 207 | ERROR | [x] Expected 1 space after asterisk; 4 found 207 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 208 | ERROR | [x] Expected 1 space after asterisk; 4 found 219 | ERROR | [x] Expected 1 space after asterisk; 4 found 219 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 233 | ERROR | [ ] Doc comment for parameter "$parser" missing 235 | ERROR | [x] Expected 1 space after asterisk; 4 found 235 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 235 | ERROR | [ ] Missing parameter name 236 | ERROR | [ ] Missing @return tag in function comment 245 | ERROR | [x] Expected 1 space after asterisk; 4 found 245 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 246 | ERROR | [ ] Missing @return tag in function comment 255 | ERROR | [x] Expected 1 space after asterisk; 4 found 255 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 256 | ERROR | [ ] Missing @return tag in function comment 264 | ERROR | [x] Expected 1 space after asterisk; 4 found 264 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 265 | ERROR | [ ] Missing @return tag in function comment 273 | ERROR | [x] Expected 1 space after asterisk; 4 found 273 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 274 | ERROR | [ ] Missing @return tag in function comment 283 | ERROR | [x] Expected 1 space after asterisk; 4 found 283 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 283 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 284 | ERROR | [x] Expected 1 space after asterisk; 4 found 284 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 285 | ERROR | [x] Expected 1 space after asterisk; 4 found 285 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 286 | ERROR | [x] Expected 1 space after asterisk; 4 found 286 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 291 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 306 | ERROR | [x] Expected 1 space after asterisk; 4 found 306 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 306 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 307 | ERROR | [x] Expected 1 space after asterisk; 4 found 307 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 317 | ERROR | [x] Expected 1 space after asterisk; 4 found 317 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 317 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 318 | ERROR | [x] Expected 1 space after asterisk; 4 found 318 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 319 | ERROR | [x] Expected 1 space after asterisk; 4 found 319 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 320 | ERROR | [x] Expected 1 space after asterisk; 4 found 320 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 321 | ERROR | [x] Expected 1 space after asterisk; 4 found 321 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 335 | ERROR | [x] Expected 1 space after asterisk; 4 found 335 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 335 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 336 | ERROR | [x] Expected 1 space after asterisk; 4 found 336 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 337 | ERROR | [x] Expected 1 space after asterisk; 4 found 337 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 338 | ERROR | [x] Expected 1 space after asterisk; 4 found 338 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 343 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 351 | ERROR | [x] Expected 1 space after asterisk; 4 found 351 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 351 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 352 | ERROR | [x] Expected 1 space after asterisk; 4 found 352 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 353 | ERROR | [x] Expected 1 space after asterisk; 4 found 353 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 354 | ERROR | [x] Expected 1 space after asterisk; 4 found 354 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 360 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 361 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 361 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 368 | ERROR | [x] Expected 1 space after asterisk; 4 found 368 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 368 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 369 | ERROR | [x] Expected 1 space after asterisk; 4 found 369 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 370 | ERROR | [x] Expected 1 space after asterisk; 4 found 370 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 371 | ERROR | [x] Expected 1 space after asterisk; 4 found 371 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 372 | ERROR | [x] Expected 1 space after asterisk; 4 found 372 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 384 | ERROR | [x] Expected 1 space after asterisk; 4 found 384 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 384 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 384 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 387 | ERROR | [x] Expected 1 space after asterisk; 4 found 387 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 388 | ERROR | [ ] Missing @return tag in function comment 396 | ERROR | [x] Expected 1 space after asterisk; 4 found 396 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 396 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 396 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 398 | ERROR | [x] Expected 1 space after asterisk; 4 found 398 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 399 | ERROR | [ ] Missing @return tag in function comment 407 | ERROR | [x] Expected 1 space after asterisk; 4 found 407 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 407 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 407 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 408 | ERROR | [x] Expected 1 space after asterisk; 4 found 408 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 409 | ERROR | [ ] Missing @return tag in function comment 418 | ERROR | [x] Expected 1 space after asterisk; 4 found 418 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 418 | ERROR | [x] Expected 3 spaces after parameter name; 7 found 418 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 419 | ERROR | [x] Expected 1 space after asterisk; 4 found 419 | ERROR | [x] Expected 2 spaces after parameter name; 6 found 419 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 420 | ERROR | [x] Expected 1 space after asterisk; 4 found 420 | ERROR | [x] Expected 3 spaces after parameter name; 7 found 420 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 421 | ERROR | [x] Expected 1 space after asterisk; 4 found 421 | ERROR | [x] Expected 3 spaces after parameter name; 7 found 421 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 422 | ERROR | [x] Expected 1 space after asterisk; 4 found 422 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 422 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 423 | ERROR | [x] Expected 1 space after asterisk; 4 found 423 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 424 | ERROR | [ ] Missing @return tag in function comment 425 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 433 | ERROR | [x] Expected 1 space after asterisk; 4 found 433 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 433 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 433 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 434 | ERROR | [x] Expected 1 space after asterisk; 4 found 434 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 434 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 435 | ERROR | [x] Expected 1 space after asterisk; 4 found 435 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 435 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 436 | ERROR | [x] Expected 1 space after asterisk; 4 found 436 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 438 | ERROR | [x] Expected 1 space after asterisk; 4 found 438 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 447 | ERROR | [x] Expected 1 space after asterisk; 4 found 447 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 447 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 447 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 448 | ERROR | [x] Expected 1 space after asterisk; 4 found 448 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 450 | ERROR | [x] Expected 1 space after asterisk; 4 found 450 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 460 | ERROR | [x] Expected 1 space after asterisk; 4 found 460 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 460 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 460 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 461 | ERROR | [x] Expected 1 space after asterisk; 4 found 461 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 462 | ERROR | [ ] Missing @return tag in function comment 471 | ERROR | [x] Expected 1 space after asterisk; 4 found 471 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 471 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 471 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 472 | ERROR | [x] Expected 1 space after asterisk; 4 found 472 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 473 | ERROR | [ ] Missing @return tag in function comment 481 | ERROR | [x] Expected 1 space after asterisk; 4 found 481 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 481 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 481 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 482 | ERROR | [x] Expected 1 space after asterisk; 4 found 482 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 483 | ERROR | [ ] Missing @return tag in function comment 493 | ERROR | [x] Expected 1 space after asterisk; 4 found 493 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 493 | ERROR | [x] Expected 4 spaces after parameter name; 8 found 493 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 494 | ERROR | [x] Expected 1 space after asterisk; 4 found 494 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 494 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 495 | ERROR | [x] Expected 1 space after asterisk; 4 found 495 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 495 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 496 | ERROR | [x] Expected 1 space after asterisk; 4 found 496 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 497 | ERROR | [ ] Missing @return tag in function comment 506 | ERROR | [x] Expected 1 space after asterisk; 4 found 506 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 506 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 506 | ERROR | [x] Expected 8 spaces after parameter name; 16 found 506 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 507 | ERROR | [x] Expected 1 space after asterisk; 4 found 507 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 507 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 509 | ERROR | [x] Expected 1 space after asterisk; 4 found 509 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 510 | ERROR | [x] Expected 1 space after asterisk; 4 found 510 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 520 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 527 | ERROR | [x] Expected 1 space after asterisk; 4 found 527 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 527 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 527 | ERROR | [x] Expected 8 spaces after parameter name; 16 found 527 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 528 | ERROR | [x] Expected 1 space after asterisk; 4 found 528 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 528 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 530 | ERROR | [x] Expected 1 space after asterisk; 4 found 530 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 531 | ERROR | [x] Expected 1 space after asterisk; 4 found 531 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 546 | ERROR | [x] Expected 1 space after asterisk; 4 found 546 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 546 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 546 | ERROR | [x] Expected 10 spaces after parameter name; 16 found 546 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 547 | ERROR | [x] Expected 1 space after asterisk; 4 found 547 | ERROR | [x] Expected 3 spaces after parameter name; 2 found 547 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 547 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 548 | ERROR | [x] Expected 1 space after asterisk; 4 found 548 | ERROR | [x] Expected 18 spaces after parameter type; 1 found 548 | ERROR | [x] Expected 1 spaces after parameter name; 17 found 548 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 548 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 549 | ERROR | [x] Expected 1 space after asterisk; 4 found 549 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 550 | ERROR | [x] Expected 1 space after asterisk; 4 found 550 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 565 | ERROR | [x] Expected 1 space after asterisk; 4 found 565 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 565 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 565 | ERROR | [x] Expected 10 spaces after parameter name; 16 found 565 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 566 | ERROR | [x] Expected 1 space after asterisk; 4 found 566 | ERROR | [x] Expected 3 spaces after parameter name; 2 found 566 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 567 | ERROR | [x] Expected 1 space after asterisk; 4 found 567 | ERROR | [x] Expected 18 spaces after parameter type; 1 found 567 | ERROR | [x] Expected 1 spaces after parameter name; 17 found 567 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 567 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 568 | ERROR | [x] Expected 1 space after asterisk; 4 found 568 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 569 | ERROR | [x] Expected 1 space after asterisk; 4 found 569 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 581 | ERROR | [x] Expected 1 space after asterisk; 4 found 581 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 581 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 581 | ERROR | [x] Expected 8 spaces after parameter name; 16 found 581 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 582 | ERROR | [x] Expected 1 space after asterisk; 4 found 582 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 582 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 584 | ERROR | [x] Expected 1 space after asterisk; 4 found 584 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 585 | ERROR | [x] Expected 1 space after asterisk; 4 found 585 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 599 | ERROR | [x] Expected 1 space after asterisk; 4 found 599 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 601 | ERROR | [x] Expected 1 space after asterisk; 4 found 608 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 609 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 610 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 610 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 625 | ERROR | [x] Expected 1 space after asterisk; 4 found 625 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 627 | ERROR | [x] Expected 1 space after asterisk; 4 found 646 | ERROR | [x] Expected 1 space after asterisk; 4 found 646 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 648 | ERROR | [x] Expected 1 space after asterisk; 4 found 665 | ERROR | [x] Expected 1 space after asterisk; 4 found 665 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 665 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 665 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 666 | ERROR | [x] Expected 1 space after asterisk; 4 found 666 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 666 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 667 | ERROR | [x] Expected 1 space after asterisk; 4 found 667 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 670 | ERROR | [x] Expected 1 space after asterisk; 4 found 670 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 682 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 683 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 684 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 685 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 685 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 691 | ERROR | [x] Expected 1 space after asterisk; 4 found 691 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 693 | ERROR | [x] Expected 1 space after asterisk; 4 found 703 | ERROR | [x] Expected 1 space after asterisk; 4 found 703 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 706 | ERROR | [x] Expected 1 space after asterisk; 4 found 715 | ERROR | [x] Expected 1 space after asterisk; 4 found 715 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 715 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 715 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 716 | ERROR | [x] Expected 1 space after asterisk; 4 found 716 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 717 | ERROR | [x] Expected 1 space after asterisk; 4 found 717 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 726 | ERROR | [x] Expected 1 space after asterisk; 4 found 726 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 726 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 726 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 727 | ERROR | [x] Expected 1 space after asterisk; 4 found 727 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 728 | ERROR | [x] Expected 1 space after asterisk; 4 found 728 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 738 | ERROR | [x] Expected 1 space after asterisk; 4 found 738 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 739 | ERROR | [ ] Missing @return tag in function comment 747 | ERROR | [x] Expected 1 space after asterisk; 4 found 747 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 748 | ERROR | [x] Expected 1 space after asterisk; 4 found 757 | ERROR | [x] Expected 1 space after asterisk; 4 found 757 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 758 | ERROR | [x] Expected 1 space after asterisk; 4 found 767 | ERROR | [x] Expected 1 space after asterisk; 4 found 767 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 768 | ERROR | [x] Expected 1 space after asterisk; 4 found 778 | ERROR | [x] Expected 1 space after asterisk; 4 found 778 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 779 | ERROR | [x] Expected 1 space after asterisk; 4 found 789 | ERROR | [x] Expected 1 space after asterisk; 4 found 789 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 790 | ERROR | [x] Expected 1 space after asterisk; 4 found 800 | ERROR | [x] Expected 1 space after asterisk; 4 found 800 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 811 | ERROR | [x] Expected 1 space after asterisk; 4 found 811 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 821 | ERROR | [x] Expected 1 space after asterisk; 4 found 821 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 822 | ERROR | [x] Expected 1 space after asterisk; 4 found 831 | ERROR | [x] Expected 1 space after asterisk; 4 found 831 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 832 | ERROR | [x] Expected 1 space after asterisk; 4 found 841 | ERROR | [x] Expected 1 space after asterisk; 4 found 841 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 842 | ERROR | [x] Expected 1 space after asterisk; 4 found 851 | ERROR | [x] Expected 1 space after asterisk; 4 found 851 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 852 | ERROR | [x] Expected 1 space after asterisk; 4 found 861 | ERROR | [x] Expected 1 space after asterisk; 4 found 861 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 862 | ERROR | [x] Expected 1 space after asterisk; 4 found 871 | ERROR | [x] Expected 1 space after asterisk; 4 found 871 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 873 | ERROR | [x] Expected 1 space after asterisk; 4 found 880 | ERROR | [ ] Doc comment for parameter "$position" missing 882 | ERROR | [x] Expected 1 space after asterisk; 4 found 882 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 882 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 882 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 883 | ERROR | [x] Expected 1 space after asterisk; 4 found 883 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 883 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 884 | ERROR | [x] Expected 1 space after asterisk; 4 found 884 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 885 | ERROR | [x] Expected 1 space after asterisk; 4 found 885 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 889 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 892 | ERROR | [ ] Doc comment for parameter "$position" missing 895 | ERROR | [x] Expected 1 space after asterisk; 4 found 895 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 895 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 895 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 896 | ERROR | [x] Expected 1 space after asterisk; 4 found 896 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 896 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 897 | ERROR | [x] Expected 1 space after asterisk; 4 found 897 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 898 | ERROR | [x] Expected 1 space after asterisk; 4 found 898 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 907 | ERROR | [x] Expected 1 space after asterisk; 4 found 907 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 907 | ERROR | [x] Expected 4 spaces after parameter name; 3 found 907 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 908 | ERROR | [x] Expected 1 space after asterisk; 4 found 908 | ERROR | [x] Expected 9 spaces after parameter type; 1 found 908 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 908 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 909 | ERROR | [x] Expected 1 space after asterisk; 4 found 909 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 910 | ERROR | [x] Expected 1 space after asterisk; 4 found 910 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 920 | ERROR | [x] Expected 1 space after asterisk; 4 found 920 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 920 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 920 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 921 | ERROR | [x] Expected 1 space after asterisk; 4 found 921 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 924 | ERROR | [x] Expected 1 space after asterisk; 4 found 924 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 934 | ERROR | [x] Expected 1 space after asterisk; 4 found 934 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 934 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 934 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 935 | ERROR | [x] Expected 1 space after asterisk; 4 found 935 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 938 | ERROR | [x] Expected 1 space after asterisk; 4 found 938 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 947 | ERROR | [x] Expected 1 space after asterisk; 4 found 947 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 947 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 947 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 948 | ERROR | [x] Expected 1 space after asterisk; 4 found 948 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 951 | ERROR | [x] Expected 1 space after asterisk; 4 found 951 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 961 | ERROR | [x] Expected 1 space after asterisk; 4 found 961 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 961 | ERROR | [x] Expected 6 spaces after parameter name; 4 found 961 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 963 | ERROR | [x] Expected 1 space after asterisk; 4 found 963 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 963 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 964 | ERROR | [x] Expected 1 space after asterisk; 4 found 964 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 965 | ERROR | [x] Expected 1 space after asterisk; 4 found 965 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 973 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 974 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 974 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 981 | ERROR | [x] Expected 1 space after asterisk; 4 found 981 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 981 | ERROR | [x] Expected 7 spaces after parameter name; 5 found 981 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 982 | ERROR | [x] Expected 1 space after asterisk; 4 found 982 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 982 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 983 | ERROR | [x] Expected 1 space after asterisk; 4 found 983 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 984 | ERROR | [x] Expected 1 space after asterisk; 4 found 984 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 992 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 993 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 993 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1000 | ERROR | [x] Expected 1 space after asterisk; 4 found 1000 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1000 | ERROR | [x] Expected 9 spaces after parameter name; 7 found 1000 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1001 | ERROR | [x] Expected 1 space after asterisk; 4 found 1001 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 1001 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1002 | ERROR | [x] Expected 1 space after asterisk; 4 found 1002 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1003 | ERROR | [x] Expected 1 space after asterisk; 4 found 1003 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1011 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1012 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1012 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1019 | ERROR | [x] Expected 1 space after asterisk; 4 found 1019 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1019 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1019 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1020 | ERROR | [x] Expected 1 space after asterisk; 4 found 1020 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1021 | ERROR | [x] Expected 1 space after asterisk; 4 found 1021 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1034 | ERROR | [x] Expected 1 space after asterisk; 4 found 1034 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1034 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1034 | ERROR | [x] Expected 6 spaces after parameter name; 4 found 1034 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1035 | ERROR | [x] Expected 1 space after asterisk; 4 found 1035 | ERROR | [x] Expected 10 spaces after parameter name; 7 found 1035 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1036 | ERROR | [x] Expected 1 space after asterisk; 4 found 1036 | ERROR | [x] Expected 10 spaces after parameter name; 7 found 1036 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1037 | ERROR | [x] Expected 1 space after asterisk; 4 found 1037 | ERROR | [x] Expected 4 spaces after parameter type; 1 found 1037 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1038 | ERROR | [x] Expected 1 space after asterisk; 4 found 1038 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1039 | ERROR | [x] Expected 1 space after asterisk; 4 found 1039 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1047 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1048 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1048 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1058 | ERROR | [x] Expected 1 space after asterisk; 4 found 1058 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1058 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1058 | ERROR | [x] Expected 7 spaces after parameter name; 5 found 1058 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1059 | ERROR | [x] Expected 1 space after asterisk; 4 found 1059 | ERROR | [x] Expected 10 spaces after parameter name; 7 found 1059 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1060 | ERROR | [x] Expected 1 space after asterisk; 4 found 1060 | ERROR | [x] Expected 10 spaces after parameter name; 7 found 1060 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1061 | ERROR | [x] Expected 1 space after asterisk; 4 found 1061 | ERROR | [x] Expected 4 spaces after parameter type; 1 found 1061 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1062 | ERROR | [x] Expected 1 space after asterisk; 4 found 1062 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1063 | ERROR | [x] Expected 1 space after asterisk; 4 found 1063 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1071 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1072 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1072 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1081 | ERROR | [x] Expected 1 space after asterisk; 4 found 1081 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1081 | ERROR | [x] Expected 9 spaces after parameter name; 4 found 1081 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1082 | ERROR | [x] Expected 1 space after asterisk; 4 found 1082 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 1082 | ERROR | [x] Expected 10 spaces after parameter name; 12 found 1082 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1083 | ERROR | [x] Expected 1 space after asterisk; 4 found 1083 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 1083 | ERROR | [x] Expected 10 spaces after parameter name; 12 found 1083 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1084 | ERROR | [x] Expected 1 space after asterisk; 4 found 1084 | ERROR | [x] Expected 11 spaces after parameter type; 1 found 1084 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 1084 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1085 | ERROR | [x] Expected 1 space after asterisk; 4 found 1085 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1086 | ERROR | [x] Expected 1 space after asterisk; 4 found 1086 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1094 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1095 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1095 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1102 | ERROR | [x] Expected 1 space after asterisk; 4 found 1102 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1102 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1102 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1103 | ERROR | [x] Expected 1 space after asterisk; 4 found 1103 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1104 | ERROR | [x] Expected 1 space after asterisk; 4 found 1104 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1111 | ERROR | [ ] Doc comment for parameter "$additional" missing 1113 | ERROR | [x] Expected 1 space after asterisk; 4 found 1113 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1113 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 1113 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1115 | ERROR | [x] Expected 1 space after asterisk; 4 found 1115 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1116 | ERROR | [x] Expected 1 space after asterisk; 4 found 1116 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1124 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1125 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1125 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1134 | ERROR | [x] Expected 1 space after asterisk; 4 found 1134 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1134 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1134 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 1134 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1135 | ERROR | [x] Expected 1 space after asterisk; 4 found 1135 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1135 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1136 | ERROR | [x] Expected 1 space after asterisk; 4 found 1136 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1137 | ERROR | [x] Expected 1 space after asterisk; 4 found 1137 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1156 | ERROR | [x] Expected 1 space after asterisk; 4 found 1156 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1156 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1156 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 1156 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1157 | ERROR | [x] Expected 1 space after asterisk; 4 found 1157 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1157 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1158 | ERROR | [x] Expected 1 space after asterisk; 4 found 1158 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1159 | ERROR | [x] Expected 1 space after asterisk; 4 found 1159 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1173 | ERROR | [x] Expected 1 space after asterisk; 4 found 1173 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1173 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 1173 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1174 | ERROR | [x] Expected 1 space after asterisk; 4 found 1174 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1175 | ERROR | [x] Expected 1 space after asterisk; 4 found 1175 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1184 | ERROR | [x] Expected 1 space after asterisk; 4 found 1184 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1184 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 1184 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1185 | ERROR | [x] Expected 1 space after asterisk; 4 found 1185 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1186 | ERROR | [x] Expected 1 space after asterisk; 4 found 1186 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1200 | ERROR | [x] Expected 1 space after asterisk; 4 found 1200 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1200 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 1200 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1201 | ERROR | [x] Expected 1 space after asterisk; 4 found 1201 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1202 | ERROR | [x] Expected 1 space after asterisk; 4 found 1202 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1218 | ERROR | [x] Expected 1 space after asterisk; 4 found 1218 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1218 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1218 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1219 | ERROR | [x] Expected 1 space after asterisk; 4 found 1219 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1220 | ERROR | [x] Expected 1 space after asterisk; 4 found 1220 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1224 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 545 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/dumper.php ----------------------------------------------------------------------------------- FOUND 231 ERRORS AND 4 WARNINGS AFFECTING 107 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [ ] Doc comment short description must start with a capital | | letter 16 | ERROR | [x] Expected 1 space after asterisk; 4 found 16 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 16 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 2 17 | ERROR | [x] Expected 1 space after asterisk; 4 found 17 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 3 18 | ERROR | [ ] Missing @category tag in class comment 18 | ERROR | [ ] Missing @author tag in class comment 18 | ERROR | [ ] Missing @license tag in class comment 18 | ERROR | [ ] Missing @link tag in class comment 23 | ERROR | [x] Expected 1 space after asterisk; 4 found 23 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 23 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 23 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 24 | ERROR | [x] Expected 1 space after asterisk; 4 found 24 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 25 | ERROR | [x] Expected 1 space after asterisk; 4 found 25 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 31 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 33 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 35 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 37 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 39 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 41 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 49 | ERROR | [x] Expected 1 space after asterisk; 4 found 49 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 49 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 49 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 50 | ERROR | [x] Expected 1 space after asterisk; 4 found 50 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 51 | ERROR | [x] Expected 1 space after asterisk; 4 found 51 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 79 | ERROR | [x] Expected 1 space after asterisk; 4 found 79 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 79 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 79 | ERROR | [x] Expected 5 spaces after parameter name; 8 found 79 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 80 | ERROR | [x] Expected 1 space after asterisk; 4 found 80 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 80 | ERROR | [x] Expected 4 spaces after parameter name; 7 found 80 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 81 | ERROR | [x] Expected 1 space after asterisk; 4 found 81 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 81 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 82 | ERROR | [x] Expected 1 space after asterisk; 4 found 82 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 83 | ERROR | [x] Expected 1 space after asterisk; 4 found 83 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 103 | ERROR | [x] Expected 1 space after asterisk; 4 found 103 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 103 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 104 | ERROR | [x] Expected 1 space after asterisk; 4 found 104 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 105 | ERROR | [x] Expected 1 space after asterisk; 4 found 105 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 106 | ERROR | [x] Expected 1 space after asterisk; 4 found 106 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 115 | ERROR | [x] Expected 1 space after asterisk; 4 found 115 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 115 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 115 | ERROR | [x] Expected 4 spaces after parameter name; 9 found 115 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 116 | ERROR | [x] Expected 1 space after asterisk; 4 found 116 | ERROR | [x] Expected 5 spaces after parameter name; 9 found 116 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 117 | ERROR | [x] Expected 1 space after asterisk; 4 found 117 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 117 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 118 | ERROR | [x] Expected 1 space after asterisk; 4 found 118 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 119 | ERROR | [x] Expected 1 space after asterisk; 4 found 119 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 133 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 140 | ERROR | [x] Expected 1 space after asterisk; 4 found 140 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 140 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 141 | ERROR | [x] Expected 1 space after asterisk; 4 found 141 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 142 | ERROR | [x] Expected 1 space after asterisk; 4 found 142 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 143 | ERROR | [x] Expected 1 space after asterisk; 4 found 143 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 155 | ERROR | [x] Expected 1 space after asterisk; 4 found 155 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 155 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 156 | ERROR | [x] Expected 1 space after asterisk; 4 found 156 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 157 | ERROR | [x] Expected 1 space after asterisk; 4 found 157 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 158 | ERROR | [x] Expected 1 space after asterisk; 4 found 158 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 159 | ERROR | [x] Expected 1 space after asterisk; 4 found 159 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 169 | ERROR | [x] Expected 1 space after asterisk; 4 found 169 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 169 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 170 | ERROR | [x] Expected 1 space after asterisk; 4 found 170 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 171 | ERROR | [x] Expected 1 space after asterisk; 4 found 171 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 172 | ERROR | [x] Expected 1 space after asterisk; 4 found 172 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 173 | ERROR | [x] Expected 1 space after asterisk; 4 found 173 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 183 | ERROR | [x] Expected 1 space after asterisk; 4 found 183 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 183 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 184 | ERROR | [x] Expected 1 space after asterisk; 4 found 184 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 185 | ERROR | [x] Expected 1 space after asterisk; 4 found 185 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 186 | ERROR | [x] Expected 1 space after asterisk; 4 found 186 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 187 | ERROR | [x] Expected 1 space after asterisk; 4 found 187 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 205 | ERROR | [x] Expected 1 space after asterisk; 4 found 205 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 205 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 206 | ERROR | [x] Expected 1 space after asterisk; 4 found 206 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 207 | ERROR | [x] Expected 1 space after asterisk; 4 found 207 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 208 | ERROR | [x] Expected 1 space after asterisk; 4 found 208 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 209 | ERROR | [x] Expected 1 space after asterisk; 4 found 209 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 225 | ERROR | [x] Expected 1 space after asterisk; 4 found 225 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 225 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 226 | ERROR | [x] Expected 1 space after asterisk; 4 found 226 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 227 | ERROR | [x] Expected 1 space after asterisk; 4 found 227 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 228 | ERROR | [x] Expected 1 space after asterisk; 4 found 228 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 229 | ERROR | [x] Expected 1 space after asterisk; 4 found 229 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 245 | ERROR | [x] Expected 1 space after asterisk; 4 found 245 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 245 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 246 | ERROR | [x] Expected 1 space after asterisk; 4 found 246 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 247 | ERROR | [x] Expected 1 space after asterisk; 4 found 247 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 248 | ERROR | [x] Expected 1 space after asterisk; 4 found 248 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 249 | ERROR | [x] Expected 1 space after asterisk; 4 found 249 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 258 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 269 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 270 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 271 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 271 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 280 | ERROR | [x] Expected 1 space after asterisk; 4 found 280 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 280 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 281 | ERROR | [x] Expected 1 space after asterisk; 4 found 281 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 282 | ERROR | [x] Expected 1 space after asterisk; 4 found 282 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 283 | ERROR | [x] Expected 1 space after asterisk; 4 found 283 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 284 | ERROR | [x] Expected 1 space after asterisk; 4 found 284 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 301 | ERROR | [x] Expected 1 space after asterisk; 4 found 301 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 301 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 302 | ERROR | [x] Expected 1 space after asterisk; 4 found 302 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 303 | ERROR | [x] Expected 1 space after asterisk; 4 found 303 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 304 | ERROR | [x] Expected 1 space after asterisk; 4 found 304 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 305 | ERROR | [x] Expected 1 space after asterisk; 4 found 305 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 315 | ERROR | [x] Expected 1 space after asterisk; 4 found 315 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 315 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 316 | ERROR | [x] Expected 1 space after asterisk; 4 found 316 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 317 | ERROR | [x] Expected 1 space after asterisk; 4 found 317 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 318 | ERROR | [x] Expected 1 space after asterisk; 4 found 318 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 326 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 327 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 328 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 328 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 334 | ERROR | [x] Expected 1 space after asterisk; 4 found 334 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 334 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 336 | ERROR | [x] Expected 1 space after asterisk; 4 found 336 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 349 | ERROR | [ ] Multi-line assignments must have the equal sign on the second | | line 350 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 358 | ERROR | [x] Expected 1 space after asterisk; 4 found 358 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 358 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 359 | ERROR | [x] Expected 1 space after asterisk; 4 found 359 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 360 | ERROR | [x] Expected 1 space after asterisk; 4 found 360 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 362 | ERROR | [ ] Private method name | | "SimpleDumper::getPrivatePropertyNoMatterWhat" must be | | prefixed with an underscore 374 | ERROR | [x] Expected 1 space after asterisk; 4 found 374 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 374 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 374 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 375 | ERROR | [x] Expected 1 space after asterisk; 4 found 375 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 386 | ERROR | [x] Expected 1 space after asterisk; 4 found 386 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 386 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 387 | ERROR | [x] Expected 1 space after asterisk; 4 found 387 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 388 | ERROR | [x] Expected 1 space after asterisk; 4 found 388 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 390 | ERROR | [x] Expected 1 space after asterisk; 4 found 390 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 413 | ERROR | [x] Expected 1 space after asterisk; 4 found 413 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 413 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 413 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 414 | ERROR | [x] Expected 1 space after asterisk; 4 found 414 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 415 | ERROR | [x] Expected 1 space after asterisk; 4 found 415 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 183 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/shell_tester.php ----------------------------------------------------------------------------------- FOUND 260 ERRORS AND 1 WARNING AFFECTING 114 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 12 | ERROR | [x] The open comment tag must be the only content on the line 12 | ERROR | [x] Doc comment short description must be on the first line 12 | ERROR | [x] The close comment tag must be the only content on the line 16 | ERROR | [x] Expected 1 space after asterisk; 4 found 16 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 16 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 17 | ERROR | [x] Expected 1 space after asterisk; 4 found 18 | ERROR | [ ] Missing @category tag in class comment 18 | ERROR | [ ] Missing @author tag in class comment 18 | ERROR | [ ] Missing @license tag in class comment 18 | ERROR | [ ] Missing @link tag in class comment 21 | ERROR | [ ] Private member variable "output" must be prefixed with an | | underscore 25 | ERROR | [x] Expected 1 space after asterisk; 4 found 25 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 35 | ERROR | [x] Expected 1 space after asterisk; 4 found 35 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 35 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 35 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 37 | ERROR | [x] Expected 1 space after asterisk; 4 found 37 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 38 | ERROR | [x] Expected 1 space after asterisk; 4 found 38 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 49 | ERROR | [x] Expected 1 space after asterisk; 4 found 49 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 50 | ERROR | [x] Expected 1 space after asterisk; 4 found 59 | ERROR | [x] Expected 1 space after asterisk; 4 found 59 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 60 | ERROR | [x] Expected 1 space after asterisk; 4 found 72 | ERROR | [x] Expected 1 space after asterisk; 4 found 72 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 72 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 73 | ERROR | [x] Expected 1 space after asterisk; 4 found 74 | ERROR | [ ] Missing @category tag in class comment 74 | ERROR | [ ] Missing @author tag in class comment 74 | ERROR | [ ] Missing @license tag in class comment 74 | ERROR | [ ] Missing @link tag in class comment 77 | ERROR | [ ] Private member variable "current_shell" must be prefixed with | | an underscore 78 | ERROR | [ ] Private member variable "last_status" must be prefixed with | | an underscore 79 | ERROR | [ ] Private member variable "last_command" must be prefixed with | | an underscore 84 | ERROR | [x] Expected 1 space after asterisk; 4 found 84 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 84 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 84 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 86 | ERROR | [x] Expected 1 space after asterisk; 4 found 86 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 98 | ERROR | [x] Expected 1 space after asterisk; 4 found 98 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 98 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 98 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 99 | ERROR | [x] Expected 1 space after asterisk; 4 found 99 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 100 | ERROR | [x] Expected 1 space after asterisk; 4 found 100 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 112 | ERROR | [x] Expected 1 space after asterisk; 4 found 112 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 113 | ERROR | [ ] Missing @return tag in function comment 121 | ERROR | [x] Expected 1 space after asterisk; 4 found 121 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 122 | ERROR | [x] Expected 1 space after asterisk; 4 found 132 | ERROR | [x] Expected 1 space after asterisk; 4 found 132 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 133 | ERROR | [x] Expected 1 space after asterisk; 4 found 144 | ERROR | [x] Expected 1 space after asterisk; 4 found 144 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 144 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 144 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 145 | ERROR | [x] Expected 1 space after asterisk; 4 found 145 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 145 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 145 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 147 | ERROR | [x] Expected 1 space after asterisk; 4 found 147 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 148 | ERROR | [x] Expected 1 space after asterisk; 4 found 148 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 160 | ERROR | [x] Expected 1 space after asterisk; 4 found 160 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 160 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 160 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 161 | ERROR | [x] Expected 1 space after asterisk; 4 found 161 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 161 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 161 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 162 | ERROR | [x] Expected 1 space after asterisk; 4 found 162 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 163 | ERROR | [x] Expected 1 space after asterisk; 4 found 163 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 174 | ERROR | [x] Expected 1 space after asterisk; 4 found 174 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 174 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 174 | ERROR | [x] Expected 3 spaces after parameter name; 10 found 174 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 175 | ERROR | [x] Expected 1 space after asterisk; 4 found 175 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 175 | ERROR | [x] Expected 2 spaces after parameter name; 9 found 175 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 176 | ERROR | [x] Expected 1 space after asterisk; 4 found 176 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 176 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 177 | ERROR | [x] Expected 1 space after asterisk; 4 found 177 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 178 | ERROR | [x] Expected 1 space after asterisk; 4 found 178 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 183 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 184 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 185 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 185 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 192 | ERROR | [x] Expected 1 space after asterisk; 4 found 192 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 192 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 192 | ERROR | [x] Expected 3 spaces after parameter name; 11 found 192 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 193 | ERROR | [x] Expected 1 space after asterisk; 4 found 193 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 193 | ERROR | [x] Expected 2 spaces after parameter name; 10 found 193 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 194 | ERROR | [x] Expected 1 space after asterisk; 4 found 194 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 194 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 195 | ERROR | [x] Expected 1 space after asterisk; 4 found 195 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 196 | ERROR | [x] Expected 1 space after asterisk; 4 found 196 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 201 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 202 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 203 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 203 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 208 | ERROR | [x] Expected 1 space after asterisk; 4 found 208 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 208 | ERROR | [x] Expected 2 spaces after parameter name; 3 found 208 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 210 | ERROR | [x] Expected 1 space after asterisk; 4 found 210 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 210 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 210 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 211 | ERROR | [x] Expected 1 space after asterisk; 4 found 211 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 212 | ERROR | [x] Expected 1 space after asterisk; 4 found 212 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 216 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 218 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 218 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 225 | ERROR | [x] Expected 1 space after asterisk; 4 found 225 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 225 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 225 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 226 | ERROR | [x] Expected 1 space after asterisk; 4 found 226 | ERROR | [x] Expected 2 spaces after parameter name; 3 found 226 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 227 | ERROR | [x] Expected 1 space after asterisk; 4 found 227 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 228 | ERROR | [x] Expected 1 space after asterisk; 4 found 228 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 234 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 235 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 236 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 236 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 242 | ERROR | [x] Expected 1 space after asterisk; 4 found 242 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 242 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 242 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 243 | ERROR | [x] Expected 1 space after asterisk; 4 found 243 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 243 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 244 | ERROR | [x] Expected 1 space after asterisk; 4 found 244 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 245 | ERROR | [x] Expected 1 space after asterisk; 4 found 245 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 251 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 252 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 253 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 253 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 259 | ERROR | [x] Expected 1 space after asterisk; 4 found 259 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 259 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 259 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 260 | ERROR | [x] Expected 1 space after asterisk; 4 found 260 | ERROR | [x] Expected 1 spaces after parameter name; 11 found 260 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 261 | ERROR | [x] Expected 1 space after asterisk; 4 found 261 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 262 | ERROR | [x] Expected 1 space after asterisk; 4 found 262 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 268 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 269 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 270 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 270 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 275 | ERROR | [x] Expected 1 space after asterisk; 4 found 275 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 275 | ERROR | [x] Expected 4 spaces after parameter name; 6 found 275 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 276 | ERROR | [x] Expected 1 space after asterisk; 4 found 276 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 276 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 277 | ERROR | [x] Expected 1 space after asterisk; 4 found 277 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 278 | ERROR | [x] Expected 1 space after asterisk; 4 found 278 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 288 | ERROR | [x] Expected 1 space after asterisk; 4 found 288 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 288 | ERROR | [x] Expected 4 spaces after parameter name; 6 found 288 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 289 | ERROR | [x] Expected 1 space after asterisk; 4 found 289 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 289 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 290 | ERROR | [x] Expected 1 space after asterisk; 4 found 290 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 291 | ERROR | [x] Expected 1 space after asterisk; 4 found 291 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 302 | ERROR | [x] Expected 1 space after asterisk; 4 found 302 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 302 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 302 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 303 | ERROR | [x] Expected 1 space after asterisk; 4 found 303 | ERROR | [x] Expected 4 spaces after parameter name; 7 found 303 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 304 | ERROR | [x] Expected 1 space after asterisk; 4 found 304 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 304 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 305 | ERROR | [x] Expected 1 space after asterisk; 4 found 305 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 306 | ERROR | [x] Expected 1 space after asterisk; 4 found 306 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 311 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 312 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 313 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 313 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 319 | ERROR | [x] Expected 1 space after asterisk; 4 found 319 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 319 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 319 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 320 | ERROR | [x] Expected 1 space after asterisk; 4 found 320 | ERROR | [x] Expected 4 spaces after parameter name; 7 found 320 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 321 | ERROR | [x] Expected 1 space after asterisk; 4 found 321 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 321 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 322 | ERROR | [x] Expected 1 space after asterisk; 4 found 322 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 323 | ERROR | [x] Expected 1 space after asterisk; 4 found 323 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 328 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 329 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 330 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 330 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 336 | ERROR | [x] Expected 1 space after asterisk; 4 found 336 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 337 | ERROR | [x] Expected 1 space after asterisk; 4 found 346 | ERROR | [x] Expected 1 space after asterisk; 4 found 346 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 347 | ERROR | [x] Expected 1 space after asterisk; 4 found ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 213 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/autorun.php ----------------------------------------------------------------------------------- FOUND 42 ERRORS AND 1 WARNING AFFECTING 20 LINES ----------------------------------------------------------------------------------- 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 5 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 1 | | spaces but found 4 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 15 | ERROR | [x] The open comment tag must be the only content on the line 15 | ERROR | [x] Doc comment short description must be on the first line 15 | ERROR | [x] The close comment tag must be the only content on the line 23 | ERROR | [ ] Missing @return tag in function comment 24 | ERROR | [ ] Function name "simpletest_autorun" is prefixed with a package | | name but does not begin with a capital letter 24 | ERROR | [ ] Function name "simpletest_autorun" is invalid; consider | | "Simpletest_autorun" instead 37 | ERROR | [ ] Doc comment short description must start with a capital | | letter 40 | ERROR | [x] Expected 1 space after asterisk; 4 found 40 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 44 | ERROR | [ ] Function name "run_local_tests" is prefixed with a package | | name but does not begin with a capital letter 44 | ERROR | [ ] Function name "run_local_tests" is invalid; consider | | "Run_Local_tests" instead 53 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 54 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 54 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 65 | ERROR | [x] Expected 1 space after asterisk; 4 found 65 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 67 | ERROR | [ ] Function name "tests_have_run" is prefixed with a package | | name but does not begin with a capital letter 67 | ERROR | [ ] Function name "tests_have_run" is invalid; consider | | "Tests_Have_run" instead 78 | ERROR | [x] Expected 1 space after asterisk; 4 found 78 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 80 | ERROR | [ ] Function name "initial_file" is prefixed with a package name | | but does not begin with a capital letter 80 | ERROR | [ ] Function name "initial_file" is invalid; consider | | "Initial_file" instead 97 | ERROR | [x] Expected 1 space after asterisk; 4 found 97 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 99 | ERROR | [ ] Function name "capture_new_classes" is prefixed with a | | package name but does not begin with a capital letter 99 | ERROR | [ ] Function name "capture_new_classes" is invalid; consider | | "Capture_New_classes" instead 102 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 102 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 103 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 28 104 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 28 104 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 28 104 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 104 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 26 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/bad_test_suite.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 4 | ERROR | [ ] Missing doc comment for class BadTestCases 6 | ERROR | [ ] Missing doc comment for function BadTestCases() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/unit_tests.php ---------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 3 LINES ---------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment 10 | ERROR | Missing doc comment for class UnitTests 12 | ERROR | Missing doc comment for function __construct() ---------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/errors_test.php ----------------------------------------------------------------------------------- FOUND 50 ERRORS AND 2 WARNINGS AFFECTING 42 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 5 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 10 | ERROR | [ ] Missing doc comment for class TestOfErrorQueue 12 | ERROR | [ ] Missing doc comment for function setUp() 19 | ERROR | [ ] Missing doc comment for function tearDown() 26 | ERROR | [ ] Missing doc comment for function | | testExpectationMatchCancelsIncomingError() 29 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 32 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 32 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 42 | ERROR | [ ] Missing doc comment for class TestOfErrorTrap 44 | ERROR | [ ] Private member variable "old" must be prefixed with an | | underscore 46 | ERROR | [ ] Missing doc comment for function setUp() 52 | ERROR | [ ] Missing doc comment for function tearDown() 58 | ERROR | [ ] Missing doc comment for function testQueueStartsEmpty() 65 | ERROR | [ ] Missing doc comment for function | | testErrorsAreSwallowedByMatchingExpectation() 71 | ERROR | [ ] Missing doc comment for function | | testErrorsAreSwallowedInOrder() 79 | ERROR | [ ] Missing doc comment for function testAnyErrorCanBeSwallowed() 85 | ERROR | [ ] Missing doc comment for function | | testErrorCanBeSwallowedByPatternMatching() 91 | ERROR | [ ] Missing doc comment for function | | testErrorWithPercentsPassesWithNoSprintfError() 98 | ERROR | [ ] Missing doc comment for class TestOfErrors 100 | ERROR | [ ] Private member variable "old" must be prefixed with an | | underscore 102 | ERROR | [ ] Missing doc comment for function setUp() 107 | ERROR | [ ] Missing doc comment for function tearDown() 112 | ERROR | [ ] Missing doc comment for function testDefaultWhenAllReported() 119 | ERROR | [ ] Missing doc comment for function testNoticeWhenReported() 126 | ERROR | [ ] Missing doc comment for function testWarningWhenReported() 133 | ERROR | [ ] Missing doc comment for function testErrorWhenReported() 140 | ERROR | [ ] Missing doc comment for function | | testNoNoticeWhenNotReported() 146 | ERROR | [ ] Missing doc comment for function | | testNoWarningWhenNotReported() 152 | ERROR | [ ] Missing doc comment for function | | testNoticeSuppressedWhenReported() 158 | ERROR | [ ] Missing doc comment for function | | testWarningSuppressedWhenReported() 164 | ERROR | [ ] Missing doc comment for function | | testErrorWithPercentsReportedWithNoSprintfError() 173 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 177 | ERROR | [ ] Missing @category tag in class comment 177 | ERROR | [ ] Missing @package tag in class comment 177 | ERROR | [ ] Missing @author tag in class comment 177 | ERROR | [ ] Missing @license tag in class comment 177 | ERROR | [ ] Missing @link tag in class comment 180 | ERROR | [ ] Missing doc comment for function | | testExpectTwoErrorsThrowOne() 190 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 194 | ERROR | [ ] Missing @category tag in class comment 194 | ERROR | [ ] Missing @package tag in class comment 194 | ERROR | [ ] Missing @author tag in class comment 194 | ERROR | [ ] Missing @license tag in class comment 194 | ERROR | [ ] Missing @link tag in class comment 197 | ERROR | [ ] Missing doc comment for function testExpectOneErrorGetTwo() 205 | ERROR | [ ] Missing doc comment for class | | TestRunnerForLeftOverAndNotEnoughErrors 207 | ERROR | [ ] Missing doc comment for function | | testRunLeftOverErrorsTestCase() 213 | ERROR | [ ] Missing doc comment for function testRunNotEnoughErrors() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/detached_test.php ----------------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/interfaces_test.php ----------------------------------------------------------------------------------- FOUND 44 ERRORS AFFECTING 39 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 4 | ERROR | [x] "include" is a statement not a function; no parentheses are | | required 4 | ERROR | [x] File is being unconditionally included; use "require" instead 5 | ERROR | [x] "include" is a statement not a function; no parentheses are | | required 5 | ERROR | [x] File is being unconditionally included; use "require" instead 7 | ERROR | [ ] Missing doc comment for interface DummyInterface 9 | ERROR | [ ] Missing doc comment for function aMethod() 10 | ERROR | [ ] Missing doc comment for function anotherMethod() 11 | ERROR | [ ] Missing doc comment for function referenceMethod() 17 | ERROR | [ ] Missing doc comment for class TestOfMockInterfaces 19 | ERROR | [ ] Missing doc comment for function testCanMockAnInterface() 29 | ERROR | [ ] Missing doc comment for function | | testMockedInterfaceExpectsParameters() 36 | ERROR | [ ] Missing doc comment for function | | testCannotPartiallyMockAnInterface() 42 | ERROR | [ ] Missing doc comment for class TestOfSpl 44 | ERROR | [ ] Missing doc comment for function skip() 49 | ERROR | [ ] Missing doc comment for function testCanMockAllSplClasses() 59 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 60 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 61 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 62 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 63 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 63 | ERROR | [x] Closing parenthesis of a multi-line IF statement must be on a | | new line 76 | ERROR | [ ] Missing doc comment for function | | testExtensionOfCommonSplClasses() 80 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 81 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 81 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 84 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 85 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 85 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 89 | ERROR | [ ] Missing doc comment for class WithHint 91 | ERROR | [ ] Missing doc comment for function hinted() 96 | ERROR | [ ] Missing doc comment for class ImplementsDummy 98 | ERROR | [ ] Missing doc comment for function aMethod() 101 | ERROR | [ ] Missing doc comment for function anotherMethod() 104 | ERROR | [ ] Missing doc comment for function referenceMethod() 107 | ERROR | [ ] Missing doc comment for function extraMethod() 113 | ERROR | [ ] Missing doc comment for class TestOfImplementations 115 | ERROR | [ ] Missing doc comment for function | | testMockedInterfaceCanPassThroughTypeHint() 122 | ERROR | [ ] Missing doc comment for function | | testImplementedInterfacesAreCarried() 129 | ERROR | [ ] Missing doc comment for function | | testNoSpuriousWarningsWhenSkippingDefaultedParameter() 136 | ERROR | [ ] Missing doc comment for interface SampleInterfaceWithClone 138 | ERROR | [ ] Missing doc comment for function __clone() 141 | ERROR | [ ] Missing doc comment for class TestOfSampleInterfaceWithClone 143 | ERROR | [ ] Missing doc comment for function testCanMockWithoutErrors() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 16 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...me/lancew/dev/rwjl/vendor/simpletest/simpletest/test/visual/visual_errors.php ----------------------------------------------------------------------------------- FOUND 21 ERRORS AFFECTING 20 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 5 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 7 | ERROR | [ ] Missing doc comment for class VisualTestOfErrors 9 | ERROR | [ ] Missing doc comment for function testErrorDisplay() 18 | ERROR | [ ] Missing doc comment for function testErrorTrap() 25 | ERROR | [ ] Missing doc comment for function | | testUnusedErrorExpectationsCauseFailures() 32 | ERROR | [ ] Missing doc comment for function | | testErrorTextIsSentImmediately() 42 | ERROR | [ ] Missing doc comment for class VisualTestOfExceptions 44 | ERROR | [ ] Missing doc comment for function testExceptionTrap() 51 | ERROR | [ ] Missing doc comment for function | | testExceptionExpectationShowsErrorWhenNoException() 58 | ERROR | [ ] Missing doc comment for function | | testExceptionExpectationShowsPassWhenException() 65 | ERROR | [ ] Missing doc comment for function ouch() 71 | ERROR | [ ] Missing doc comment for class OpaqueContainer 73 | ERROR | [ ] Private member variable "stuff" must be prefixed with an | | underscore 74 | ERROR | [ ] Private member variable "value" must be prefixed with an | | underscore 76 | ERROR | [ ] Missing doc comment for function __construct() 82 | ERROR | [ ] Missing doc comment for class VisualTestOfObjectComparison 84 | ERROR | [ ] Missing doc comment for function | | testDifferenceBetweenPrivateMembersCanBeDescribed() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/autorun_test.php ----------------------------------------------------------------------------------- FOUND 7 ERRORS AND 2 WARNINGS AFFECTING 8 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 5 | ERROR | [ ] Missing doc comment for class TestOfAutorun 7 | ERROR | [ ] Missing doc comment for function testLoadIfIncluded() 14 | ERROR | [ ] Missing doc comment for function | | testExitStatusOneIfTestsFail() 16 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 20 | ERROR | [ ] Missing doc comment for function | | testExitStatusZeroIfTestsPass() 22 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/expectation_test.php ----------------------------------------------------------------------------------- FOUND 66 ERRORS AND 7 WARNINGS AFFECTING 69 LINES ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment 6 | ERROR | Missing doc comment for class TestOfEquality 8 | ERROR | Missing doc comment for function testBoolean() 15 | ERROR | Missing doc comment for function testStringMatch() 22 | ERROR | Missing doc comment for function testInteger() 29 | ERROR | Missing doc comment for function testFloat() 36 | ERROR | Missing doc comment for function testArray() 43 | ERROR | Missing doc comment for function testHash() 50 | ERROR | Missing doc comment for function | | testHashWithOutOfOrderKeysShouldStillMatch() 57 | ERROR | Missing doc comment for class TestOfWithin 59 | ERROR | Missing doc comment for function testWithinFloatingPointMargin() 70 | ERROR | Missing doc comment for function testOutsideFloatingPointMargin() 80 | ERROR | Missing doc comment for class TestOfInequality 82 | ERROR | Missing doc comment for function testStringMismatch() 90 | ERROR | Missing doc comment for class RecursiveNasty 92 | ERROR | Private member variable "me" must be prefixed with an underscore 94 | ERROR | Missing doc comment for function __construct() 100 | ERROR | Missing doc comment for class OpaqueContainer 102 | ERROR | Private member variable "stuff" must be prefixed with an | | underscore 103 | ERROR | Private member variable "value" must be prefixed with an | | underscore 105 | ERROR | Missing doc comment for function __construct() 111 | ERROR | Missing doc comment for class DerivedOpaqueContainer 115 | ERROR | Private member variable "new_value" must be prefixed with an | | underscore 119 | ERROR | Private member variable "value" must be prefixed with an | | underscore 121 | ERROR | Missing doc comment for function __construct() 128 | ERROR | Missing doc comment for class TestOfIdentity 130 | ERROR | Missing doc comment for function testType() 138 | ERROR | Public method name "TestOfIdentity::_testNastyPhp5Bug" must not | | be prefixed with an underscore 138 | ERROR | Missing doc comment for function _testNastyPhp5Bug() 143 | ERROR | Public method name | | "TestOfIdentity::_testReallyHorribleRecursiveStructure" must not | | be prefixed with an underscore 143 | ERROR | Missing doc comment for function | | _testReallyHorribleRecursiveStructure() 149 | ERROR | Missing doc comment for function testCanComparePrivateMembers() 156 | ERROR | Missing doc comment for function | | testCanComparePrivateMembersOfObjectsInArrays() 163 | ERROR | Missing doc comment for function | | testCanComparePrivateMembersOfObjectsWherePrivateMemberOfBaseClassIsObscured() 163 | WARNING | Line exceeds 85 characters; contains 98 characters 165 | WARNING | Line exceeds 85 characters; contains 88 characters 166 | WARNING | Line exceeds 85 characters; contains 86 characters 167 | WARNING | Line exceeds 85 characters; contains 87 characters 168 | WARNING | Line exceeds 85 characters; contains 87 characters 169 | WARNING | Line exceeds 85 characters; contains 87 characters 173 | ERROR | Missing doc comment for class TransparentContainer 177 | ERROR | Missing doc comment for function __construct() 183 | ERROR | Missing doc comment for class TestOfMemberComparison 185 | ERROR | Missing doc comment for function | | testMemberExpectationCanMatchPublicMember() 192 | ERROR | Missing doc comment for function | | testMemberExpectationCanMatchPrivateMember() 199 | ERROR | Missing doc comment for function | | testMemberExpectationCanMatchPrivateMemberObscuredByDerivedClass() 199 | WARNING | Line exceeds 85 characters; contains 86 characters 209 | ERROR | Missing doc comment for class DummyReferencedObject 213 | ERROR | Missing doc comment for class TestOfReference 215 | ERROR | Missing doc comment for function testReference() 229 | ERROR | Missing doc comment for class TestOfNonIdentity 231 | ERROR | Missing doc comment for function testType() 240 | ERROR | Missing doc comment for class TestOfPatterns 242 | ERROR | Missing doc comment for function testWanted() 249 | ERROR | Missing doc comment for function testUnwanted() 257 | ERROR | Missing doc comment for class ExpectedMethodTarget 259 | ERROR | Missing doc comment for function hasThisMethod() 264 | ERROR | Missing doc comment for class TestOfMethodExistence 266 | ERROR | Missing doc comment for function testHasMethod() 276 | ERROR | Missing doc comment for class TestOfIsA 278 | ERROR | Missing doc comment for function testString() 285 | ERROR | Missing doc comment for function testBoolean() 292 | ERROR | Missing doc comment for function testBool() 299 | ERROR | Missing doc comment for function testDouble() 306 | ERROR | Missing doc comment for function testFloat() 313 | ERROR | Missing doc comment for function testReal() 320 | ERROR | Missing doc comment for function testInteger() 327 | ERROR | Missing doc comment for function testInt() 334 | ERROR | Missing doc comment for function testScalar() 341 | ERROR | Missing doc comment for function testNumeric() 348 | ERROR | Missing doc comment for function testNull() 356 | ERROR | Missing doc comment for class TestOfNotA 358 | ERROR | Missing doc comment for function testString() ----------------------------------------------------------------------------------- FILE: ...ome/lancew/dev/rwjl/vendor/simpletest/simpletest/test/authentication_test.php ----------------------------------------------------------------------------------- FOUND 130 ERRORS AND 2 WARNINGS AFFECTING 77 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 5 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 8 | ERROR | [ ] Missing doc comment for class TestOfRealm 10 | ERROR | [ ] Missing doc comment for function testWithinSameUrl() 13 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 14 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 14 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 15 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 16 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 16 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 16 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 16 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 19 | ERROR | [ ] Missing doc comment for function testInsideWithLongerUrl() 22 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 23 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 23 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 24 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 25 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 25 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 25 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 25 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 28 | ERROR | [ ] Missing doc comment for function testBelowRootIsOutside() 31 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 32 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 32 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 33 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 34 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 34 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 34 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 34 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 37 | ERROR | [ ] Missing doc comment for function | | testOldNetscapeDefinitionIsOutside() 40 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 41 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 41 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 42 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 43 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 43 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 43 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 43 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 46 | ERROR | [ ] Missing doc comment for function | | testInsideWithMissingTrailingSlash() 49 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 50 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 50 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 51 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 52 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 52 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 52 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 52 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 55 | ERROR | [ ] Missing doc comment for function | | testDifferentPageNameStillInside() 58 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 59 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 59 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 60 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 61 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 61 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 61 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 61 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 64 | ERROR | [ ] Missing doc comment for function | | testNewUrlInSameDirectoryDoesNotChangeRealm() 67 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 68 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 68 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 70 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 71 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 71 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 71 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 71 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 72 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 73 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 73 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 73 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 73 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 76 | ERROR | [ ] Missing doc comment for function | | testNewUrlMakesRealmTheCommonPath() 79 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 80 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 80 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 81 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 82 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 83 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 83 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 83 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 83 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 84 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 85 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 85 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 85 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 85 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 86 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 87 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 87 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 87 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 87 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 88 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 89 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 89 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 89 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 89 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 90 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 91 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 91 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 91 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 91 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 92 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 93 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 93 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 93 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 93 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 97 | ERROR | [ ] Missing doc comment for class TestOfAuthenticator 99 | ERROR | [ ] Missing doc comment for function testNoRealms() 107 | ERROR | [ ] Missing doc comment for function createSingleRealm() 111 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 112 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 113 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 113 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 114 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 118 | ERROR | [ ] Missing doc comment for function testOutsideRealm() 124 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 125 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 125 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 128 | ERROR | [ ] Missing doc comment for function testWithinRealm() 134 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 135 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 135 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 138 | ERROR | [ ] Missing doc comment for function testRestartingClearsRealm() 145 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 146 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 146 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 149 | ERROR | [ ] Missing doc comment for function | | testDifferentHostIsOutsideRealm() 155 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 156 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 156 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 113 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...me/lancew/dev/rwjl/vendor/simpletest/simpletest/test/reflection_php5_test.php ----------------------------------------------------------------------------------- FOUND 76 ERRORS AND 4 WARNINGS AFFECTING 76 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [ ] Missing doc comment for class AnyOldLeafClass 8 | ERROR | [ ] Missing doc comment for function aMethod() 13 | ERROR | [ ] Missing doc comment for class AnyOldClass 15 | ERROR | [ ] Missing doc comment for function aMethod() 20 | ERROR | [ ] Missing doc comment for class AnyOldLeafClassWithAFinal 22 | ERROR | [ ] Missing doc comment for function aMethod() 27 | ERROR | [ ] Missing doc comment for interface AnyOldInterface 29 | ERROR | [ ] Missing doc comment for function aMethod() 32 | ERROR | [ ] Missing doc comment for interface AnyOldArgumentInterface 34 | ERROR | [ ] Missing doc comment for function aMethod() 37 | ERROR | [ ] Missing doc comment for interface AnyDescendentInterface 41 | ERROR | [ ] Missing doc comment for class AnyOldImplementation 43 | ERROR | [ ] Missing doc comment for function aMethod() 46 | ERROR | [ ] Missing doc comment for function extraMethod() 51 | ERROR | [ ] Missing doc comment for class AnyAbstractImplementation 55 | ERROR | [ ] Missing doc comment for class AnotherOldAbstractClass 60 | ERROR | [ ] Missing doc comment for class AnyOldSubclass 64 | ERROR | [ ] Missing doc comment for class AnyOldArgumentClass 66 | ERROR | [ ] Missing doc comment for function aMethod() 71 | ERROR | [ ] Missing doc comment for class AnyOldArgumentImplementation 73 | ERROR | [ ] Missing doc comment for function aMethod() 78 | ERROR | [ ] Missing doc comment for class AnyOldTypeHintedClass 80 | ERROR | [ ] Missing doc comment for function aMethod() 85 | ERROR | [ ] Missing doc comment for class AnyDescendentImplementation 87 | ERROR | [ ] Missing doc comment for function aMethod() 92 | ERROR | [ ] Missing doc comment for class AnyOldOverloadedClass 94 | ERROR | [ ] Missing doc comment for function __isset() 97 | ERROR | [ ] Missing doc comment for function __unset() 102 | ERROR | [ ] Missing doc comment for class AnyOldClassWithStaticMethods 104 | ERROR | [ ] Missing doc comment for function aStatic() 107 | ERROR | [ ] Missing doc comment for function aStaticWithParameters() 112 | ERROR | [ ] Missing doc comment for class | | AnyOldAbstractClassWithAbstractMethods 114 | ERROR | [ ] Missing doc comment for function anAbstract() 115 | ERROR | [ ] Missing doc comment for function anAbstractWithParameter() 116 | ERROR | [ ] Missing doc comment for function | | anAbstractWithMultipleParameters() 119 | ERROR | [ ] Missing doc comment for class TestOfReflection 121 | ERROR | [ ] Missing doc comment for function testClassExistence() 130 | ERROR | [ ] Missing doc comment for function testClassNonExistence() 137 | ERROR | [ ] Missing doc comment for function | | testDetectionOfAbstractClass() 143 | ERROR | [ ] Missing doc comment for function | | testDetectionOfFinalMethods() 151 | ERROR | [ ] Missing doc comment for function testFindingParentClass() 157 | ERROR | [ ] Missing doc comment for function testInterfaceExistence() 165 | ERROR | [ ] Missing doc comment for function testMethodsListFromClass() 171 | ERROR | [ ] Missing doc comment for function | | testMethodsListFromInterface() 178 | ERROR | [ ] Missing doc comment for function | | testMethodsComeFromDescendentInterfacesASWell() 184 | ERROR | [ ] Missing doc comment for function | | testCanSeparateInterfaceMethodsFromOthers() 187 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 191 | ERROR | [ ] Missing doc comment for function | | testMethodsComeFromDescendentInterfacesInAbstractClass() 197 | ERROR | [ ] Missing doc comment for function | | testInterfaceHasOnlyItselfToImplement() 201 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 202 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 202 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 205 | ERROR | [ ] Missing doc comment for function | | testInterfacesListedForClass() 209 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 210 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 210 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 213 | ERROR | [ ] Missing doc comment for function | | testInterfacesListedForSubclass() 217 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 218 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 218 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 221 | ERROR | [ ] Missing doc comment for function | | testNoParameterCreationWhenNoInterface() 228 | ERROR | [ ] Missing doc comment for function | | testParameterCreationWithoutTypeHinting() 235 | ERROR | [ ] Missing doc comment for function | | testParameterCreationForTypeHinting() 242 | ERROR | [ ] Missing doc comment for function testIssetFunctionSignature() 249 | ERROR | [ ] Missing doc comment for function testUnsetFunctionSignature() 256 | ERROR | [ ] Missing doc comment for function | | testProperlyReflectsTheFinalInterfaceWhenObjectImplementsAnExtendedInterface() 256 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 264 | ERROR | [ ] Missing doc comment for function | | testCreatingSignatureForAbstractMethod() 267 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 270 | ERROR | [ ] Missing doc comment for function | | testCanProperlyGenerateStaticMethodSignatures() 273 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 281 | ERROR | [ ] Missing doc comment for class TestOfReflectionWithTypeHints 283 | ERROR | [ ] Missing doc comment for function | | testParameterCreationForTypeHintingWithArray() 285 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 290 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 297 | ERROR | [ ] Missing doc comment for class | | TestOfAbstractsWithAbstractMethods 299 | ERROR | [ ] Missing doc comment for function | | testCanProperlyGenerateAbstractMethods() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/mock_objects_test.php ----------------------------------------------------------------------------------- FOUND 180 ERRORS AND 32 WARNINGS AFFECTING 193 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 7 | ERROR | [ ] Missing doc comment for class TestOfAnythingExpectation 9 | ERROR | [ ] Missing doc comment for function testSimpleInteger() 18 | ERROR | [ ] Missing doc comment for class TestOfParametersExpectation 20 | ERROR | [ ] Missing doc comment for function testEmptyMatch() 27 | ERROR | [ ] Missing doc comment for function testSingleMatch() 34 | ERROR | [ ] Missing doc comment for function testAnyMatch() 41 | ERROR | [ ] Missing doc comment for function testMissingParameter() 47 | ERROR | [ ] Missing doc comment for function testNullParameter() 54 | ERROR | [ ] Missing doc comment for function testAnythingExpectations() 62 | ERROR | [ ] Missing doc comment for function testOtherExpectations() 65 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 65 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 71 | ERROR | [ ] Missing doc comment for function testIdentityOnly() 78 | ERROR | [ ] Missing doc comment for function testLongList() 81 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 81 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 88 | ERROR | [ ] Missing doc comment for class TestOfSimpleSignatureMap 90 | ERROR | [ ] Missing doc comment for function testEmpty() 97 | ERROR | [ ] Missing doc comment for function | | testDifferentCallSignaturesCanHaveDifferentReferences() 108 | ERROR | [ ] Missing doc comment for function testWildcard() 117 | ERROR | [ ] Missing doc comment for function testAllWildcard() 127 | ERROR | [ ] Missing doc comment for function testOrdering() 138 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 139 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 140 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 142 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 143 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 144 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 148 | ERROR | [ ] Missing doc comment for class TestOfCallSchedule 150 | ERROR | [ ] Missing doc comment for function | | testCanBeSetToAlwaysReturnTheSameReference() 159 | ERROR | [ ] Missing doc comment for function | | testSpecificSignaturesOverrideTheAlwaysCase() 170 | ERROR | [ ] Missing doc comment for function | | testReturnsCanBeSetOverTime() 181 | ERROR | [ ] Missing doc comment for function | | testReturnsOverTimecanBeAlteredByTheArguments() 188 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 195 | ERROR | [ ] Missing doc comment for function testCanReturnByValue() 203 | ERROR | [ ] Missing doc comment for function testCanThrowException() 206 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 211 | ERROR | [ ] Missing doc comment for function testCanEmitError() 214 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 220 | ERROR | [ ] Missing doc comment for class Dummy 222 | ERROR | [ ] Missing doc comment for function __construct() 226 | ERROR | [ ] Missing doc comment for function aMethod() 231 | ERROR | [ ] Missing doc comment for function aReferenceMethod() 236 | ERROR | [ ] Missing doc comment for function anotherMethod() 245 | ERROR | [ ] Missing doc comment for class TestOfMockGeneration 247 | ERROR | [ ] Missing doc comment for function testCloning() 254 | ERROR | [ ] Missing doc comment for function | | testCloningWithExtraMethod() 260 | ERROR | [ ] Missing doc comment for function | | testCloningWithChosenClassName() 267 | ERROR | [ ] Missing doc comment for class TestOfMockReturns 269 | ERROR | [ ] Missing doc comment for function testDefaultReturn() 277 | ERROR | [ ] Missing doc comment for function testParameteredReturn() 285 | ERROR | [ ] Missing doc comment for function | | testSetReturnGivesObjectReference() 293 | ERROR | [ ] Missing doc comment for function | | testSetReturnReferenceGivesOriginalReference() 301 | ERROR | [ ] Missing doc comment for function | | testReturnValueCanBeChosenJustByPatternMatchingArguments() 305 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 306 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 307 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 307 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 312 | ERROR | [ ] Missing doc comment for function testMultipleMethods() 325 | ERROR | [ ] Missing doc comment for function testReturnSequence() 337 | ERROR | [ ] Missing doc comment for function | | testSetReturnReferenceAtGivesOriginal() 347 | ERROR | [ ] Missing doc comment for function | | testReturnsAtGivesOriginalObjectHandle() 357 | ERROR | [ ] Missing doc comment for function | | testComplicatedReturnSequence() 373 | ERROR | [ ] Missing doc comment for function | | testMultipleMethodSequences() 386 | ERROR | [ ] Missing doc comment for function testSequenceFallback() 396 | ERROR | [ ] Missing doc comment for function testMethodInterference() 406 | ERROR | [ ] Missing doc comment for class TestOfMockExpectationsThatPass 408 | ERROR | [ ] Missing doc comment for function testAnyArgument() 416 | ERROR | [ ] Missing doc comment for function testAnyTwoArguments() 423 | ERROR | [ ] Missing doc comment for function testSpecificArgument() 430 | ERROR | [ ] Missing doc comment for function testExpectation() 437 | ERROR | [ ] Missing doc comment for function testArgumentsInSequence() 446 | ERROR | [ ] Missing doc comment for function | | testAtLeastOnceSatisfiedByOneCall() 453 | ERROR | [ ] Missing doc comment for function | | testAtLeastOnceSatisfiedByTwoCalls() 461 | ERROR | [ ] Missing doc comment for function | | testOnceSatisfiedByOneCall() 468 | ERROR | [ ] Missing doc comment for function | | testMinimumCallsSatisfiedByEnoughCalls() 475 | ERROR | [ ] Missing doc comment for function | | testMinimumCallsSatisfiedByTooManyCalls() 485 | ERROR | [ ] Missing doc comment for function | | testMaximumCallsSatisfiedByEnoughCalls() 492 | ERROR | [ ] Missing doc comment for function | | testMaximumCallsSatisfiedByNoCalls() 499 | ERROR | [ ] Missing doc comment for class MockWithInjectedTestCase 511 | ERROR | [ ] Missing doc comment for class LikeExpectation 513 | ERROR | [ ] Missing doc comment for function __construct() 519 | ERROR | [ ] Missing doc comment for function test() 525 | ERROR | [ ] Missing doc comment for function testMessage() 532 | ERROR | [ ] Missing doc comment for class TestOfMockExpectations 534 | ERROR | [ ] Private member variable "test" must be prefixed with an | | underscore 536 | ERROR | [ ] Missing doc comment for function setUp() 541 | ERROR | [ ] Missing doc comment for function getMockedTest() 546 | ERROR | [ ] Missing doc comment for function | | testSettingExpectationOnNonMethodThrowsError() 553 | ERROR | [ ] Missing doc comment for function | | testMaxCallsDetectsOverrun() 555 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 564 | ERROR | [ ] Missing doc comment for function | | testTallyOnMaxCallsSendsPassOnUnderrun() 566 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 574 | ERROR | [ ] Missing doc comment for function | | testExpectNeverDetectsOverrun() 576 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 583 | ERROR | [ ] Missing doc comment for function | | testTallyOnExpectNeverStillSendsPassOnUnderrun() 585 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 591 | ERROR | [ ] Missing doc comment for function testMinCalls() 593 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 601 | ERROR | [ ] Missing doc comment for function testFailedNever() 603 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 610 | ERROR | [ ] Missing doc comment for function testUnderOnce() 612 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 618 | ERROR | [ ] Missing doc comment for function testOverOnce() 620 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 628 | ERROR | [ ] Missing doc comment for function testUnderAtLeastOnce() 630 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 636 | ERROR | [ ] Missing doc comment for function testZeroArguments() 638 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 639 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 32 639 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 639 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 646 | ERROR | [ ] Missing doc comment for function testExpectedArguments() 648 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 649 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 32 649 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 649 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 656 | ERROR | [ ] Missing doc comment for function testFailedArguments() 658 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 659 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 32 659 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 659 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 666 | ERROR | [ ] Missing doc comment for function | | testWildcardsAreTranslatedToAnythingExpectations() 668 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 669 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 32 669 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 670 | ERROR | [x] Multi-line function call not indented correctly; expected 36 | | spaces but found 60 670 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 672 | ERROR | [x] Multi-line function call not indented correctly; expected 32 | | spaces but found 66 672 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 672 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 673 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 38 673 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 680 | ERROR | [ ] Missing doc comment for function | | testSpecificPassingSequence() 682 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 683 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 30 683 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 683 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 684 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 685 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 30 685 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 685 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 696 | ERROR | [ ] Missing doc comment for function | | testNonArrayForExpectedParametersGivesError() 706 | ERROR | [ ] Missing doc comment for class TestOfMockComparisons 708 | ERROR | [ ] Missing doc comment for function | | testEqualComparisonOfMocksDoesNotCrash() 714 | ERROR | [ ] Missing doc comment for function | | testIdenticalComparisonOfMocksDoesNotCrash() 721 | ERROR | [ ] Missing doc comment for class ClassWithSpecialMethods 723 | ERROR | [ ] Missing doc comment for function __get() 726 | ERROR | [ ] Missing doc comment for function __set() 729 | ERROR | [ ] Missing doc comment for function __isset() 732 | ERROR | [ ] Missing doc comment for function __unset() 735 | ERROR | [ ] Missing doc comment for function __call() 738 | ERROR | [ ] Missing doc comment for function __toString() 744 | ERROR | [ ] Missing doc comment for class TestOfSpecialMethodsAfterPHP51 746 | ERROR | [ ] Missing doc comment for function skip() 748 | WARNING | [ ] Line exceeds 85 characters; contains 127 characters 751 | ERROR | [ ] Missing doc comment for function testCanEmulateIsset() 758 | ERROR | [ ] Missing doc comment for function testCanExpectUnset() 766 | ERROR | [ ] Missing doc comment for class TestOfSpecialMethods 768 | ERROR | [ ] Missing doc comment for function testCanMockTheThingAtAll() 773 | ERROR | [ ] Missing doc comment for function | | testReturnFromSpecialAccessor() 782 | ERROR | [ ] Missing doc comment for function | | testcanExpectTheSettingOfValue() 789 | ERROR | [ ] Missing doc comment for function | | testCanSimulateAnOverloadmethod() 797 | ERROR | [ ] Missing doc comment for function testToStringMagic() 810 | ERROR | [ ] Missing doc comment for class WithStaticMethod 812 | ERROR | [ ] Missing doc comment for function aStaticMethod() 818 | ERROR | [ ] Missing doc comment for class | | TestOfMockingClassesWithStaticMethods 820 | ERROR | [ ] Missing doc comment for function | | testStaticMethodIsMockedAsStatic() 829 | ERROR | [ ] Missing doc comment for class MockTestException 833 | ERROR | [ ] Missing doc comment for class | | TestOfThrowingExceptionsFromMocks 835 | ERROR | [ ] Missing doc comment for function testCanThrowOnMethodCall() 843 | ERROR | [ ] Missing doc comment for function | | testCanThrowSpecificExceptionOnMethodCall() 851 | ERROR | [ ] Missing doc comment for function | | testThrowsOnlyWhenCallSignatureMatches() 861 | ERROR | [ ] Missing doc comment for function | | testCanThrowOnParticularInvocation() 872 | ERROR | [ ] Missing doc comment for class TestOfThrowingErrorsFromMocks 874 | ERROR | [ ] Missing doc comment for function | | testCanGenerateErrorFromMethodCall() 882 | ERROR | [ ] Missing doc comment for function | | testGeneratesErrorOnlyWhenCallSignatureMatches() 892 | ERROR | [ ] Missing doc comment for function | | testCanGenerateErrorOnParticularInvocation() 903 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 905 | ERROR | [ ] Missing doc comment for class TestOfPartialMocks 907 | ERROR | [ ] Missing doc comment for function | | testMethodReplacementWithNoBehaviourReturnsNull() 914 | ERROR | [ ] Missing doc comment for function testSettingReturns() 925 | ERROR | [ ] Missing doc comment for function | | testSetReturnReferenceGivesOriginal() 933 | ERROR | [ ] Missing doc comment for function | | testReturnsAtGivesOriginalObjectHandle() 941 | ERROR | [ ] Missing doc comment for function testExpectations() 951 | ERROR | [ ] Missing doc comment for function | | testSettingExpectationOnMissingMethodThrowsError() 959 | ERROR | [ ] Missing doc comment for class ConstructorSuperClass 961 | ERROR | [ ] Missing doc comment for function __construct() 966 | ERROR | [ ] Missing doc comment for class ConstructorSubClass 979 | ERROR | [ ] You must use "/**" style comments for a class comment 981 | ERROR | [ ] Missing doc comment for function | | testCanCreateAMockObjectWithStaticMethodsWithoutError() 983 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 987 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 992 | ERROR | [ ] Missing doc comment for class | | TestOfPHP5AbstractMethodMocking 994 | ERROR | [ ] Missing doc comment for function | | testCanCreateAMockObjectFromAnAbstractWithProperFunctionDeclarations() 994 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 996 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1002 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1025 | ERROR | [ ] Missing doc comment for function | | testMethodsDefinedAsAbstractInParentShouldHaveFullSignature() 1027 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1034 | WARNING | [ ] Line exceeds 85 characters; contains 129 characters 1040 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 1041 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1083 | ERROR | [ ] Missing doc comment for class DummyWithProtected 1085 | ERROR | [ ] Missing doc comment for function aMethodCallsProtected() 1095 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 1096 | ERROR | [ ] Missing doc comment for class | | TestOfProtectedMethodPartialMocks 1098 | ERROR | [ ] Missing doc comment for function testProtectedMethodExists() 1108 | ERROR | [ ] Missing doc comment for function | | testProtectedMethodIsCalled() 1111 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 1114 | ERROR | [ ] Missing doc comment for function testMockedMethodIsCalled() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 37 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/parse_error_test.php ----------------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/tag_test.php ----------------------------------------------------------------------------------- FOUND 134 ERRORS AND 2 WARNINGS AFFECTING 98 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 5 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 8 | ERROR | [ ] Missing doc comment for class TestOfTag 10 | ERROR | [ ] Missing doc comment for function | | testStartValuesWithoutAdditionalContent() 20 | ERROR | [ ] Missing doc comment for function testTitleContent() 29 | ERROR | [ ] Missing doc comment for function testMessyTitleContent() 38 | ERROR | [ ] Missing doc comment for function testTagWithNoEnd() 44 | ERROR | [ ] Missing doc comment for function testAnchorHref() 58 | ERROR | [ ] Missing doc comment for function testIsIdMatchesIdAttribute() 66 | ERROR | [ ] Missing doc comment for class TestOfWidget 68 | ERROR | [ ] Missing doc comment for function testTextEmptyDefault() 75 | ERROR | [ ] Missing doc comment for function testSettingOfExternalLabel() 82 | ERROR | [ ] Missing doc comment for function testTextDefault() 89 | ERROR | [ ] Missing doc comment for function testSettingTextValue() 98 | ERROR | [ ] Missing doc comment for function testFailToSetHiddenValue() 105 | ERROR | [ ] Missing doc comment for function testSubmitDefaults() 119 | ERROR | [ ] Missing doc comment for function testPopulatedSubmit() 122 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 122 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 132 | ERROR | [ ] Missing doc comment for function testImageSubmit() 135 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 135 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 145 | ERROR | [ ] Missing doc comment for function | | testImageSubmitTitlePreferredOverAltForLabel() 148 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 148 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 148 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 152 | ERROR | [ ] Missing doc comment for function testButton() 155 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 155 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 167 | ERROR | [ ] Missing doc comment for class TestOfTextArea 169 | ERROR | [ ] Missing doc comment for function testDefault() 177 | ERROR | [ ] Missing doc comment for function testWrapping() 182 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 183 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 183 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 186 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 187 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 187 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 190 | ERROR | [ ] Missing doc comment for function | | testWrappingRemovesLeadingcariageReturn() 199 | ERROR | [ ] Missing doc comment for function | | testBreaksAreNewlineAndCarriageReturn() 207 | ERROR | [ ] Missing doc comment for class TestOfCheckbox 209 | ERROR | [ ] Missing doc comment for function | | testCanSetCheckboxToNamedValueWithBooleanTrue() 218 | ERROR | [ ] Missing doc comment for class TestOfSelection 220 | ERROR | [ ] Missing doc comment for function testEmpty() 226 | ERROR | [ ] Missing doc comment for function testSingle() 235 | ERROR | [ ] Missing doc comment for function testSingleDefault() 244 | ERROR | [ ] Missing doc comment for function testSingleMappedDefault() 253 | ERROR | [ ] Missing doc comment for function testStartsWithDefault() 268 | ERROR | [ ] Missing doc comment for function testSettingOption() 283 | ERROR | [ ] Missing doc comment for function testSettingMappedOption() 301 | ERROR | [ ] Missing doc comment for function | | testSelectionDespiteSpuriousWhitespace() 318 | ERROR | [ ] Missing doc comment for function testFailToSetIllegalOption() 334 | ERROR | [ ] Missing doc comment for function | | testNastyOptionValuesThatLookLikeFalse() 348 | ERROR | [ ] Missing doc comment for function testBlankOption() 363 | ERROR | [ ] Missing doc comment for function | | testMultipleDefaultWithNoSelections() 376 | ERROR | [ ] Missing doc comment for function | | testMultipleDefaultWithSelections() 389 | ERROR | [ ] Missing doc comment for function testSettingMultiple() 408 | ERROR | [ ] Missing doc comment for function | | testFailToSetIllegalOptionsInMultiple() 423 | ERROR | [ ] Missing doc comment for class TestOfRadioGroup 425 | ERROR | [ ] Missing doc comment for function testEmptyGroup() 433 | ERROR | [ ] Missing doc comment for function | | testReadingSingleButtonGroup() 436 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 437 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 437 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 437 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 437 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 442 | ERROR | [ ] Missing doc comment for function | | testReadingMultipleButtonGroup() 445 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 446 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 446 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 446 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 446 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 447 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 448 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 448 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 448 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 448 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 453 | ERROR | [ ] Missing doc comment for function testFailToSetUnlistedValue() 461 | ERROR | [ ] Missing doc comment for function | | testSettingNewValueClearsTheOldOne() 464 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 465 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 465 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 465 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 465 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 466 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 467 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 467 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 467 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 467 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 472 | ERROR | [ ] Missing doc comment for function | | testIsIdMatchesAnyWidgetInSet() 475 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 476 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 476 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 476 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 476 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 477 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 478 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 478 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 478 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 478 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 484 | ERROR | [ ] Missing doc comment for function | | testIsLabelMatchesAnyWidgetInSet() 499 | ERROR | [ ] Missing doc comment for class TestOfTagGroup 501 | ERROR | [ ] Missing doc comment for function | | testReadingMultipleCheckboxGroup() 505 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 506 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 506 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 506 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 506 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 511 | ERROR | [ ] Missing doc comment for function | | testReadingMultipleUncheckedItems() 520 | ERROR | [ ] Missing doc comment for function | | testReadingMultipleCheckedItems() 523 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 524 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 524 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 524 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 524 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 525 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 526 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 526 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 526 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 526 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 531 | ERROR | [ ] Missing doc comment for function testSettingSingleValue() 542 | ERROR | [ ] Missing doc comment for function testSettingMultipleValues() 551 | ERROR | [ ] Missing doc comment for function testSettingNoValue() 560 | ERROR | [ ] Missing doc comment for function testIsIdMatchesAnyIdInSet() 571 | ERROR | [ ] Missing doc comment for class TestOfUploadWidget 573 | ERROR | [ ] Missing doc comment for function testValueIsFilePath() 577 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 580 | ERROR | [ ] Missing doc comment for function testSubmitsFileContents() 583 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 586 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 586 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 593 | ERROR | [ ] Missing doc comment for class TestOfLabelTag 595 | ERROR | [ ] Missing doc comment for function | | testLabelShouldHaveAnEndTag() 601 | ERROR | [ ] Missing doc comment for function testContentIsTextOnly() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 70 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/command_line_test.php ----------------------------------------------------------------------------------- FOUND 10 ERRORS AND 1 WARNING AFFECTING 10 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 5 | ERROR | [ ] Missing doc comment for class TestOfCommandLineParsing 7 | ERROR | [ ] Missing doc comment for function | | testDefaultsToEmptyStringToMeanNullToTheSelectiveReporter() 14 | ERROR | [ ] Missing doc comment for function testNotXmlByDefault() 20 | ERROR | [ ] Missing doc comment for function testCanDetectRequestForXml() 26 | ERROR | [ ] Missing doc comment for function testCanReadAssignmentSyntax() 32 | ERROR | [ ] Missing doc comment for function testCanReadFollowOnSyntax() 38 | ERROR | [ ] Missing doc comment for function testCanReadShortForms() 40 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/site/page_request.php ----------------------------------------------------------------------------------- FOUND 10 ERRORS AFFECTING 10 LINES ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment 4 | ERROR | You must use "/**" style comments for a class comment 6 | ERROR | Private member variable "parsed" must be prefixed with an underscore 8 | ERROR | Missing doc comment for function PageRequest() 20 | ERROR | Private method name "PageRequest::parseStatement" must be prefixed | | with an underscore 37 | ERROR | Private method name "PageRequest::addValue" must be prefixed with an | | underscore 45 | ERROR | Private method name "PageRequest::setValue" must be prefixed with an | | underscore 50 | ERROR | Missing doc comment for function getAll() 55 | ERROR | Missing doc comment for function get() 61 | ERROR | Missing doc comment for function post() ----------------------------------------------------------------------------------- FILE: ...dev/rwjl/vendor/simpletest/simpletest/test/site/protected/network_confirm.php ----------------------------------------------------------------------------------- FOUND 27 ERRORS AND 2 WARNINGS AFFECTING 28 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 4 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 5 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 7 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 8 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 10 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 11 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 13 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 16 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 23 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 24 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 29 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 30 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 32 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 33 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 42 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 43 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 44 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 46 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 48 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 49 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 58 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 59 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 61 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 63 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 65 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 67 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 68 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 26 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../dev/rwjl/vendor/simpletest/simpletest/test/site/protected/local_redirect.php ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/site/link_confirm.php ----------------------------------------------------------------------------------- FOUND 2 ERRORS AND 2 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 12 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 15 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ancew/dev/rwjl/vendor/simpletest/simpletest/test/site/form_without_action.php ----------------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [ ] Missing file doc comment 6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 7 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 8 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 9 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/site/self.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment 2 | ERROR | Function name "my_path" is prefixed with a package name but does not | | begin with a capital letter 2 | ERROR | Function name "my_path" is invalid; consider "My_path" instead 2 | ERROR | Missing doc comment for function my_path() ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/site/self_form.php -------------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 4 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 -------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/site/timestamp.php -------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment -------------------------------------------------------------------------------- FILE: ...w/dev/rwjl/vendor/simpletest/simpletest/test/site/form_with_quoted_values.php ----------------------------------------------------------------------------------- FOUND 13 ERRORS AFFECTING 12 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 3 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 4 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 5 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 7 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 7 | ERROR | [ ] Missing file doc comment 8 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 9 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/site/set_cookies.php ---------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ---------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ---------------------------------------------------------------------------------- FILE: ...me/lancew/dev/rwjl/vendor/simpletest/simpletest/test/site/network_confirm.php ----------------------------------------------------------------------------------- FOUND 32 ERRORS AND 4 WARNINGS AFFECTING 32 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 4 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 5 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 7 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 8 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 10 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 11 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 13 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 16 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 23 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 24 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 29 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 30 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 31 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 32 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 33 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 42 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 43 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 44 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 46 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 47 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 48 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 49 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 64 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 64 | ERROR | [ ] Function name "show_array_value" is prefixed with a package | | name but does not begin with a capital letter 64 | ERROR | [ ] Function name "show_array_value" is invalid; consider | | "Show_Array_value" instead 64 | ERROR | [ ] Missing doc comment for function show_array_value() 67 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 69 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 71 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 73 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 75 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 78 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 80 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 82 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 28 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ncew/dev/rwjl/vendor/simpletest/simpletest/test/site/base_change_redirect.php ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...ncew/dev/rwjl/vendor/simpletest/simpletest/test/site/cookie_based_counter.php ----------------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 5 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...me/lancew/dev/rwjl/vendor/simpletest/simpletest/test/site/request_methods.php ----------------------------------------------------------------------------------- FOUND 17 ERRORS AND 1 WARNING AFFECTING 17 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 5 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 7 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 4 9 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 12 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 4 14 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 15 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 16 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 16 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 19 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 21 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 24 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 28 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 29 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 33 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8 34 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 4 36 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 40 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 | | spaces, found 4 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 16 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ome/lancew/dev/rwjl/vendor/simpletest/simpletest/test/site/local_redirect.php ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: .../lancew/dev/rwjl/vendor/simpletest/simpletest/test/site/path/show_cookies.php ----------------------------------------------------------------------------------- FOUND 7 ERRORS AFFECTING 6 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 4 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 11 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 12 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 14 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 15 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...ncew/dev/rwjl/vendor/simpletest/simpletest/test/site/path/network_confirm.php ----------------------------------------------------------------------------------- FOUND 27 ERRORS AND 2 WARNINGS AFFECTING 28 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 4 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 5 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 7 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 8 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 10 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 11 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 13 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 16 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 23 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 24 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 29 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 30 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 32 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 33 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 42 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 43 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 44 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 46 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 48 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 49 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 58 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 59 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 61 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 63 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 65 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 67 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 68 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 26 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...dev/rwjl/vendor/simpletest/simpletest/test/site/path/base_change_redirect.php ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...ome/lancew/dev/rwjl/vendor/simpletest/simpletest/test/site/upload_handler.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AND 1 WARNING AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 2 | ERROR | [ ] Missing doc comment for function show() 5 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 12 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/site/redirect.php ------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ------------------------------------------------------------------------------- FILE: .../rwjl/vendor/simpletest/simpletest/test/site/form_with_array_based_inputs.php ----------------------------------------------------------------------------------- FOUND 14 ERRORS AFFECTING 13 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 3 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 4 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 5 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 7 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 7 | ERROR | [ ] Missing file doc comment 8 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 9 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/site/slow_page.php -------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment -------------------------------------------------------------------------------- FILE: ...v/rwjl/vendor/simpletest/simpletest/test/site/double_base_change_redirect.php ----------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment ----------------------------------------------------------------------------------- FILE: ...rwjl/vendor/simpletest/simpletest/test/site/front_controller_style/a_page.php ----------------------------------------------------------------------------------- FOUND 12 ERRORS AND 3 WARNINGS AFFECTING 13 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 4 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 5 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 7 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 8 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 10 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 11 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 13 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 16 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 30 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 31 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 32 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 35 | ERROR | [x] "include" is a statement not a function; no parentheses are | | required 35 | ERROR | [x] File is being unconditionally included; use "require" instead ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../rwjl/vendor/simpletest/simpletest/test/site/front_controller_style/index.php ----------------------------------------------------------------------------------- FOUND 12 ERRORS AND 8 WARNINGS AFFECTING 18 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 4 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 5 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 7 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 8 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 10 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 11 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 13 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 16 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 30 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 31 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 32 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 36 | WARNING | [ ] Line exceeds 85 characters; contains 108 characters 37 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 38 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 39 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 40 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 42 | ERROR | [x] "include" is a statement not a function; no parentheses are | | required 42 | ERROR | [x] File is being unconditionally included; use "require" instead ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...endor/simpletest/simpletest/test/site/front_controller_style/show_request.php ----------------------------------------------------------------------------------- FOUND 18 ERRORS AND 2 WARNINGS AFFECTING 19 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Missing file doc comment 3 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 4 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 9 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 10 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 12 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 13 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 22 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 23 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 24 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 26 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 28 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 29 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 38 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 39 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 41 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 43 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 45 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 20 47 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16 48 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/exceptions_test.php ----------------------------------------------------------------------------------- FOUND 46 ERRORS AND 1 WARNING AFFECTING 46 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 5 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 10 | ERROR | [ ] Missing doc comment for class MyTestException 13 | ERROR | [ ] Missing doc comment for class HigherTestException 16 | ERROR | [ ] Missing doc comment for class OtherTestException 20 | ERROR | [ ] Missing doc comment for class TestOfExceptionExpectation 22 | ERROR | [ ] Missing doc comment for function | | testExceptionClassAsStringWillMatchExceptionsRootedOnThatClass() 30 | ERROR | [ ] Missing doc comment for function | | testMatchesClassAndMessageWhenExceptionExpected() 40 | ERROR | [ ] Missing doc comment for function | | testMessagelessExceptionMatchesOnlyOnClass() 48 | ERROR | [ ] Missing doc comment for class TestOfExceptionTrap 50 | ERROR | [ ] Missing doc comment for function | | testNoExceptionsInQueueMeansNoTestMessages() 58 | ERROR | [ ] Missing doc comment for function | | testMatchingExceptionGivesTrue() 69 | ERROR | [ ] Missing doc comment for function | | testMatchingExceptionTriggersAssertion() 72 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 75 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 75 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 77 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 82 | ERROR | [ ] Missing doc comment for class TestOfCatchingExceptions 84 | ERROR | [ ] Missing doc comment for function | | testCanCatchAnyExpectedException() 90 | ERROR | [ ] Missing doc comment for function | | testCanMatchExceptionByClass() 96 | ERROR | [ ] Missing doc comment for function | | testCanMatchExceptionExactly() 102 | ERROR | [ ] Missing doc comment for function | | testLastListedExceptionIsTheOneThatCounts() 110 | ERROR | [ ] Missing doc comment for class TestOfIgnoringExceptions 112 | ERROR | [ ] Missing doc comment for function testCanIgnoreAnyException() 118 | ERROR | [ ] Missing doc comment for function | | testCanIgnoreSpecificException() 124 | ERROR | [ ] Missing doc comment for function | | testCanIgnoreExceptionExactly() 130 | ERROR | [ ] Missing doc comment for function | | testIgnoredExceptionsDoNotMaskExpectedExceptions() 137 | ERROR | [ ] Missing doc comment for function | | testCanIgnoreMultipleExceptions() 145 | ERROR | [ ] Missing doc comment for class | | TestOfCallingTearDownAfterExceptions 147 | ERROR | [ ] Private member variable "debri" must be prefixed with an | | underscore 149 | ERROR | [ ] Missing doc comment for function tearDown() 154 | ERROR | [ ] Missing doc comment for function testLeaveSomeDebri() 161 | ERROR | [ ] Missing doc comment for function testDebriWasRemovedOnce() 167 | ERROR | [ ] Missing doc comment for class | | TestOfExceptionThrownInSetUpDoesNotRunTestBody 169 | ERROR | [ ] Missing doc comment for function setUp() 175 | ERROR | [ ] Missing doc comment for function testShouldNotBeRun() 180 | ERROR | [ ] Missing doc comment for function testShouldNotBeRunEither() 186 | ERROR | [ ] Missing doc comment for class TestOfExpectExceptionWithSetUp 188 | ERROR | [ ] Missing doc comment for function setUp() 193 | ERROR | [ ] Missing doc comment for function | | testThisExceptionShouldBeCaught() 198 | ERROR | [ ] Missing doc comment for function | | testJustThrowingMyTestException() 204 | ERROR | [ ] Missing doc comment for class | | TestOfThrowingExceptionsInTearDown 206 | ERROR | [ ] Missing doc comment for function tearDown() 211 | ERROR | [ ] Missing doc comment for function testDoesntFatal() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...e/lancew/dev/rwjl/vendor/simpletest/simpletest/test/test_with_parse_error.php ----------------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 4 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 4 | ERROR | [ ] You must use "/**" style comments for a class comment 4 | ERROR | [x] Opening brace of a class must be on the line after the definition 6 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/live_test.php ----------------------------------------------------------------------------------- FOUND 16 ERRORS AND 2 WARNINGS AFFECTING 16 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 5 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 12 | ERROR | [ ] Missing doc comment for class LiveHttpTestCase 14 | ERROR | [ ] Missing doc comment for function testBadSocket() 19 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 20 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 20 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 25 | ERROR | [ ] Missing doc comment for function testSocketClosure() 29 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 37 | ERROR | [ ] Missing doc comment for function testRecordOfSentCharacters() 40 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 44 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 45 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 47 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 47 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/collector_test.php ----------------------------------------------------------------------------------- FOUND 22 ERRORS AFFECTING 17 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 8 | ERROR | [ ] Missing doc comment for class PathEqualExpectation 10 | ERROR | [ ] Missing doc comment for function __construct() 15 | ERROR | [ ] Missing doc comment for function test() 21 | ERROR | [ ] Missing doc comment for class TestOfCollector 23 | ERROR | [ ] Missing doc comment for function testCollectionIsAddedToGroup() 28 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 29 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 29 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 35 | ERROR | [ ] Missing doc comment for class TestOfPatternCollector 37 | ERROR | [ ] Missing doc comment for function testAddingEverythingToGroup() 42 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 43 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 43 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 48 | ERROR | [ ] Missing doc comment for function | | testOnlyMatchedFilesAreAddedToGroup() 51 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 52 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 52 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 52 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 52 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/http_test.php ----------------------------------------------------------------------------------- FOUND 77 ERRORS AND 27 WARNINGS AFFECTING 97 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 13 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 15 | ERROR | [ ] Missing doc comment for class TestOfDirectRoute 17 | ERROR | [ ] Missing doc comment for function testDefaultGetRequest() 30 | ERROR | [ ] Missing doc comment for function testDefaultPostRequest() 44 | ERROR | [ ] Missing doc comment for function testDefaultDeleteRequest() 57 | ERROR | [ ] Missing doc comment for function testDefaultHeadRequest() 70 | ERROR | [ ] Missing doc comment for function testGetWithPort() 85 | ERROR | [ ] Missing doc comment for function testGetWithParameters() 101 | ERROR | [ ] Missing doc comment for class TestOfProxyRoute 103 | ERROR | [ ] Missing doc comment for function testDefaultGet() 106 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 114 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 8 115 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 119 | ERROR | [ ] Missing doc comment for function testDefaultPost() 122 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 130 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 8 131 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 135 | ERROR | [ ] Missing doc comment for function testGetWithPort() 138 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 146 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 8 147 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 151 | ERROR | [ ] Missing doc comment for function testGetWithParameters() 154 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 162 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 8 163 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 167 | ERROR | [ ] Missing doc comment for function testGetWithAuthentication() 172 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 174 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 181 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 8 182 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 8 183 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 184 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 184 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 189 | ERROR | [ ] Missing doc comment for class TestOfHttpRequest 191 | ERROR | [ ] Missing doc comment for function testReadingBadConnection() 201 | ERROR | [ ] Missing doc comment for function testReadingGoodConnection() 214 | ERROR | [ ] Missing doc comment for function | | testWritingAdditionalHeaders() 229 | ERROR | [ ] Missing doc comment for function testCookieWriting() 247 | ERROR | [ ] Missing doc comment for function testMultipleCookieWriting() 264 | ERROR | [ ] Missing doc comment for function | | testReadingDeleteConnection() 277 | ERROR | [ ] Missing doc comment for class TestOfHttpPostRequest 279 | ERROR | [ ] Missing doc comment for function | | testReadingBadConnectionCausesErrorBecauseOfDeadSocket() 289 | ERROR | [ ] Missing doc comment for function testReadingGoodConnection() 293 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 305 | ERROR | [ ] Missing doc comment for function | | testContentHeadersCalculatedWithUrlEncodedParams() 309 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 318 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 8 319 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 323 | ERROR | [ ] Missing doc comment for function | | testContentHeadersCalculatedWithRawEntityBody() 336 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 8 337 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 341 | ERROR | [ ] Missing doc comment for function | | testContentHeadersCalculatedWithXmlEntityBody() 354 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 8 355 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 360 | ERROR | [ ] Missing doc comment for class TestOfHttpHeaders 362 | ERROR | [ ] Missing doc comment for function testParseBasicHeaders() 365 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 369 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 369 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 375 | ERROR | [ ] Missing doc comment for function | | testNonStandardResponseHeader() 378 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 379 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 379 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 383 | ERROR | [ ] Missing doc comment for function | | testCanParseMultipleCookies() 386 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 390 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 394 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 396 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 396 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 400 | ERROR | [ ] Missing doc comment for function testCanRecogniseRedirect() 402 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 406 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 406 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 408 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 412 | ERROR | [ ] Missing doc comment for function testCanParseChallenge() 414 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 417 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 417 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 424 | ERROR | [ ] Missing doc comment for class TestOfHttpResponse 426 | ERROR | [ ] Missing doc comment for function testBadRequest() 431 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 438 | ERROR | [ ] Missing doc comment for function | | testBadSocketDuringResponse() 442 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 446 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 452 | ERROR | [ ] Missing doc comment for function testIncompleteHeader() 456 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 460 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 465 | ERROR | [ ] Missing doc comment for function | | testParseOfResponseHeadersWhenChunked() 468 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 470 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 471 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 475 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 478 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 8 479 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 479 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 488 | ERROR | [ ] Missing doc comment for function testRedirect() 493 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 498 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 501 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 504 | ERROR | [ ] Missing doc comment for function testRedirectWithPort() 509 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 514 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 517 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 37 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/encoding_test.php ----------------------------------------------------------------------------------- FOUND 54 ERRORS AND 9 WARNINGS AFFECTING 58 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 5 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 9 | ERROR | [ ] Missing doc comment for class TestOfEncodedParts 11 | ERROR | [ ] Missing doc comment for function | | testFormEncodedAsKeyEqualsValue() 17 | ERROR | [ ] Missing doc comment for function | | testMimeEncodedAsHeadersAndContent() 21 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 22 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 22 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 25 | ERROR | [ ] Missing doc comment for function | | testAttachmentEncodedAsHeadersWithDispositionAndContent() 29 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 30 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 30 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 31 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 24 31 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 35 | ERROR | [ ] Missing doc comment for class TestOfEncoding 37 | ERROR | [ ] Private member variable "content_so_far" must be prefixed | | with an underscore 39 | ERROR | [ ] Missing doc comment for function write() 44 | ERROR | [ ] Missing doc comment for function clear() 49 | ERROR | [ ] Missing doc comment for function assertWritten() 56 | ERROR | [ ] Missing doc comment for function testGetEmpty() 63 | ERROR | [ ] Missing doc comment for function testPostEmpty() 70 | ERROR | [ ] Missing doc comment for function testPrefilled() 77 | ERROR | [ ] Missing doc comment for function testPrefilledWithTwoLevels() 82 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 87 | ERROR | [ ] Missing doc comment for function | | testPrefilledWithThreeLevels() 92 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 97 | ERROR | [ ] Missing doc comment for function testPrefilledWithObject() 104 | ERROR | [ ] Missing doc comment for function testMultiplePrefilled() 109 | WARNING | [ ] Line exceeds 85 characters; contains 117 characters 115 | ERROR | [ ] Missing doc comment for function testSingleParameter() 123 | ERROR | [ ] Missing doc comment for function testFalseParameter() 131 | ERROR | [ ] Missing doc comment for function testUrlEncoding() 138 | ERROR | [ ] Missing doc comment for function testUrlEncodingOfKey() 145 | ERROR | [ ] Missing doc comment for function testMultipleParameter() 153 | ERROR | [ ] Missing doc comment for function testEmptyParameters() 161 | ERROR | [ ] Missing doc comment for function testRepeatedParameter() 170 | ERROR | [ ] Missing doc comment for function testAddingLists() 178 | ERROR | [ ] Missing doc comment for function testMergeInHash() 186 | ERROR | [ ] Missing doc comment for function testMergeInObject() 194 | ERROR | [ ] Missing doc comment for function testPrefilledMultipart() 198 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 199 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 203 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 203 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 206 | ERROR | [ ] Missing doc comment for function testAttachment() 211 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 212 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 213 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 217 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 217 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 220 | ERROR | [ ] Missing doc comment for function | | testEntityEncodingDefaultContentType() 223 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 227 | ERROR | [ ] Missing doc comment for function testEntityEncodingTextBody() 234 | ERROR | [ ] Missing doc comment for function testEntityEncodingXmlBody() 236 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 242 | ERROR | [ ] Missing doc comment for class TestOfEncodingHeaders 244 | ERROR | [ ] Missing doc comment for function | | testEmptyEncodingWritesZeroContentLength() 248 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 253 | ERROR | [ ] Missing doc comment for function | | testTextEncodingWritesDefaultContentType() 262 | ERROR | [ ] Missing doc comment for function | | testEmptyMultipartEncodingWritesEndBoundaryContentLength() 266 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/visual_test.php ----------------------------------------------------------------------------------- FOUND 191 ERRORS AND 14 WARNINGS AFFECTING 115 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 14 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 15 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 16 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 17 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 18 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 20 | ERROR | [ ] Missing doc comment for class TestDisplayClass 20 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 21 | ERROR | [ ] Private member variable "a" must be prefixed with an | | underscore 23 | ERROR | [ ] Missing doc comment for function TestDisplayClass() 23 | ERROR | [x] Opening brace should be on a new line 28 | ERROR | [ ] Missing doc comment for class PassingUnitTestCaseOutput 28 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 30 | ERROR | [ ] Missing doc comment for function testOfResults() 30 | ERROR | [x] Opening brace should be on a new line 34 | ERROR | [ ] Missing doc comment for function testTrue() 34 | ERROR | [x] Opening brace should be on a new line 38 | ERROR | [ ] Missing doc comment for function testFalse() 38 | ERROR | [x] Opening brace should be on a new line 42 | ERROR | [ ] Missing doc comment for function testExpectation() 42 | ERROR | [x] Opening brace should be on a new line 47 | ERROR | [ ] Missing doc comment for function testNull() 47 | ERROR | [x] Opening brace should be on a new line 52 | ERROR | [ ] Missing doc comment for function testType() 52 | ERROR | [x] Opening brace should be on a new line 58 | ERROR | [ ] Missing doc comment for function testTypeEquality() 58 | ERROR | [x] Opening brace should be on a new line 62 | ERROR | [ ] Missing doc comment for function testNullEquality() 62 | ERROR | [x] Opening brace should be on a new line 67 | ERROR | [ ] Missing doc comment for function testIntegerEquality() 67 | ERROR | [x] Opening brace should be on a new line 71 | ERROR | [ ] Missing doc comment for function testStringEquality() 71 | ERROR | [x] Opening brace should be on a new line 76 | ERROR | [ ] Missing doc comment for function testHashEquality() 76 | ERROR | [x] Opening brace should be on a new line 77 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 80 | ERROR | [ ] Missing doc comment for function testWithin() 80 | ERROR | [x] Opening brace should be on a new line 84 | ERROR | [ ] Missing doc comment for function testOutside() 84 | ERROR | [x] Opening brace should be on a new line 88 | ERROR | [ ] Missing doc comment for function testStringIdentity() 88 | ERROR | [x] Opening brace should be on a new line 94 | ERROR | [ ] Missing doc comment for function testTypeIdentity() 94 | ERROR | [x] Opening brace should be on a new line 100 | ERROR | [ ] Missing doc comment for function testNullIdentity() 100 | ERROR | [x] Opening brace should be on a new line 105 | ERROR | [ ] Missing doc comment for function testHashIdentity() 105 | ERROR | [x] Opening brace should be on a new line 108 | ERROR | [ ] Missing doc comment for function testObjectEquality() 108 | ERROR | [x] Opening brace should be on a new line 109 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 110 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 113 | ERROR | [ ] Missing doc comment for function testObjectIndentity() 113 | ERROR | [x] Opening brace should be on a new line 114 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 115 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 118 | ERROR | [ ] Missing doc comment for function testReference() 118 | ERROR | [x] Opening brace should be on a new line 124 | ERROR | [ ] Missing doc comment for function | | testCloneOnDifferentObjects() 124 | ERROR | [x] Opening brace should be on a new line 131 | ERROR | [ ] Missing doc comment for function testPatterns() 131 | ERROR | [x] Opening brace should be on a new line 136 | ERROR | [ ] Missing doc comment for function testLongStrings() 136 | ERROR | [x] Opening brace should be on a new line 145 | ERROR | [ ] Missing doc comment for class FailingUnitTestCaseOutput 145 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 147 | ERROR | [ ] Missing doc comment for function testOfResults() 147 | ERROR | [x] Opening brace should be on a new line 151 | ERROR | [ ] Missing doc comment for function testTrue() 151 | ERROR | [x] Opening brace should be on a new line 155 | ERROR | [ ] Missing doc comment for function testFalse() 155 | ERROR | [x] Opening brace should be on a new line 159 | ERROR | [ ] Missing doc comment for function testExpectation() 159 | ERROR | [x] Opening brace should be on a new line 164 | ERROR | [ ] Missing doc comment for function testNull() 164 | ERROR | [x] Opening brace should be on a new line 169 | ERROR | [ ] Missing doc comment for function testType() 169 | ERROR | [x] Opening brace should be on a new line 171 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 175 | ERROR | [ ] Missing doc comment for function testTypeEquality() 175 | ERROR | [x] Opening brace should be on a new line 179 | ERROR | [ ] Missing doc comment for function testNullEquality() 179 | ERROR | [x] Opening brace should be on a new line 184 | ERROR | [ ] Missing doc comment for function testIntegerEquality() 184 | ERROR | [x] Opening brace should be on a new line 188 | ERROR | [ ] Missing doc comment for function testStringEquality() 188 | ERROR | [x] Opening brace should be on a new line 193 | ERROR | [ ] Missing doc comment for function testHashEquality() 193 | ERROR | [x] Opening brace should be on a new line 194 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 197 | ERROR | [ ] Missing doc comment for function testWithin() 197 | ERROR | [x] Opening brace should be on a new line 201 | ERROR | [ ] Missing doc comment for function testOutside() 201 | ERROR | [x] Opening brace should be on a new line 205 | ERROR | [ ] Missing doc comment for function testStringIdentity() 205 | ERROR | [x] Opening brace should be on a new line 211 | ERROR | [ ] Missing doc comment for function testTypeIdentity() 211 | ERROR | [x] Opening brace should be on a new line 217 | ERROR | [ ] Missing doc comment for function testNullIdentity() 217 | ERROR | [x] Opening brace should be on a new line 222 | ERROR | [ ] Missing doc comment for function testHashIdentity() 222 | ERROR | [x] Opening brace should be on a new line 223 | WARNING | [ ] Line exceeds 85 characters; contains 123 characters 226 | ERROR | [ ] Missing doc comment for function testObjectEquality() 226 | ERROR | [x] Opening brace should be on a new line 227 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 228 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 231 | ERROR | [ ] Missing doc comment for function testObjectIndentity() 231 | ERROR | [x] Opening brace should be on a new line 232 | WARNING | [ ] Line exceeds 85 characters; contains 118 characters 233 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 236 | ERROR | [ ] Missing doc comment for function testReference() 236 | ERROR | [x] Opening brace should be on a new line 242 | ERROR | [ ] Missing doc comment for function | | testCloneOnDifferentObjects() 242 | ERROR | [x] Opening brace should be on a new line 249 | ERROR | [ ] Missing doc comment for function testPatterns() 249 | ERROR | [x] Opening brace should be on a new line 250 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 251 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 254 | ERROR | [ ] Missing doc comment for function testLongStrings() 254 | ERROR | [x] Opening brace should be on a new line 263 | ERROR | [ ] Missing doc comment for class Dummy 263 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 264 | ERROR | [ ] Missing doc comment for function Dummy() 264 | ERROR | [x] Opening brace should be on a new line 267 | ERROR | [ ] Missing doc comment for function a() 267 | ERROR | [x] Opening brace should be on a new line 272 | ERROR | [ ] Missing doc comment for class TestOfMockObjectsOutput 272 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 274 | ERROR | [ ] Missing doc comment for function testCallCounts() 274 | ERROR | [x] Opening brace should be on a new line 281 | ERROR | [ ] Missing doc comment for function testMinimumCallCounts() 281 | ERROR | [x] Opening brace should be on a new line 288 | ERROR | [ ] Missing doc comment for function testEmptyMatching() 288 | ERROR | [x] Opening brace should be on a new line 295 | ERROR | [ ] Missing doc comment for function | | testEmptyMatchingWithCustomMessage() 295 | ERROR | [x] Opening brace should be on a new line 302 | ERROR | [ ] Missing doc comment for function testNullMatching() 302 | ERROR | [x] Opening brace should be on a new line 309 | ERROR | [ ] Missing doc comment for function testBooleanMatching() 309 | ERROR | [x] Opening brace should be on a new line 316 | ERROR | [ ] Missing doc comment for function testIntegerMatching() 316 | ERROR | [x] Opening brace should be on a new line 323 | ERROR | [ ] Missing doc comment for function testFloatMatching() 323 | ERROR | [x] Opening brace should be on a new line 330 | ERROR | [ ] Missing doc comment for function testStringMatching() 330 | ERROR | [x] Opening brace should be on a new line 337 | ERROR | [ ] Missing doc comment for function | | testEmptyMatchingWithCustomExpectationMessage() 337 | ERROR | [x] Opening brace should be on a new line 340 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 341 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 342 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 342 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 347 | ERROR | [ ] Missing doc comment for function testArrayMatching() 347 | ERROR | [x] Opening brace should be on a new line 354 | ERROR | [ ] Missing doc comment for function testObjectMatching() 354 | ERROR | [x] Opening brace should be on a new line 365 | ERROR | [ ] Missing doc comment for function testBigList() 365 | ERROR | [x] Opening brace should be on a new line 373 | ERROR | [ ] Missing doc comment for class TestOfPastBugs 373 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 375 | ERROR | [ ] Missing doc comment for function testMixedTypes() 375 | ERROR | [x] Opening brace should be on a new line 380 | ERROR | [ ] Missing doc comment for function testMockWildcards() 380 | ERROR | [x] Opening brace should be on a new line 388 | ERROR | [ ] Missing doc comment for class TestOfVisualShell 388 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 390 | ERROR | [ ] Missing doc comment for function testDump() 390 | ERROR | [x] Opening brace should be on a new line 397 | ERROR | [ ] Missing doc comment for function testDumpOfList() 397 | ERROR | [x] Opening brace should be on a new line 403 | ERROR | [ ] Missing doc comment for class PassesAsWellReporter 403 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 405 | ERROR | [x] Opening brace should be on a new line 409 | ERROR | [ ] Missing doc comment for function paintPass() 409 | ERROR | [x] Opening brace should be on a new line 418 | ERROR | [ ] Missing doc comment for function paintSignal() 418 | ERROR | [x] Opening brace should be on a new line 427 | ERROR | [ ] Missing doc comment for class TestOfSkippingNoMatterWhat 427 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 428 | ERROR | [ ] Missing doc comment for function skip() 428 | ERROR | [x] Opening brace should be on a new line 432 | ERROR | [ ] Missing doc comment for function testFail() 432 | ERROR | [x] Opening brace should be on a new line 437 | ERROR | [ ] Missing doc comment for class TestOfSkippingOrElse 437 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 438 | ERROR | [ ] Missing doc comment for function skip() 438 | ERROR | [x] Opening brace should be on a new line 442 | ERROR | [ ] Missing doc comment for function testFail() 442 | ERROR | [x] Opening brace should be on a new line 447 | ERROR | [ ] Missing doc comment for class TestOfSkippingTwiceOver 447 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 448 | ERROR | [ ] Missing doc comment for function skip() 448 | ERROR | [x] Opening brace should be on a new line 453 | ERROR | [ ] Missing doc comment for function testFail() 453 | ERROR | [x] Opening brace should be on a new line 458 | ERROR | [ ] Missing doc comment for class TestThatShouldNotBeSkipped 458 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 459 | ERROR | [ ] Missing doc comment for function skip() 459 | ERROR | [x] Opening brace should be on a new line 464 | ERROR | [ ] Missing doc comment for function testFail() 464 | ERROR | [x] Opening brace should be on a new line 468 | ERROR | [ ] Missing doc comment for function testPass() 468 | ERROR | [x] Opening brace should be on a new line 494 | ERROR | [x] Space before opening parenthesis of function call prohibited ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 100 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/acceptance_test.php ----------------------------------------------------------------------------------- FOUND 284 ERRORS AND 26 WARNINGS AFFECTING 271 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 5 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 7 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 9 | ERROR | [ ] Missing doc comment for class SimpleTestAcceptanceTest 11 | ERROR | [ ] Missing doc comment for function samples() 17 | ERROR | [ ] Missing doc comment for class TestOfLiveBrowser 19 | ERROR | [ ] Missing doc comment for function samples() 24 | ERROR | [ ] Missing doc comment for function testGet() 30 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 36 | ERROR | [ ] Missing doc comment for function testPost() 42 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 45 | ERROR | [ ] Missing doc comment for function testAbsoluteLinkFollowing() 54 | ERROR | [ ] Missing doc comment for function | | testRelativeEncodedLinkFollowing() 64 | ERROR | [ ] Missing doc comment for function testRelativeLinkFollowing() 73 | ERROR | [ ] Missing doc comment for function | | testUnifiedClickLinkClicking() 82 | ERROR | [ ] Missing doc comment for function testIdLinkFollowing() 91 | ERROR | [ ] Missing doc comment for function testCookieReading() 101 | ERROR | [ ] Missing doc comment for function testSimpleSubmit() 107 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 111 | ERROR | [ ] Missing doc comment for function testUnifiedClickCanSubmit() 121 | ERROR | [ ] Missing doc comment for class TestOfLocalFileBrowser 123 | ERROR | [ ] Missing doc comment for function samples() 128 | ERROR | [ ] Missing doc comment for function testGet() 140 | ERROR | [ ] Missing doc comment for class TestOfRequestMethods 142 | ERROR | [ ] Missing doc comment for function samples() 147 | ERROR | [ ] Missing doc comment for function testHeadRequest() 154 | ERROR | [ ] Missing doc comment for function testGetRequest() 161 | ERROR | [ ] Missing doc comment for function testPostWithPlainEncoding() 164 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 166 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 169 | ERROR | [ ] Missing doc comment for function testPostWithXmlEncoding() 172 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 177 | ERROR | [ ] Missing doc comment for function testPutWithPlainEncoding() 180 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 182 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 185 | ERROR | [ ] Missing doc comment for function testPutWithXmlEncoding() 188 | WARNING | [ ] Line exceeds 85 characters; contains 121 characters 193 | ERROR | [ ] Missing doc comment for function testDeleteRequest() 198 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 202 | ERROR | [ ] Missing doc comment for class TestRadioFields 204 | ERROR | [ ] Missing doc comment for function testSetFieldAsInteger() 209 | WARNING | [ ] Line exceeds 85 characters; contains 124 characters 212 | ERROR | [ ] Missing doc comment for function testSetFieldAsString() 217 | WARNING | [ ] Line exceeds 85 characters; contains 124 characters 221 | ERROR | [ ] Missing doc comment for class TestOfLiveFetching 223 | ERROR | [ ] Missing doc comment for function setUp() 228 | ERROR | [ ] Missing doc comment for function | | testFormWithArrayBasedInputs() 234 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 237 | ERROR | [ ] Missing doc comment for function testFormWithQuotedValues() 246 | ERROR | [ ] Missing doc comment for function testGet() 249 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 260 | ERROR | [ ] Missing doc comment for function testSlowGet() 265 | ERROR | [ ] Missing doc comment for function testTimedOutGet() 272 | ERROR | [ ] Missing doc comment for function testPost() 279 | ERROR | [ ] Missing doc comment for function testGetWithData() 286 | ERROR | [ ] Missing doc comment for function testPostWithData() 293 | ERROR | [ ] Missing doc comment for function testPostWithRecursiveData() 299 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 303 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 307 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 311 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 316 | ERROR | [ ] Missing doc comment for function testRelativeGet() 323 | ERROR | [ ] Missing doc comment for function testRelativePost() 331 | ERROR | [ ] Missing doc comment for class TestOfLinkFollowing 333 | ERROR | [ ] Missing doc comment for function setUp() 338 | ERROR | [ ] Missing doc comment for function testLinkAssertions() 346 | ERROR | [ ] Missing doc comment for function testAbsoluteLinkFollowing() 353 | ERROR | [ ] Missing doc comment for function testRelativeLinkFollowing() 360 | ERROR | [ ] Missing doc comment for function testLinkIdFollowing() 368 | ERROR | [ ] Missing doc comment for function | | testAbsoluteUrlBehavesAbsolutely() 375 | ERROR | [ ] Missing doc comment for function | | testRelativeUrlRespectsBaseTag() 383 | ERROR | [ ] Missing doc comment for class | | TestOfLivePageLinkingWithMinimalLinks 385 | ERROR | [ ] Missing doc comment for function setUp() 390 | ERROR | [ ] Missing doc comment for function | | testClickToExplicitelyNamedSelfReturns() 393 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 400 | ERROR | [ ] Missing doc comment for function | | testClickToMissingPageReturnsToSamePage() 408 | ERROR | [ ] Missing doc comment for function | | testClickToBareActionReturnsToSamePage() 416 | ERROR | [ ] Missing doc comment for function | | testClickToSingleQuestionMarkReturnsToSamePage() 423 | ERROR | [ ] Missing doc comment for function | | testClickToEmptyStringReturnsToSamePage() 430 | ERROR | [ ] Missing doc comment for function | | testClickToSingleDotGoesToCurrentDirectory() 435 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 436 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 436 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 439 | ERROR | [ ] Missing doc comment for function | | testClickBackADirectoryLevel() 447 | ERROR | [ ] Missing doc comment for class | | TestOfLiveFrontControllerEmulation 449 | ERROR | [ ] Missing doc comment for function setUp() 454 | ERROR | [ ] Missing doc comment for function testJumpToNamedPage() 463 | ERROR | [ ] Missing doc comment for function testJumpToUnnamedPage() 472 | ERROR | [ ] Missing doc comment for function | | testJumpToUnnamedPageWithBareParameter() 481 | ERROR | [ ] Missing doc comment for function | | testJumpToUnnamedPageWithEmptyQuery() 490 | ERROR | [ ] Missing doc comment for function | | testJumpToUnnamedPageWithEmptyLink() 499 | ERROR | [ ] Missing doc comment for function | | testJumpBackADirectoryLevel() 506 | ERROR | [ ] Missing doc comment for function testSubmitToNamedPage() 515 | ERROR | [ ] Missing doc comment for function testSubmitToSameDirectory() 523 | ERROR | [ ] Missing doc comment for function testSubmitToEmptyAction() 531 | ERROR | [ ] Missing doc comment for function testSubmitToNoAction() 539 | ERROR | [ ] Missing doc comment for function | | testSubmitBackADirectoryLevel() 546 | ERROR | [ ] Missing doc comment for function | | testSubmitToNamedPageWithMixedPostAndGet() 555 | ERROR | [ ] Missing doc comment for function | | testSubmitToSameDirectoryMixedPostAndGet() 563 | ERROR | [ ] Missing doc comment for function | | testSubmitToEmptyActionMixedPostAndGet() 571 | ERROR | [ ] Missing doc comment for function | | testSubmitToNoActionMixedPostAndGet() 580 | ERROR | [ ] Missing doc comment for class TestOfLiveHeaders 582 | ERROR | [ ] Missing doc comment for function setUp() 587 | ERROR | [ ] Missing doc comment for function | | testConfirmingHeaderExistence() 597 | ERROR | [ ] Missing doc comment for class TestOfLiveRedirects 599 | ERROR | [ ] Missing doc comment for function setUp() 604 | ERROR | [ ] Missing doc comment for function testNoRedirects() 611 | ERROR | [ ] Missing doc comment for function testRedirects() 618 | ERROR | [ ] Missing doc comment for function testRedirectLosesGetData() 624 | ERROR | [ ] Missing doc comment for function | | testRedirectKeepsExtraRequestDataOfItsOwn() 630 | ERROR | [ ] Missing doc comment for function testRedirectLosesPostData() 637 | ERROR | [ ] Missing doc comment for function | | testRedirectWithBaseUrlChange() 645 | ERROR | [ ] Missing doc comment for function | | testRedirectWithDoubleBaseUrlChange() 652 | ERROR | [ ] Missing doc comment for class TestOfLiveCookies 654 | ERROR | [ ] Missing doc comment for function setUp() 659 | ERROR | [ ] Missing doc comment for function here() 664 | ERROR | [ ] Missing doc comment for function thisHost() 670 | ERROR | [ ] Missing doc comment for function thisPath() 676 | ERROR | [ ] Missing doc comment for function | | testCookieSettingAndAssertions() 690 | ERROR | [ ] Missing doc comment for function | | testNoCookieSetWhenCookiesDisabled() 698 | ERROR | [ ] Missing doc comment for function testCookieReading() 706 | ERROR | [ ] Missing doc comment for function testNoCookie() 711 | ERROR | [ ] Missing doc comment for function | | testNoCookieReadingWhenCookiesDisabled() 720 | ERROR | [ ] Missing doc comment for function | | testCookiePatternAssertions() 726 | ERROR | [ ] Missing doc comment for function testTemporaryCookieExpiry() 734 | ERROR | [ ] Missing doc comment for function | | testTimedCookieExpiryWith100SecondMargin() 744 | ERROR | [ ] Missing doc comment for function | | testNoClockOverDriftBy100Seconds() 749 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 750 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 750 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 750 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 753 | ERROR | [ ] Missing doc comment for function | | testNoClockUnderDriftBy100Seconds() 758 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 759 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 760 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 760 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 760 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 763 | ERROR | [ ] Missing doc comment for function testCookiePath() 773 | ERROR | [ ] Missing doc comment for class LiveTestOfForms 775 | ERROR | [ ] Missing doc comment for function setUp() 780 | ERROR | [ ] Missing doc comment for function testSimpleSubmit() 788 | ERROR | [ ] Missing doc comment for function testDefaultFormValues() 813 | ERROR | [ ] Missing doc comment for function | | testFormSubmissionByButtonLabel() 834 | ERROR | [ ] Missing doc comment for function testAdditionalFormValues() 842 | ERROR | [ ] Missing doc comment for function testFormSubmissionByName() 850 | ERROR | [ ] Missing doc comment for function | | testFormSubmissionByNameAndAdditionalParameters() 858 | ERROR | [ ] Missing doc comment for function | | testFormSubmissionBySubmitButtonLabeledSubmit() 865 | ERROR | [ ] Missing doc comment for function testFormSubmissionWithIds() 896 | ERROR | [ ] Missing doc comment for function | | testFormSubmissionWithIdsAndAdditionnalData() 899 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 903 | ERROR | [ ] Missing doc comment for function | | testFormSubmissionWithLabels() 934 | ERROR | [ ] Missing doc comment for function | | testSettingCheckboxWithBooleanTrueSetsUnderlyingValue() 943 | ERROR | [ ] Missing doc comment for function | | testFormSubmissionWithMixedPostAndGet() 953 | ERROR | [ ] Missing doc comment for function | | testFormSubmissionWithMixedPostAndEncodedGet() 963 | ERROR | [ ] Missing doc comment for function | | testFormSubmissionWithoutAction() 972 | ERROR | [ ] Missing doc comment for function | | testImageSubmissionByLabel() 981 | ERROR | [ ] Missing doc comment for function | | testImageSubmissionByLabelWithAdditionalParameters() 984 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 988 | ERROR | [ ] Missing doc comment for function testImageSubmissionByName() 996 | ERROR | [ ] Missing doc comment for function testImageSubmissionById() 1004 | ERROR | [ ] Missing doc comment for function | | testButtonSubmissionByLabel() 1011 | ERROR | [ ] Missing doc comment for function | | testNamelessSubmitSendsNoValue() 1019 | ERROR | [ ] Missing doc comment for function | | testNamelessImageSendsXAndYValues() 1028 | ERROR | [ ] Missing doc comment for function | | testNamelessButtonSendsNoValue() 1035 | ERROR | [ ] Missing doc comment for function testSelfSubmit() 1046 | ERROR | [ ] Missing doc comment for function | | testSelfSubmitWithParameters() 1054 | ERROR | [ ] Missing doc comment for function testSettingOfBlankOption() 1062 | ERROR | [ ] Missing doc comment for function | | testAssertingFieldValueWithPattern() 1069 | ERROR | [ ] Missing doc comment for function | | testSendingMultipartFormDataEncodedForm() 1100 | ERROR | [ ] Missing doc comment for function | | testSettingVariousBlanksInFields() 1129 | ERROR | [ ] Missing doc comment for function | | testDefaultValueOfTextareaHasNewlinesAndWhitespacePreserved() 1135 | ERROR | [ ] Missing doc comment for function chars() 1142 | ERROR | [ ] Missing doc comment for function | | testSubmissionOfBlankFields() 1156 | ERROR | [ ] Missing doc comment for function | | testDefaultValueOfTextareaHasNewlinesAndWhitespacePreservedOnSubmission() 1156 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 1163 | ERROR | [ ] Missing doc comment for function | | testSubmissionOfEmptyValues() 1175 | ERROR | [ ] Missing doc comment for function testSubmissionOfZeroes() 1190 | ERROR | [ ] Missing doc comment for function | | testSubmissionOfQuestionMarks() 1205 | ERROR | [ ] Missing doc comment for function | | testSubmissionOfHtmlEncodedValues() 1223 | ERROR | [ ] Missing doc comment for function | | testFormActionRespectsBaseTag() 1232 | ERROR | [ ] Missing doc comment for class TestOfLiveMultiValueWidgets 1234 | ERROR | [ ] Missing doc comment for function setUp() 1239 | ERROR | [ ] Missing doc comment for function | | testDefaultFormValueSubmission() 1255 | ERROR | [ ] Missing doc comment for function | | testSubmittingMultipleValues() 1277 | ERROR | [ ] Missing doc comment for function testSettingByOptionValue() 1286 | ERROR | [ ] Missing doc comment for function | | testSubmittingMultipleValuesByLabel() 1299 | ERROR | [ ] Missing doc comment for function | | testSavantStyleHiddenFieldDefaults() 1309 | ERROR | [ ] Missing doc comment for function | | testSavantStyleHiddenDefaultsAreOverridden() 1319 | ERROR | [ ] Missing doc comment for function | | testSavantStyleFormSettingById() 1332 | ERROR | [ ] Missing doc comment for class TestOfFileUploads 1334 | ERROR | [ ] Missing doc comment for function setUp() 1339 | ERROR | [ ] Missing doc comment for function testSingleFileUpload() 1342 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1342 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1343 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1343 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1343 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1343 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1344 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 1349 | ERROR | [ ] Missing doc comment for function testMultipleFileUpload() 1352 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1352 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1353 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1353 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1353 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1353 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1354 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1354 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1355 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1355 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1355 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1355 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1356 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1357 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1357 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1363 | ERROR | [ ] Missing doc comment for function testBinaryFileUpload() 1366 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1366 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1367 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1367 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1367 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1367 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1370 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1370 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1374 | ERROR | [ ] Missing doc comment for class TestOfLiveHistoryNavigation 1376 | ERROR | [ ] Missing doc comment for function setUp() 1381 | ERROR | [ ] Missing doc comment for function testRetry() 1391 | ERROR | [ ] Missing doc comment for function testOfBackButton() 1403 | ERROR | [ ] Missing doc comment for function testGetRetryResubmitsData() 1405 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1406 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1406 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1406 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1406 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1414 | ERROR | [ ] Missing doc comment for function | | testGetRetryResubmitsExtraData() 1416 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1417 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1418 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1418 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1418 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1418 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1426 | ERROR | [ ] Missing doc comment for function | | testPostRetryResubmitsData() 1428 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1429 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1430 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1430 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1430 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1430 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1438 | ERROR | [ ] Missing doc comment for function | | testGetRetryResubmitsRepeatedData() 1440 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1441 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1441 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1441 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1441 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1450 | ERROR | [ ] Missing doc comment for class TestOfLiveAuthentication 1452 | ERROR | [ ] Missing doc comment for function setUp() 1457 | ERROR | [ ] Missing doc comment for function | | testChallengeFromProtectedPage() 1470 | ERROR | [ ] Missing doc comment for function | | testTrailingSlashImpliedWithinRealm() 1479 | ERROR | [ ] Missing doc comment for function | | testTrailingSlashImpliedSettingRealm() 1488 | ERROR | [ ] Missing doc comment for function | | testEncodedAuthenticationFetchesPage() 1494 | ERROR | [ ] Missing doc comment for function | | testEncodedAuthenticationFetchesPageAfterTrailingSlashRedirect() 1500 | ERROR | [ ] Missing doc comment for function | | testRealmExtendsToWholeDirectory() 1510 | ERROR | [ ] Missing doc comment for function | | testRedirectKeepsAuthentication() 1517 | ERROR | [ ] Missing doc comment for function | | testRedirectKeepsEncodedAuthentication() 1519 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 1524 | ERROR | [ ] Missing doc comment for function | | testSessionRestartLosesAuthentication() 1535 | ERROR | [ ] Missing doc comment for class TestOfLoadingFrames 1537 | ERROR | [ ] Missing doc comment for function setUp() 1542 | ERROR | [ ] Missing doc comment for function | | testNoFramesContentWhenFramesDisabled() 1550 | ERROR | [ ] Missing doc comment for function | | testPatternMatchCanReadTheOnlyFrame() 1557 | ERROR | [ ] Missing doc comment for function | | testMessyFramesetResponsesByName() 1559 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1560 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1560 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1560 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1560 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1615 | ERROR | [ ] Missing doc comment for function testReloadingFramesetPage() 1625 | ERROR | [ ] Missing doc comment for function | | testReloadingSingleFrameWithCookieCounter() 1642 | ERROR | [ ] Missing doc comment for function | | testReloadingFrameWhenUnfocusedReloadsWholeFrameset() 1660 | ERROR | [ ] Missing doc comment for function | | testClickingNormalLinkReplacesJustThatFrame() 1668 | ERROR | [ ] Missing doc comment for function | | testJumpToNamedPageReplacesJustThatFrame() 1678 | ERROR | [ ] Missing doc comment for function | | testJumpToUnnamedPageReplacesJustThatFrame() 1688 | ERROR | [ ] Missing doc comment for function | | testJumpToUnnamedPageWithBareParameterReplacesJustThatFrame() 1698 | ERROR | [ ] Missing doc comment for function | | testJumpToUnnamedPageWithEmptyQueryReplacesJustThatFrame() 1708 | ERROR | [ ] Missing doc comment for function | | testJumpToUnnamedPageWithEmptyLinkReplacesJustThatFrame() 1718 | ERROR | [ ] Missing doc comment for function | | testJumpBackADirectoryLevelReplacesJustThatFrame() 1726 | ERROR | [ ] Missing doc comment for function | | testSubmitToNamedPageReplacesJustThatFrame() 1736 | ERROR | [ ] Missing doc comment for function | | testSubmitToSameDirectoryReplacesJustThatFrame() 1745 | ERROR | [ ] Missing doc comment for function | | testSubmitToEmptyActionReplacesJustThatFrame() 1754 | ERROR | [ ] Missing doc comment for function | | testSubmitToNoActionReplacesJustThatFrame() 1763 | ERROR | [ ] Missing doc comment for function | | testSubmitBackADirectoryLevelReplacesJustThatFrame() 1771 | ERROR | [ ] Missing doc comment for function testTopLinkExitsFrameset() 1778 | ERROR | [ ] Missing doc comment for function | | testLinkInOnePageCanLoadAnother() 1788 | ERROR | [ ] Missing doc comment for function | | testFrameWithRelativeLinksRespectsBaseTagForThatPage() 1796 | ERROR | [ ] Missing doc comment for function | | testRelativeLinkInFrameIsNotAffectedByFramesetBaseTag() 1806 | ERROR | [ ] Missing doc comment for class TestOfFrameAuthentication 1808 | ERROR | [ ] Missing doc comment for function setUp() 1813 | ERROR | [ ] Missing doc comment for function | | testUnauthenticatedFrameSendsChallenge() 1822 | ERROR | [ ] Missing doc comment for function | | testCanReadFrameFromAlreadyAuthenticatedRealm() 1832 | ERROR | [ ] Missing doc comment for function testCanAuthenticateFrame() 1843 | ERROR | [ ] Missing doc comment for function | | testCanAuthenticateRedirectedFrame() 1856 | ERROR | [ ] Missing doc comment for class TestOfNestedFrames 1858 | ERROR | [ ] Missing doc comment for function setUp() 1863 | ERROR | [ ] Missing doc comment for function | | testCanNavigateToSpecificContent() 1896 | ERROR | [ ] Missing doc comment for function testReloadingFramesetPage() 1906 | ERROR | [ ] Missing doc comment for function | | testRetryingNestedPageOnlyRetriesThatSet() 1926 | ERROR | [ ] Missing doc comment for function | | testAuthenticatingNestedPage() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 71 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/frames_test.php ----------------------------------------------------------------------------------- FOUND 70 ERRORS AND 4 WARNINGS AFFECTING 64 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 5 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 10 | ERROR | [ ] Missing doc comment for class TestOfFrameset 12 | ERROR | [ ] Missing doc comment for function | | testTitleReadFromFramesetPage() 20 | ERROR | [ ] Public method name | | "TestOfFrameset::TestHeadersReadFromFramesetByDefault" is not | | in camel caps format 20 | ERROR | [ ] Missing doc comment for function | | TestHeadersReadFromFramesetByDefault() 35 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 40 | ERROR | [ ] Missing doc comment for function | | testEmptyFramesetHasNoContent() 48 | ERROR | [ ] Missing doc comment for function | | testRawContentIsFromOnlyFrame() 61 | ERROR | [ ] Missing doc comment for function | | testRawContentIsFromAllFrames() 78 | ERROR | [ ] Missing doc comment for function | | testTextContentIsFromOnlyFrame() 91 | ERROR | [ ] Missing doc comment for function | | testTextContentIsFromAllFrames() 108 | ERROR | [ ] Missing doc comment for function | | testFieldFoundIsFirstInFramelist() 129 | ERROR | [ ] Missing doc comment for function | | testFrameReplacementByIndex() 146 | ERROR | [ ] Missing doc comment for function testFrameReplacementByName() 164 | ERROR | [ ] Missing doc comment for class TestOfFrameNavigation 166 | ERROR | [ ] Missing doc comment for function | | testStartsWithoutFrameFocus() 174 | ERROR | [ ] Missing doc comment for function testCanFocusOnSingleFrame() 193 | ERROR | [ ] Missing doc comment for function | | testContentComesFromFrameInFocus() 224 | ERROR | [ ] Missing doc comment for function testCanFocusByName() 255 | ERROR | [ ] Missing doc comment for class TestOfFramesetPageInterface 257 | ERROR | [ ] Private member variable "page_interface" must be prefixed | | with an underscore 258 | ERROR | [ ] Private member variable "frameset_interface" must be prefixed | | with an underscore 260 | ERROR | [ ] Missing doc comment for function __construct() 267 | ERROR | [ ] Missing doc comment for function assertListInAnyOrder() 274 | ERROR | [ ] Private method name | | "TestOfFramesetPageInterface::getPageMethods" must be | | prefixed with an underscore 287 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 295 | ERROR | [ ] Private method name | | "TestOfFramesetPageInterface::getFramesetMethods" must be | | prefixed with an underscore 313 | ERROR | [ ] Missing doc comment for function | | testFramsetHasPageInterface() 325 | ERROR | [ ] Missing doc comment for function | | testHeadersReadFromFrameIfInFocus() 354 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 359 | ERROR | [ ] Missing doc comment for function testUrlsComeFromBothFrames() 366 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 367 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 367 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 371 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 372 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 372 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 378 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 379 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 379 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 379 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 382 | ERROR | [ ] Missing doc comment for function | | testLabelledUrlsComeFromBothFrames() 386 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 387 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 388 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 388 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 392 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 393 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 394 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 394 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 405 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 406 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 406 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 409 | ERROR | [ ] Missing doc comment for function | | testUrlByIdComesFromFirstFrameToRespond() 431 | ERROR | [ ] Missing doc comment for function | | testReadUrlsFromFrameInFocus() 457 | ERROR | [ ] Missing doc comment for function | | testReadFrameTaggedUrlsFromFrameInFocus() 477 | ERROR | [ ] Missing doc comment for function testFindingFormsById() 495 | ERROR | [ ] Missing doc comment for function testFindingFormsBySubmit() 500 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 501 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 502 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 502 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 516 | ERROR | [ ] Missing doc comment for function testFindingFormsByImage() 521 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 522 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 523 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 523 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 537 | ERROR | [ ] Missing doc comment for function | | testSettingAllFrameFieldsWhenNoFrameFocus() 551 | ERROR | [ ] Missing doc comment for function | | testOnlySettingFieldFromFocusedFrame() 566 | ERROR | [ ] Missing doc comment for function | | testOnlyGettingFieldFromFocusedFrame() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 32 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/extensions_tests.php ----------------------------------------------------------------------------------- FOUND 5 ERRORS AND 1 WARNING AFFECTING 6 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [ ] Missing doc comment for class ExtensionsTests 8 | ERROR | [ ] Missing doc comment for function ExtensionsTests() 10 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/shell_test.php ----------------------------------------------------------------------------------- FOUND 10 ERRORS AND 2 WARNINGS AFFECTING 12 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [ ] Missing doc comment for class TestOfShell 8 | ERROR | [ ] Missing doc comment for function testEcho() 15 | ERROR | [ ] Missing doc comment for function testBadCommand() 22 | ERROR | [ ] Missing doc comment for class TestOfShellTesterAndShell 24 | ERROR | [ ] Missing doc comment for function testEcho() 31 | ERROR | [ ] Missing doc comment for function testFileExistence() 37 | ERROR | [ ] Missing doc comment for function testFilePatterns() 39 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 40 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/compatibility_test.php ----------------------------------------------------------------------------------- FOUND 36 ERRORS AND 3 WARNINGS AFFECTING 26 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 6 | ERROR | [ ] Missing doc comment for class ComparisonClass 9 | ERROR | [ ] Missing doc comment for class ComparisonSubclass 12 | ERROR | [ ] Missing doc comment for interface ComparisonInterface 15 | ERROR | [ ] Missing doc comment for class ComparisonClassWithInterface 19 | ERROR | [ ] Missing doc comment for class TestOfCompatibility 21 | ERROR | [ ] Missing doc comment for function | | testIdentityOfNumericStrings() 28 | ERROR | [ ] Missing doc comment for function testIdentityOfObjects() 35 | ERROR | [ ] Public method name "TestOfCompatibility::TODO_testReferences" | | is not in camel caps format 35 | ERROR | [ ] Missing doc comment for function TODO_testReferences() 41 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 42 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 45 | ERROR | [ ] Missing doc comment for function testObjectReferences() 51 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 52 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 53 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 53 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 53 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 53 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 54 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 55 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 56 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 56 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 56 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 56 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 57 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 58 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 59 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 59 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 59 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 59 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 60 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 61 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 62 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 62 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 62 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 62 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 65 | ERROR | [ ] Missing doc comment for function testInteraceComparison() 69 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 24 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/user_agent_test.php ----------------------------------------------------------------------------------- FOUND 135 ERRORS AND 15 WARNINGS AFFECTING 118 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 5 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 7 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 11 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 13 | ERROR | [ ] Missing doc comment for class TestOfFetchingUrlParameters 15 | ERROR | [ ] Missing doc comment for function setUp() 25 | ERROR | [ ] Missing doc comment for function | | testGetRequestWithoutIncidentGivesNoErrors() 35 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 36 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 36 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 41 | ERROR | [ ] Missing doc comment for class TestOfAdditionalHeaders 43 | ERROR | [ ] Missing doc comment for function | | testAdditionalHeaderAddedToRequest() 51 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 52 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 52 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 58 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 62 | ERROR | [ ] Missing doc comment for class TestOfBrowserCookies 64 | ERROR | [ ] Private method name | | "TestOfBrowserCookies::createStandardResponse" must be | | prefixed with an underscore 73 | ERROR | [ ] Private method name "TestOfBrowserCookies::createCookieSite" | | must be prefixed with an underscore 85 | ERROR | [ ] Private method name | | "TestOfBrowserCookies::createMockedRequestUserAgent" must be | | prefixed with an underscore 93 | ERROR | [ ] Missing doc comment for function | | testCookieJarIsSentToRequest() 105 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 106 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 106 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 109 | ERROR | [ ] Missing doc comment for function | | testNoCookieJarIsSentToRequestWhenCookiesAreDisabled() 119 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 120 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 120 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 123 | ERROR | [ ] Missing doc comment for function testReadingNewCookie() 128 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 129 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 129 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 130 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 133 | ERROR | [ ] Missing doc comment for function | | testIgnoringNewCookieWhenCookiesDisabled() 139 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 140 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 140 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 141 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 144 | ERROR | [ ] Missing doc comment for function | | testOverwriteCookieThatAlreadyExists() 150 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 151 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 151 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 152 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 155 | ERROR | [ ] Missing doc comment for function | | testClearCookieBySettingExpiry() 162 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 163 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 163 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 165 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 166 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 166 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 169 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 170 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 170 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 173 | ERROR | [ ] Missing doc comment for function testAgeingAndClearing() 175 | WARNING | [ ] Line exceeds 85 characters; contains 116 characters 179 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 180 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 180 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 183 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 184 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 184 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 188 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 189 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 189 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 192 | ERROR | [ ] Missing doc comment for function | | testReadingIncomingAndSettingNewCookies() 199 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 200 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 200 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 203 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 203 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 204 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 204 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 206 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 206 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 207 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 207 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 211 | ERROR | [ ] Missing doc comment for class TestOfHttpRedirects 213 | ERROR | [ ] Missing doc comment for function createRedirect() 226 | ERROR | [ ] Missing doc comment for function testDisabledRedirects() 230 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 231 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 231 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 235 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 239 | ERROR | [ ] Missing doc comment for function testSingleRedirect() 243 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 244 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 245 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 245 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 247 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 248 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 249 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 249 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 254 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 258 | ERROR | [ ] Missing doc comment for function testDoubleRedirect() 262 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 263 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 264 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 264 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 266 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 267 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 268 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 268 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 270 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 271 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 272 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 272 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 277 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 281 | ERROR | [ ] Missing doc comment for function testSuccessAfterRedirect() 285 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 286 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 287 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 287 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 289 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 290 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 291 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 291 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 293 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 294 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 295 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 295 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 300 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 304 | ERROR | [ ] Missing doc comment for function | | testRedirectChangesPostToGet() 308 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 309 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 310 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 310 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 311 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 313 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 314 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 315 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 315 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 316 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 320 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 324 | ERROR | [ ] Missing doc comment for class TestOfBadHosts 326 | ERROR | [ ] Private method name "TestOfBadHosts::createSimulatedBadHost" | | must be prefixed with an underscore 337 | ERROR | [ ] Missing doc comment for function testUntestedHost() 344 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 345 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 345 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 350 | ERROR | [ ] Missing doc comment for class TestOfAuthorisation 352 | ERROR | [ ] Missing doc comment for function | | testAuthenticateHeaderAdded() 360 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 361 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 361 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 367 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 368 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 368 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 105 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...lancew/dev/rwjl/vendor/simpletest/simpletest/test/support/empty_test_file.php ----------------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 1 LINE ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...me/lancew/dev/rwjl/vendor/simpletest/simpletest/test/support/failing_test.php ----------------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 4 | ERROR | [ ] Missing doc comment for class FailingTest 6 | ERROR | [ ] Public method name "FailingTest::test_fail" is not in camel caps | | format 6 | ERROR | [ ] Missing doc comment for function test_fail() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/support/test1.php ------------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 2 LINES ------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment 2 | ERROR | Class name must begin with a capital letter 2 | ERROR | Missing doc comment for class test1 4 | ERROR | Public method name "test1::test_pass" is not in camel caps format 4 | ERROR | Missing doc comment for function test_pass() ------------------------------------------------------------------------------- FILE: ...me/lancew/dev/rwjl/vendor/simpletest/simpletest/test/support/spl_examples.php ----------------------------------------------------------------------------------- FOUND 9 ERRORS AFFECTING 9 LINES ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment 3 | ERROR | Missing doc comment for class IteratorImplementation 6 | ERROR | Missing doc comment for function current() 11 | ERROR | Missing doc comment for function next() 16 | ERROR | Missing doc comment for function key() 21 | ERROR | Missing doc comment for function valid() 26 | ERROR | Missing doc comment for function rewind() 33 | ERROR | Missing doc comment for class IteratorAggregateImplementation 36 | ERROR | Missing doc comment for function getIterator() ----------------------------------------------------------------------------------- FILE: ...lancew/dev/rwjl/vendor/simpletest/simpletest/test/support/recorder_sample.php ----------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 4 LINES ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment 5 | ERROR | Missing doc comment for class SampleTestForRecorder 7 | ERROR | Missing doc comment for function testTrueIsTrue() 12 | ERROR | Missing doc comment for function testFalseIsTrue() ----------------------------------------------------------------------------------- FILE: ...me/lancew/dev/rwjl/vendor/simpletest/simpletest/test/support/passing_test.php ----------------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 3 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 2 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 4 | ERROR | [ ] Missing doc comment for class PassingTest 6 | ERROR | [ ] Public method name "PassingTest::test_pass" is not in camel caps | | format 6 | ERROR | [ ] Missing doc comment for function test_pass() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/parsing_test.php ----------------------------------------------------------------------------------- FOUND 175 ERRORS AND 27 WARNINGS AFFECTING 160 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 5 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 9 | ERROR | [ ] Missing doc comment for class TestOfParsing 11 | ERROR | [ ] Missing doc comment for function testRawAccessor() 17 | ERROR | [ ] Missing doc comment for function testTextAccessor() 19 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 23 | ERROR | [ ] Missing doc comment for function testFramesetAbsence() 30 | ERROR | [ ] Missing doc comment for function | | testPageWithNoUrlsGivesEmptyArrayOfLinks() 32 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 36 | ERROR | [ ] Missing doc comment for function testAddAbsoluteLink() 38 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 39 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 36 39 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 39 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 41 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 42 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 42 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 45 | ERROR | [ ] Missing doc comment for function | | testUrlLabelsHaveHtmlTagsStripped() 47 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 48 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 36 48 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 48 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 50 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 51 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 51 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 54 | ERROR | [ ] Missing doc comment for function testAddStrictRelativeLink() 56 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 57 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 36 57 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 57 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 59 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 60 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 60 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 63 | ERROR | [ ] Missing doc comment for function testAddBareRelativeLink() 65 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 66 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 36 66 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 66 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 68 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 69 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 69 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 72 | ERROR | [ ] Missing doc comment for function | | testAddRelativeLinkWithBaseTag() 79 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 80 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 80 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 80 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 83 | ERROR | [ ] Missing doc comment for function | | testAddAbsoluteLinkWithBaseTag() 90 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 91 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 91 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 94 | ERROR | [ ] Missing doc comment for function testCanFindLinkInsideForm() 96 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 99 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 100 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 100 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 103 | ERROR | [ ] Missing doc comment for function testCanGetLinksByIdOrLabel() 105 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 108 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 109 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 109 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 112 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 113 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 113 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 116 | ERROR | [ ] Missing doc comment for function | | testCanFindLinkByNormalisedLabel() 118 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 121 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 122 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 122 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 125 | ERROR | [ ] Missing doc comment for function | | testCanFindLinkByImageAltText() 127 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 130 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 130 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 131 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 131 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 134 | ERROR | [ ] Missing doc comment for function testTitle() 136 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 137 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 36 137 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 141 | ERROR | [ ] Missing doc comment for function | | testTitleWithEntityReference() 143 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 144 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 36 144 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 144 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 148 | ERROR | [ ] Missing doc comment for function | | testOnlyFramesInFramesetAreRecognised() 150 | ERROR | [ ] Multi-line assignments must have the equal sign on the second | | line 158 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 160 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 160 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 163 | ERROR | [ ] Missing doc comment for function testReadsNamesInFrames() 165 | ERROR | [ ] Multi-line assignments must have the equal sign on the second | | line 174 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 178 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 178 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 181 | ERROR | [ ] Missing doc comment for function | | testRelativeFramesRespectBaseTag() 183 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 186 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 187 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 187 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 190 | ERROR | [ ] Missing doc comment for function | | testSingleFrameInNestedFrameset() 198 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 199 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 199 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 202 | ERROR | [ ] Missing doc comment for function | | testFramesCollectedWithNestedFramesetTags() 211 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 214 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 214 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 217 | ERROR | [ ] Missing doc comment for function testNamedFrames() 227 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 231 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 231 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 234 | ERROR | [ ] Missing doc comment for function | | testCanReadElementOfCompleteForm() 243 | ERROR | [ ] Missing doc comment for function | | testCanReadElementOfUnclosedForm() 252 | ERROR | [ ] Missing doc comment for function testCanReadElementByLabel() 261 | ERROR | [ ] Missing doc comment for function testCanFindFormByLabel() 268 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 269 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 269 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 272 | ERROR | [ ] Missing doc comment for function | | testConfirmSubmitAttributesAreCaseSensitive() 274 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 277 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 278 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 278 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 280 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 281 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 281 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 284 | ERROR | [ ] Missing doc comment for function testCanFindFormByImage() 291 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 292 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 292 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 294 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 295 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 295 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 297 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 298 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 298 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 301 | ERROR | [ ] Missing doc comment for function testCanFindFormByButtonTag() 310 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 311 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 311 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 313 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 314 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 314 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 317 | ERROR | [ ] Missing doc comment for function testCanFindFormById() 319 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 325 | ERROR | [ ] Missing doc comment for function testFormCanBeSubmitted() 333 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 334 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 334 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 337 | ERROR | [ ] Missing doc comment for function | | testUnparsedTagDoesNotCrash() 343 | ERROR | [ ] Missing doc comment for function testReadingTextField() 355 | ERROR | [ ] Missing doc comment for function | | testEntitiesAreDecodedInDefaultTextFieldValue() 357 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 362 | ERROR | [ ] Missing doc comment for function | | testReadingTextFieldIsCaseInsensitive() 374 | ERROR | [ ] Missing doc comment for function testSettingTextField() 390 | ERROR | [ ] Missing doc comment for function | | testSettingTextFieldByEnclosingLabel() 404 | ERROR | [ ] Missing doc comment for function | | testLabelsWithoutForDoNotAttachToInputsWithNoId() 411 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 412 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 419 | ERROR | [ ] Missing doc comment for function | | testGettingTextFieldByEnclosingLabelWithConflictingOtherFields() 433 | ERROR | [ ] Missing doc comment for function | | testSettingTextFieldByExternalLabel() 445 | ERROR | [ ] Missing doc comment for function testReadingTextArea() 455 | ERROR | [ ] Missing doc comment for function | | testEntitiesAreDecodedInTextareaValue() 462 | ERROR | [ ] Missing doc comment for function | | testNewlinesPreservedInTextArea() 469 | ERROR | [ ] Missing doc comment for function | | testWhitespacePreservedInTextArea() 476 | ERROR | [ ] Missing doc comment for function | | testComplexWhitespaceInTextArea() 490 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 493 | ERROR | [ ] Missing doc comment for function testSettingTextArea() 504 | ERROR | [ ] Missing doc comment for function | | testDontIncludeTextAreaContentInLabel() 506 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 508 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 511 | ERROR | [ ] Missing doc comment for function testSettingSelectionField() 527 | ERROR | [ ] Missing doc comment for function | | testSelectionOptionsAreNormalised() 541 | ERROR | [ ] Missing doc comment for function testCanParseBlankOptions() 554 | ERROR | [ ] Missing doc comment for function | | testTwoSelectionFieldsAreIndependent() 572 | ERROR | [ ] Missing doc comment for function | | testEmptyOptionDoesNotScrewUpTwoSelectionFields() 591 | ERROR | [ ] Missing doc comment for function | | testSettingSelectionFieldByEnclosingLabel() 595 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 604 | ERROR | [ ] Missing doc comment for function | | testTwoSelectionFieldsWithLabelsAreIndependent() 626 | ERROR | [ ] Missing doc comment for function | | testSettingRadioButtonByEnclosingLabel() 638 | ERROR | [ ] Missing doc comment for function | | testCanParseInputsWithAllKindsOfAttributeQuoting() 643 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 651 | ERROR | [ ] Missing doc comment for function urlToString() 656 | ERROR | [ ] Missing doc comment for function assertSameFrameset() 658 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 659 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 31 659 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 663 | ERROR | [ ] Missing doc comment for class TestOfParsingUsingPhpParser 665 | ERROR | [ ] Missing doc comment for function whenVisiting() 674 | ERROR | [ ] Missing doc comment for function testNastyTitle() 676 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 677 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 36 677 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 677 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 681 | ERROR | [ ] Missing doc comment for function | | testLabelShouldStopAtClosingLabelTag() 683 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 689 | ERROR | [ ] Missing doc comment for class TestOfParsingUsingTidyParser 691 | ERROR | [ ] Missing doc comment for function skip() 693 | WARNING | [ ] Line exceeds 85 characters; contains 119 characters 696 | ERROR | [ ] Missing doc comment for function whenVisiting() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 106 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/unit_tester_test.php ----------------------------------------------------------------------------------- FOUND 14 ERRORS AFFECTING 13 LINES ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment 5 | ERROR | Missing doc comment for class ReferenceForTesting 9 | ERROR | Missing doc comment for class TestOfUnitTester 11 | ERROR | Missing doc comment for function | | testAssertTrueReturnsAssertionAsBoolean() 16 | ERROR | Missing doc comment for function | | testAssertFalseReturnsAssertionAsBoolean() 21 | ERROR | Missing doc comment for function | | testAssertEqualReturnsAssertionAsBoolean() 26 | ERROR | Missing doc comment for function | | testAssertIdenticalReturnsAssertionAsBoolean() 31 | ERROR | Missing doc comment for function | | testCoreAssertionsDoNotThrowErrors() 37 | ERROR | Missing doc comment for function testReferenceAssertionOnObjects() 44 | ERROR | Missing doc comment for function testReferenceAssertionOnScalars() 51 | ERROR | Missing doc comment for function testCloneOnObjects() 58 | ERROR | Public method name "TestOfUnitTester::TODO_testCloneOnScalars" is | | not in camel caps format 58 | ERROR | Missing doc comment for function TODO_testCloneOnScalars() 65 | ERROR | Missing doc comment for function testCopyOnScalars() ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/arguments_test.php ----------------------------------------------------------------------------------- FOUND 24 ERRORS AND 5 WARNINGS AFFECTING 25 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [ ] Missing doc comment for class TestOfCommandLineArgumentParsing 8 | ERROR | [ ] Missing doc comment for function | | testArgumentListWithJustProgramNameGivesFalseToEveryName() 15 | ERROR | [ ] Missing doc comment for function | | testSingleArgumentNameRecordedAsTrue() 21 | ERROR | [ ] Missing doc comment for function | | testSingleArgumentCanBeGivenAValue() 27 | ERROR | [ ] Missing doc comment for function | | testSingleArgumentCanBeGivenSpaceSeparatedValue() 33 | ERROR | [ ] Missing doc comment for function | | testWillBuildArrayFromRepeatedValue() 39 | ERROR | [ ] Missing doc comment for function | | testWillBuildArrayFromMultiplyRepeatedValues() 41 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 45 | ERROR | [ ] Missing doc comment for function | | testCanParseLongFormArguments() 52 | ERROR | [ ] Missing doc comment for function | | testGetsFullSetOfResultsAsHash() 54 | WARNING | [ ] Line exceeds 85 characters; contains 110 characters 55 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 56 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 27 56 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 56 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 60 | ERROR | [ ] Missing doc comment for class TestOfHelpOutput 62 | ERROR | [ ] Missing doc comment for function | | testDisplaysGeneralHelpBanner() 68 | ERROR | [ ] Missing doc comment for function | | testDisplaysOnlySingleLineEndings() 74 | ERROR | [ ] Missing doc comment for function testDisplaysHelpOnShortFlag() 81 | ERROR | [ ] Missing doc comment for function | | testHasAtleastFourSpacesAfterLongestFlag() 86 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 87 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 27 87 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 87 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 90 | ERROR | [ ] Missing doc comment for function | | testCanDisplaysMultipleFlagsForEachOption() 94 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/browser_test.php ----------------------------------------------------------------------------------- FOUND 268 ERRORS AND 39 WARNINGS AFFECTING 210 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 5 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 7 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 8 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 15 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 8 16 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 8 17 | ERROR | [x] Multi-line function call not indented correctly; expected 0 | | spaces but found 8 17 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 19 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 8 20 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 8 21 | ERROR | [x] Multi-line function call not indented correctly; expected 0 | | spaces but found 8 21 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 23 | ERROR | [ ] Missing doc comment for class TestOfHistory 25 | ERROR | [ ] Missing doc comment for function | | testEmptyHistoryHasFalseContents() 32 | ERROR | [ ] Missing doc comment for function | | testCannotMoveInEmptyHistory() 39 | ERROR | [ ] Missing doc comment for function testCurrentTargetAccessors() 43 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 44 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 44 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 45 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 49 | ERROR | [ ] Missing doc comment for function testSecondEntryAccessors() 53 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 54 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 54 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 56 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 57 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 57 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 58 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 60 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 61 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 61 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 64 | ERROR | [ ] Missing doc comment for function testGoingBackwards() 68 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 69 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 69 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 71 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 72 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 72 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 74 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 78 | ERROR | [ ] Missing doc comment for function | | testGoingBackwardsOffBeginning() 82 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 83 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 83 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 85 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 89 | ERROR | [ ] Missing doc comment for function testGoingForwardsOffEnd() 93 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 94 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 94 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 96 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 100 | ERROR | [ ] Missing doc comment for function | | testGoingBackwardsAndForwards() 104 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 105 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 105 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 107 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 108 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 108 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 111 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 113 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 114 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 114 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 117 | ERROR | [ ] Missing doc comment for function | | testNewEntryReplacesNextOne() 121 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 122 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 122 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 124 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 125 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 125 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 128 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 129 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 129 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 130 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 134 | ERROR | [ ] Missing doc comment for function | | testNewEntryDropsFutureEntries() 138 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 139 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 139 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 141 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 142 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 142 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 144 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 145 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 145 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 149 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 150 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 150 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 151 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 154 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 159 | ERROR | [ ] Missing doc comment for class TestOfParsedPageAccess 161 | ERROR | [ ] Missing doc comment for function loadPage() 176 | ERROR | [ ] Missing doc comment for function testAccessorsWhenNoPage() 185 | ERROR | [ ] Missing doc comment for function testParse() 210 | ERROR | [ ] Missing doc comment for function | | testLinkAffirmationWhenPresent() 216 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 219 | ERROR | [ ] Missing doc comment for function | | testLinkAffirmationByIdWhenPresent() 229 | ERROR | [ ] Missing doc comment for function | | testSettingFieldIsPassedToPage() 232 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 240 | ERROR | [ ] Missing doc comment for class TestOfBrowserNavigation 242 | ERROR | [ ] Missing doc comment for function createBrowser() 251 | ERROR | [ ] Missing doc comment for function testBrowserRequestMethods() 256 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 257 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 258 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 258 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 258 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 260 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 261 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 262 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 262 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 262 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 264 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 265 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 266 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 266 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 266 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 268 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 269 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 270 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 270 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 270 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 272 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 273 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 274 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 274 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 274 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 287 | ERROR | [ ] Missing doc comment for function testClickLinkRequestsPage() 292 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 293 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 294 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 294 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 294 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 296 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 297 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 298 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 298 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 298 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 302 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 311 | ERROR | [ ] Missing doc comment for function | | testClickLinkWithUnknownFrameStillRequestsWholePage() 316 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 317 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 318 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 318 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 318 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 322 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 323 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 324 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 324 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 341 | ERROR | [ ] Missing doc comment for function | | testClickingMissingLinkFails() 355 | ERROR | [ ] Missing doc comment for function testClickIndexedLink() 360 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 361 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 362 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 362 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 367 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 368 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 368 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 376 | ERROR | [ ] Missing doc comment for function testClinkLinkById() 380 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 382 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 382 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 386 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 395 | ERROR | [ ] Missing doc comment for function | | testClickingMissingLinkIdFails() 408 | ERROR | [ ] Missing doc comment for function testSubmitFormByLabel() 412 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 414 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 414 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 418 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 420 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 433 | ERROR | [ ] Missing doc comment for function | | testDefaultSubmitFormByLabel() 437 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 439 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 439 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 443 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 445 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 458 | ERROR | [ ] Missing doc comment for function testSubmitFormByName() 464 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 466 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 478 | ERROR | [ ] Missing doc comment for function testSubmitFormById() 484 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 486 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 499 | ERROR | [ ] Missing doc comment for function testSubmitFormByImageLabel() 505 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 507 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 508 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 520 | ERROR | [ ] Missing doc comment for function testSubmitFormByImageName() 526 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 528 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 529 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 541 | ERROR | [ ] Missing doc comment for function testSubmitFormByImageId() 547 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 549 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 562 | ERROR | [ ] Missing doc comment for function testSubmitFormByFormId() 566 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 568 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 568 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 572 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 587 | ERROR | [ ] Missing doc comment for class TestOfBrowserFrames 589 | ERROR | [ ] Missing doc comment for function createBrowser() 597 | ERROR | [ ] Missing doc comment for function createUserAgent() 610 | ERROR | [ ] Missing doc comment for function testSimplePageHasNoFrames() 612 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 613 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 613 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 613 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 613 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 615 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 616 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 616 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 620 | ERROR | [ ] Missing doc comment for function | | testFramesetWithSingleFrame() 623 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 623 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 625 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 625 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 625 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 625 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 628 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 629 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 629 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 632 | ERROR | [ ] Missing doc comment for function | | testTitleTakenFromFramesetPage() 636 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 636 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 638 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 638 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 638 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 638 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 638 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 643 | ERROR | [ ] Missing doc comment for function | | testFramesetWithSingleUnnamedFrame() 646 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 646 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 648 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 648 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 648 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 648 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 650 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 651 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 651 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 653 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 654 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 654 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 657 | ERROR | [ ] Missing doc comment for function | | testFramesetWithMultipleFrames() 664 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 664 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 668 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 668 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 668 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 668 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 670 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 671 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 671 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 672 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 675 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 675 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 678 | ERROR | [ ] Missing doc comment for function testFrameFocusByName() 685 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 685 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 689 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 689 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 689 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 689 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 699 | ERROR | [ ] Missing doc comment for function | | testFramesetWithSomeNamedFrames() 707 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 707 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 712 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 712 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 712 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 712 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 714 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 715 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 715 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 716 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 720 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 720 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 723 | ERROR | [ ] Missing doc comment for function | | testFrameFocusWithMixedNamesAndIndexes() 731 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 731 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 736 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 736 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 736 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 736 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 750 | ERROR | [ ] Missing doc comment for function testNestedFrameset() 758 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 758 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 761 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 761 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 761 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 761 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 763 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 764 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 764 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 765 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 767 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 24 767 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 770 | ERROR | [ ] Missing doc comment for function | | testCanNavigateToNestedFrame() 780 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 780 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 785 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 785 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 785 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 785 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 809 | ERROR | [ ] Missing doc comment for function | | testCanNavigateToNestedFrameByIndex() 819 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 819 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 824 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 824 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 824 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 824 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 218 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/dumper_test.php ----------------------------------------------------------------------------------- FOUND 46 ERRORS AFFECTING 37 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 5 | ERROR | [ ] Missing doc comment for class DumperDummy 9 | ERROR | [ ] Missing doc comment for class TestOfTextFormatting 11 | ERROR | [ ] Missing doc comment for function testClipping() 15 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 16 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 17 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 17 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 19 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 20 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 21 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 21 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 23 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 24 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 25 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 25 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 27 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 28 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 29 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 29 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 31 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 32 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 33 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 33 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 35 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 36 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 37 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 37 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 39 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 40 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 41 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 41 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 44 | ERROR | [ ] Missing doc comment for function testDescribeNull() 50 | ERROR | [ ] Missing doc comment for function testDescribeBoolean() 58 | ERROR | [ ] Missing doc comment for function testDescribeString() 65 | ERROR | [ ] Missing doc comment for function testDescribeInteger() 72 | ERROR | [ ] Missing doc comment for function testDescribeFloat() 79 | ERROR | [ ] Missing doc comment for function testDescribeArray() 86 | ERROR | [ ] Missing doc comment for function testDescribeObject() 90 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 91 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 91 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 93 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 94 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 94 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 35 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/shell_tester_test.php ----------------------------------------------------------------------------------- FOUND 10 ERRORS AFFECTING 10 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 7 | ERROR | [ ] Missing doc comment for class TestOfShellTestCase 9 | ERROR | [ ] Private member variable "mock_shell" must be prefixed with an | | underscore 11 | ERROR | [ ] Missing doc comment for function getShell() 16 | ERROR | [ ] Missing doc comment for function testGenericEquality() 22 | ERROR | [ ] Missing doc comment for function testExitCode() 31 | ERROR | [ ] Missing doc comment for function testOutput() 39 | ERROR | [ ] Missing doc comment for function testOutputPatterns() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/php_parser_test.php ----------------------------------------------------------------------------------- FOUND 75 ERRORS AND 11 WARNINGS AFFECTING 76 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 5 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 10 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 8 11 | ERROR | [x] Multi-line function call not indented correctly; expected 4 | | spaces but found 8 12 | ERROR | [x] Multi-line function call not indented correctly; expected 0 | | spaces but found 8 12 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 16 | ERROR | [ ] Missing doc comment for class TestOfParallelRegex 18 | ERROR | [ ] Missing doc comment for function testNoPatterns() 25 | ERROR | [ ] Missing doc comment for function testNoSubject() 33 | ERROR | [ ] Missing doc comment for function testMatchAll() 41 | ERROR | [ ] Missing doc comment for function testCaseSensitive() 51 | ERROR | [ ] Missing doc comment for function testCaseInsensitive() 61 | ERROR | [ ] Missing doc comment for function testMatchMultiple() 73 | ERROR | [ ] Missing doc comment for function testPatternLabels() 85 | ERROR | [ ] Missing doc comment for class TestOfStateStack 87 | ERROR | [ ] Missing doc comment for function testStartState() 93 | ERROR | [ ] Missing doc comment for function testExhaustion() 99 | ERROR | [ ] Missing doc comment for function testStateMoves() 116 | ERROR | [ ] Missing doc comment for class TestParser 118 | ERROR | [ ] Missing doc comment for function accept() 122 | ERROR | [ ] Missing doc comment for function a() 126 | ERROR | [ ] Missing doc comment for function b() 132 | ERROR | [ ] Missing doc comment for class TestOfLexer 134 | ERROR | [ ] Missing doc comment for function testEmptyPage() 146 | ERROR | [ ] Missing doc comment for function testSinglePattern() 164 | ERROR | [ ] Missing doc comment for function testMultiplePattern() 180 | ERROR | [ ] Missing doc comment for class TestOfLexerModes 182 | ERROR | [ ] Missing doc comment for function testIsolatedPattern() 201 | ERROR | [ ] Missing doc comment for function testModeChange() 228 | ERROR | [ ] Missing doc comment for function testNesting() 254 | ERROR | [ ] Missing doc comment for function testSingular() 273 | ERROR | [ ] Missing doc comment for function testUnwindTooFar() 287 | ERROR | [ ] Missing doc comment for class TestOfLexerHandlers 289 | ERROR | [ ] Missing doc comment for function testModeMapping() 312 | ERROR | [ ] Missing doc comment for class TestOfSimpleHtmlLexer 314 | ERROR | [ ] Missing doc comment for function createParser() 326 | ERROR | [ ] Missing doc comment for function testNoContent() 338 | ERROR | [ ] Missing doc comment for function testUninteresting() 346 | ERROR | [ ] Missing doc comment for function testSkipCss() 355 | ERROR | [ ] Missing doc comment for function testSkipJavaScript() 361 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 364 | ERROR | [ ] Missing doc comment for function testSkipHtmlComments() 370 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 373 | ERROR | [ ] Missing doc comment for function testTagWithNoAttributes() 385 | ERROR | [ ] Missing doc comment for function testTagWithAttributes() 403 | ERROR | [ ] Missing doc comment for class TestOfHtmlSaxParser 405 | ERROR | [ ] Missing doc comment for function createListener() 414 | ERROR | [ ] Missing doc comment for function testFramesetTag() 424 | ERROR | [ ] Missing doc comment for function | | testTagWithUnquotedAttributes() 428 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 429 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 429 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 434 | ERROR | [ ] Missing doc comment for function testTagInsideContent() 444 | ERROR | [ ] Missing doc comment for function testTagWithInternalContent() 454 | ERROR | [ ] Missing doc comment for function testLinkAddress() 457 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 464 | ERROR | [ ] Missing doc comment for function testEncodedAttribute() 467 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 471 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 474 | ERROR | [ ] Missing doc comment for function testTagWithId() 484 | ERROR | [ ] Missing doc comment for function testTagWithEmptyAttributes() 488 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 489 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 489 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 493 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 496 | ERROR | [ ] Missing doc comment for function | | testComplexTagWithLotsOfCaseVariations() 500 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 501 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 501 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 505 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 508 | ERROR | [ ] Missing doc comment for function testXhtmlSelfClosingTag() 512 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 513 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 513 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 513 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 515 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 518 | ERROR | [ ] Missing doc comment for function testNestedFrameInFrameset() 522 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 527 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 528 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 528 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 528 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 528 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 528 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 24 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/all_tests.php --------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 3 LINES --------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment 5 | ERROR | Missing doc comment for class AllTests 7 | ERROR | Missing doc comment for function __construct() --------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/web_tester_test.php ----------------------------------------------------------------------------------- FOUND 26 ERRORS AND 1 WARNING AFFECTING 27 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [ ] Missing doc comment for class TestOfFieldExpectation 8 | ERROR | [ ] Missing doc comment for function | | testStringMatchingIsCaseSensitive() 16 | ERROR | [ ] Missing doc comment for function testMatchesInteger() 25 | ERROR | [ ] Missing doc comment for function | | testNonStringFailsExpectation() 31 | ERROR | [ ] Missing doc comment for function | | testUnsetFieldCanBeTestedFor() 37 | ERROR | [ ] Missing doc comment for function | | testMultipleValuesCanBeInAnyOrder() 46 | ERROR | [ ] Missing doc comment for function | | testSingleItemCanBeArrayOrString() 54 | ERROR | [ ] Missing doc comment for class TestOfHeaderExpectations 56 | ERROR | [ ] Missing doc comment for function | | testExpectingOnlyTheHeaderName() 66 | ERROR | [ ] Missing doc comment for function testHeaderValueAsWell() 78 | ERROR | [ ] Missing doc comment for function testHeaderValueWithColons() 87 | ERROR | [ ] Missing doc comment for function testMultilineSearch() 94 | ERROR | [ ] Missing doc comment for function | | testMultilineSearchWithPadding() 101 | ERROR | [ ] Missing doc comment for function testPatternMatching() 112 | ERROR | [ ] Missing doc comment for function | | testCaseInsensitivePatternMatching() 114 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 122 | ERROR | [ ] Missing doc comment for function testUnwantedHeader() 132 | ERROR | [ ] Missing doc comment for function | | testMultilineUnwantedSearch() 139 | ERROR | [ ] Missing doc comment for function | | testLocationHeaderSplitsCorrectly() 146 | ERROR | [ ] Missing doc comment for class TestOfTextExpectations 148 | ERROR | [ ] Missing doc comment for function testMatchingSubString() 157 | ERROR | [ ] Missing doc comment for function testNotMatchingSubString() 167 | ERROR | [ ] Missing doc comment for class | | TestOfGenericAssertionsInWebTester 169 | ERROR | [ ] Missing doc comment for function testEquality() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/simpletest_test.php ----------------------------------------------------------------------------------- FOUND 26 ERRORS AFFECTING 21 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 8 | ERROR | [ ] Missing doc comment for class ShouldNeverBeRun 10 | ERROR | [ ] Missing doc comment for function testWithNoChanceOfSuccess() 16 | ERROR | [ ] Missing doc comment for class ShouldNeverBeRunEither 20 | ERROR | [ ] Missing doc comment for class TestOfStackTrace 22 | ERROR | [ ] Missing doc comment for function testCanFindAssertInTrace() 26 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 26 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 29 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 24 29 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 30 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 30 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 34 | ERROR | [ ] Missing doc comment for class DummyResource 38 | ERROR | [ ] Missing doc comment for class TestOfContext 40 | ERROR | [ ] Missing doc comment for function testCurrentContextIsUnique() 43 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 44 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 44 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 47 | ERROR | [ ] Missing doc comment for function | | testContextHoldsCurrentTestCase() 53 | ERROR | [ ] Missing doc comment for function | | testResourceIsSingleInstanceWithContext() 57 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 58 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 58 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 61 | ERROR | [ ] Missing doc comment for function | | testClearingContextResetsResources() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/form_test.php ----------------------------------------------------------------------------------- FOUND 194 ERRORS AND 40 WARNINGS AFFECTING 143 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] Missing file doc comment 11 | ERROR | [ ] Missing doc comment for class TestOfForm 13 | ERROR | [ ] Missing doc comment for function page() 21 | ERROR | [ ] Missing doc comment for function testFormAttributes() 23 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 30 | ERROR | [ ] Missing doc comment for function testAction() 37 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 40 | ERROR | [ ] Missing doc comment for function testEmptyAction() 42 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 45 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 46 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 46 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 49 | ERROR | [ ] Missing doc comment for function testMissingAction() 54 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 55 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 55 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 58 | ERROR | [ ] Missing doc comment for function testRootAction() 66 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 67 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 67 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 70 | ERROR | [ ] Missing doc comment for function | | testDefaultFrameTargetOnForm() 83 | ERROR | [ ] Missing doc comment for function testTextWidget() 85 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 86 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 87 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 87 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 87 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 87 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 90 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 95 | ERROR | [ ] Missing doc comment for function testTextWidgetById() 97 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 98 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 99 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 99 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 99 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 99 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 99 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 105 | ERROR | [ ] Missing doc comment for function testTextWidgetByLabel() 107 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 108 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 116 | ERROR | [ ] Missing doc comment for function testSubmitEmpty() 118 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 122 | ERROR | [ ] Missing doc comment for function testSubmitButton() 124 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 125 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 126 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 126 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 126 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 126 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 126 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 131 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 132 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 132 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 134 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 135 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 135 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 137 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 138 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 138 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 141 | ERROR | [ ] Missing doc comment for function | | testSubmitWithAdditionalParameters() 143 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 144 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 145 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 145 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 145 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 145 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 147 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 148 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 148 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 151 | ERROR | [ ] Missing doc comment for function | | testSubmitButtonWithLabelOfSubmit() 153 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 154 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 155 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 155 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 155 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 155 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 157 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 158 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 158 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 160 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 161 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 161 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 164 | ERROR | [ ] Missing doc comment for function | | testSubmitButtonWithWhitespacePaddedLabelOfSubmit() 166 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 167 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 168 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 168 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 168 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 168 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 170 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 171 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 171 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 174 | ERROR | [ ] Missing doc comment for function testImageSubmitButton() 176 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 177 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 177 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 182 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 182 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 182 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 182 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 185 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 186 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 186 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 189 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 190 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 190 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 193 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 194 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 194 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 197 | ERROR | [ ] Missing doc comment for function | | testImageSubmitButtonWithAdditionalData() 199 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 200 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 200 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 204 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 204 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 204 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 204 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 206 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 206 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 207 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 207 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 207 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 210 | ERROR | [ ] Missing doc comment for function testButtonTag() 212 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 214 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 214 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 214 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 220 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 221 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 221 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 223 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 224 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 224 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 226 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 227 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 227 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 230 | ERROR | [ ] Missing doc comment for function | | testMultipleFieldsWithSameNameSubmitted() 232 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 242 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 243 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 246 | ERROR | [ ] Missing doc comment for function | | testSingleSelectFieldSubmitted() 248 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 250 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 251 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 251 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 251 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 251 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 254 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 255 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 255 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 258 | ERROR | [ ] Missing doc comment for function | | testSingleSelectFieldSubmittedWithPost() 260 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 262 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 263 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 263 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 263 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 263 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 266 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 267 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 267 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 270 | ERROR | [ ] Missing doc comment for function testUnchecked() 272 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 273 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 274 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 274 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 274 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 274 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 282 | ERROR | [ ] Missing doc comment for function testChecked() 284 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 285 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 286 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 286 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 286 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 286 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 286 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 294 | ERROR | [ ] Missing doc comment for function | | testSingleUncheckedRadioButton() 296 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 297 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 298 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 298 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 298 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 298 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 304 | ERROR | [ ] Missing doc comment for function | | testSingleCheckedRadioButton() 306 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 307 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 308 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 308 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 308 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 308 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 308 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 313 | ERROR | [ ] Missing doc comment for function testUncheckedRadioButtons() 315 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 316 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 317 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 317 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 317 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 317 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 318 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 319 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 319 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 319 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 319 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 329 | ERROR | [ ] Missing doc comment for function testCheckedRadioButtons() 331 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 332 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 333 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 333 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 333 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 333 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 334 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 335 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 335 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 335 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 335 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 335 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 341 | ERROR | [ ] Missing doc comment for function | | testMultipleFieldsWithSameKey() 343 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 344 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 345 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 345 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 345 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 345 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 346 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 347 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 347 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 347 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 347 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 353 | ERROR | [ ] Public method name | | "TestOfForm::TODO_testRemoveGetParamsFromAction" is not in | | camel caps format 353 | ERROR | [ ] Missing doc comment for function | | TODO_testRemoveGetParamsFromAction() 355 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 359 | ERROR | [x] Perl-style comments are not allowed. Use "// Comment." or "/* | | comment */" instead. 363 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 364 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 370 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 162 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/page_test.php ----------------------------------------------------------------------------------- FOUND 61 ERRORS AND 3 WARNINGS AFFECTING 49 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 5 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 10 | ERROR | [ ] Missing doc comment for class TestOfPageInterface 12 | ERROR | [ ] Missing doc comment for function testInterfaceOnEmptyPage() 28 | ERROR | [ ] Missing doc comment for class TestOfPageHeaders 30 | ERROR | [ ] Missing doc comment for function testUrlAccessor() 46 | ERROR | [ ] Missing doc comment for function testTransportError() 55 | ERROR | [ ] Missing doc comment for function testHeadersAccessor() 67 | ERROR | [ ] Missing doc comment for function testMimeAccessor() 79 | ERROR | [ ] Missing doc comment for function testResponseAccessor() 91 | ERROR | [ ] Missing doc comment for function | | testAuthenticationAccessors() 106 | ERROR | [ ] Missing doc comment for class | | TestOfHtmlStrippingAndNormalisation 108 | ERROR | [ ] Missing doc comment for function | | testImageSuppressionWhileKeepingParagraphsAndAltText() 111 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 111 | WARNING | [ ] Line exceeds 85 characters; contains 110 characters 112 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 112 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 115 | ERROR | [ ] Missing doc comment for function testSpaceNormalisation() 118 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 119 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 119 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 122 | ERROR | [ ] Missing doc comment for function | | testMultilinesCommentSuppression() 125 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 126 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 126 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 129 | ERROR | [ ] Missing doc comment for function testCommentSuppression() 132 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 133 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 133 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 136 | ERROR | [ ] Missing doc comment for function testJavascriptSuppression() 139 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 140 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 140 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 142 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 143 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 143 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 145 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 146 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 146 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 149 | ERROR | [ ] Missing doc comment for function testTagSuppression() 152 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 153 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 153 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 156 | ERROR | [ ] Missing doc comment for function | | testAdjoiningTagSuppression() 159 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 160 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 160 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 163 | ERROR | [ ] Missing doc comment for function | | testExtractImageAltTextWithDifferentQuotes() 166 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 166 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 167 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 167 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 170 | ERROR | [ ] Missing doc comment for function | | testExtractImageAltTextMultipleTimes() 173 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 173 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 174 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 174 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 177 | ERROR | [ ] Missing doc comment for function testHtmlEntityTranslation() 180 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 181 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 181 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 40 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/xml_test.php ----------------------------------------------------------------------------------- FOUND 28 ERRORS AND 1 WARNING AFFECTING 26 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 12 | ERROR | [ ] Missing doc comment for class TestOfNestingTags 14 | ERROR | [ ] Missing doc comment for function testGroupSize() 21 | ERROR | [ ] Missing doc comment for class TestOfXmlStructureParsing 23 | ERROR | [ ] Missing doc comment for function testValidXml() 36 | ERROR | [ ] Missing doc comment for function testEmptyGroup() 50 | ERROR | [ ] Missing doc comment for function testEmptyCase() 64 | ERROR | [ ] Missing doc comment for function testEmptyMethod() 83 | ERROR | [ ] Missing doc comment for function testNestedGroup() 107 | ERROR | [ ] Missing doc comment for class AnyOldSignal 112 | ERROR | [ ] Missing doc comment for class TestOfXmlResultsParsing 114 | ERROR | [ ] Missing doc comment for function sendValidStart() 124 | ERROR | [ ] Missing doc comment for function sendValidEnd() 131 | ERROR | [ ] Missing doc comment for function testPass() 141 | ERROR | [ ] Missing doc comment for function testFail() 151 | ERROR | [ ] Missing doc comment for function testException() 161 | ERROR | [ ] Missing doc comment for function testSkip() 171 | ERROR | [ ] Missing doc comment for function testSignal() 179 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 180 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 181 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 181 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 181 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 181 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 185 | ERROR | [ ] Missing doc comment for function testMessage() 195 | ERROR | [ ] Missing doc comment for function testFormattedMessage() 201 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/eclipse_test.php ----------------------------------------------------------------------------------- FOUND 42 ERRORS AND 2 WARNINGS AFFECTING 21 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 9 | ERROR | [x] "include_once" is a statement not a function; no parentheses | | are required 9 | ERROR | [x] File is being unconditionally included; use "require_once" | | instead 12 | ERROR | [ ] Missing doc comment for class TestOfEclipse 12 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 14 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 14 | ERROR | [ ] Missing doc comment for function testPass() 14 | ERROR | [x] Opening brace should be on a new line 15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 15 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 17 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 18 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 19 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 19 | WARNING | [ ] Line exceeds 85 characters; contains 130 characters 20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 20 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 20 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 21 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 22 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 22 | ERROR | [x] No space found after comma in argument list 23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 24 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 25 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 26 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 27 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 28 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 29 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 29 | ERROR | [x] No space found after comma in argument list 30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 30 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 39 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../lancew/dev/rwjl/vendor/simpletest/simpletest/test/interfaces_test_php5_1.php ----------------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 5 LINES ----------------------------------------------------------------------------------- 2 | ERROR | Missing file doc comment 3 | ERROR | Missing doc comment for interface SampleInterfaceWithHintInSignature 5 | ERROR | Missing doc comment for function method() 8 | ERROR | Missing doc comment for class | | TestOfInterfaceMocksWithHintInSignature 10 | ERROR | Missing doc comment for function | | testBasicConstructOfAnInterfaceWithHintInSignature() ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/adapter_test.php ----------------------------------------------------------------------------------- FOUND 13 ERRORS AFFECTING 13 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 6 | ERROR | [ ] Missing doc comment for class SameTestClass 10 | ERROR | [ ] Missing doc comment for class TestOfPearAdapter 12 | ERROR | [ ] Missing doc comment for function testBoolean() 18 | ERROR | [ ] Missing doc comment for function testName() 23 | ERROR | [ ] Missing doc comment for function testPass() 28 | ERROR | [ ] Missing doc comment for function testNulls() 36 | ERROR | [ ] Missing doc comment for function testType() 41 | ERROR | [ ] Missing doc comment for function testEquals() 48 | ERROR | [ ] Missing doc comment for function testSame() 54 | ERROR | [ ] Missing doc comment for function testRegExp() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/remote_test.php ----------------------------------------------------------------------------------- FOUND 3 ERRORS AND 1 WARNING AFFECTING 4 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 15 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/utf8_test.php ----------------------------------------------------------------------------------- FOUND 20 ERRORS AND 2 WARNINGS AFFECTING 14 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 5 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 7 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 11 | ERROR | [ ] Missing doc comment for class | | TestOfHtmlSaxParserWithDifferentCharset 11 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 12 | ERROR | [ ] Missing doc comment for function testWithTextInUTF8() 12 | ERROR | [x] Opening brace should be on a new line 19 | ERROR | [ ] Missing doc comment for function testWithTextInLatin1() 19 | ERROR | [x] Opening brace should be on a new line 26 | ERROR | [ ] Missing doc comment for function createParser() 26 | ERROR | [x] Opening brace should be on a new line 37 | ERROR | [ ] Missing doc comment for function testTagWithAttributesInUTF8() 37 | ERROR | [x] Opening brace should be on a new line 53 | ERROR | [ ] Missing doc comment for function | | testTagWithAttributesInLatin1() 53 | ERROR | [x] Opening brace should be on a new line 61 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 66 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 70 | ERROR | [ ] Missing doc comment for class TestOfUrlithDifferentCharset 70 | ERROR | [x] Opening brace of a class must be on the line after the | | definition 71 | ERROR | [ ] Missing doc comment for function | | testUsernameAndPasswordInUTF8() 71 | ERROR | [x] Opening brace should be on a new line ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/socket_test.php ----------------------------------------------------------------------------------- FOUND 6 ERRORS AFFECTING 6 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses are | | required 7 | ERROR | [ ] Missing doc comment for class TestOfSimpleStickyError 9 | ERROR | [ ] Missing doc comment for function testSettingError() 18 | ERROR | [ ] Missing doc comment for function testClearingError() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/recorder_test.php ----------------------------------------------------------------------------------- FOUND 8 ERRORS AND 4 WARNINGS AFFECTING 10 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [ ] Missing doc comment for class TestOfRecorder 8 | ERROR | [ ] Missing doc comment for function | | testContentOfRecorderWithOnePassAndOneFailure() 16 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 17 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 19 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 20 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 20 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 21 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 29 21 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/url_test.php ----------------------------------------------------------------------------------- FOUND 128 ERRORS AND 26 WARNINGS AFFECTING 118 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [ ] Missing doc comment for class TestOfUrl 8 | ERROR | [ ] Missing doc comment for function testDefaultUrl() 18 | ERROR | [ ] Missing doc comment for function testBasicParsing() 26 | ERROR | [ ] Missing doc comment for function testRelativeUrls() 34 | ERROR | [ ] Missing doc comment for function testParseBareParameter() 43 | ERROR | [ ] Missing doc comment for function testParseEmptyParameter() 52 | ERROR | [ ] Missing doc comment for function testParseParameterPair() 61 | ERROR | [ ] Missing doc comment for function | | testParseMultipleParameters() 69 | ERROR | [ ] Missing doc comment for function | | testParsingParameterMixture() 77 | ERROR | [ ] Missing doc comment for function | | testAddParametersFromScratch() 88 | ERROR | [ ] Missing doc comment for function testClearingParameters() 96 | ERROR | [ ] Missing doc comment for function testEncodingParameters() 101 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 102 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 102 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 102 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 105 | ERROR | [ ] Missing doc comment for function testDecodingParameters() 107 | WARNING | [ ] Line exceeds 85 characters; contains 120 characters 109 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 110 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 110 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 113 | ERROR | [ ] Missing doc comment for function | | testUrlInQueryDoesNotConfuseParsing() 119 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 122 | ERROR | [ ] Missing doc comment for function testSettingCordinates() 131 | ERROR | [ ] Missing doc comment for function testParseCordinates() 138 | ERROR | [ ] Missing doc comment for function testClearingCordinates() 146 | ERROR | [ ] Missing doc comment for function | | testParsingParameterCordinateMixture() 154 | ERROR | [ ] Missing doc comment for function | | testParsingParameterWithBadCordinates() 162 | ERROR | [ ] Missing doc comment for function testPageSplitting() 170 | ERROR | [ ] Missing doc comment for function | | testAbsolutePathPageSplitting() 178 | ERROR | [ ] Missing doc comment for function | | testSplittingUrlWithNoPageGivesEmptyPage() 186 | ERROR | [ ] Missing doc comment for function testPathNormalisation() 190 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 190 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 191 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 191 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 195 | ERROR | [ ] You must use "/**" style comments for a function comment 199 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 200 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 12 200 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 204 | ERROR | [ ] You must use "/**" style comments for a function comment 214 | ERROR | [ ] Missing doc comment for function testHostnameInLocalhost() 224 | ERROR | [ ] Missing doc comment for function | | testUsernameAndPasswordAreUrlDecoded() 226 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 227 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 227 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 232 | ERROR | [ ] Missing doc comment for function testBlitz() 235 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 235 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 236 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 236 | WARNING | [ ] Line exceeds 85 characters; contains 133 characters 237 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 237 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 239 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 240 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 240 | WARNING | [ ] Line exceeds 85 characters; contains 126 characters 241 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 241 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 243 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 244 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 244 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 245 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 246 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 246 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 248 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 249 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 249 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 249 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 251 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 252 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 252 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 252 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 254 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 255 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 255 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 256 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 257 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 257 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 259 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 260 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 260 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 261 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 261 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 264 | ERROR | [ ] Missing doc comment for function testAmbiguousHosts() 267 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 268 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 268 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 268 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 270 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 271 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 271 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 271 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 273 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 274 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 274 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 276 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 277 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 277 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 279 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 280 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 280 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 280 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 282 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 283 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 283 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 283 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 286 | ERROR | [ ] Missing doc comment for function testAsString() 296 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 301 | ERROR | [ ] Missing doc comment for function | | testUrlWithTwoSlashesInPath() 307 | ERROR | [ ] Missing doc comment for function | | testUrlWithRequestKeyEncoded() 312 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 319 | ERROR | [ ] Missing doc comment for function | | testUrlWithRequestKeyEncodedAndParamNamLookingLikePair() 328 | ERROR | [ ] Missing doc comment for function assertUrl() 335 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 336 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 341 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 342 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 349 | ERROR | [ ] Missing doc comment for function assertPreserved() 356 | ERROR | [ ] Missing doc comment for class TestOfAbsoluteUrls 358 | ERROR | [ ] Missing doc comment for function | | testDirectoriesAfterFilename() 365 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 368 | ERROR | [ ] Missing doc comment for function testMakingAbsolute() 379 | ERROR | [ ] Missing doc comment for function | | testMakingAnEmptyUrlAbsolute() 389 | ERROR | [ ] Missing doc comment for function | | testMakingAnEmptyUrlAbsoluteWithMissingPageName() 399 | ERROR | [ ] Missing doc comment for function | | testMakingAShortQueryUrlAbsolute() 411 | ERROR | [ ] Missing doc comment for function | | testMakingADirectoryUrlAbsolute() 421 | ERROR | [ ] Missing doc comment for function testMakingARootUrlAbsolute() 429 | ERROR | [ ] Missing doc comment for function | | testMakingARootPageUrlAbsolute() 436 | ERROR | [ ] Missing doc comment for function | | testCarryAuthenticationFromRootPage() 445 | ERROR | [ ] Missing doc comment for function | | testMakingCoordinateUrlAbsolute() 457 | ERROR | [ ] Missing doc comment for function | | testMakingAbsoluteAppendedPath() 464 | ERROR | [ ] Missing doc comment for function | | testMakingAbsoluteBadlyFormedAppendedPath() 471 | ERROR | [ ] Missing doc comment for function | | testMakingAbsoluteHasNoEffectWhenAlreadyAbsolute() 473 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 485 | ERROR | [ ] Missing doc comment for function | | testMakingAbsoluteCarriesAuthenticationWhenAlreadyAbsolute() 494 | ERROR | [ ] Missing doc comment for function | | testMakingHostOnlyAbsoluteDoesNotCarryAnyOtherInformation() 505 | ERROR | [ ] Missing doc comment for class TestOfFrameUrl 507 | ERROR | [ ] Missing doc comment for function testTargetAttachment() 516 | ERROR | [ ] Missing short description in doc comment 517 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 518 | ERROR | [ ] Missing @category tag in class comment 518 | ERROR | [ ] Missing @package tag in class comment 518 | ERROR | [ ] Missing @author tag in class comment 518 | ERROR | [ ] Missing @license tag in class comment 518 | ERROR | [ ] Missing @link tag in class comment 521 | ERROR | [ ] Missing doc comment for function testMinimalUrl() 529 | ERROR | [ ] Missing doc comment for function testUnixUrl() 537 | ERROR | [ ] Missing doc comment for function testDOSVolumeUrl() 545 | ERROR | [ ] Missing doc comment for function testDOSVolumePromotion() 553 | ERROR | [ ] Missing doc comment for function testDOSBackslashes() 561 | ERROR | [ ] Missing doc comment for function testDOSDirnameAfterFile() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 62 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/test/cookies_test.php ----------------------------------------------------------------------------------- FOUND 68 ERRORS AND 7 WARNINGS AFFECTING 63 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 3 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 4 | ERROR | [x] "require_once" is a statement not a function; no parentheses | | are required 6 | ERROR | [ ] Missing doc comment for class TestOfCookie 8 | ERROR | [ ] Missing doc comment for function testCookieDefaults() 18 | ERROR | [ ] Missing doc comment for function testCookieAccessors() 21 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 22 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 23 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 24 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 25 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 25 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 33 | ERROR | [ ] Missing doc comment for function testFullHostname() 42 | ERROR | [ ] Missing doc comment for function testHostTruncation() 53 | ERROR | [ ] Missing doc comment for function testBadHosts() 63 | ERROR | [ ] Missing doc comment for function testHostValidity() 73 | ERROR | [ ] Missing doc comment for function testPathValidity() 81 | ERROR | [ ] Missing doc comment for function testSessionExpiring() 87 | ERROR | [ ] Missing doc comment for function testTimestampExpiry() 95 | ERROR | [ ] Missing doc comment for function testDateExpiry() 98 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 99 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 100 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 101 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 101 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 106 | ERROR | [ ] Missing doc comment for function testAging() 116 | ERROR | [ ] Missing doc comment for class TestOfCookieJar 118 | ERROR | [ ] Missing doc comment for function testAddCookie() 125 | ERROR | [ ] Missing doc comment for function testHostFilter() 132 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 133 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 133 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 135 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 136 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 136 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 138 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 139 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 139 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 141 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 142 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 142 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 144 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 145 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 145 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 148 | ERROR | [ ] Missing doc comment for function testPathFilter() 153 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 154 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 155 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 157 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 160 | ERROR | [ ] Missing doc comment for function testPathFilterDeeply() 167 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 168 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 169 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 172 | ERROR | [ ] Missing doc comment for function | | testMultipleCookieWithDifferentPathsButSameName() 178 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 179 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 179 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 181 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 182 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 182 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 184 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 185 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 185 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 187 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 188 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 188 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 190 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 191 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 191 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 194 | ERROR | [ ] Missing doc comment for function testOverwrite() 202 | ERROR | [ ] Missing doc comment for function testClearSessionCookies() 210 | ERROR | [ ] Missing doc comment for function testExpiryFilterByDate() 220 | ERROR | [ ] Missing doc comment for function testExpiryFilterByAgeing() 231 | ERROR | [ ] Missing doc comment for function testCookieClearing() 239 | ERROR | [ ] Missing doc comment for function | | testCookieClearByLoweringDate() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 43 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/authentication.php ----------------------------------------------------------------------------------- FOUND 160 ERRORS AND 1 WARNING AFFECTING 68 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [ ] Doc comment short description must start with a capital | | letter 14 | ERROR | [x] Expected 1 space after asterisk; 4 found 14 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 14 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 15 | ERROR | [x] Expected 1 space after asterisk; 4 found 16 | ERROR | [ ] Missing @category tag in class comment 16 | ERROR | [ ] Missing @author tag in class comment 16 | ERROR | [ ] Missing @license tag in class comment 16 | ERROR | [ ] Missing @link tag in class comment 19 | ERROR | [ ] Private member variable "type" must be prefixed with an | | underscore 20 | ERROR | [ ] Private member variable "root" must be prefixed with an | | underscore 21 | ERROR | [ ] Private member variable "username" must be prefixed with an | | underscore 22 | ERROR | [ ] Private member variable "password" must be prefixed with an | | underscore 26 | ERROR | [x] Expected 1 space after asterisk; 4 found 26 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 26 | ERROR | [x] Expected 4 spaces after parameter type; 1 found 26 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 26 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 29 | ERROR | [x] Expected 1 space after asterisk; 4 found 29 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 29 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 30 | ERROR | [x] Expected 1 space after asterisk; 4 found 30 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 42 | ERROR | [x] Expected 1 space after asterisk; 4 found 42 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 42 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 42 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 43 | ERROR | [x] Expected 1 space after asterisk; 4 found 43 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 44 | ERROR | [ ] Missing @return tag in function comment 52 | ERROR | [x] Expected 1 space after asterisk; 4 found 52 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 52 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 53 | ERROR | [x] Expected 1 space after asterisk; 4 found 53 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 54 | ERROR | [x] Expected 1 space after asterisk; 4 found 54 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 55 | ERROR | [x] Expected 1 space after asterisk; 4 found 55 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 69 | ERROR | [ ] Doc comment for parameter "$password" missing 71 | ERROR | [x] Expected 1 space after asterisk; 4 found 71 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 71 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 71 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 72 | ERROR | [x] Expected 1 space after asterisk; 4 found 72 | ERROR | [ ] Doc comment for parameter $username does not match actual | | variable name $password 72 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 72 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 73 | ERROR | [x] Expected 1 space after asterisk; 4 found 73 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 74 | ERROR | [ ] Missing @return tag in function comment 83 | ERROR | [x] Expected 1 space after asterisk; 4 found 83 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 84 | ERROR | [x] Expected 1 space after asterisk; 4 found 93 | ERROR | [x] Expected 1 space after asterisk; 4 found 93 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 94 | ERROR | [x] Expected 1 space after asterisk; 4 found 104 | ERROR | [x] Expected 1 space after asterisk; 4 found 104 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 104 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 104 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 105 | ERROR | [x] Expected 1 space after asterisk; 4 found 105 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 106 | ERROR | [x] Expected 1 space after asterisk; 4 found 106 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 122 | ERROR | [x] Expected 1 space after asterisk; 4 found 122 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 122 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 123 | ERROR | [x] Expected 1 space after asterisk; 4 found 123 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 124 | ERROR | [x] Expected 1 space after asterisk; 4 found 124 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 126 | ERROR | [x] Expected 1 space after asterisk; 4 found 126 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 136 | ERROR | [x] Expected 1 space after asterisk; 4 found 136 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 136 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 137 | ERROR | [x] Expected 1 space after asterisk; 4 found 138 | ERROR | [ ] Missing @category tag in class comment 138 | ERROR | [ ] Missing @author tag in class comment 138 | ERROR | [ ] Missing @license tag in class comment 138 | ERROR | [ ] Missing @link tag in class comment 141 | ERROR | [ ] Private member variable "realms" must be prefixed with an | | underscore 145 | ERROR | [x] Expected 1 space after asterisk; 4 found 145 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 154 | ERROR | [x] Expected 1 space after asterisk; 4 found 154 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 155 | ERROR | [ ] Missing @return tag in function comment 170 | ERROR | [x] Expected 1 space after asterisk; 4 found 170 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 170 | ERROR | [x] Expected 3 spaces after parameter name; 4 found 170 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 171 | ERROR | [x] Expected 1 space after asterisk; 4 found 171 | ERROR | [x] Expected 4 spaces after parameter type; 1 found 171 | ERROR | [x] Expected 2 spaces after parameter name; 6 found 171 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 174 | ERROR | [x] Expected 1 space after asterisk; 4 found 174 | ERROR | [x] Expected 4 spaces after parameter type; 1 found 174 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 174 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 175 | ERROR | [x] Expected 1 space after asterisk; 4 found 175 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 176 | ERROR | [ ] Missing @return tag in function comment 185 | ERROR | [x] Expected 1 space after asterisk; 4 found 185 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 185 | ERROR | [x] Expected 5 spaces after parameter name; 8 found 185 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 186 | ERROR | [x] Expected 1 space after asterisk; 4 found 186 | ERROR | [x] Expected 4 spaces after parameter name; 7 found 186 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 187 | ERROR | [x] Expected 1 space after asterisk; 4 found 187 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 187 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 188 | ERROR | [x] Expected 1 space after asterisk; 4 found 188 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 188 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 189 | ERROR | [x] Expected 1 space after asterisk; 4 found 189 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 190 | ERROR | [ ] Missing @return tag in function comment 200 | ERROR | [x] Expected 1 space after asterisk; 4 found 200 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 200 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 201 | ERROR | [x] Expected 1 space after asterisk; 4 found 201 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 202 | ERROR | [x] Expected 1 space after asterisk; 4 found 202 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 219 | ERROR | [x] Expected 1 space after asterisk; 4 found 219 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 219 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 219 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 220 | ERROR | [x] Expected 1 space after asterisk; 4 found 220 | ERROR | [x] Expected 9 spaces after parameter type; 1 found 220 | ERROR | [x] Expected 5 spaces after parameter name; 14 found 220 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 221 | ERROR | [x] Expected 1 space after asterisk; 4 found 221 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 222 | ERROR | [ ] Missing @return tag in function comment 240 | ERROR | [x] Expected 1 space after asterisk; 4 found 240 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 240 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 241 | ERROR | [x] Expected 1 space after asterisk; 4 found 241 | ERROR | [x] Expected 12 spaces after parameter type; 1 found 241 | ERROR | [x] Expected 1 spaces after parameter name; 12 found 241 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 242 | ERROR | [x] Expected 1 space after asterisk; 4 found 242 | ERROR | [x] Expected 12 spaces after parameter type; 1 found 242 | ERROR | [x] Expected 1 spaces after parameter name; 12 found 242 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 243 | ERROR | [x] Expected 1 space after asterisk; 4 found 243 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 244 | ERROR | [ ] Missing @return tag in function comment 249 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 249 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 118 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/user_agent.php ----------------------------------------------------------------------------------- FOUND 221 ERRORS AND 4 WARNINGS AFFECTING 102 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 15 | ERROR | [x] The open comment tag must be the only content on the line 15 | ERROR | [x] Doc comment short description must be on the first line 15 | ERROR | [x] The close comment tag must be the only content on the line 27 | ERROR | [x] Expected 1 space after asterisk; 4 found 27 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 27 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 28 | ERROR | [x] Expected 1 space after asterisk; 4 found 29 | ERROR | [ ] Missing @category tag in class comment 29 | ERROR | [ ] Missing @author tag in class comment 29 | ERROR | [ ] Missing @license tag in class comment 29 | ERROR | [ ] Missing @link tag in class comment 32 | ERROR | [ ] Private member variable "cookie_jar" must be prefixed with an | | underscore 33 | ERROR | [ ] Private member variable "cookies_enabled" must be prefixed | | with an underscore 34 | ERROR | [ ] Private member variable "authenticator" must be prefixed with | | an underscore 35 | ERROR | [ ] Private member variable "max_redirects" must be prefixed with | | an underscore 36 | ERROR | [ ] Private member variable "proxy" must be prefixed with an | | underscore 37 | ERROR | [ ] Private member variable "proxy_username" must be prefixed | | with an underscore 38 | ERROR | [ ] Private member variable "proxy_password" must be prefixed | | with an underscore 39 | ERROR | [ ] Private member variable "connection_timeout" must be prefixed | | with an underscore 40 | ERROR | [ ] Private member variable "additional_headers" must be prefixed | | with an underscore 44 | ERROR | [x] Expected 1 space after asterisk; 4 found 44 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 56 | ERROR | [x] Expected 1 space after asterisk; 4 found 56 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 56 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 56 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 59 | ERROR | [x] Expected 1 space after asterisk; 4 found 59 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 60 | ERROR | [ ] Missing @return tag in function comment 69 | ERROR | [x] Expected 1 space after asterisk; 4 found 69 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 69 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 69 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 71 | ERROR | [x] Expected 1 space after asterisk; 4 found 71 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 72 | ERROR | [ ] Missing @return tag in function comment 80 | ERROR | [x] Expected 1 space after asterisk; 4 found 80 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 80 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 80 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 81 | ERROR | [x] Expected 1 space after asterisk; 4 found 81 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 82 | ERROR | [ ] Missing @return tag in function comment 91 | ERROR | [x] Expected 1 space after asterisk; 4 found 91 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 91 | ERROR | [x] Expected 3 spaces after parameter name; 12 found 91 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 92 | ERROR | [x] Expected 1 space after asterisk; 4 found 92 | ERROR | [x] Expected 2 spaces after parameter name; 11 found 92 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 93 | ERROR | [x] Expected 1 space after asterisk; 4 found 93 | ERROR | [x] Expected 3 spaces after parameter name; 12 found 93 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 94 | ERROR | [x] Expected 1 space after asterisk; 4 found 94 | ERROR | [x] Expected 3 spaces after parameter name; 12 found 94 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 95 | ERROR | [x] Expected 1 space after asterisk; 4 found 95 | ERROR | [x] Expected 1 spaces after parameter name; 10 found 95 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 96 | ERROR | [x] Expected 1 space after asterisk; 4 found 96 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 97 | ERROR | [ ] Missing @return tag in function comment 98 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 106 | ERROR | [x] Expected 1 space after asterisk; 4 found 106 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 106 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 106 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 107 | ERROR | [x] Expected 1 space after asterisk; 4 found 107 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 107 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 108 | ERROR | [x] Expected 1 space after asterisk; 4 found 108 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 108 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 109 | ERROR | [x] Expected 1 space after asterisk; 4 found 109 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 111 | ERROR | [x] Expected 1 space after asterisk; 4 found 111 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 120 | ERROR | [x] Expected 1 space after asterisk; 4 found 120 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 120 | ERROR | [x] Expected 4 spaces after parameter type; 1 found 120 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 120 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 121 | ERROR | [x] Expected 1 space after asterisk; 4 found 121 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 121 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 122 | ERROR | [x] Expected 1 space after asterisk; 4 found 122 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 124 | ERROR | [x] Expected 1 space after asterisk; 4 found 124 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 136 | ERROR | [x] Expected 1 space after asterisk; 4 found 136 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 137 | ERROR | [ ] Missing @return tag in function comment 145 | ERROR | [x] Expected 1 space after asterisk; 4 found 145 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 146 | ERROR | [ ] Missing @return tag in function comment 154 | ERROR | [x] Expected 1 space after asterisk; 4 found 154 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 154 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 154 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 155 | ERROR | [x] Expected 1 space after asterisk; 4 found 155 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 156 | ERROR | [ ] Missing @return tag in function comment 165 | ERROR | [x] Expected 1 space after asterisk; 4 found 165 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 165 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 165 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 166 | ERROR | [x] Expected 1 space after asterisk; 4 found 166 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 167 | ERROR | [ ] Missing @return tag in function comment 177 | ERROR | [x] Expected 1 space after asterisk; 4 found 177 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 177 | ERROR | [x] Expected 4 spaces after parameter name; 8 found 177 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 178 | ERROR | [x] Expected 1 space after asterisk; 4 found 178 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 178 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 179 | ERROR | [x] Expected 1 space after asterisk; 4 found 179 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 179 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 180 | ERROR | [x] Expected 1 space after asterisk; 4 found 180 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 181 | ERROR | [ ] Missing @return tag in function comment 188 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 198 | ERROR | [x] Expected 1 space after asterisk; 4 found 198 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 198 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 199 | ERROR | [x] Expected 1 space after asterisk; 4 found 199 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 200 | ERROR | [x] Expected 1 space after asterisk; 4 found 200 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 209 | ERROR | [x] Expected 1 space after asterisk; 4 found 209 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 209 | ERROR | [x] Expected 5 spaces after parameter name; 8 found 209 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 210 | ERROR | [x] Expected 1 space after asterisk; 4 found 210 | ERROR | [x] Expected 4 spaces after parameter name; 7 found 210 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 211 | ERROR | [x] Expected 1 space after asterisk; 4 found 211 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 211 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 212 | ERROR | [x] Expected 1 space after asterisk; 4 found 212 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 212 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 213 | ERROR | [x] Expected 1 space after asterisk; 4 found 213 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 214 | ERROR | [ ] Missing @return tag in function comment 217 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 223 | ERROR | [x] Expected 1 space after asterisk; 4 found 223 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 223 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 224 | ERROR | [x] Expected 1 space after asterisk; 4 found 224 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 224 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 224 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 225 | ERROR | [x] Expected 1 space after asterisk; 4 found 225 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 226 | ERROR | [x] Expected 1 space after asterisk; 4 found 226 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 238 | ERROR | [x] Multi-line function call not indented correctly; expected 20 | | spaces but found 24 239 | ERROR | [x] Multi-line function call not indented correctly; expected 20 | | spaces but found 24 240 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 24 240 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 249 | ERROR | [x] Expected 1 space after asterisk; 4 found 249 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 249 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 250 | ERROR | [x] Expected 1 space after asterisk; 4 found 250 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 251 | ERROR | [x] Expected 1 space after asterisk; 4 found 251 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 252 | ERROR | [x] Expected 1 space after asterisk; 4 found 252 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 278 | ERROR | [x] Expected 1 space after asterisk; 4 found 278 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 278 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 279 | ERROR | [x] Expected 1 space after asterisk; 4 found 279 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 280 | ERROR | [x] Expected 1 space after asterisk; 4 found 280 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 281 | ERROR | [x] Expected 1 space after asterisk; 4 found 281 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 291 | ERROR | [x] Expected 1 space after asterisk; 4 found 291 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 291 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 292 | ERROR | [x] Expected 1 space after asterisk; 4 found 292 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 293 | ERROR | [x] Expected 1 space after asterisk; 4 found 293 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 294 | ERROR | [x] Expected 1 space after asterisk; 4 found 294 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 309 | ERROR | [x] Expected 1 space after asterisk; 4 found 309 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 309 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 310 | ERROR | [x] Expected 1 space after asterisk; 4 found 310 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 311 | ERROR | [x] Expected 1 space after asterisk; 4 found 311 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 312 | ERROR | [x] Expected 1 space after asterisk; 4 found 312 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 321 | ERROR | [x] Expected 1 space after asterisk; 4 found 321 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 321 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 322 | ERROR | [x] Expected 1 space after asterisk; 4 found 322 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 323 | ERROR | [x] Expected 1 space after asterisk; 4 found 323 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 329 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 330 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 331 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 332 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 332 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 339 | ERROR | [x] Expected 1 space after asterisk; 4 found 339 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 339 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 340 | ERROR | [x] Expected 1 space after asterisk; 4 found 340 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 167 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/reporter.php ----------------------------------------------------------------------------------- FOUND 232 ERRORS AND 7 WARNINGS AFFECTING 107 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The open comment tag must be the only content on the line 13 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The close comment tag must be the only content on the line 18 | ERROR | [x] Expected 1 space after asterisk; 4 found 18 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 18 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 19 | ERROR | [x] Expected 1 space after asterisk; 4 found 20 | ERROR | [ ] Missing @category tag in class comment 20 | ERROR | [ ] Missing @author tag in class comment 20 | ERROR | [ ] Missing @license tag in class comment 20 | ERROR | [ ] Missing @link tag in class comment 23 | ERROR | [ ] Private member variable "character_set" must be prefixed with | | an underscore 25 | ERROR | [ ] Doc comment for parameter "$character_set" missing 29 | ERROR | [x] Expected 1 space after asterisk; 4 found 29 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 40 | ERROR | [x] Expected 1 space after asterisk; 4 found 40 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 40 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 40 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 41 | ERROR | [x] Expected 1 space after asterisk; 4 found 41 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 42 | ERROR | [ ] Missing @return tag in function comment 46 | WARNING | [ ] Line exceeds 85 characters; contains 123 characters 62 | ERROR | [x] Expected 1 space after asterisk; 4 found 62 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 63 | ERROR | [ ] Missing @return tag in function comment 77 | ERROR | [x] Expected 1 space after asterisk; 4 found 77 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 78 | ERROR | [x] Expected 1 space after asterisk; 4 found 90 | ERROR | [x] Expected 1 space after asterisk; 4 found 90 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 90 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 90 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 91 | ERROR | [x] Expected 1 space after asterisk; 4 found 91 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 92 | ERROR | [ ] Missing @return tag in function comment 95 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 97 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 112 | ERROR | [x] Expected 1 space after asterisk; 4 found 112 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 112 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 114 | ERROR | [ ] Missing @return tag in function comment 127 | ERROR | [x] Expected 1 space after asterisk; 4 found 127 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 127 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 127 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 128 | ERROR | [x] Expected 1 space after asterisk; 4 found 128 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 129 | ERROR | [ ] Missing @return tag in function comment 137 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 142 | ERROR | [x] Expected 1 space after asterisk; 4 found 142 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 142 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 142 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 143 | ERROR | [x] Expected 1 space after asterisk; 4 found 143 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 144 | ERROR | [ ] Missing @return tag in function comment 156 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 161 | ERROR | [x] Expected 1 space after asterisk; 4 found 161 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 161 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 161 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 162 | ERROR | [x] Expected 1 space after asterisk; 4 found 162 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 163 | ERROR | [ ] Missing @return tag in function comment 176 | ERROR | [x] Expected 1 space after asterisk; 4 found 176 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 176 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 176 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 177 | ERROR | [x] Expected 1 space after asterisk; 4 found 177 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 178 | ERROR | [ ] Missing @return tag in function comment 186 | ERROR | [x] Expected 1 space after asterisk; 4 found 186 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 186 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 187 | ERROR | [x] Expected 1 space after asterisk; 4 found 187 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 188 | ERROR | [x] Expected 1 space after asterisk; 4 found 188 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 202 | ERROR | [x] Expected 1 space after asterisk; 4 found 202 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 202 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 203 | ERROR | [x] Expected 1 space after asterisk; 4 found 204 | ERROR | [ ] Missing @category tag in class comment 204 | ERROR | [ ] Missing @author tag in class comment 204 | ERROR | [ ] Missing @license tag in class comment 204 | ERROR | [ ] Missing @link tag in class comment 218 | ERROR | [x] Expected 1 space after asterisk; 4 found 218 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 218 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 218 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 219 | ERROR | [x] Expected 1 space after asterisk; 4 found 219 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 220 | ERROR | [ ] Missing @return tag in function comment 233 | ERROR | [x] Expected 1 space after asterisk; 4 found 233 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 233 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 233 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 234 | ERROR | [x] Expected 1 space after asterisk; 4 found 234 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 235 | ERROR | [ ] Missing @return tag in function comment 252 | ERROR | [x] Expected 1 space after asterisk; 4 found 252 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 252 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 252 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 254 | ERROR | [x] Expected 1 space after asterisk; 4 found 254 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 255 | ERROR | [ ] Missing @return tag in function comment 268 | ERROR | [x] Expected 1 space after asterisk; 4 found 268 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 268 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 268 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 4 | | spaces but found 1 269 | ERROR | [x] Expected 1 space after asterisk; 4 found 269 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 269 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 3 | | spaces but found 1 270 | ERROR | [x] Expected 1 space after asterisk; 4 found 270 | ERROR | [ ] Tag @abstract cannot be grouped with parameter tags in a doc | | comment 271 | ERROR | [ ] Missing @return tag in function comment 284 | ERROR | [x] Expected 1 space after asterisk; 4 found 284 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 284 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 284 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 4 | | spaces but found 1 285 | ERROR | [x] Expected 1 space after asterisk; 4 found 285 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 285 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 3 | | spaces but found 1 286 | ERROR | [x] Expected 1 space after asterisk; 4 found 286 | ERROR | [ ] Tag @abstract cannot be grouped with parameter tags in a doc | | comment 287 | ERROR | [ ] Missing @return tag in function comment 304 | ERROR | [x] Expected 1 space after asterisk; 4 found 304 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 304 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 304 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 305 | ERROR | [x] Expected 1 space after asterisk; 4 found 305 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 306 | ERROR | [ ] Missing @return tag in function comment 315 | ERROR | [x] Expected 1 space after asterisk; 4 found 315 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 315 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 315 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 316 | ERROR | [x] Expected 1 space after asterisk; 4 found 316 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 317 | ERROR | [ ] Missing @return tag in function comment 328 | ERROR | [x] Expected 1 space after asterisk; 4 found 328 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 328 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 329 | ERROR | [x] Expected 1 space after asterisk; 4 found 330 | ERROR | [ ] Missing @category tag in class comment 330 | ERROR | [ ] Missing @author tag in class comment 330 | ERROR | [ ] Missing @license tag in class comment 330 | ERROR | [ ] Missing @link tag in class comment 333 | ERROR | [ ] Private member variable "just_this_case" must be prefixed | | with an underscore 334 | ERROR | [ ] Private member variable "just_this_test" must be prefixed | | with an underscore 335 | ERROR | [ ] Private member variable "on" must be prefixed with an | | underscore 340 | ERROR | [x] Expected 1 space after asterisk; 4 found 340 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 340 | ERROR | [x] Expected 7 spaces after parameter name; 4 found 341 | ERROR | [x] Expected 1 space after asterisk; 4 found 341 | ERROR | [x] Expected 7 spaces after parameter type; 1 found 341 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 342 | ERROR | [x] Expected 1 space after asterisk; 4 found 342 | ERROR | [x] Expected 7 spaces after parameter type; 1 found 342 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 344 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 360 | ERROR | [x] Expected 1 space after asterisk; 4 found 360 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 360 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 361 | ERROR | [x] Expected 1 space after asterisk; 4 found 361 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 362 | ERROR | [x] Expected 1 space after asterisk; 4 found 362 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 373 | ERROR | [x] Expected 1 space after asterisk; 4 found 373 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 373 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 374 | ERROR | [x] Expected 1 space after asterisk; 4 found 374 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 375 | ERROR | [x] Expected 1 space after asterisk; 4 found 375 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 391 | ERROR | [x] Expected 1 space after asterisk; 4 found 391 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 400 | ERROR | [x] Expected 1 space after asterisk; 4 found 400 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 409 | ERROR | [x] Expected 1 space after asterisk; 4 found 409 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 410 | ERROR | [x] Expected 1 space after asterisk; 4 found 419 | ERROR | [x] Expected 1 space after asterisk; 4 found 419 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 419 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 419 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 420 | ERROR | [x] Expected 1 space after asterisk; 4 found 420 | ERROR | [x] Expected 4 spaces after parameter name; 10 found 420 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 421 | ERROR | [x] Expected 1 space after asterisk; 4 found 421 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 422 | ERROR | [x] Expected 1 space after asterisk; 4 found 422 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 434 | ERROR | [x] Expected 1 space after asterisk; 4 found 434 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 434 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 434 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 434 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 435 | ERROR | [x] Expected 1 space after asterisk; 4 found 435 | ERROR | [x] Expected 6 spaces after parameter name; 9 found 435 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 436 | ERROR | [x] Expected 1 space after asterisk; 4 found 436 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 437 | ERROR | [ ] Missing @return tag in function comment 448 | ERROR | [x] Expected 1 space after asterisk; 4 found 448 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 448 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 448 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 449 | ERROR | [x] Expected 1 space after asterisk; 4 found 449 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 450 | ERROR | [ ] Missing @return tag in function comment 462 | ERROR | [x] Expected 1 space after asterisk; 4 found 462 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 462 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 463 | ERROR | [x] Expected 1 space after asterisk; 4 found 464 | ERROR | [ ] Missing @category tag in class comment 464 | ERROR | [ ] Missing @author tag in class comment 464 | ERROR | [ ] Missing @license tag in class comment 464 | ERROR | [ ] Missing @link tag in class comment 469 | ERROR | [x] Expected 1 space after asterisk; 4 found 469 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 469 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 469 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 470 | ERROR | [x] Expected 1 space after asterisk; 4 found 470 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 471 | ERROR | [ ] Missing @return tag in function comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 162 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/tag.php ----------------------------------------------------------------------------------- FOUND 755 ERRORS AND 1 WARNING AFFECTING 335 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The open comment tag must be the only content on the line 13 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The close comment tag must be the only content on the line 18 | ERROR | [x] Expected 1 space after asterisk; 4 found 18 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 18 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 19 | ERROR | [x] Expected 1 space after asterisk; 4 found 20 | ERROR | [ ] Missing @category tag in class comment 20 | ERROR | [ ] Missing @author tag in class comment 20 | ERROR | [ ] Missing @license tag in class comment 20 | ERROR | [ ] Missing @link tag in class comment 27 | ERROR | [x] Expected 1 space after asterisk; 4 found 27 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 27 | ERROR | [x] Expected 7 spaces after parameter name; 8 found 27 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 28 | ERROR | [x] Expected 1 space after asterisk; 4 found 28 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 28 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 28 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 29 | ERROR | [x] Expected 1 space after asterisk; 4 found 29 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 30 | ERROR | [x] Expected 1 space after asterisk; 4 found 30 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 58 | ERROR | [x] Expected 1 space after asterisk; 4 found 58 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 58 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 59 | ERROR | [x] Expected 1 space after asterisk; 4 found 59 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 60 | ERROR | [x] Expected 1 space after asterisk; 4 found 60 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 72 | ERROR | [x] Expected 1 space after asterisk; 4 found 72 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 72 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 73 | ERROR | [x] Expected 1 space after asterisk; 4 found 73 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 74 | ERROR | [x] Expected 1 space after asterisk; 4 found 74 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 100 | ERROR | [x] Expected 1 space after asterisk; 4 found 100 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 100 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 101 | ERROR | [x] Expected 1 space after asterisk; 4 found 101 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 102 | ERROR | [x] Expected 1 space after asterisk; 4 found 102 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 116 | ERROR | [x] Expected 1 space after asterisk; 4 found 116 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 116 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 117 | ERROR | [x] Expected 1 space after asterisk; 4 found 118 | ERROR | [ ] Missing @category tag in class comment 118 | ERROR | [ ] Missing @author tag in class comment 118 | ERROR | [ ] Missing @license tag in class comment 118 | ERROR | [ ] Missing @link tag in class comment 121 | ERROR | [ ] Private member variable "name" must be prefixed with an | | underscore 122 | ERROR | [ ] Private member variable "attributes" must be prefixed with | | an underscore 123 | ERROR | [ ] Private member variable "content" must be prefixed with an | | underscore 127 | ERROR | [x] Expected 1 space after asterisk; 4 found 127 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 127 | ERROR | [x] Expected 7 spaces after parameter name; 8 found 128 | ERROR | [x] Expected 1 space after asterisk; 4 found 128 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 128 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 143 | ERROR | [x] Expected 1 space after asterisk; 4 found 143 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 144 | ERROR | [x] Expected 1 space after asterisk; 4 found 156 | ERROR | [x] Expected 1 space after asterisk; 4 found 156 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 158 | ERROR | [x] Expected 1 space after asterisk; 4 found 167 | ERROR | [x] Expected 1 space after asterisk; 4 found 167 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 167 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 167 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 168 | ERROR | [x] Expected 1 space after asterisk; 4 found 168 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 169 | ERROR | [ ] Missing @return tag in function comment 178 | ERROR | [x] Expected 1 space after asterisk; 4 found 178 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 178 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 178 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 179 | ERROR | [x] Expected 1 space after asterisk; 4 found 179 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 180 | ERROR | [ ] Missing @return tag in function comment 185 | ERROR | [ ] Doc comment for parameter "$tags" missing 187 | ERROR | [x] Expected 1 space after asterisk; 4 found 187 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 187 | ERROR | [ ] Missing parameter name 188 | ERROR | [ ] Missing @return tag in function comment 198 | ERROR | [x] Expected 1 space after asterisk; 4 found 198 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 199 | ERROR | [x] Expected 1 space after asterisk; 4 found 208 | ERROR | [x] Expected 1 space after asterisk; 4 found 208 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 209 | ERROR | [x] Expected 1 space after asterisk; 4 found 218 | ERROR | [x] Expected 1 space after asterisk; 4 found 218 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 218 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 218 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 219 | ERROR | [x] Expected 1 space after asterisk; 4 found 219 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 220 | ERROR | [x] Expected 1 space after asterisk; 4 found 220 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 233 | ERROR | [x] Expected 1 space after asterisk; 4 found 233 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 233 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 234 | ERROR | [x] Expected 1 space after asterisk; 4 found 234 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 235 | ERROR | [x] Expected 1 space after asterisk; 4 found 235 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 244 | ERROR | [x] Expected 1 space after asterisk; 4 found 244 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 245 | ERROR | [x] Expected 1 space after asterisk; 4 found 256 | ERROR | [x] Expected 1 space after asterisk; 4 found 256 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 257 | ERROR | [x] Expected 1 space after asterisk; 4 found 266 | ERROR | [x] Expected 1 space after asterisk; 4 found 266 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 266 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 266 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 267 | ERROR | [x] Expected 1 space after asterisk; 4 found 267 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 268 | ERROR | [x] Expected 1 space after asterisk; 4 found 268 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 278 | ERROR | [x] Expected 1 space after asterisk; 4 found 278 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 278 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 279 | ERROR | [x] Expected 1 space after asterisk; 4 found 280 | ERROR | [ ] Missing @category tag in class comment 280 | ERROR | [ ] Missing @author tag in class comment 280 | ERROR | [ ] Missing @license tag in class comment 280 | ERROR | [ ] Missing @link tag in class comment 285 | ERROR | [x] Expected 1 space after asterisk; 4 found 285 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 285 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 295 | ERROR | [x] Expected 1 space after asterisk; 4 found 295 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 296 | ERROR | [x] Expected 1 space after asterisk; 4 found 306 | ERROR | [x] Expected 1 space after asterisk; 4 found 306 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 306 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 307 | ERROR | [x] Expected 1 space after asterisk; 4 found 308 | ERROR | [ ] Missing @category tag in class comment 308 | ERROR | [ ] Missing @author tag in class comment 308 | ERROR | [ ] Missing @license tag in class comment 308 | ERROR | [ ] Missing @link tag in class comment 313 | ERROR | [x] Expected 1 space after asterisk; 4 found 313 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 313 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 324 | ERROR | [x] Expected 1 space after asterisk; 4 found 324 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 324 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 325 | ERROR | [x] Expected 1 space after asterisk; 4 found 326 | ERROR | [ ] Missing @category tag in class comment 326 | ERROR | [ ] Missing @author tag in class comment 326 | ERROR | [ ] Missing @license tag in class comment 326 | ERROR | [ ] Missing @link tag in class comment 331 | ERROR | [x] Expected 1 space after asterisk; 4 found 331 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 331 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 341 | ERROR | [x] Expected 1 space after asterisk; 4 found 341 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 342 | ERROR | [x] Expected 1 space after asterisk; 4 found 356 | ERROR | [x] Expected 1 space after asterisk; 4 found 356 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 356 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 357 | ERROR | [x] Expected 1 space after asterisk; 4 found 358 | ERROR | [ ] Missing @category tag in class comment 358 | ERROR | [ ] Missing @author tag in class comment 358 | ERROR | [ ] Missing @license tag in class comment 358 | ERROR | [ ] Missing @link tag in class comment 361 | ERROR | [ ] Private member variable "value" must be prefixed with an | | underscore 362 | ERROR | [ ] Private member variable "label" must be prefixed with an | | underscore 363 | ERROR | [ ] Private member variable "is_set" must be prefixed with an | | underscore 367 | ERROR | [x] Expected 1 space after asterisk; 4 found 367 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 367 | ERROR | [x] Expected 7 spaces after parameter name; 8 found 368 | ERROR | [x] Expected 1 space after asterisk; 4 found 368 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 368 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 382 | ERROR | [x] Expected 1 space after asterisk; 4 found 382 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 383 | ERROR | [x] Expected 1 space after asterisk; 4 found 392 | ERROR | [x] Expected 1 space after asterisk; 4 found 392 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 393 | ERROR | [x] Expected 1 space after asterisk; 4 found 403 | ERROR | [x] Expected 1 space after asterisk; 4 found 403 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 405 | ERROR | [x] Expected 1 space after asterisk; 4 found 417 | ERROR | [x] Expected 1 space after asterisk; 4 found 417 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 417 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 417 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 418 | ERROR | [x] Expected 1 space after asterisk; 4 found 418 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 419 | ERROR | [x] Expected 1 space after asterisk; 4 found 419 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 431 | ERROR | [x] Expected 1 space after asterisk; 4 found 431 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 432 | ERROR | [ ] Missing @return tag in function comment 441 | ERROR | [x] Expected 1 space after asterisk; 4 found 441 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 441 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 441 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 442 | ERROR | [x] Expected 1 space after asterisk; 4 found 442 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 443 | ERROR | [ ] Missing @return tag in function comment 452 | ERROR | [x] Expected 1 space after asterisk; 4 found 452 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 452 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 452 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 453 | ERROR | [x] Expected 1 space after asterisk; 4 found 453 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 454 | ERROR | [x] Expected 1 space after asterisk; 4 found 454 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 463 | ERROR | [x] Expected 1 space after asterisk; 4 found 463 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 463 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 463 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 464 | ERROR | [x] Expected 1 space after asterisk; 4 found 464 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 465 | ERROR | [ ] Missing @return tag in function comment 476 | ERROR | [x] Expected 1 space after asterisk; 4 found 476 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 476 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 477 | ERROR | [x] Expected 1 space after asterisk; 4 found 478 | ERROR | [ ] Missing @category tag in class comment 478 | ERROR | [ ] Missing @author tag in class comment 478 | ERROR | [ ] Missing @license tag in class comment 478 | ERROR | [ ] Missing @link tag in class comment 483 | ERROR | [x] Expected 1 space after asterisk; 4 found 483 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 483 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 496 | ERROR | [x] Expected 1 space after asterisk; 4 found 496 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 497 | ERROR | [x] Expected 1 space after asterisk; 4 found 507 | ERROR | [x] Expected 1 space after asterisk; 4 found 507 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 507 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 507 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 508 | ERROR | [x] Expected 1 space after asterisk; 4 found 508 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 509 | ERROR | [x] Expected 1 space after asterisk; 4 found 509 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 522 | ERROR | [x] Expected 1 space after asterisk; 4 found 522 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 522 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 523 | ERROR | [x] Expected 1 space after asterisk; 4 found 524 | ERROR | [ ] Missing @category tag in class comment 524 | ERROR | [ ] Missing @author tag in class comment 524 | ERROR | [ ] Missing @license tag in class comment 524 | ERROR | [ ] Missing @link tag in class comment 529 | ERROR | [x] Expected 1 space after asterisk; 4 found 529 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 529 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 542 | ERROR | [x] Expected 1 space after asterisk; 4 found 542 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 543 | ERROR | [x] Expected 1 space after asterisk; 4 found 552 | ERROR | [x] Expected 1 space after asterisk; 4 found 552 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 552 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 552 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 553 | ERROR | [x] Expected 1 space after asterisk; 4 found 553 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 554 | ERROR | [x] Expected 1 space after asterisk; 4 found 554 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 563 | ERROR | [x] Expected 1 space after asterisk; 4 found 563 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 564 | ERROR | [x] Expected 1 space after asterisk; 4 found 573 | ERROR | [x] Expected 1 space after asterisk; 4 found 573 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 573 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 573 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 574 | ERROR | [x] Expected 1 space after asterisk; 4 found 574 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 575 | ERROR | [x] Expected 1 space after asterisk; 4 found 575 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 585 | ERROR | [x] Expected 1 space after asterisk; 4 found 585 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 585 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 586 | ERROR | [x] Expected 1 space after asterisk; 4 found 587 | ERROR | [ ] Missing @category tag in class comment 587 | ERROR | [ ] Missing @author tag in class comment 587 | ERROR | [ ] Missing @license tag in class comment 587 | ERROR | [ ] Missing @link tag in class comment 592 | ERROR | [x] Expected 1 space after asterisk; 4 found 592 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 592 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 602 | ERROR | [x] Expected 1 space after asterisk; 4 found 602 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 603 | ERROR | [x] Expected 1 space after asterisk; 4 found 612 | ERROR | [x] Expected 1 space after asterisk; 4 found 612 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 612 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 612 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 613 | ERROR | [x] Expected 1 space after asterisk; 4 found 613 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 614 | ERROR | [x] Expected 1 space after asterisk; 4 found 614 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 623 | ERROR | [x] Expected 1 space after asterisk; 4 found 623 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 624 | ERROR | [x] Expected 1 space after asterisk; 4 found 636 | ERROR | [x] Expected 1 space after asterisk; 4 found 636 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 636 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 636 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 637 | ERROR | [x] Expected 1 space after asterisk; 4 found 637 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 638 | ERROR | [x] Expected 1 space after asterisk; 4 found 638 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 647 | ERROR | [x] Expected 1 space after asterisk; 4 found 647 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 647 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 647 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 648 | ERROR | [x] Expected 1 space after asterisk; 4 found 648 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 648 | ERROR | [x] Expected 8 spaces after parameter name; 18 found 648 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 649 | ERROR | [x] Expected 1 space after asterisk; 4 found 649 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 649 | ERROR | [x] Expected 8 spaces after parameter name; 18 found 649 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 650 | ERROR | [x] Expected 1 space after asterisk; 4 found 650 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 651 | ERROR | [ ] Missing @return tag in function comment 666 | ERROR | [x] Expected 1 space after asterisk; 4 found 666 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 666 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 667 | ERROR | [x] Expected 1 space after asterisk; 4 found 668 | ERROR | [ ] Missing @category tag in class comment 668 | ERROR | [ ] Missing @author tag in class comment 668 | ERROR | [ ] Missing @license tag in class comment 668 | ERROR | [ ] Missing @link tag in class comment 674 | ERROR | [x] Expected 1 space after asterisk; 4 found 674 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 674 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 685 | ERROR | [x] Expected 1 space after asterisk; 4 found 685 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 686 | ERROR | [x] Expected 1 space after asterisk; 4 found 695 | ERROR | [x] Expected 1 space after asterisk; 4 found 695 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 695 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 695 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 696 | ERROR | [x] Expected 1 space after asterisk; 4 found 696 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 697 | ERROR | [x] Expected 1 space after asterisk; 4 found 697 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 706 | ERROR | [x] Expected 1 space after asterisk; 4 found 706 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 707 | ERROR | [x] Expected 1 space after asterisk; 4 found 716 | ERROR | [x] Expected 1 space after asterisk; 4 found 716 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 716 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 716 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 717 | ERROR | [x] Expected 1 space after asterisk; 4 found 717 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 718 | ERROR | [x] Expected 1 space after asterisk; 4 found 718 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 728 | ERROR | [x] Expected 1 space after asterisk; 4 found 728 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 728 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 729 | ERROR | [x] Expected 1 space after asterisk; 4 found 730 | ERROR | [ ] Missing @category tag in class comment 730 | ERROR | [ ] Missing @author tag in class comment 730 | ERROR | [ ] Missing @license tag in class comment 730 | ERROR | [ ] Missing @link tag in class comment 735 | ERROR | [x] Expected 1 space after asterisk; 4 found 735 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 735 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 745 | ERROR | [x] Expected 1 space after asterisk; 4 found 745 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 746 | ERROR | [x] Expected 1 space after asterisk; 4 found 755 | ERROR | [x] Expected 1 space after asterisk; 4 found 755 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 755 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 755 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 756 | ERROR | [x] Expected 1 space after asterisk; 4 found 756 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 757 | ERROR | [x] Expected 1 space after asterisk; 4 found 757 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 766 | ERROR | [x] Expected 1 space after asterisk; 4 found 766 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 767 | ERROR | [x] Expected 1 space after asterisk; 4 found 785 | ERROR | [x] Expected 1 space after asterisk; 4 found 785 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 785 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 786 | ERROR | [x] Expected 1 space after asterisk; 4 found 786 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 788 | ERROR | [x] Expected 1 space after asterisk; 4 found 788 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 799 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 800 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 801 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 801 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 808 | ERROR | [x] Expected 1 space after asterisk; 4 found 808 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 809 | ERROR | [x] Expected 1 space after asterisk; 4 found 819 | ERROR | [x] Expected 1 space after asterisk; 4 found 819 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 819 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 820 | ERROR | [x] Expected 1 space after asterisk; 4 found 821 | ERROR | [ ] Missing @category tag in class comment 821 | ERROR | [ ] Missing @author tag in class comment 821 | ERROR | [ ] Missing @license tag in class comment 821 | ERROR | [ ] Missing @link tag in class comment 826 | ERROR | [x] Expected 1 space after asterisk; 4 found 826 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 826 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 836 | ERROR | [x] Expected 1 space after asterisk; 4 found 836 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 837 | ERROR | [x] Expected 1 space after asterisk; 4 found 846 | ERROR | [x] Expected 1 space after asterisk; 4 found 846 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 846 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 846 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 847 | ERROR | [x] Expected 1 space after asterisk; 4 found 847 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 848 | ERROR | [ ] Missing @return tag in function comment 855 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 856 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 857 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 857 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 863 | ERROR | [x] Expected 1 space after asterisk; 4 found 863 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 863 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 864 | ERROR | [x] Expected 1 space after asterisk; 4 found 865 | ERROR | [ ] Missing @category tag in class comment 865 | ERROR | [ ] Missing @author tag in class comment 865 | ERROR | [ ] Missing @license tag in class comment 865 | ERROR | [ ] Missing @link tag in class comment 868 | ERROR | [ ] Private member variable "options" must be prefixed with an | | underscore 869 | ERROR | [ ] Private member variable "choice" must be prefixed with an | | underscore 873 | ERROR | [x] Expected 1 space after asterisk; 4 found 873 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 873 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 885 | ERROR | [x] Expected 1 space after asterisk; 4 found 885 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 885 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 885 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 886 | ERROR | [x] Expected 1 space after asterisk; 4 found 886 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 887 | ERROR | [ ] Missing @return tag in function comment 897 | ERROR | [x] Expected 1 space after asterisk; 4 found 897 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 897 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 897 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 898 | ERROR | [x] Expected 1 space after asterisk; 4 found 898 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 899 | ERROR | [ ] Missing @return tag in function comment 908 | ERROR | [x] Expected 1 space after asterisk; 4 found 908 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 909 | ERROR | [x] Expected 1 space after asterisk; 4 found 926 | ERROR | [x] Expected 1 space after asterisk; 4 found 926 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 926 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 926 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 927 | ERROR | [x] Expected 1 space after asterisk; 4 found 927 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 928 | ERROR | [x] Expected 1 space after asterisk; 4 found 928 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 943 | ERROR | [x] Expected 1 space after asterisk; 4 found 943 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 945 | ERROR | [x] Expected 1 space after asterisk; 4 found 958 | ERROR | [x] Expected 1 space after asterisk; 4 found 958 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 958 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 959 | ERROR | [x] Expected 1 space after asterisk; 4 found 960 | ERROR | [ ] Missing @category tag in class comment 960 | ERROR | [ ] Missing @author tag in class comment 960 | ERROR | [ ] Missing @license tag in class comment 960 | ERROR | [ ] Missing @link tag in class comment 963 | ERROR | [ ] Private member variable "options" must be prefixed with an | | underscore 964 | ERROR | [ ] Private member variable "values" must be prefixed with an | | underscore 968 | ERROR | [x] Expected 1 space after asterisk; 4 found 968 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 968 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 980 | ERROR | [x] Expected 1 space after asterisk; 4 found 980 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 980 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 980 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 981 | ERROR | [x] Expected 1 space after asterisk; 4 found 981 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 982 | ERROR | [ ] Missing @return tag in function comment 992 | ERROR | [x] Expected 1 space after asterisk; 4 found 992 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 992 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 992 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 993 | ERROR | [x] Expected 1 space after asterisk; 4 found 993 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 994 | ERROR | [ ] Missing @return tag in function comment 1003 | ERROR | [x] Expected 1 space after asterisk; 4 found 1003 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1004 | ERROR | [x] Expected 1 space after asterisk; 4 found 1021 | ERROR | [x] Expected 1 space after asterisk; 4 found 1021 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1021 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 1021 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1022 | ERROR | [x] Expected 1 space after asterisk; 4 found 1022 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1023 | ERROR | [x] Expected 1 space after asterisk; 4 found 1023 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1047 | ERROR | [x] Expected 1 space after asterisk; 4 found 1047 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1048 | ERROR | [x] Expected 1 space after asterisk; 4 found 1061 | ERROR | [x] Expected 1 space after asterisk; 4 found 1061 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1061 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 1062 | ERROR | [x] Expected 1 space after asterisk; 4 found 1063 | ERROR | [ ] Missing @category tag in class comment 1063 | ERROR | [ ] Missing @author tag in class comment 1063 | ERROR | [ ] Missing @license tag in class comment 1063 | ERROR | [ ] Missing @link tag in class comment 1066 | ERROR | [ ] Doc comment for parameter "$attributes" missing 1076 | ERROR | [x] Expected 1 space after asterisk; 4 found 1076 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1076 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 1076 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1077 | ERROR | [x] Expected 1 space after asterisk; 4 found 1077 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1078 | ERROR | [x] Expected 1 space after asterisk; 4 found 1078 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1087 | ERROR | [x] Expected 1 space after asterisk; 4 found 1087 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1087 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1087 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1088 | ERROR | [x] Expected 1 space after asterisk; 4 found 1088 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1089 | ERROR | [x] Expected 1 space after asterisk; 4 found 1089 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1103 | ERROR | [x] Expected 1 space after asterisk; 4 found 1103 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1104 | ERROR | [x] Expected 1 space after asterisk; 4 found 1116 | ERROR | [x] Expected 1 space after asterisk; 4 found 1116 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1117 | ERROR | [x] Expected 1 space after asterisk; 4 found 1127 | ERROR | [x] Expected 1 space after asterisk; 4 found 1127 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1127 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 1128 | ERROR | [x] Expected 1 space after asterisk; 4 found 1129 | ERROR | [ ] Missing @category tag in class comment 1129 | ERROR | [ ] Missing @author tag in class comment 1129 | ERROR | [ ] Missing @license tag in class comment 1129 | ERROR | [ ] Missing @link tag in class comment 1134 | ERROR | [x] Expected 1 space after asterisk; 4 found 1134 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1134 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 1146 | ERROR | [x] Expected 1 space after asterisk; 4 found 1146 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1147 | ERROR | [x] Expected 1 space after asterisk; 4 found 1157 | ERROR | [x] Expected 1 space after asterisk; 4 found 1157 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1157 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 1157 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1158 | ERROR | [x] Expected 1 space after asterisk; 4 found 1158 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1159 | ERROR | [x] Expected 1 space after asterisk; 4 found 1159 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1174 | ERROR | [x] Expected 1 space after asterisk; 4 found 1174 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1175 | ERROR | [x] Expected 1 space after asterisk; 4 found 1188 | ERROR | [x] Expected 1 space after asterisk; 4 found 1188 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1188 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 1189 | ERROR | [x] Expected 1 space after asterisk; 4 found 1190 | ERROR | [ ] Missing @category tag in class comment 1190 | ERROR | [ ] Missing @author tag in class comment 1190 | ERROR | [ ] Missing @license tag in class comment 1190 | ERROR | [ ] Missing @link tag in class comment 1195 | ERROR | [x] Expected 1 space after asterisk; 4 found 1195 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1195 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1208 | ERROR | [x] Expected 1 space after asterisk; 4 found 1208 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1209 | ERROR | [x] Expected 1 space after asterisk; 4 found 1221 | ERROR | [x] Expected 1 space after asterisk; 4 found 1221 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1221 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 1221 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1222 | ERROR | [x] Expected 1 space after asterisk; 4 found 1222 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1223 | ERROR | [x] Expected 1 space after asterisk; 4 found 1223 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1242 | ERROR | [x] Expected 1 space after asterisk; 4 found 1242 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1243 | ERROR | [x] Expected 1 space after asterisk; 4 found 1256 | ERROR | [x] Expected 1 space after asterisk; 4 found 1256 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1256 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 1257 | ERROR | [x] Expected 1 space after asterisk; 4 found 1258 | ERROR | [ ] Missing @category tag in class comment 1258 | ERROR | [ ] Missing @author tag in class comment 1258 | ERROR | [ ] Missing @license tag in class comment 1258 | ERROR | [ ] Missing @link tag in class comment 1261 | ERROR | [ ] Private member variable "widgets" must be prefixed with an | | underscore 1265 | ERROR | [x] Expected 1 space after asterisk; 4 found 1265 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1265 | ERROR | [ ] Missing parameter comment 1265 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1266 | ERROR | [x] Expected 1 space after asterisk; 4 found 1266 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1267 | ERROR | [ ] Missing @return tag in function comment 1275 | ERROR | [x] Expected 1 space after asterisk; 4 found 1275 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1276 | ERROR | [x] Expected 1 space after asterisk; 4 found 1285 | ERROR | [x] Expected 1 space after asterisk; 4 found 1285 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1285 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1285 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1286 | ERROR | [x] Expected 1 space after asterisk; 4 found 1286 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1287 | ERROR | [x] Expected 1 space after asterisk; 4 found 1287 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1297 | ERROR | [x] Expected 1 space after asterisk; 4 found 1297 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1298 | ERROR | [x] Expected 1 space after asterisk; 4 found 1310 | ERROR | [x] Expected 1 space after asterisk; 4 found 1310 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1310 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 1310 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1311 | ERROR | [x] Expected 1 space after asterisk; 4 found 1311 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1312 | ERROR | [x] Expected 1 space after asterisk; 4 found 1312 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1327 | ERROR | [x] Expected 1 space after asterisk; 4 found 1327 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1327 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 1327 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1328 | ERROR | [x] Expected 1 space after asterisk; 4 found 1328 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1329 | ERROR | [x] Expected 1 space after asterisk; 4 found 1329 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1343 | ERROR | [x] Expected 1 space after asterisk; 4 found 1343 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1343 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1343 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1344 | ERROR | [x] Expected 1 space after asterisk; 4 found 1344 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1345 | ERROR | [ ] Missing @return tag in function comment 1354 | ERROR | [x] Expected 1 space after asterisk; 4 found 1354 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1354 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 1355 | ERROR | [x] Expected 1 space after asterisk; 4 found 1356 | ERROR | [ ] Missing @category tag in class comment 1356 | ERROR | [ ] Missing @author tag in class comment 1356 | ERROR | [ ] Missing @license tag in class comment 1356 | ERROR | [ ] Missing @link tag in class comment 1362 | ERROR | [x] Expected 1 space after asterisk; 4 found 1362 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1363 | ERROR | [x] Expected 1 space after asterisk; 4 found 1379 | ERROR | [x] Expected 1 space after asterisk; 4 found 1379 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1380 | ERROR | [x] Expected 1 space after asterisk; 4 found 1396 | ERROR | [x] Expected 1 space after asterisk; 4 found 1396 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1396 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 1396 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1398 | ERROR | [x] Expected 1 space after asterisk; 4 found 1398 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1399 | ERROR | [x] Expected 1 space after asterisk; 4 found 1399 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1421 | ERROR | [x] Expected 1 space after asterisk; 4 found 1421 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1421 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1423 | ERROR | [x] Expected 1 space after asterisk; 4 found 1423 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1425 | ERROR | [x] Expected 1 space after asterisk; 4 found 1425 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1444 | ERROR | [x] Expected 1 space after asterisk; 4 found 1444 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1444 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1445 | ERROR | [x] Expected 1 space after asterisk; 4 found 1445 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1446 | ERROR | [x] Expected 1 space after asterisk; 4 found 1446 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1462 | ERROR | [x] Expected 1 space after asterisk; 4 found 1462 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1462 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1465 | ERROR | [x] Expected 1 space after asterisk; 4 found 1465 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1466 | ERROR | [x] Expected 1 space after asterisk; 4 found 1466 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1483 | ERROR | [x] Expected 1 space after asterisk; 4 found 1483 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1483 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 1484 | ERROR | [x] Expected 1 space after asterisk; 4 found 1485 | ERROR | [ ] Missing @category tag in class comment 1485 | ERROR | [ ] Missing @author tag in class comment 1485 | ERROR | [ ] Missing @license tag in class comment 1485 | ERROR | [ ] Missing @link tag in class comment 1492 | ERROR | [x] Expected 1 space after asterisk; 4 found 1492 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1492 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 1492 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1493 | ERROR | [x] Expected 1 space after asterisk; 4 found 1493 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1494 | ERROR | [x] Expected 1 space after asterisk; 4 found 1494 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1513 | ERROR | [x] Expected 1 space after asterisk; 4 found 1513 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1513 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1514 | ERROR | [x] Expected 1 space after asterisk; 4 found 1514 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1515 | ERROR | [x] Expected 1 space after asterisk; 4 found 1515 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1531 | ERROR | [x] Expected 1 space after asterisk; 4 found 1531 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1533 | ERROR | [x] Expected 1 space after asterisk; 4 found 1548 | ERROR | [x] Expected 1 space after asterisk; 4 found 1548 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1550 | ERROR | [x] Expected 1 space after asterisk; 4 found 1566 | ERROR | [x] Expected 1 space after asterisk; 4 found 1566 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1566 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 1567 | ERROR | [x] Expected 1 space after asterisk; 4 found 1568 | ERROR | [ ] Missing @category tag in class comment 1568 | ERROR | [ ] Missing @author tag in class comment 1568 | ERROR | [ ] Missing @license tag in class comment 1568 | ERROR | [ ] Missing @link tag in class comment 1573 | ERROR | [x] Expected 1 space after asterisk; 4 found 1573 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1573 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1583 | ERROR | [x] Expected 1 space after asterisk; 4 found 1583 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1584 | ERROR | [x] Expected 1 space after asterisk; 4 found 1594 | ERROR | [x] Expected 1 space after asterisk; 4 found 1594 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1594 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 1595 | ERROR | [x] Expected 1 space after asterisk; 4 found 1596 | ERROR | [ ] Missing @category tag in class comment 1596 | ERROR | [ ] Missing @author tag in class comment 1596 | ERROR | [ ] Missing @license tag in class comment 1596 | ERROR | [ ] Missing @link tag in class comment 1601 | ERROR | [x] Expected 1 space after asterisk; 4 found 1601 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1601 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1612 | ERROR | [x] Expected 1 space after asterisk; 4 found 1612 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1612 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 1613 | ERROR | [x] Expected 1 space after asterisk; 4 found 1614 | ERROR | [ ] Missing @category tag in class comment 1614 | ERROR | [ ] Missing @author tag in class comment 1614 | ERROR | [ ] Missing @license tag in class comment 1614 | ERROR | [ ] Missing @link tag in class comment 1619 | ERROR | [x] Expected 1 space after asterisk; 4 found 1619 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1619 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1629 | ERROR | [x] Expected 1 space after asterisk; 4 found 1629 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1630 | ERROR | [x] Expected 1 space after asterisk; 4 found ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 552 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/frames.php ----------------------------------------------------------------------------------- FOUND 261 ERRORS AND 1 WARNING AFFECTING 128 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The open comment tag must be the only content on the line 13 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The close comment tag must be the only content on the line 20 | ERROR | [x] Expected 1 space after asterisk; 4 found 20 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 20 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 21 | ERROR | [x] Expected 1 space after asterisk; 4 found 22 | ERROR | [ ] Missing @category tag in class comment 22 | ERROR | [ ] Missing @author tag in class comment 22 | ERROR | [ ] Missing @license tag in class comment 22 | ERROR | [ ] Missing @link tag in class comment 25 | ERROR | [ ] Private member variable "frameset" must be prefixed with an | | underscore 26 | ERROR | [ ] Private member variable "frames" must be prefixed with an | | underscore 27 | ERROR | [ ] Private member variable "focus" must be prefixed with an | | underscore 28 | ERROR | [ ] Private member variable "names" must be prefixed with an | | underscore 33 | ERROR | [x] Expected 1 space after asterisk; 4 found 33 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 33 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 45 | ERROR | [x] Expected 1 space after asterisk; 4 found 45 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 45 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 45 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 46 | ERROR | [x] Expected 1 space after asterisk; 4 found 46 | ERROR | [x] Expected 5 spaces after parameter type; 1 found 46 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 46 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 47 | ERROR | [x] Expected 1 space after asterisk; 4 found 47 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 48 | ERROR | [ ] Missing @return tag in function comment 61 | ERROR | [x] Expected 1 space after asterisk; 4 found 61 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 61 | ERROR | [x] Expected 6 spaces after parameter type; 1 found 61 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 61 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 62 | ERROR | [x] Expected 1 space after asterisk; 4 found 62 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 62 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 63 | ERROR | [x] Expected 1 space after asterisk; 4 found 63 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 64 | ERROR | [ ] Missing @return tag in function comment 84 | ERROR | [x] Expected 1 space after asterisk; 4 found 84 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 85 | ERROR | [x] Expected 1 space after asterisk; 4 found 93 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 94 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 94 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 101 | ERROR | [x] Expected 1 space after asterisk; 4 found 101 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 101 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 102 | ERROR | [x] Expected 1 space after asterisk; 4 found 102 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 103 | ERROR | [x] Expected 1 space after asterisk; 4 found 103 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 119 | ERROR | [x] Expected 1 space after asterisk; 4 found 119 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 119 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 119 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 120 | ERROR | [x] Expected 1 space after asterisk; 4 found 120 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 121 | ERROR | [x] Expected 1 space after asterisk; 4 found 121 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 141 | ERROR | [x] Expected 1 space after asterisk; 4 found 141 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 141 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 141 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 142 | ERROR | [x] Expected 1 space after asterisk; 4 found 142 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 143 | ERROR | [x] Expected 1 space after asterisk; 4 found 143 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 161 | ERROR | [x] Expected 1 space after asterisk; 4 found 161 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 162 | ERROR | [ ] Missing @return tag in function comment 171 | ERROR | [x] Expected 1 space after asterisk; 4 found 171 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 182 | ERROR | [x] Expected 1 space after asterisk; 4 found 182 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 183 | ERROR | [x] Expected 1 space after asterisk; 4 found 192 | ERROR | [x] Expected 1 space after asterisk; 4 found 192 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 195 | ERROR | [x] Expected 1 space after asterisk; 4 found 201 | ERROR | [ ] Multi-line assignments must have the equal sign on the second | | line 210 | ERROR | [x] Expected 1 space after asterisk; 4 found 210 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 211 | ERROR | [x] Expected 1 space after asterisk; 4 found 228 | ERROR | [x] Expected 1 space after asterisk; 4 found 228 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 229 | ERROR | [x] Expected 1 space after asterisk; 4 found 245 | ERROR | [x] Expected 1 space after asterisk; 4 found 245 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 246 | ERROR | [x] Expected 1 space after asterisk; 4 found 258 | ERROR | [x] Expected 1 space after asterisk; 4 found 258 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 259 | ERROR | [x] Expected 1 space after asterisk; 4 found 271 | ERROR | [x] Expected 1 space after asterisk; 4 found 271 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 272 | ERROR | [x] Expected 1 space after asterisk; 4 found 287 | ERROR | [x] Expected 1 space after asterisk; 4 found 287 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 288 | ERROR | [x] Expected 1 space after asterisk; 4 found 303 | ERROR | [x] Expected 1 space after asterisk; 4 found 303 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 303 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 303 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 304 | ERROR | [x] Expected 1 space after asterisk; 4 found 304 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 305 | ERROR | [x] Expected 1 space after asterisk; 4 found 305 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 314 | ERROR | [x] Expected 1 space after asterisk; 4 found 314 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 315 | ERROR | [x] Expected 1 space after asterisk; 4 found 327 | ERROR | [x] Expected 1 space after asterisk; 4 found 327 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 328 | ERROR | [x] Expected 1 space after asterisk; 4 found 340 | ERROR | [x] Expected 1 space after asterisk; 4 found 340 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 341 | ERROR | [x] Expected 1 space after asterisk; 4 found 354 | ERROR | [x] Expected 1 space after asterisk; 4 found 354 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 355 | ERROR | [x] Expected 1 space after asterisk; 4 found 368 | ERROR | [x] Expected 1 space after asterisk; 4 found 368 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 369 | ERROR | [x] Expected 1 space after asterisk; 4 found 381 | ERROR | [x] Expected 1 space after asterisk; 4 found 381 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 382 | ERROR | [x] Expected 1 space after asterisk; 4 found 394 | ERROR | [x] Expected 1 space after asterisk; 4 found 394 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 395 | ERROR | [x] Expected 1 space after asterisk; 4 found 407 | ERROR | [x] Expected 1 space after asterisk; 4 found 407 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 408 | ERROR | [x] Expected 1 space after asterisk; 4 found 417 | ERROR | [x] Expected 1 space after asterisk; 4 found 417 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 418 | ERROR | [x] Expected 1 space after asterisk; 4 found 435 | ERROR | [x] Expected 1 space after asterisk; 4 found 435 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 435 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 435 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 436 | ERROR | [x] Expected 1 space after asterisk; 4 found 436 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 437 | ERROR | [x] Expected 1 space after asterisk; 4 found 437 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 443 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 444 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 444 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 449 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 450 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 451 | ERROR | [x] Multi-line function call not indented correctly; expected 24 | | spaces but found 32 452 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 32 452 | ERROR | [x] Multi-line function call not indented correctly; expected 20 | | spaces but found 32 452 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 452 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 462 | ERROR | [x] Expected 1 space after asterisk; 4 found 462 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 462 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 462 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 463 | ERROR | [x] Expected 1 space after asterisk; 4 found 463 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 464 | ERROR | [x] Expected 1 space after asterisk; 4 found 464 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 481 | ERROR | [x] Expected 1 space after asterisk; 4 found 481 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 481 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 482 | ERROR | [x] Expected 1 space after asterisk; 4 found 482 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 483 | ERROR | [x] Expected 1 space after asterisk; 4 found 483 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 484 | ERROR | [x] Expected 1 space after asterisk; 4 found 484 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 501 | ERROR | [x] Expected 1 space after asterisk; 4 found 501 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 501 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 501 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 502 | ERROR | [x] Expected 1 space after asterisk; 4 found 502 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 504 | ERROR | [x] Expected 1 space after asterisk; 4 found 504 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 516 | ERROR | [x] Expected 1 space after asterisk; 4 found 516 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 516 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 516 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 517 | ERROR | [x] Expected 1 space after asterisk; 4 found 517 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 519 | ERROR | [x] Expected 1 space after asterisk; 4 found 519 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 532 | ERROR | [x] Expected 1 space after asterisk; 4 found 532 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 532 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 532 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 533 | ERROR | [x] Expected 1 space after asterisk; 4 found 533 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 534 | ERROR | [x] Expected 1 space after asterisk; 4 found 534 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 542 | ERROR | [x] Expected 5 spaces before asterisk; 8 found 543 | ERROR | [x] Expected 5 spaces before asterisk; 8 found 544 | ERROR | [x] Expected 5 spaces before asterisk; 8 found 544 | ERROR | [x] Expected 1 space after asterisk; 4 found 544 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 544 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 545 | ERROR | [x] Expected 5 spaces before asterisk; 8 found 545 | ERROR | [x] Expected 1 space after asterisk; 4 found 545 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 546 | ERROR | [x] Expected 5 spaces before asterisk; 8 found 546 | ERROR | [x] Expected 1 space after asterisk; 4 found 546 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 547 | ERROR | [x] Expected 5 spaces before asterisk; 8 found 547 | ERROR | [x] Expected 1 space after asterisk; 4 found 547 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 548 | ERROR | [x] Expected 5 spaces before asterisk; 8 found 553 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 554 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 555 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 556 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 556 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 560 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 561 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 562 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 563 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 563 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 575 | ERROR | [x] Expected 1 space after asterisk; 4 found 575 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 575 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 576 | ERROR | [x] Expected 1 space after asterisk; 4 found 576 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 577 | ERROR | [x] Expected 1 space after asterisk; 4 found 577 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 578 | ERROR | [x] Expected 1 space after asterisk; 4 found 578 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 579 | ERROR | [x] Expected 1 space after asterisk; 4 found 579 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 580 | ERROR | [x] Expected 1 space after asterisk; 4 found 580 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 594 | ERROR | [x] Expected 1 space after asterisk; 4 found 594 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 594 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 594 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 595 | ERROR | [x] Expected 1 space after asterisk; 4 found 595 | ERROR | [x] Expected 9 spaces after parameter type; 1 found 595 | ERROR | [x] Expected 4 spaces after parameter name; 15 found 595 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 596 | ERROR | [x] Expected 1 space after asterisk; 4 found 596 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 597 | ERROR | [x] Expected 1 space after asterisk; 4 found 597 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 612 | ERROR | [x] Expected 1 space after asterisk; 4 found 612 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 612 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 612 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 613 | ERROR | [x] Expected 1 space after asterisk; 4 found 613 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 616 | ERROR | [x] Expected 1 space after asterisk; 4 found 616 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 215 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/page.php ----------------------------------------------------------------------------------- FOUND 235 ERRORS AND 4 WARNINGS AFFECTING 124 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 9 | ERROR | [x] Expected 1 space before asterisk; 4 found 10 | ERROR | [x] Expected 1 space before asterisk; 4 found 16 | ERROR | [x] The open comment tag must be the only content on the line 16 | ERROR | [x] Doc comment short description must be on the first line 16 | ERROR | [x] The close comment tag must be the only content on the line 20 | ERROR | [x] Expected 1 space after asterisk; 4 found 20 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 20 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 21 | ERROR | [x] Expected 1 space after asterisk; 4 found 22 | ERROR | [ ] Missing @category tag in class comment 22 | ERROR | [ ] Missing @author tag in class comment 22 | ERROR | [ ] Missing @license tag in class comment 22 | ERROR | [ ] Missing @link tag in class comment 25 | ERROR | [ ] Private member variable "links" must be prefixed with an | | underscore 26 | ERROR | [ ] Private member variable "title" must be prefixed with an | | underscore 27 | ERROR | [ ] Private member variable "last_widget" must be prefixed with | | an underscore 28 | ERROR | [ ] Private member variable "label" must be prefixed with an | | underscore 29 | ERROR | [ ] Private member variable "forms" must be prefixed with an | | underscore 30 | ERROR | [ ] Private member variable "frames" must be prefixed with an | | underscore 31 | ERROR | [ ] Private member variable "transport_error" must be prefixed | | with an underscore 32 | ERROR | [ ] Private member variable "raw" must be prefixed with an | | underscore 33 | ERROR | [ ] Private member variable "text" must be prefixed with an | | underscore 34 | ERROR | [ ] Private member variable "sent" must be prefixed with an | | underscore 35 | ERROR | [ ] Private member variable "headers" must be prefixed with an | | underscore 36 | ERROR | [ ] Private member variable "method" must be prefixed with an | | underscore 37 | ERROR | [ ] Private member variable "url" must be prefixed with an | | underscore 38 | ERROR | [ ] Private member variable "base" must be prefixed with an | | underscore 39 | ERROR | [ ] Private member variable "request_data" must be prefixed with | | an underscore 43 | ERROR | [x] Expected 1 space after asterisk; 4 found 43 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 43 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 43 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 44 | ERROR | [x] Expected 1 space after asterisk; 4 found 44 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 57 | ERROR | [x] Expected 1 space after asterisk; 4 found 57 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 57 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 58 | ERROR | [x] Expected 1 space after asterisk; 4 found 58 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 73 | ERROR | [x] Expected 1 space after asterisk; 4 found 73 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 88 | ERROR | [x] Expected 1 space after asterisk; 4 found 88 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 89 | ERROR | [x] Expected 1 space after asterisk; 4 found 98 | ERROR | [x] Expected 1 space after asterisk; 4 found 98 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 99 | ERROR | [x] Expected 1 space after asterisk; 4 found 109 | ERROR | [x] Expected 1 space after asterisk; 4 found 109 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 110 | ERROR | [x] Expected 1 space after asterisk; 4 found 122 | ERROR | [x] Expected 1 space after asterisk; 4 found 122 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 123 | ERROR | [x] Expected 1 space after asterisk; 4 found 135 | ERROR | [x] Expected 1 space after asterisk; 4 found 135 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 136 | ERROR | [x] Expected 1 space after asterisk; 4 found 145 | ERROR | [x] Expected 1 space after asterisk; 4 found 145 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 146 | ERROR | [x] Expected 1 space after asterisk; 4 found 155 | ERROR | [x] Expected 1 space after asterisk; 4 found 155 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 156 | ERROR | [x] Expected 1 space after asterisk; 4 found 165 | ERROR | [x] Expected 1 space after asterisk; 4 found 165 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 166 | ERROR | [x] Expected 1 space after asterisk; 4 found 175 | ERROR | [x] Expected 1 space after asterisk; 4 found 175 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 176 | ERROR | [x] Expected 1 space after asterisk; 4 found 185 | ERROR | [x] Expected 1 space after asterisk; 4 found 185 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 186 | ERROR | [x] Expected 1 space after asterisk; 4 found 198 | ERROR | [x] Expected 1 space after asterisk; 4 found 198 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 199 | ERROR | [x] Expected 1 space after asterisk; 4 found 212 | ERROR | [x] Expected 1 space after asterisk; 4 found 212 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 213 | ERROR | [x] Expected 1 space after asterisk; 4 found 226 | ERROR | [x] Expected 1 space after asterisk; 4 found 226 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 227 | ERROR | [x] Expected 1 space after asterisk; 4 found 240 | ERROR | [x] Expected 1 space after asterisk; 4 found 240 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 241 | ERROR | [x] Expected 1 space after asterisk; 4 found 250 | ERROR | [x] Expected 1 space after asterisk; 4 found 250 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 250 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 250 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 251 | ERROR | [x] Expected 1 space after asterisk; 4 found 251 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 252 | ERROR | [x] Expected 1 space after asterisk; 4 found 252 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 261 | ERROR | [x] Expected 1 space after asterisk; 4 found 261 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 261 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 261 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 262 | ERROR | [x] Expected 1 space after asterisk; 4 found 262 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 263 | ERROR | [x] Expected 1 space after asterisk; 4 found 263 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 272 | ERROR | [x] Expected 1 space after asterisk; 4 found 272 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 273 | ERROR | [ ] Missing @return tag in function comment 278 | ERROR | [ ] Doc comment for parameter "$frames" missing 280 | ERROR | [ ] Missing @return tag in function comment 288 | ERROR | [x] Expected 1 space after asterisk; 4 found 288 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 288 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 289 | ERROR | [x] Expected 1 space after asterisk; 4 found 289 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 290 | ERROR | [x] Expected 1 space after asterisk; 4 found 290 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 300 | ERROR | [x] Expected 1 space after asterisk; 4 found 300 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 300 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 301 | ERROR | [ ] Missing @return tag in function comment 309 | ERROR | [x] Expected 1 space after asterisk; 4 found 309 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 309 | ERROR | [x] Expected 1 spaces after parameter name; 11 found 310 | ERROR | [ ] Missing @return tag in function comment 318 | ERROR | [x] Expected 1 space after asterisk; 4 found 318 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 319 | ERROR | [x] Expected 1 space after asterisk; 4 found 329 | ERROR | [x] Expected 1 space after asterisk; 4 found 329 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 333 | ERROR | [x] Expected 1 space after asterisk; 4 found 351 | ERROR | [x] Expected 1 space after asterisk; 4 found 351 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 352 | ERROR | [x] Expected 1 space after asterisk; 4 found 362 | ERROR | [x] Expected 1 space after asterisk; 4 found 362 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 364 | ERROR | [x] Expected 1 space after asterisk; 4 found 379 | ERROR | [x] Expected 1 space after asterisk; 4 found 379 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 379 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 379 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 380 | ERROR | [x] Expected 1 space after asterisk; 4 found 380 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 381 | ERROR | [x] Expected 1 space after asterisk; 4 found 381 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 396 | ERROR | [x] Expected 1 space after asterisk; 4 found 396 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 396 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 396 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 397 | ERROR | [x] Expected 1 space after asterisk; 4 found 397 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 398 | ERROR | [x] Expected 1 space after asterisk; 4 found 398 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 412 | ERROR | [x] Expected 1 space after asterisk; 4 found 412 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 412 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 413 | ERROR | [x] Expected 1 space after asterisk; 4 found 413 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 414 | ERROR | [x] Expected 1 space after asterisk; 4 found 414 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 428 | ERROR | [x] Expected 1 space after asterisk; 4 found 428 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 428 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 428 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 429 | ERROR | [x] Expected 1 space after asterisk; 4 found 429 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 430 | ERROR | [x] Expected 1 space after asterisk; 4 found 430 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 443 | ERROR | [x] Expected 1 space after asterisk; 4 found 443 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 443 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 444 | ERROR | [ ] Missing @return tag in function comment 452 | ERROR | [x] Expected 1 space after asterisk; 4 found 452 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 452 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 453 | ERROR | [ ] Missing @return tag in function comment 461 | ERROR | [x] Expected 1 space after asterisk; 4 found 461 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 462 | ERROR | [x] Expected 1 space after asterisk; 4 found 475 | ERROR | [x] Expected 1 space after asterisk; 4 found 475 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 475 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 475 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 476 | ERROR | [x] Expected 1 space after asterisk; 4 found 476 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 478 | ERROR | [x] Expected 1 space after asterisk; 4 found 478 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 493 | ERROR | [x] Expected 1 space after asterisk; 4 found 493 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 493 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 493 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 494 | ERROR | [x] Expected 1 space after asterisk; 4 found 494 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 496 | ERROR | [x] Expected 1 space after asterisk; 4 found 496 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 512 | ERROR | [x] Expected 1 space after asterisk; 4 found 512 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 512 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 512 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 513 | ERROR | [x] Expected 1 space after asterisk; 4 found 513 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 514 | ERROR | [x] Expected 1 space after asterisk; 4 found 514 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 526 | ERROR | [ ] Doc comment for parameter "$position" missing 529 | ERROR | [x] Expected 1 space after asterisk; 4 found 529 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 529 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 529 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 530 | ERROR | [x] Expected 1 space after asterisk; 4 found 530 | ERROR | [x] Expected 9 spaces after parameter type; 1 found 530 | ERROR | [x] Expected 4 spaces after parameter name; 15 found 530 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 531 | ERROR | [x] Expected 1 space after asterisk; 4 found 531 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 532 | ERROR | [x] Expected 1 space after asterisk; 4 found 532 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 547 | ERROR | [x] Expected 1 space after asterisk; 4 found 547 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 547 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 547 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 548 | ERROR | [x] Expected 1 space after asterisk; 4 found 548 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 551 | ERROR | [x] Expected 1 space after asterisk; 4 found 551 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 568 | ERROR | [x] Expected 1 space after asterisk; 4 found 568 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 568 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 568 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 569 | ERROR | [x] Expected 1 space after asterisk; 4 found 569 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 570 | ERROR | [x] Expected 1 space after asterisk; 4 found 570 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 575 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 576 | WARNING | [ ] Line exceeds 85 characters; contains 116 characters 580 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 176 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/errors.php ----------------------------------------------------------------------------------- FOUND 158 ERRORS AND 3 WARNINGS AFFECTING 69 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] Invalid version "$Id$" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 7 | WARNING | [ ] PHP version not specified 7 | ERROR | [ ] Missing @category tag in file comment 7 | ERROR | [ ] Missing @author tag in file comment 7 | ERROR | [ ] Missing @license tag in file comment 7 | ERROR | [ ] Missing @link tag in file comment 9 | ERROR | [x] The open comment tag must be the only content on the line 9 | ERROR | [x] Doc comment short description must be on the first line 15 | ERROR | [x] The open comment tag must be the only content on the line 15 | ERROR | [x] Doc comment short description must be on the first line 15 | ERROR | [x] The close comment tag must be the only content on the line 19 | ERROR | [x] Expected 1 space after asterisk; 4 found 19 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 19 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 20 | ERROR | [x] Expected 1 space after asterisk; 4 found 21 | ERROR | [ ] Missing @category tag in class comment 21 | ERROR | [ ] Missing @author tag in class comment 21 | ERROR | [ ] Missing @license tag in class comment 21 | ERROR | [ ] Missing @link tag in class comment 26 | ERROR | [x] Expected 1 space after asterisk; 4 found 26 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 26 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 37 | ERROR | [x] Expected 1 space after asterisk; 4 found 37 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 37 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 37 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 38 | ERROR | [x] Expected 1 space after asterisk; 4 found 38 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 39 | ERROR | [ ] Missing @return tag in function comment 51 | ERROR | [x] Expected 1 space after asterisk; 4 found 51 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 52 | ERROR | [x] Expected 1 space after asterisk; 4 found 67 | ERROR | [x] Expected 1 space after asterisk; 4 found 67 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 67 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 2 68 | ERROR | [x] Expected 1 space after asterisk; 4 found 68 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 3 69 | ERROR | [ ] Missing @category tag in class comment 69 | ERROR | [ ] Missing @author tag in class comment 69 | ERROR | [ ] Missing @license tag in class comment 69 | ERROR | [ ] Missing @link tag in class comment 72 | ERROR | [ ] Private member variable "queue" must be prefixed with an | | underscore 73 | ERROR | [ ] Private member variable "expectation_queue" must be prefixed | | with an underscore 74 | ERROR | [ ] Private member variable "test" must be prefixed with an | | underscore 86 | ERROR | [x] Expected 1 space after asterisk; 4 found 86 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 87 | ERROR | [ ] Missing @return tag in function comment 96 | ERROR | [x] Expected 1 space after asterisk; 4 found 96 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 96 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 96 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 97 | ERROR | [x] Expected 1 space after asterisk; 4 found 97 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 98 | ERROR | [ ] Missing @return tag in function comment 109 | ERROR | [x] Expected 1 space after asterisk; 4 found 109 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 109 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 109 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 110 | ERROR | [x] Expected 1 space after asterisk; 4 found 110 | ERROR | [x] Expected 12 spaces after parameter type; 1 found 110 | ERROR | [x] Expected 2 spaces after parameter name; 16 found 110 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 111 | ERROR | [x] Expected 1 space after asterisk; 4 found 111 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 112 | ERROR | [ ] Missing @return tag in function comment 120 | ERROR | [x] Expected 1 space after asterisk; 4 found 120 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 120 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 120 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 121 | ERROR | [x] Expected 1 space after asterisk; 4 found 121 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 121 | ERROR | [x] Expected 2 spaces after parameter name; 9 found 121 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 122 | ERROR | [x] Expected 1 space after asterisk; 4 found 122 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 122 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 122 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 123 | ERROR | [x] Expected 1 space after asterisk; 4 found 123 | ERROR | [x] Expected 5 spaces after parameter name; 11 found 123 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 124 | ERROR | [x] Expected 1 space after asterisk; 4 found 124 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 125 | ERROR | [ ] Missing @return tag in function comment 135 | ERROR | [x] Expected 1 space after asterisk; 4 found 135 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 136 | ERROR | [ ] Missing @return tag in function comment 151 | ERROR | [x] Expected 1 space after asterisk; 4 found 151 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 151 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 152 | ERROR | [x] Expected 1 space after asterisk; 4 found 152 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 153 | ERROR | [x] Expected 1 space after asterisk; 4 found 153 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 154 | ERROR | [x] Expected 1 space after asterisk; 4 found 154 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 155 | ERROR | [x] Expected 1 space after asterisk; 4 found 155 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 165 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 167 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 169 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 28 169 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 28 169 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 169 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 175 | ERROR | [x] Expected 1 space after asterisk; 4 found 175 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 175 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 1 | | spaces but found 2 180 | ERROR | [x] Expected 1 space after asterisk; 4 found 192 | ERROR | [x] Expected 1 space after asterisk; 4 found 192 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 192 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 1 | | spaces but found 5 193 | ERROR | [x] Expected 1 space after asterisk; 4 found 206 | ERROR | [x] Expected 1 space after asterisk; 4 found 206 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 206 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 206 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 207 | ERROR | [x] Expected 1 space after asterisk; 4 found 207 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 207 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 1 | | spaces but found 11 208 | ERROR | [x] Expected 1 space after asterisk; 4 found 208 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 237 | ERROR | [ ] Doc comment for parameter "$mask" missing 241 | ERROR | [x] Expected 1 space after asterisk; 4 found 241 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 241 | ERROR | [x] Expected 6 spaces after parameter name; 8 found 241 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 242 | ERROR | [x] Expected 1 space after asterisk; 4 found 242 | ERROR | [x] Expected 7 spaces after parameter name; 9 found 242 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 243 | ERROR | [x] Expected 1 space after asterisk; 4 found 243 | ERROR | [x] Expected 6 spaces after parameter name; 8 found 243 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 244 | ERROR | [x] Expected 1 space after asterisk; 4 found 244 | ERROR | [x] Expected 10 spaces after parameter name; 12 found 244 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 245 | ERROR | [x] Expected 1 space after asterisk; 4 found 245 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 245 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 246 | ERROR | [x] Expected 1 space after asterisk; 4 found 246 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 247 | ERROR | [ ] Missing @return tag in function comment 248 | ERROR | [ ] Function name "SimpleTestErrorHandler" is invalid; consider | | "simpleTestErrorHandler" instead 248 | WARNING | [ ] Line exceeds 85 characters; contains 121 characters 269 | ERROR | [x] Expected 1 space after asterisk; 2 found 269 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 269 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 269 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 270 | ERROR | [x] Expected 1 space after asterisk; 2 found 270 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 272 | ERROR | [ ] Function name "IsNotCausedBySimpleTest" is invalid; consider | | "isNotCausedBySimpleTest" instead 280 | ERROR | [x] Expected 1 space after asterisk; 2 found 280 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 280 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 280 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 281 | ERROR | [x] Expected 1 space after asterisk; 2 found 281 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 283 | ERROR | [ ] Function name "IsNotTimeZoneNag" is invalid; consider | | "isNotTimeZoneNag" instead ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 121 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/web_tester.php ----------------------------------------------------------------------------------- FOUND 1129 ERRORS AND 15 WARNINGS AFFECTING 480 LINES ----------------------------------------------------------------------------------- 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 15 | ERROR | [x] The open comment tag must be the only content on the line 15 | ERROR | [x] Doc comment short description must be on the first line 15 | ERROR | [x] The close comment tag must be the only content on the line 19 | ERROR | [x] Expected 1 space after asterisk; 4 found 19 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 19 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 20 | ERROR | [x] Expected 1 space after asterisk; 4 found 21 | ERROR | [ ] Missing @category tag in class comment 21 | ERROR | [ ] Missing @author tag in class comment 21 | ERROR | [ ] Missing @license tag in class comment 21 | ERROR | [ ] Missing @link tag in class comment 24 | ERROR | [ ] Private member variable "value" must be prefixed with an | | underscore 28 | ERROR | [x] Expected 1 space after asterisk; 4 found 28 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 28 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 28 | ERROR | [x] Expected 3 spaces after parameter name; 5 found 28 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 30 | ERROR | [x] Expected 1 space after asterisk; 4 found 30 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 30 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 32 | ERROR | [x] Expected 1 space after asterisk; 4 found 32 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 46 | ERROR | [x] Expected 1 space after asterisk; 4 found 46 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 46 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 46 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 48 | ERROR | [x] Expected 1 space after asterisk; 4 found 48 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 49 | ERROR | [x] Expected 1 space after asterisk; 4 found 49 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 67 | ERROR | [x] Expected 1 space after asterisk; 4 found 67 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 67 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 68 | ERROR | [x] Expected 1 space after asterisk; 4 found 68 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 69 | ERROR | [x] Expected 1 space after asterisk; 4 found 69 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 78 | ERROR | [x] Expected 1 space after asterisk; 4 found 78 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 78 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 3 | | spaces but found 1 79 | ERROR | [x] Expected 1 space after asterisk; 4 found 79 | ERROR | [ ] Tag @returns cannot be grouped with parameter tags in a doc | | comment 80 | ERROR | [x] Expected 1 space after asterisk; 4 found 80 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 80 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 2 | | spaces but found 1 95 | ERROR | [x] Expected 1 space after asterisk; 4 found 95 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 95 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 3 | | spaces but found 1 96 | ERROR | [x] Expected 1 space after asterisk; 4 found 96 | ERROR | [ ] Tag @returns cannot be grouped with parameter tags in a doc | | comment 97 | ERROR | [x] Expected 1 space after asterisk; 4 found 97 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 97 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 2 | | spaces but found 1 113 | ERROR | [x] Expected 1 space after asterisk; 4 found 113 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 113 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 113 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 114 | ERROR | [x] Expected 1 space after asterisk; 4 found 114 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 116 | ERROR | [x] Expected 1 space after asterisk; 4 found 116 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 125 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 137 | ERROR | [x] Expected 1 space after asterisk; 4 found 137 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 137 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 138 | ERROR | [x] Expected 1 space after asterisk; 4 found 139 | ERROR | [ ] Missing @category tag in class comment 139 | ERROR | [ ] Missing @author tag in class comment 139 | ERROR | [ ] Missing @license tag in class comment 139 | ERROR | [ ] Missing @link tag in class comment 142 | ERROR | [ ] Private member variable "expected_header" must be prefixed | | with an underscore 143 | ERROR | [ ] Private member variable "expected_value" must be prefixed | | with an underscore 147 | ERROR | [x] Expected 1 space after asterisk; 4 found 147 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 147 | ERROR | [x] Expected 2 spaces after parameter name; 3 found 148 | ERROR | [x] Expected 1 space after asterisk; 4 found 148 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 148 | ERROR | [x] Expected 3 spaces after parameter name; 5 found 152 | ERROR | [x] Expected 1 space after asterisk; 4 found 152 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 164 | ERROR | [x] Expected 1 space after asterisk; 4 found 164 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 165 | ERROR | [x] Expected 1 space after asterisk; 4 found 174 | ERROR | [x] Expected 1 space after asterisk; 4 found 174 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 174 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 175 | ERROR | [x] Expected 1 space after asterisk; 4 found 175 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 177 | ERROR | [x] Expected 1 space after asterisk; 4 found 177 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 187 | ERROR | [x] Expected 1 space after asterisk; 4 found 187 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 187 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 187 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 188 | ERROR | [x] Expected 1 space after asterisk; 4 found 188 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 189 | ERROR | [x] Expected 1 space after asterisk; 4 found 189 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 199 | ERROR | [x] Expected 1 space after asterisk; 4 found 199 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 199 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 200 | ERROR | [x] Expected 1 space after asterisk; 4 found 200 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 201 | ERROR | [x] Expected 1 space after asterisk; 4 found 201 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 216 | ERROR | [x] Expected 1 space after asterisk; 4 found 216 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 216 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 217 | ERROR | [x] Expected 1 space after asterisk; 4 found 217 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 218 | ERROR | [x] Expected 1 space after asterisk; 4 found 218 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 234 | ERROR | [x] Expected 1 space after asterisk; 4 found 234 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 234 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 235 | ERROR | [x] Expected 1 space after asterisk; 4 found 235 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 236 | ERROR | [x] Expected 1 space after asterisk; 4 found 236 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 237 | ERROR | [x] Expected 1 space after asterisk; 4 found 237 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 252 | ERROR | [x] Expected 1 space after asterisk; 4 found 252 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 252 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 252 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 253 | ERROR | [x] Expected 1 space after asterisk; 4 found 253 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 255 | ERROR | [x] Expected 1 space after asterisk; 4 found 255 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 260 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 276 | ERROR | [x] Expected 1 space after asterisk; 4 found 276 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 276 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 277 | ERROR | [x] Expected 1 space after asterisk; 4 found 278 | ERROR | [ ] Missing @category tag in class comment 278 | ERROR | [ ] Missing @author tag in class comment 278 | ERROR | [ ] Missing @license tag in class comment 278 | ERROR | [ ] Missing @link tag in class comment 281 | ERROR | [ ] Private member variable "expected_header" must be prefixed | | with an underscore 282 | ERROR | [ ] Private member variable "expected_value" must be prefixed | | with an underscore 286 | ERROR | [x] Expected 1 space after asterisk; 4 found 286 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 286 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 287 | ERROR | [x] Expected 1 space after asterisk; 4 found 287 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 297 | ERROR | [x] Expected 1 space after asterisk; 4 found 297 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 297 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 297 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 298 | ERROR | [x] Expected 1 space after asterisk; 4 found 298 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 299 | ERROR | [x] Expected 1 space after asterisk; 4 found 299 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 308 | ERROR | [x] Expected 1 space after asterisk; 4 found 308 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 308 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 308 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 309 | ERROR | [x] Expected 1 space after asterisk; 4 found 309 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 311 | ERROR | [x] Expected 1 space after asterisk; 4 found 311 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 326 | ERROR | [x] Expected 1 space after asterisk; 4 found 326 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 326 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 327 | ERROR | [x] Expected 1 space after asterisk; 4 found 328 | ERROR | [ ] Missing @category tag in class comment 328 | ERROR | [ ] Missing @author tag in class comment 328 | ERROR | [ ] Missing @license tag in class comment 328 | ERROR | [ ] Missing @link tag in class comment 331 | ERROR | [ ] Private member variable "substring" must be prefixed with an | | underscore 335 | ERROR | [x] Expected 1 space after asterisk; 4 found 335 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 335 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 335 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 336 | ERROR | [x] Expected 1 space after asterisk; 4 found 336 | ERROR | [x] Expected 3 spaces after parameter name; 4 found 336 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 337 | ERROR | [x] Expected 1 space after asterisk; 4 found 337 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 347 | ERROR | [x] Expected 1 space after asterisk; 4 found 347 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 348 | ERROR | [x] Expected 1 space after asterisk; 4 found 358 | ERROR | [x] Expected 1 space after asterisk; 4 found 358 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 358 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 358 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 359 | ERROR | [x] Expected 1 space after asterisk; 4 found 359 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 360 | ERROR | [x] Expected 1 space after asterisk; 4 found 360 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 369 | ERROR | [x] Expected 1 space after asterisk; 4 found 369 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 369 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 369 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 370 | ERROR | [x] Expected 1 space after asterisk; 4 found 370 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 372 | ERROR | [x] Expected 1 space after asterisk; 4 found 372 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 389 | ERROR | [x] Expected 1 space after asterisk; 4 found 389 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 389 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 390 | ERROR | [x] Expected 1 space after asterisk; 4 found 390 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 391 | ERROR | [x] Expected 1 space after asterisk; 4 found 391 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 406 | ERROR | [x] Expected 1 space after asterisk; 4 found 406 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 406 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 407 | ERROR | [x] Expected 1 space after asterisk; 4 found 408 | ERROR | [ ] Missing @category tag in class comment 408 | ERROR | [ ] Missing @author tag in class comment 408 | ERROR | [ ] Missing @license tag in class comment 408 | ERROR | [ ] Missing @link tag in class comment 413 | ERROR | [x] Expected 1 space after asterisk; 4 found 413 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 413 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 413 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 414 | ERROR | [x] Expected 1 space after asterisk; 4 found 414 | ERROR | [x] Expected 3 spaces after parameter name; 4 found 414 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 415 | ERROR | [x] Expected 1 space after asterisk; 4 found 415 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 425 | ERROR | [x] Expected 1 space after asterisk; 4 found 425 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 425 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 425 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 426 | ERROR | [x] Expected 1 space after asterisk; 4 found 426 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 427 | ERROR | [x] Expected 1 space after asterisk; 4 found 427 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 436 | ERROR | [x] Expected 1 space after asterisk; 4 found 436 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 436 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 436 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 437 | ERROR | [x] Expected 1 space after asterisk; 4 found 437 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 439 | ERROR | [x] Expected 1 space after asterisk; 4 found 439 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 458 | ERROR | [x] Expected 1 space after asterisk; 4 found 458 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 458 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 459 | ERROR | [x] Expected 1 space after asterisk; 4 found 460 | ERROR | [ ] Missing @category tag in class comment 460 | ERROR | [ ] Missing @author tag in class comment 460 | ERROR | [ ] Missing @license tag in class comment 460 | ERROR | [ ] Missing @link tag in class comment 463 | ERROR | [ ] Private member variable "browser" must be prefixed with an | | underscore 464 | ERROR | [ ] Private member variable "ignore_errors" must be prefixed | | with an underscore 469 | ERROR | [x] Expected 1 space after asterisk; 4 found 469 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 469 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 469 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 471 | ERROR | [x] Expected 1 space after asterisk; 4 found 471 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 480 | ERROR | [x] Expected 1 space after asterisk; 4 found 480 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 480 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 480 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 481 | ERROR | [x] Expected 1 space after asterisk; 4 found 481 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 482 | ERROR | [ ] Missing @return tag in function comment 491 | ERROR | [x] Expected 1 space after asterisk; 4 found 491 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 491 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 491 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 492 | ERROR | [x] Expected 1 space after asterisk; 4 found 492 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 493 | ERROR | [ ] Missing @return tag in function comment 504 | ERROR | [x] Expected 1 space after asterisk; 4 found 504 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 505 | ERROR | [x] Expected 1 space after asterisk; 4 found 516 | ERROR | [x] Expected 1 space after asterisk; 4 found 516 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 516 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 516 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 517 | ERROR | [x] Expected 1 space after asterisk; 4 found 517 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 518 | ERROR | [ ] Missing @return tag in function comment 524 | ERROR | [ ] Doc comment for parameter "$parser" missing 526 | ERROR | [x] Expected 1 space after asterisk; 4 found 526 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 526 | ERROR | [ ] Missing parameter name 528 | ERROR | [ ] Missing @return tag in function comment 537 | ERROR | [x] Expected 1 space after asterisk; 4 found 537 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 538 | ERROR | [ ] Missing @return tag in function comment 547 | ERROR | [x] Expected 1 space after asterisk; 4 found 547 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 548 | ERROR | [x] Expected 1 space after asterisk; 4 found 557 | ERROR | [x] Expected 1 space after asterisk; 4 found 557 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 558 | ERROR | [x] Expected 1 space after asterisk; 4 found 567 | ERROR | [x] Expected 1 space after asterisk; 4 found 567 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 569 | ERROR | [x] Expected 1 space after asterisk; 4 found 578 | ERROR | [x] Expected 1 space after asterisk; 4 found 578 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 579 | ERROR | [ ] Missing @return tag in function comment 587 | ERROR | [x] Expected 1 space after asterisk; 4 found 587 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 588 | ERROR | [ ] Missing @return tag in function comment 596 | ERROR | [x] Expected 1 space after asterisk; 4 found 596 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 597 | ERROR | [ ] Missing @return tag in function comment 605 | ERROR | [x] Expected 1 space after asterisk; 4 found 605 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 606 | ERROR | [ ] Missing @return tag in function comment 617 | ERROR | [x] Expected 1 space after asterisk; 4 found 617 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 617 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 621 | ERROR | [x] Expected 1 space after asterisk; 4 found 621 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 622 | ERROR | [ ] Missing @return tag in function comment 634 | ERROR | [x] Expected 1 space after asterisk; 4 found 634 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 634 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 634 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 635 | ERROR | [x] Expected 1 space after asterisk; 4 found 635 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 636 | ERROR | [ ] Missing @return tag in function comment 645 | ERROR | [x] Expected 1 space after asterisk; 4 found 645 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 646 | ERROR | [ ] Missing @return tag in function comment 654 | ERROR | [x] Expected 1 space after asterisk; 4 found 654 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 655 | ERROR | [ ] Missing @return tag in function comment 665 | ERROR | [x] Expected 1 space after asterisk; 4 found 665 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 666 | ERROR | [ ] Missing @return tag in function comment 676 | ERROR | [x] Expected 1 space after asterisk; 4 found 676 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 676 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 677 | ERROR | [x] Expected 1 space after asterisk; 4 found 677 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 678 | ERROR | [x] Expected 1 space after asterisk; 4 found 678 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 693 | ERROR | [x] Expected 1 space after asterisk; 4 found 693 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 693 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 693 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 695 | ERROR | [x] Expected 1 space after asterisk; 4 found 695 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 696 | ERROR | [ ] Missing @return tag in function comment 705 | ERROR | [x] Expected 1 space after asterisk; 4 found 705 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 705 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 705 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 706 | ERROR | [x] Expected 1 space after asterisk; 4 found 706 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 707 | ERROR | [ ] Missing @return tag in function comment 712 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 712 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 712 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 720 | ERROR | [x] Expected 1 space after asterisk; 4 found 720 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 720 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 720 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 721 | ERROR | [x] Expected 1 space after asterisk; 4 found 721 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 722 | ERROR | [ ] Missing @return tag in function comment 732 | ERROR | [x] Expected 1 space after asterisk; 4 found 732 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 732 | ERROR | [x] Expected 4 spaces after parameter name; 8 found 732 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 733 | ERROR | [x] Expected 1 space after asterisk; 4 found 733 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 733 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 734 | ERROR | [x] Expected 1 space after asterisk; 4 found 734 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 734 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 735 | ERROR | [x] Expected 1 space after asterisk; 4 found 735 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 736 | ERROR | [ ] Missing @return tag in function comment 747 | ERROR | [x] Expected 1 space after asterisk; 4 found 747 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 747 | ERROR | [x] Expected 8 spaces after parameter name; 10 found 747 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 748 | ERROR | [x] Expected 1 space after asterisk; 4 found 748 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 748 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 748 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 749 | ERROR | [x] Expected 1 space after asterisk; 4 found 749 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 750 | ERROR | [x] Expected 1 space after asterisk; 4 found 750 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 762 | ERROR | [x] Expected 1 space after asterisk; 4 found 762 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 762 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 763 | ERROR | [x] Expected 1 space after asterisk; 4 found 763 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 763 | ERROR | [x] Expected 3 spaces after parameter name; 4 found 763 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 763 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 764 | ERROR | [x] Expected 1 space after asterisk; 4 found 764 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 765 | ERROR | [x] Expected 1 space after asterisk; 4 found 765 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 766 | ERROR | [x] Expected 1 space after asterisk; 4 found 766 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 770 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 778 | ERROR | [x] Expected 1 space after asterisk; 4 found 778 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 778 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 779 | ERROR | [x] Expected 1 space after asterisk; 4 found 779 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 779 | ERROR | [x] Expected 9 spaces after parameter name; 10 found 779 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 780 | ERROR | [x] Expected 1 space after asterisk; 4 found 780 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 781 | ERROR | [x] Expected 1 space after asterisk; 4 found 781 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 782 | ERROR | [x] Expected 1 space after asterisk; 4 found 782 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 791 | ERROR | [x] Expected 1 space after asterisk; 4 found 791 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 791 | ERROR | [x] Expected 8 spaces after parameter name; 10 found 791 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 792 | ERROR | [x] Expected 1 space after asterisk; 4 found 792 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 792 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 792 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 793 | ERROR | [x] Expected 1 space after asterisk; 4 found 793 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 794 | ERROR | [x] Expected 1 space after asterisk; 4 found 794 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 805 | ERROR | [x] Expected 1 space after asterisk; 4 found 805 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 805 | ERROR | [x] Expected 8 spaces after parameter name; 10 found 805 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 806 | ERROR | [x] Expected 1 space after asterisk; 4 found 806 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 806 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 806 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 807 | ERROR | [x] Expected 1 space after asterisk; 4 found 807 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 808 | ERROR | [x] Expected 1 space after asterisk; 4 found 808 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 818 | ERROR | [x] Expected 1 space after asterisk; 4 found 818 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 819 | ERROR | [x] Expected 1 space after asterisk; 4 found 829 | ERROR | [x] Expected 1 space after asterisk; 4 found 829 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 831 | ERROR | [x] Expected 1 space after asterisk; 4 found 841 | ERROR | [x] Expected 1 space after asterisk; 4 found 841 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 843 | ERROR | [x] Expected 1 space after asterisk; 4 found 853 | ERROR | [x] Expected 1 space after asterisk; 4 found 853 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 853 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 853 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 854 | ERROR | [x] Expected 1 space after asterisk; 4 found 854 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 854 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 855 | ERROR | [x] Expected 1 space after asterisk; 4 found 855 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 858 | ERROR | [x] Expected 1 space after asterisk; 4 found 858 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 863 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 863 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 868 | ERROR | [x] Expected 1 space after asterisk; 4 found 868 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 868 | ERROR | [x] Expected 1 spaces after parameter name; 10 found 868 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 869 | ERROR | [x] Expected 1 space after asterisk; 4 found 869 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 870 | ERROR | [x] Expected 1 space after asterisk; 4 found 870 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 879 | ERROR | [x] Expected 1 space after asterisk; 4 found 879 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 879 | ERROR | [x] Expected 3 spaces after parameter name; 10 found 879 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 880 | ERROR | [x] Expected 1 space after asterisk; 4 found 880 | ERROR | [x] Expected 2 spaces after parameter name; 9 found 880 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 881 | ERROR | [x] Expected 1 space after asterisk; 4 found 881 | ERROR | [x] Expected 3 spaces after parameter name; 10 found 881 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 882 | ERROR | [x] Expected 1 space after asterisk; 4 found 882 | ERROR | [x] Expected 3 spaces after parameter name; 10 found 882 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 883 | ERROR | [x] Expected 1 space after asterisk; 4 found 883 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 883 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 884 | ERROR | [x] Expected 1 space after asterisk; 4 found 884 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 885 | ERROR | [ ] Missing @return tag in function comment 886 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 894 | ERROR | [x] Expected 1 space after asterisk; 4 found 894 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 897 | ERROR | [x] Expected 1 space after asterisk; 4 found 906 | ERROR | [x] Expected 1 space after asterisk; 4 found 906 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 906 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 906 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 907 | ERROR | [x] Expected 1 space after asterisk; 4 found 907 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 908 | ERROR | [x] Expected 1 space after asterisk; 4 found 908 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 917 | ERROR | [x] Expected 1 space after asterisk; 4 found 917 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 917 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 917 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 918 | ERROR | [x] Expected 1 space after asterisk; 4 found 918 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 919 | ERROR | [x] Expected 1 space after asterisk; 4 found 919 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 929 | ERROR | [x] Expected 1 space after asterisk; 4 found 929 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 930 | ERROR | [ ] Missing @return tag in function comment 939 | ERROR | [x] Expected 1 space after asterisk; 4 found 939 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 939 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 939 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 940 | ERROR | [x] Expected 1 space after asterisk; 4 found 940 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 941 | ERROR | [x] Expected 1 space after asterisk; 4 found 941 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 948 | ERROR | [ ] Doc comment for parameter "$message" missing 950 | ERROR | [x] Expected 1 space after asterisk; 4 found 950 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 950 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 950 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 951 | ERROR | [x] Expected 1 space after asterisk; 4 found 951 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 952 | ERROR | [x] Expected 1 space after asterisk; 4 found 952 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 957 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 958 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 958 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 964 | ERROR | [x] Expected 1 space after asterisk; 4 found 964 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 964 | ERROR | [x] Expected 6 spaces after parameter name; 4 found 964 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 966 | ERROR | [x] Expected 1 space after asterisk; 4 found 966 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 966 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 967 | ERROR | [x] Expected 1 space after asterisk; 4 found 967 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 968 | ERROR | [x] Expected 1 space after asterisk; 4 found 968 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 973 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 973 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 979 | ERROR | [x] Expected 1 space after asterisk; 4 found 979 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 979 | ERROR | [x] Expected 7 spaces after parameter name; 5 found 979 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 980 | ERROR | [x] Expected 1 space after asterisk; 4 found 980 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 980 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 981 | ERROR | [x] Expected 1 space after asterisk; 4 found 981 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 982 | ERROR | [x] Expected 1 space after asterisk; 4 found 982 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 987 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 987 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 993 | ERROR | [x] Expected 1 space after asterisk; 4 found 993 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 993 | ERROR | [x] Expected 9 spaces after parameter name; 7 found 993 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 994 | ERROR | [x] Expected 1 space after asterisk; 4 found 994 | ERROR | [x] Expected 3 spaces after parameter type; 1 found 994 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 995 | ERROR | [x] Expected 1 space after asterisk; 4 found 995 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 996 | ERROR | [x] Expected 1 space after asterisk; 4 found 996 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1001 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1001 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1004 | ERROR | [ ] Doc comment for parameter "$message" missing 1006 | ERROR | [x] Expected 1 space after asterisk; 4 found 1006 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1006 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 1006 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1007 | ERROR | [x] Expected 1 space after asterisk; 4 found 1007 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1008 | ERROR | [x] Expected 1 space after asterisk; 4 found 1008 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1013 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1014 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1014 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1023 | ERROR | [x] Expected 1 space after asterisk; 4 found 1023 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1023 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1023 | ERROR | [x] Expected 6 spaces after parameter name; 4 found 1023 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1024 | ERROR | [x] Expected 1 space after asterisk; 4 found 1024 | ERROR | [x] Expected 10 spaces after parameter name; 7 found 1024 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1025 | ERROR | [x] Expected 1 space after asterisk; 4 found 1025 | ERROR | [x] Expected 10 spaces after parameter name; 7 found 1025 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1026 | ERROR | [x] Expected 1 space after asterisk; 4 found 1026 | ERROR | [x] Expected 4 spaces after parameter type; 1 found 1026 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1027 | ERROR | [x] Expected 1 space after asterisk; 4 found 1027 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1028 | ERROR | [x] Expected 1 space after asterisk; 4 found 1028 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1033 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1033 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1042 | ERROR | [x] Expected 1 space after asterisk; 4 found 1042 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1042 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1042 | ERROR | [x] Expected 7 spaces after parameter name; 5 found 1042 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1043 | ERROR | [x] Expected 1 space after asterisk; 4 found 1043 | ERROR | [x] Expected 10 spaces after parameter name; 7 found 1043 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1044 | ERROR | [x] Expected 1 space after asterisk; 4 found 1044 | ERROR | [x] Expected 10 spaces after parameter name; 7 found 1044 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1045 | ERROR | [x] Expected 1 space after asterisk; 4 found 1045 | ERROR | [x] Expected 4 spaces after parameter type; 1 found 1045 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1046 | ERROR | [x] Expected 1 space after asterisk; 4 found 1046 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1047 | ERROR | [x] Expected 1 space after asterisk; 4 found 1047 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1052 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1052 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1060 | ERROR | [x] Expected 1 space after asterisk; 4 found 1060 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1060 | ERROR | [x] Expected 9 spaces after parameter name; 3 found 1060 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1061 | ERROR | [x] Expected 1 space after asterisk; 4 found 1061 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 1061 | ERROR | [x] Expected 10 spaces after parameter name; 11 found 1061 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1062 | ERROR | [x] Expected 1 space after asterisk; 4 found 1062 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 1062 | ERROR | [x] Expected 10 spaces after parameter name; 11 found 1062 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1063 | ERROR | [x] Expected 1 space after asterisk; 4 found 1063 | ERROR | [x] Expected 11 spaces after parameter type; 1 found 1063 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 1063 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1064 | ERROR | [x] Expected 1 space after asterisk; 4 found 1064 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1065 | ERROR | [x] Expected 1 space after asterisk; 4 found 1065 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1070 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1070 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1073 | ERROR | [ ] Doc comment for parameter "$message" missing 1075 | ERROR | [x] Expected 1 space after asterisk; 4 found 1075 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1075 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 1075 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1076 | ERROR | [x] Expected 1 space after asterisk; 4 found 1076 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1077 | ERROR | [x] Expected 1 space after asterisk; 4 found 1077 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1082 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1083 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1083 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1086 | ERROR | [ ] Doc comment for parameter "$additional" missing 1088 | ERROR | [x] Expected 1 space after asterisk; 4 found 1088 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1088 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 1088 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1090 | ERROR | [x] Expected 1 space after asterisk; 4 found 1090 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1091 | ERROR | [x] Expected 1 space after asterisk; 4 found 1091 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1103 | ERROR | [x] Expected 1 space after asterisk; 4 found 1103 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1103 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1103 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 1103 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1104 | ERROR | [x] Expected 1 space after asterisk; 4 found 1104 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1104 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1105 | ERROR | [x] Expected 1 space after asterisk; 4 found 1105 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1106 | ERROR | [x] Expected 1 space after asterisk; 4 found 1106 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1115 | ERROR | [x] Expected 1 space after asterisk; 4 found 1115 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1115 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 1115 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1116 | ERROR | [x] Expected 1 space after asterisk; 4 found 1116 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1117 | ERROR | [x] Expected 1 space after asterisk; 4 found 1117 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1127 | ERROR | [x] Expected 1 space after asterisk; 4 found 1127 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1127 | ERROR | [x] Expected 4 spaces after parameter name; 5 found 1127 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1128 | ERROR | [x] Expected 1 space after asterisk; 4 found 1128 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1128 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 1128 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1129 | ERROR | [x] Expected 1 space after asterisk; 4 found 1129 | ERROR | [x] Expected 2 spaces after parameter name; 3 found 1129 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1131 | ERROR | [x] Expected 1 space after asterisk; 4 found 1131 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1132 | ERROR | [x] Expected 1 space after asterisk; 4 found 1132 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1138 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 1143 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 1149 | ERROR | [x] Expected 1 space after asterisk; 4 found 1149 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1149 | ERROR | [x] Expected 3 spaces after parameter name; 4 found 1149 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1151 | ERROR | [x] Expected 1 space after asterisk; 4 found 1151 | ERROR | [x] Expected 9 spaces after parameter type; 1 found 1151 | ERROR | [x] Expected 1 spaces after parameter name; 10 found 1151 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1153 | ERROR | [x] Expected 1 space after asterisk; 4 found 1153 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1154 | ERROR | [x] Expected 1 space after asterisk; 4 found 1154 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1159 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1160 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1160 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1165 | ERROR | [x] Expected 1 space after asterisk; 4 found 1165 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1165 | ERROR | [x] Expected 7 spaces after parameter name; 8 found 1165 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1166 | ERROR | [x] Expected 1 space after asterisk; 4 found 1166 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1166 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 1166 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1167 | ERROR | [x] Expected 1 space after asterisk; 4 found 1167 | ERROR | [x] Expected 2 spaces after parameter name; 3 found 1167 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1169 | ERROR | [x] Expected 1 space after asterisk; 4 found 1169 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1170 | ERROR | [x] Expected 1 space after asterisk; 4 found 1170 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1176 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 1181 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 1187 | ERROR | [x] Expected 1 space after asterisk; 4 found 1187 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1187 | ERROR | [x] Expected 6 spaces after parameter name; 8 found 1187 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1188 | ERROR | [x] Expected 1 space after asterisk; 4 found 1188 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 1188 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1190 | ERROR | [x] Expected 1 space after asterisk; 4 found 1190 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1191 | ERROR | [x] Expected 1 space after asterisk; 4 found 1191 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1196 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1197 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1197 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1200 | ERROR | [ ] Doc comment for parameter "$label" missing 1200 | ERROR | [ ] Doc comment for parameter "$position" missing 1203 | ERROR | [x] Expected 1 space after asterisk; 4 found 1203 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1203 | ERROR | [ ] Doc comment for parameter $name does not match actual | | variable name $label 1203 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 1203 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1204 | ERROR | [x] Expected 1 space after asterisk; 4 found 1204 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 1204 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1205 | ERROR | [x] Expected 1 space after asterisk; 4 found 1205 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1206 | ERROR | [x] Expected 1 space after asterisk; 4 found 1206 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1213 | ERROR | [ ] Doc comment for parameter "$position" missing 1215 | ERROR | [x] Expected 1 space after asterisk; 4 found 1215 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1215 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 1215 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1216 | ERROR | [x] Expected 1 space after asterisk; 4 found 1216 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 1216 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1217 | ERROR | [x] Expected 1 space after asterisk; 4 found 1217 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1218 | ERROR | [x] Expected 1 space after asterisk; 4 found 1218 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1227 | ERROR | [x] Expected 1 space after asterisk; 4 found 1227 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1227 | ERROR | [x] Expected 4 spaces after parameter name; 3 found 1227 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1228 | ERROR | [x] Expected 1 space after asterisk; 4 found 1228 | ERROR | [x] Expected 9 spaces after parameter type; 1 found 1228 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 1228 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1229 | ERROR | [x] Expected 1 space after asterisk; 4 found 1229 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1230 | ERROR | [x] Expected 1 space after asterisk; 4 found 1230 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1237 | ERROR | [ ] Doc comment for parameter "$label" missing 1242 | ERROR | [x] Expected 1 space after asterisk; 4 found 1242 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1242 | ERROR | [ ] Doc comment for parameter $name does not match actual | | variable name $label 1242 | ERROR | [x] Expected 5 spaces after parameter name; 7 found 1242 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1243 | ERROR | [x] Expected 1 space after asterisk; 4 found 1243 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1243 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1243 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1245 | ERROR | [x] Expected 1 space after asterisk; 4 found 1245 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 1245 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1247 | ERROR | [x] Expected 1 space after asterisk; 4 found 1247 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1248 | ERROR | [x] Expected 1 space after asterisk; 4 found 1248 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1261 | ERROR | [x] Expected 1 space after asterisk; 4 found 1261 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1261 | ERROR | [x] Expected 5 spaces after parameter name; 7 found 1261 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1262 | ERROR | [x] Expected 1 space after asterisk; 4 found 1262 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1262 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1262 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1264 | ERROR | [x] Expected 1 space after asterisk; 4 found 1264 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 1264 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1266 | ERROR | [x] Expected 1 space after asterisk; 4 found 1266 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1267 | ERROR | [x] Expected 1 space after asterisk; 4 found 1267 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1280 | ERROR | [x] Expected 1 space after asterisk; 4 found 1280 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1280 | ERROR | [x] Expected 7 spaces after parameter name; 2 found 1280 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1281 | ERROR | [x] Expected 1 space after asterisk; 4 found 1281 | ERROR | [x] Expected 10 spaces after parameter type; 1 found 1281 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 1281 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1283 | ERROR | [x] Expected 1 space after asterisk; 4 found 1283 | ERROR | [x] Expected 9 spaces after parameter type; 1 found 1283 | ERROR | [x] Expected 2 spaces after parameter name; 5 found 1283 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1285 | ERROR | [x] Expected 1 space after asterisk; 4 found 1285 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1286 | ERROR | [x] Expected 1 space after asterisk; 4 found 1286 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1296 | ERROR | [x] Expected 1 space after asterisk; 4 found 1296 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1296 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1297 | ERROR | [x] Expected 1 space after asterisk; 4 found 1297 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1298 | ERROR | [x] Expected 1 space after asterisk; 4 found 1298 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1299 | ERROR | [x] Expected 1 space after asterisk; 4 found 1299 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1300 | ERROR | [x] Expected 1 space after asterisk; 4 found 1300 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1301 | ERROR | [x] Expected 1 space after asterisk; 4 found 1301 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1307 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 1308 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 1308 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1313 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 1314 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 1314 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1322 | ERROR | [x] Expected 1 space after asterisk; 4 found 1322 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1322 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1322 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1322 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1323 | ERROR | [x] Expected 1 space after asterisk; 4 found 1323 | ERROR | [x] Expected 3 spaces after parameter name; 5 found 1323 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1325 | ERROR | [x] Expected 1 space after asterisk; 4 found 1325 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1326 | ERROR | [x] Expected 1 space after asterisk; 4 found 1326 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1332 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1333 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1333 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1340 | ERROR | [x] Expected 1 space after asterisk; 4 found 1340 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1340 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1340 | ERROR | [x] Expected 3 spaces after parameter name; 6 found 1340 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1341 | ERROR | [x] Expected 1 space after asterisk; 4 found 1341 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 1341 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1342 | ERROR | [x] Expected 1 space after asterisk; 4 found 1342 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1343 | ERROR | [x] Expected 1 space after asterisk; 4 found 1343 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1349 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1350 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1350 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1357 | ERROR | [x] Expected 1 space after asterisk; 4 found 1357 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1357 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 1357 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1358 | ERROR | [x] Expected 1 space after asterisk; 4 found 1358 | ERROR | [x] Expected 8 spaces after parameter name; 10 found 1358 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1359 | ERROR | [x] Expected 1 space after asterisk; 4 found 1359 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1360 | ERROR | [x] Expected 1 space after asterisk; 4 found 1360 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1365 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1366 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 1366 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1368 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 1369 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 1369 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1371 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1371 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 1372 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 1372 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1374 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 1374 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 1375 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 1375 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1382 | ERROR | [x] Expected 1 space after asterisk; 4 found 1382 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1382 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 1382 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1383 | ERROR | [x] Expected 1 space after asterisk; 4 found 1383 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1384 | ERROR | [x] Expected 1 space after asterisk; 4 found 1384 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1388 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 1389 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1389 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1395 | ERROR | [x] Expected 1 space after asterisk; 4 found 1395 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1395 | ERROR | [x] Expected 3 spaces after parameter name; 5 found 1395 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1396 | ERROR | [x] Expected 1 space after asterisk; 4 found 1396 | ERROR | [x] Expected 1 spaces after parameter name; 3 found 1396 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1397 | ERROR | [x] Expected 1 space after asterisk; 4 found 1397 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1398 | ERROR | [x] Expected 1 space after asterisk; 4 found 1398 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1406 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1407 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1408 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1408 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1411 | ERROR | [ ] Doc comment for parameter "$message" missing 1414 | ERROR | [x] Expected 1 space after asterisk; 4 found 1414 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1414 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1414 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1415 | ERROR | [x] Expected 1 space after asterisk; 4 found 1415 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1415 | ERROR | [x] Expected 2 spaces after parameter name; 6 found 1415 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1418 | ERROR | [x] Expected 1 space after asterisk; 4 found 1418 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1419 | ERROR | [x] Expected 1 space after asterisk; 4 found 1419 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1424 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1425 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1426 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1426 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1429 | ERROR | [ ] Doc comment for parameter "$message" missing 1434 | ERROR | [x] Expected 1 space after asterisk; 4 found 1434 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1434 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1434 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1435 | ERROR | [x] Expected 1 space after asterisk; 4 found 1435 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1436 | ERROR | [x] Expected 1 space after asterisk; 4 found 1436 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1441 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1442 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1443 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1443 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1448 | ERROR | [x] Expected 1 space after asterisk; 4 found 1448 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1448 | ERROR | [x] Expected 3 spaces after parameter name; 4 found 1448 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1449 | ERROR | [x] Expected 1 space after asterisk; 4 found 1449 | ERROR | [x] Expected 19 spaces after parameter type; 1 found 1449 | ERROR | [x] Expected 1 spaces after parameter name; 20 found 1449 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1450 | ERROR | [x] Expected 1 space after asterisk; 4 found 1450 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1451 | ERROR | [x] Expected 1 space after asterisk; 4 found 1451 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1464 | ERROR | [x] Expected 1 space after asterisk; 4 found 1464 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1464 | ERROR | [x] Expected 4 spaces after parameter name; 7 found 1464 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1465 | ERROR | [x] Expected 1 space after asterisk; 4 found 1465 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1465 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1466 | ERROR | [x] Expected 1 space after asterisk; 4 found 1466 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1467 | ERROR | [x] Expected 1 space after asterisk; 4 found 1467 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1472 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1473 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1474 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1474 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1480 | ERROR | [x] Expected 1 space after asterisk; 4 found 1480 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1480 | ERROR | [x] Expected 4 spaces after parameter name; 7 found 1480 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1481 | ERROR | [x] Expected 1 space after asterisk; 4 found 1481 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1481 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1482 | ERROR | [x] Expected 1 space after asterisk; 4 found 1482 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1483 | ERROR | [x] Expected 1 space after asterisk; 4 found 1483 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1488 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1489 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1490 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1490 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1496 | ERROR | [x] Expected 1 space after asterisk; 4 found 1496 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1496 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1496 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1498 | ERROR | [x] Expected 1 space after asterisk; 4 found 1498 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1498 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1499 | ERROR | [x] Expected 1 space after asterisk; 4 found 1499 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1500 | ERROR | [x] Expected 1 space after asterisk; 4 found 1500 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1505 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1506 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1507 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1507 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1513 | ERROR | [x] Expected 1 space after asterisk; 4 found 1513 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1513 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1513 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1515 | ERROR | [x] Expected 1 space after asterisk; 4 found 1515 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1515 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1516 | ERROR | [x] Expected 1 space after asterisk; 4 found 1516 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1517 | ERROR | [x] Expected 1 space after asterisk; 4 found 1517 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1522 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1523 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1524 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1524 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1530 | ERROR | [x] Expected 1 space after asterisk; 4 found 1530 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1530 | ERROR | [x] Expected 5 spaces after parameter name; 8 found 1530 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1531 | ERROR | [x] Expected 1 space after asterisk; 4 found 1531 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1531 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1533 | ERROR | [x] Expected 1 space after asterisk; 4 found 1533 | ERROR | [x] Expected 2 spaces after parameter name; 5 found 1533 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1534 | ERROR | [x] Expected 1 space after asterisk; 4 found 1534 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1535 | ERROR | [x] Expected 1 space after asterisk; 4 found 1535 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1542 | ERROR | [x] Multi-line function call not indented correctly; expected 16 | | spaces but found 20 1543 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 20 1543 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1548 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 1554 | ERROR | [x] Expected 1 space after asterisk; 4 found 1554 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1554 | ERROR | [x] Expected 4 spaces after parameter name; 8 found 1554 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1555 | ERROR | [x] Expected 1 space after asterisk; 4 found 1555 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 1555 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1556 | ERROR | [x] Expected 1 space after asterisk; 4 found 1556 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1557 | ERROR | [x] Expected 1 space after asterisk; 4 found 1557 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1562 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1562 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 1563 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1563 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1569 | ERROR | [x] Expected 1 space after asterisk; 4 found 1569 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1569 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 1569 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1570 | ERROR | [x] Expected 1 space after asterisk; 4 found 1570 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1570 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1570 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1572 | ERROR | [x] Expected 1 space after asterisk; 4 found 1572 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1573 | ERROR | [x] Expected 1 space after asterisk; 4 found 1573 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1585 | ERROR | [x] Expected 1 space after asterisk; 4 found 1585 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1585 | ERROR | [x] Expected 2 spaces after parameter name; 4 found 1585 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1586 | ERROR | [x] Expected 1 space after asterisk; 4 found 1586 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1586 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 1586 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1587 | ERROR | [x] Expected 1 space after asterisk; 4 found 1587 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1588 | ERROR | [x] Expected 1 space after asterisk; 4 found 1588 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1599 | ERROR | [x] Expected 1 space after asterisk; 4 found 1599 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1599 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1599 | ERROR | [x] Expected 3 spaces after parameter name; 10 found 1599 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1600 | ERROR | [x] Expected 1 space after asterisk; 4 found 1600 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1600 | ERROR | [x] Expected 2 spaces after parameter name; 9 found 1600 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1601 | ERROR | [x] Expected 1 space after asterisk; 4 found 1601 | ERROR | [x] Expected 1 spaces after parameter name; 7 found 1601 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1602 | ERROR | [x] Expected 1 space after asterisk; 4 found 1602 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1603 | ERROR | [x] Expected 1 space after asterisk; 4 found 1603 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1608 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1609 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1610 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1610 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1617 | ERROR | [x] Expected 1 space after asterisk; 4 found 1617 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1617 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1617 | ERROR | [x] Expected 3 spaces after parameter name; 11 found 1617 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1618 | ERROR | [x] Expected 1 space after asterisk; 4 found 1618 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 1618 | ERROR | [x] Expected 2 spaces after parameter name; 10 found 1618 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1619 | ERROR | [x] Expected 1 space after asterisk; 4 found 1619 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 1619 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1620 | ERROR | [x] Expected 1 space after asterisk; 4 found 1620 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1621 | ERROR | [x] Expected 1 space after asterisk; 4 found 1621 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 1626 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1627 | ERROR | [x] Multi-line function call not indented correctly; expected 12 | | spaces but found 16 1628 | ERROR | [x] Multi-line function call not indented correctly; expected 8 | | spaces but found 16 1628 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 1633 | ERROR | [x] Expected 1 space after asterisk; 4 found 1633 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1635 | ERROR | [x] Expected 1 space after asterisk; 4 found ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 907 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: .../rwjl/vendor/simpletest/simpletest/docs/simpletest.org/js/jquery.heartbeat.js ----------------------------------------------------------------------------------- FOUND 9 ERRORS AFFECTING 6 LINES ----------------------------------------------------------------------------------- 1 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 1 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 3 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 3 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 4 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 4 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 6 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 7 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 9 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...test/simpletest/docs/simpletest.org/js/jquery-speakers_coaches_consultants.js ----------------------------------------------------------------------------------- FOUND 10 ERRORS AFFECTING 8 LINES ----------------------------------------------------------------------------------- 1 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 1 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 2 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 5 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 8 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 11 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 18 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 18 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 29 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself 30 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...rwjl/vendor/simpletest/simpletest/docs/simpletest.org/js/jquery-1.2.1.pack.js ----------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------- 1 | WARNING | File appears to be minified and cannot be processed ----------------------------------------------------------------------------------- FILE: .../rwjl/vendor/simpletest/simpletest/docs/simpletest.org/js/jquery.sparkline.js ----------------------------------------------------------------------------------- FOUND 98 ERRORS AND 2 WARNINGS AFFECTING 48 LINES ----------------------------------------------------------------------------------- 16 | ERROR | [x] Additional blank lines found at end of doc comment 18 | ERROR | [x] Opening brace should be on a new line 19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 19 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 20 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 22 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 23 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 25 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 26 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 27 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 29 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 31 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 31 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 32 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 33 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 34 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 35 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 38 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 39 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 40 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 41 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 41 | ERROR | [x] Space after opening parenthesis of function call prohibited 41 | ERROR | [x] Expected 0 spaces before closing parenthesis; 1 found 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 43 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 44 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 46 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 47 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 1 49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 49 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 50 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 51 | WARNING | [x] Inline control structures are discouraged 51 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 51 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 52 | WARNING | [x] Inline control structures are discouraged 52 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 52 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 53 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 55 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 55 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 56 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 57 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 58 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 59 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 61 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 62 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 3 63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 63 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 64 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, found | | 4 65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 65 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 66 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, found | | 4 67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 67 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 68 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 3 69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 69 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, found | | 3 70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 70 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 72 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 73 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 0 74 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 74 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found 2 75 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 75 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 100 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...dev/rwjl/vendor/simpletest/simpletest/docs/simpletest.org/views/heartbeat.php ----------------------------------------------------------------------------------- FOUND 42 ERRORS AND 3 WARNINGS AFFECTING 27 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 2 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 4 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 1 | | spaces but found 4 5 | ERROR | [x] Expected 1 space after asterisk; 2 found 5 | WARNING | [ ] Invalid version "$Id: adapter_test.php 1505 2007-04-30 | | 23:39:59Z lastcraft $" in file comment; consider "CVS: | | " or "SVN: " or "GIT: " or "HG: | | " instead 5 | ERROR | [x] Tag value for @version tag indented incorrectly; expected 1 | | spaces but found 4 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 15 | ERROR | [x] Expected 1 space after asterisk; 2 found 15 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 15 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 1 | | spaces but found 4 16 | ERROR | [ ] Missing @category tag in class comment 16 | ERROR | [ ] Missing @author tag in class comment 16 | ERROR | [ ] Missing @license tag in class comment 16 | ERROR | [ ] Missing @link tag in class comment 22 | ERROR | [ ] Missing doc comment for function __construct() 27 | ERROR | [ ] Missing doc comment for function view() 30 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 32 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 34 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 35 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 40 | ERROR | [ ] Missing doc comment for function displayTestsResults() 61 | ERROR | [ ] Missing doc comment for function displayLastCommits() 67 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 93 | ERROR | [ ] Missing doc comment for function displaySparkline() 112 | ERROR | [ ] Missing doc comment for function dataUnavailable() 116 | ERROR | [ ] Missing doc comment for function findMethod() 119 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12 124 | ERROR | [ ] Missing doc comment for function commitsPerWeek() 142 | ERROR | [ ] Missing doc comment for function normalizeData() 164 | ERROR | [x] Expected 1 space after asterisk; 2 found 164 | ERROR | [x] There must be exactly one blank line before the tags in a doc | | comment 164 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 1 | | spaces but found 4 165 | ERROR | [ ] Missing @category tag in class comment 165 | ERROR | [ ] Missing @author tag in class comment 165 | ERROR | [ ] Missing @license tag in class comment 165 | ERROR | [ ] Missing @link tag in class comment 171 | ERROR | [ ] Missing doc comment for function __construct() 177 | ERROR | [ ] Missing doc comment for function result() 186 | ERROR | [ ] Missing doc comment for function info() 191 | ERROR | [ ] Missing doc comment for function details() ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 16 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: ...rwjl/vendor/simpletest/simpletest/docs/simpletest.org/views/photos_stream.php ----------------------------------------------------------------------------------- FOUND 5 ERRORS AND 3 WARNINGS AFFECTING 8 LINES ----------------------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment 8 | WARNING | Line exceeds 85 characters; contains 107 characters 12 | ERROR | Missing doc comment for class SimpleFlickrStreamXMLElement 14 | ERROR | Missing doc comment for function showLastPhotos() 20 | WARNING | Line exceeds 85 characters; contains 89 characters 21 | WARNING | Line exceeds 85 characters; contains 86 characters 27 | ERROR | Missing doc comment for function extractAuthor() 32 | ERROR | Missing doc comment for function extractFirstImage() ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/docs/en/docs.css ----------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 5 LINES ----------------------------------------------------------------------------- 6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 93 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed ----------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/docs/it/docs.css ----------------------------------------------------------------------------------- FOUND 6 ERRORS AFFECTING 6 LINES ----------------------------------------------------------------------------------- 1 | ERROR | [x] End of line character is invalid; expected "\n" but found | | "\r\n" 6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 93 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/simpletest/simpletest/expectation.php ----------------------------------------------------------------------------------- FOUND 691 ERRORS AND 12 WARNINGS AFFECTING 275 LINES ----------------------------------------------------------------------------------- 3 | ERROR | [ ] Doc comment short description must start with a capital | | letter 4 | ERROR | [x] Expected 1 space after asterisk; 4 found 4 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 5 | ERROR | [x] Expected 1 space after asterisk; 4 found 5 | ERROR | [x] Tag value for @subpackage tag indented incorrectly; expected | | 1 spaces but found 4 6 | WARNING | [ ] PHP version not specified 6 | ERROR | [ ] Missing @category tag in file comment 6 | ERROR | [ ] Missing @author tag in file comment 6 | ERROR | [ ] Missing @license tag in file comment 6 | ERROR | [ ] Missing @link tag in file comment 8 | ERROR | [x] The open comment tag must be the only content on the line 8 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The open comment tag must be the only content on the line 13 | ERROR | [x] Doc comment short description must be on the first line 13 | ERROR | [x] The close comment tag must be the only content on the line 18 | ERROR | [x] Expected 1 space after asterisk; 4 found 18 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 18 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 19 | ERROR | [x] Expected 1 space after asterisk; 4 found 20 | ERROR | [x] Expected 1 space after asterisk; 4 found 21 | ERROR | [ ] Missing @category tag in class comment 21 | ERROR | [ ] Missing @author tag in class comment 21 | ERROR | [ ] Missing @license tag in class comment 21 | ERROR | [ ] Missing @link tag in class comment 25 | ERROR | [ ] Private member variable "message" must be prefixed with an | | underscore 30 | ERROR | [x] Expected 1 space after asterisk; 4 found 30 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 30 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 39 | ERROR | [x] Expected 1 space after asterisk; 4 found 39 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 39 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 39 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 4 | | spaces but found 1 40 | ERROR | [x] Expected 1 space after asterisk; 4 found 40 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 40 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 3 | | spaces but found 1 41 | ERROR | [x] Expected 1 space after asterisk; 4 found 41 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 41 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 3 | | spaces but found 1 42 | ERROR | [x] Expected 1 space after asterisk; 4 found 42 | ERROR | [ ] Tag @abstract cannot be grouped with parameter tags in a doc | | comment 50 | ERROR | [x] Expected 1 space after asterisk; 4 found 50 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 50 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 50 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 4 | | spaces but found 1 51 | ERROR | [x] Expected 1 space after asterisk; 4 found 51 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 51 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 3 | | spaces but found 1 53 | ERROR | [x] Expected 1 space after asterisk; 4 found 53 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 53 | ERROR | [x] Tag value for @access tag indented incorrectly; expected 3 | | spaces but found 1 54 | ERROR | [x] Expected 1 space after asterisk; 4 found 54 | ERROR | [ ] Tag @abstract cannot be grouped with parameter tags in a doc | | comment 63 | ERROR | [x] Expected 1 space after asterisk; 4 found 63 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 63 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 63 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 63 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 64 | ERROR | [x] Expected 1 space after asterisk; 4 found 64 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 65 | ERROR | [x] Expected 1 space after asterisk; 4 found 65 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 67 | ERROR | [x] Expected 1 space after asterisk; 4 found 67 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 77 | ERROR | [x] Expected 1 space after asterisk; 4 found 77 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 78 | ERROR | [x] Expected 1 space after asterisk; 4 found 92 | ERROR | [x] Expected 1 space after asterisk; 4 found 92 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 92 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 92 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 94 | ERROR | [x] Expected 1 space after asterisk; 4 found 94 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 96 | ERROR | [x] Expected 1 space after asterisk; 4 found 96 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 109 | ERROR | [x] Expected 1 space after asterisk; 4 found 109 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 109 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 110 | ERROR | [x] Expected 1 space after asterisk; 4 found 111 | ERROR | [ ] Missing @category tag in class comment 111 | ERROR | [ ] Missing @author tag in class comment 111 | ERROR | [ ] Missing @license tag in class comment 111 | ERROR | [ ] Missing @link tag in class comment 116 | ERROR | [x] Expected 1 space after asterisk; 4 found 116 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 116 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 116 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 117 | ERROR | [x] Expected 1 space after asterisk; 4 found 117 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 118 | ERROR | [x] Expected 1 space after asterisk; 4 found 118 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 127 | ERROR | [x] Expected 1 space after asterisk; 4 found 127 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 127 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 127 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 128 | ERROR | [x] Expected 1 space after asterisk; 4 found 128 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 130 | ERROR | [x] Expected 1 space after asterisk; 4 found 130 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 141 | ERROR | [x] Expected 1 space after asterisk; 4 found 141 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 141 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 142 | ERROR | [x] Expected 1 space after asterisk; 4 found 143 | ERROR | [ ] Missing @category tag in class comment 143 | ERROR | [ ] Missing @author tag in class comment 143 | ERROR | [ ] Missing @license tag in class comment 143 | ERROR | [ ] Missing @link tag in class comment 148 | ERROR | [x] Expected 1 space after asterisk; 4 found 148 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 148 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 148 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 149 | ERROR | [x] Expected 1 space after asterisk; 4 found 149 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 150 | ERROR | [x] Expected 1 space after asterisk; 4 found 150 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 159 | ERROR | [x] Expected 1 space after asterisk; 4 found 159 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 159 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 159 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 160 | ERROR | [x] Expected 1 space after asterisk; 4 found 160 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 161 | ERROR | [x] Expected 1 space after asterisk; 4 found 161 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 166 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 172 | ERROR | [x] Expected 1 space after asterisk; 4 found 172 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 172 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 173 | ERROR | [x] Expected 1 space after asterisk; 4 found 174 | ERROR | [ ] Missing @category tag in class comment 174 | ERROR | [ ] Missing @author tag in class comment 174 | ERROR | [ ] Missing @license tag in class comment 174 | ERROR | [ ] Missing @link tag in class comment 179 | ERROR | [x] Expected 1 space after asterisk; 4 found 179 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 179 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 179 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 180 | ERROR | [x] Expected 1 space after asterisk; 4 found 180 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 181 | ERROR | [x] Expected 1 space after asterisk; 4 found 181 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 190 | ERROR | [x] Expected 1 space after asterisk; 4 found 190 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 190 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 190 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 191 | ERROR | [x] Expected 1 space after asterisk; 4 found 191 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 193 | ERROR | [x] Expected 1 space after asterisk; 4 found 193 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 204 | ERROR | [x] Expected 1 space after asterisk; 4 found 204 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 204 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 205 | ERROR | [x] Expected 1 space after asterisk; 4 found 206 | ERROR | [ ] Missing @category tag in class comment 206 | ERROR | [ ] Missing @author tag in class comment 206 | ERROR | [ ] Missing @license tag in class comment 206 | ERROR | [ ] Missing @link tag in class comment 211 | ERROR | [x] Expected 1 space after asterisk; 4 found 211 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 211 | ERROR | [x] Expected 1 spaces after parameter name; 2 found 211 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 212 | ERROR | [x] Expected 1 space after asterisk; 4 found 212 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 213 | ERROR | [x] Expected 1 space after asterisk; 4 found 213 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 222 | ERROR | [x] Expected 1 space after asterisk; 4 found 222 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 222 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 222 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 223 | ERROR | [x] Expected 1 space after asterisk; 4 found 223 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 225 | ERROR | [x] Expected 1 space after asterisk; 4 found 225 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 236 | ERROR | [x] Expected 1 space after asterisk; 4 found 236 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 236 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 237 | ERROR | [x] Expected 1 space after asterisk; 4 found 238 | ERROR | [ ] Missing @category tag in class comment 238 | ERROR | [ ] Missing @author tag in class comment 238 | ERROR | [ ] Missing @license tag in class comment 238 | ERROR | [ ] Missing @link tag in class comment 241 | ERROR | [ ] Private member variable "value" must be prefixed with an | | underscore 245 | ERROR | [x] Expected 1 space after asterisk; 4 found 245 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 245 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 245 | ERROR | [x] Expected 3 spaces after parameter name; 8 found 245 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 246 | ERROR | [x] Expected 1 space after asterisk; 4 found 246 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 246 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 247 | ERROR | [x] Expected 1 space after asterisk; 4 found 247 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 258 | ERROR | [x] Expected 1 space after asterisk; 4 found 258 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 258 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 258 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 259 | ERROR | [x] Expected 1 space after asterisk; 4 found 259 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 260 | ERROR | [x] Expected 1 space after asterisk; 4 found 260 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 269 | ERROR | [x] Expected 1 space after asterisk; 4 found 269 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 269 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 269 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 270 | ERROR | [x] Expected 1 space after asterisk; 4 found 270 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 272 | ERROR | [x] Expected 1 space after asterisk; 4 found 272 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 277 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 286 | ERROR | [x] Expected 1 space after asterisk; 4 found 286 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 287 | ERROR | [x] Expected 1 space after asterisk; 4 found 297 | ERROR | [x] Expected 1 space after asterisk; 4 found 297 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 297 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 298 | ERROR | [x] Expected 1 space after asterisk; 4 found 299 | ERROR | [ ] Missing @category tag in class comment 299 | ERROR | [ ] Missing @author tag in class comment 299 | ERROR | [ ] Missing @license tag in class comment 299 | ERROR | [ ] Missing @link tag in class comment 304 | ERROR | [x] Expected 1 space after asterisk; 4 found 304 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 304 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 304 | ERROR | [x] Expected 3 spaces after parameter name; 7 found 304 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 305 | ERROR | [x] Expected 1 space after asterisk; 4 found 305 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 305 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 306 | ERROR | [x] Expected 1 space after asterisk; 4 found 306 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 316 | ERROR | [x] Expected 1 space after asterisk; 4 found 316 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 316 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 316 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 317 | ERROR | [x] Expected 1 space after asterisk; 4 found 317 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 318 | ERROR | [x] Expected 1 space after asterisk; 4 found 318 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 327 | ERROR | [x] Expected 1 space after asterisk; 4 found 327 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 327 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 327 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 328 | ERROR | [x] Expected 1 space after asterisk; 4 found 328 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 330 | ERROR | [x] Expected 1 space after asterisk; 4 found 330 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 348 | ERROR | [x] Expected 1 space after asterisk; 4 found 348 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 348 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 349 | ERROR | [x] Expected 1 space after asterisk; 4 found 350 | ERROR | [ ] Missing @category tag in class comment 350 | ERROR | [ ] Missing @author tag in class comment 350 | ERROR | [ ] Missing @license tag in class comment 350 | ERROR | [ ] Missing @link tag in class comment 353 | ERROR | [ ] Private member variable "upper" must be prefixed with an | | underscore 354 | ERROR | [ ] Private member variable "lower" must be prefixed with an | | underscore 359 | ERROR | [x] Expected 1 space after asterisk; 4 found 359 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 359 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 359 | ERROR | [x] Expected 3 spaces after parameter name; 8 found 359 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 360 | ERROR | [x] Expected 1 space after asterisk; 4 found 360 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 360 | ERROR | [x] Expected 2 spaces after parameter name; 7 found 360 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 361 | ERROR | [x] Expected 1 space after asterisk; 4 found 361 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 361 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 362 | ERROR | [x] Expected 1 space after asterisk; 4 found 362 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 374 | ERROR | [x] Expected 1 space after asterisk; 4 found 374 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 374 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 374 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 375 | ERROR | [x] Expected 1 space after asterisk; 4 found 375 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 376 | ERROR | [x] Expected 1 space after asterisk; 4 found 376 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 385 | ERROR | [x] Expected 1 space after asterisk; 4 found 385 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 385 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 385 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 386 | ERROR | [x] Expected 1 space after asterisk; 4 found 386 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 388 | ERROR | [x] Expected 1 space after asterisk; 4 found 388 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 401 | ERROR | [x] Expected 1 space after asterisk; 4 found 401 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 401 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 402 | ERROR | [x] Expected 1 space after asterisk; 4 found 402 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 406 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 412 | ERROR | [x] Expected 1 space after asterisk; 4 found 412 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 412 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 413 | ERROR | [x] Expected 1 space after asterisk; 4 found 413 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 429 | ERROR | [x] Expected 1 space after asterisk; 4 found 429 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 429 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 430 | ERROR | [x] Expected 1 space after asterisk; 4 found 431 | ERROR | [ ] Missing @category tag in class comment 431 | ERROR | [ ] Missing @author tag in class comment 431 | ERROR | [ ] Missing @license tag in class comment 431 | ERROR | [ ] Missing @link tag in class comment 437 | ERROR | [x] Expected 1 space after asterisk; 4 found 437 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 437 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 437 | ERROR | [x] Expected 3 spaces after parameter name; 8 found 437 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 438 | ERROR | [x] Expected 1 space after asterisk; 4 found 438 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 438 | ERROR | [x] Expected 2 spaces after parameter name; 7 found 438 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 439 | ERROR | [x] Expected 1 space after asterisk; 4 found 439 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 439 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 440 | ERROR | [x] Expected 1 space after asterisk; 4 found 440 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 450 | ERROR | [x] Expected 1 space after asterisk; 4 found 450 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 450 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 450 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 451 | ERROR | [x] Expected 1 space after asterisk; 4 found 451 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 452 | ERROR | [x] Expected 1 space after asterisk; 4 found 452 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 461 | ERROR | [x] Expected 1 space after asterisk; 4 found 461 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 461 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 461 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 462 | ERROR | [x] Expected 1 space after asterisk; 4 found 462 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 464 | ERROR | [x] Expected 1 space after asterisk; 4 found 464 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 478 | ERROR | [x] Expected 1 space after asterisk; 4 found 478 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 478 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 479 | ERROR | [x] Expected 1 space after asterisk; 4 found 480 | ERROR | [ ] Missing @category tag in class comment 480 | ERROR | [ ] Missing @author tag in class comment 480 | ERROR | [ ] Missing @license tag in class comment 480 | ERROR | [ ] Missing @link tag in class comment 483 | ERROR | [ ] Private member variable "value" must be prefixed with an | | underscore 487 | ERROR | [x] Expected 1 space after asterisk; 4 found 487 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 487 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 487 | ERROR | [x] Expected 3 spaces after parameter name; 7 found 487 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 488 | ERROR | [x] Expected 1 space after asterisk; 4 found 488 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 488 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 489 | ERROR | [x] Expected 1 space after asterisk; 4 found 489 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 499 | ERROR | [x] Expected 1 space after asterisk; 4 found 499 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 499 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 499 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 500 | ERROR | [x] Expected 1 space after asterisk; 4 found 500 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 501 | ERROR | [x] Expected 1 space after asterisk; 4 found 501 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 510 | ERROR | [x] Expected 1 space after asterisk; 4 found 510 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 510 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 510 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 511 | ERROR | [x] Expected 1 space after asterisk; 4 found 511 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 513 | ERROR | [x] Expected 1 space after asterisk; 4 found 513 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 518 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 528 | ERROR | [x] Expected 1 space after asterisk; 4 found 528 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 528 | ERROR | [x] Expected 8 spaces after parameter type; 1 found 528 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 528 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 529 | ERROR | [x] Expected 1 space after asterisk; 4 found 529 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 530 | ERROR | [x] Expected 1 space after asterisk; 4 found 530 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 532 | ERROR | [x] Expected 1 space after asterisk; 4 found 532 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 534 | ERROR | [x] Opening brace should be on a new line 541 | ERROR | [x] Expected 1 space after asterisk; 4 found 541 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 542 | ERROR | [x] Expected 1 space after asterisk; 4 found 544 | ERROR | [x] Opening brace should be on a new line 555 | ERROR | [x] Expected 1 space after asterisk; 4 found 555 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 555 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 556 | ERROR | [x] Expected 1 space after asterisk; 4 found 557 | ERROR | [ ] Missing @category tag in class comment 557 | ERROR | [ ] Missing @author tag in class comment 557 | ERROR | [ ] Missing @license tag in class comment 557 | ERROR | [ ] Missing @link tag in class comment 562 | ERROR | [x] Expected 1 space after asterisk; 4 found 562 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 562 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 562 | ERROR | [x] Expected 3 spaces after parameter name; 7 found 562 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 563 | ERROR | [x] Expected 1 space after asterisk; 4 found 563 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 563 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 564 | ERROR | [x] Expected 1 space after asterisk; 4 found 564 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 574 | ERROR | [x] Expected 1 space after asterisk; 4 found 574 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 574 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 574 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 575 | ERROR | [x] Expected 1 space after asterisk; 4 found 575 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 576 | ERROR | [x] Expected 1 space after asterisk; 4 found 576 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 585 | ERROR | [x] Expected 1 space after asterisk; 4 found 585 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 585 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 585 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 586 | ERROR | [x] Expected 1 space after asterisk; 4 found 586 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 588 | ERROR | [x] Expected 1 space after asterisk; 4 found 588 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 594 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 596 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 599 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 606 | ERROR | [x] Expected 1 space after asterisk; 4 found 606 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 606 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 607 | ERROR | [x] Expected 1 space after asterisk; 4 found 608 | ERROR | [ ] Missing @category tag in class comment 608 | ERROR | [ ] Missing @author tag in class comment 608 | ERROR | [ ] Missing @license tag in class comment 608 | ERROR | [ ] Missing @link tag in class comment 613 | ERROR | [x] Expected 1 space after asterisk; 4 found 613 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 613 | ERROR | [x] Expected 2 spaces after parameter type; 1 found 613 | ERROR | [x] Expected 3 spaces after parameter name; 8 found 613 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 614 | ERROR | [x] Expected 1 space after asterisk; 4 found 614 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 614 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 615 | ERROR | [x] Expected 1 space after asterisk; 4 found 615 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 625 | ERROR | [x] Expected 1 space after asterisk; 4 found 625 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 625 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 625 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 626 | ERROR | [x] Expected 1 space after asterisk; 4 found 626 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 627 | ERROR | [x] Expected 1 space after asterisk; 4 found 627 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 636 | ERROR | [x] Expected 1 space after asterisk; 4 found 636 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 636 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 636 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 637 | ERROR | [x] Expected 1 space after asterisk; 4 found 637 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 639 | ERROR | [x] Expected 1 space after asterisk; 4 found 639 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 646 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 648 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 655 | ERROR | [x] Expected 1 space after asterisk; 4 found 655 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 655 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 656 | ERROR | [x] Expected 1 space after asterisk; 4 found 657 | ERROR | [ ] Missing @category tag in class comment 657 | ERROR | [ ] Missing @author tag in class comment 657 | ERROR | [ ] Missing @license tag in class comment 657 | ERROR | [ ] Missing @link tag in class comment 660 | ERROR | [ ] Private member variable "pattern" must be prefixed with an | | underscore 664 | ERROR | [x] Expected 1 space after asterisk; 4 found 664 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 664 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 664 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 665 | ERROR | [x] Expected 1 space after asterisk; 4 found 665 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 665 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 666 | ERROR | [x] Expected 1 space after asterisk; 4 found 666 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 676 | ERROR | [x] Expected 1 space after asterisk; 4 found 676 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 677 | ERROR | [x] Expected 1 space after asterisk; 4 found 687 | ERROR | [x] Expected 1 space after asterisk; 4 found 687 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 687 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 687 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 688 | ERROR | [x] Expected 1 space after asterisk; 4 found 688 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 689 | ERROR | [x] Expected 1 space after asterisk; 4 found 689 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 698 | ERROR | [x] Expected 1 space after asterisk; 4 found 698 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 698 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 698 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 699 | ERROR | [x] Expected 1 space after asterisk; 4 found 699 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 701 | ERROR | [x] Expected 1 space after asterisk; 4 found 701 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 718 | ERROR | [x] Expected 1 space after asterisk; 4 found 718 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 718 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 719 | ERROR | [x] Expected 1 space after asterisk; 4 found 719 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 720 | ERROR | [x] Expected 1 space after asterisk; 4 found 720 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 737 | ERROR | [x] Expected 1 space after asterisk; 4 found 737 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 737 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 738 | ERROR | [x] Expected 1 space after asterisk; 4 found 739 | ERROR | [ ] Missing @category tag in class comment 739 | ERROR | [ ] Missing @author tag in class comment 739 | ERROR | [ ] Missing @license tag in class comment 739 | ERROR | [ ] Missing @link tag in class comment 744 | ERROR | [x] Expected 1 space after asterisk; 4 found 744 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 744 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 744 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 745 | ERROR | [x] Expected 1 space after asterisk; 4 found 745 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 745 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 746 | ERROR | [x] Expected 1 space after asterisk; 4 found 746 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 756 | ERROR | [x] Expected 1 space after asterisk; 4 found 756 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 756 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 756 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 757 | ERROR | [x] Expected 1 space after asterisk; 4 found 757 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 758 | ERROR | [x] Expected 1 space after asterisk; 4 found 758 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 767 | ERROR | [x] Expected 1 space after asterisk; 4 found 767 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 767 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 767 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 768 | ERROR | [x] Expected 1 space after asterisk; 4 found 768 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 770 | ERROR | [x] Expected 1 space after asterisk; 4 found 770 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 787 | ERROR | [x] Expected 1 space after asterisk; 6 found 787 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 787 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 788 | ERROR | [x] Expected 1 space after asterisk; 6 found 789 | ERROR | [ ] Missing @category tag in class comment 789 | ERROR | [ ] Missing @author tag in class comment 789 | ERROR | [ ] Missing @license tag in class comment 789 | ERROR | [ ] Missing @link tag in class comment 792 | ERROR | [ ] Private member variable "type" must be prefixed with an | | underscore 796 | ERROR | [x] Expected 1 space after asterisk; 4 found 796 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 796 | ERROR | [x] Expected 4 spaces after parameter name; 7 found 796 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 797 | ERROR | [x] Expected 1 space after asterisk; 4 found 797 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 797 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 798 | ERROR | [x] Expected 1 space after asterisk; 4 found 798 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 808 | ERROR | [x] Expected 1 space after asterisk; 4 found 808 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 809 | ERROR | [x] Expected 1 space after asterisk; 4 found 819 | ERROR | [x] Expected 1 space after asterisk; 4 found 819 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 819 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 819 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 820 | ERROR | [x] Expected 1 space after asterisk; 4 found 820 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 821 | ERROR | [x] Expected 1 space after asterisk; 4 found 821 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 838 | ERROR | [x] Expected 1 space after asterisk; 4 found 838 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 838 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 839 | ERROR | [x] Expected 1 space after asterisk; 4 found 839 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 840 | ERROR | [x] Expected 1 space after asterisk; 4 found 840 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 854 | ERROR | [x] Expected 1 space after asterisk; 4 found 854 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 854 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 854 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 855 | ERROR | [x] Expected 1 space after asterisk; 4 found 855 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 857 | ERROR | [x] Expected 1 space after asterisk; 4 found 857 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 870 | ERROR | [x] Expected 1 space after asterisk; 6 found 870 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 870 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 871 | ERROR | [x] Expected 1 space after asterisk; 6 found 872 | ERROR | [ ] Missing @category tag in class comment 872 | ERROR | [ ] Missing @author tag in class comment 872 | ERROR | [ ] Missing @license tag in class comment 872 | ERROR | [ ] Missing @link tag in class comment 875 | ERROR | [ ] Private member variable "type" must be prefixed with an | | underscore 879 | ERROR | [x] Expected 1 space after asterisk; 4 found 879 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 879 | ERROR | [x] Expected 4 spaces after parameter name; 7 found 879 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 880 | ERROR | [x] Expected 1 space after asterisk; 4 found 880 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 880 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 881 | ERROR | [x] Expected 1 space after asterisk; 4 found 881 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 891 | ERROR | [x] Expected 1 space after asterisk; 4 found 891 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 891 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 891 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 892 | ERROR | [x] Expected 1 space after asterisk; 4 found 892 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 893 | ERROR | [x] Expected 1 space after asterisk; 4 found 893 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 902 | ERROR | [x] Expected 1 space after asterisk; 4 found 902 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 902 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 902 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 903 | ERROR | [x] Expected 1 space after asterisk; 4 found 903 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 905 | ERROR | [x] Expected 1 space after asterisk; 4 found 905 | ERROR | [ ] Tag @access cannot be grouped with parameter tags in a doc | | comment 917 | ERROR | [x] Expected 1 space after asterisk; 4 found 917 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 917 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 918 | ERROR | [x] Expected 1 space after asterisk; 4 found 919 | ERROR | [ ] Missing @category tag in class comment 919 | ERROR | [ ] Missing @author tag in class comment 919 | ERROR | [ ] Missing @license tag in class comment 919 | ERROR | [ ] Missing @link tag in class comment 922 | ERROR | [ ] Private member variable "method" must be prefixed with an | | underscore 926 | ERROR | [x] Expected 1 space after asterisk; 4 found 926 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 926 | ERROR | [x] Expected 2 spaces after parameter name; 5 found 926 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 927 | ERROR | [x] Expected 1 space after asterisk; 4 found 927 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 927 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 928 | ERROR | [x] Expected 1 space after asterisk; 4 found 928 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 938 | ERROR | [x] Expected 1 space after asterisk; 4 found 938 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 938 | ERROR | [x] Expected 1 spaces after parameter name; 8 found 938 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 939 | ERROR | [x] Expected 1 space after asterisk; 4 found 939 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 943 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 948 | ERROR | [x] Expected 1 space after asterisk; 4 found 948 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 948 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 948 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 949 | ERROR | [x] Expected 1 space after asterisk; 4 found 949 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 956 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 966 | ERROR | [x] Expected 1 space after asterisk; 4 found 966 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 966 | ERROR | [x] Tag value for @package tag indented incorrectly; expected 4 | | spaces but found 1 967 | ERROR | [x] Expected 1 space after asterisk; 4 found 968 | ERROR | [ ] Missing @category tag in class comment 968 | ERROR | [ ] Missing @author tag in class comment 968 | ERROR | [ ] Missing @license tag in class comment 968 | ERROR | [ ] Missing @link tag in class comment 971 | ERROR | [ ] Private member variable "name" must be prefixed with an | | underscore 973 | ERROR | [ ] Doc comment for parameter "$name" missing 973 | ERROR | [ ] Doc comment for parameter "$expected" missing 975 | ERROR | [x] Expected 1 space after asterisk; 4 found 975 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 975 | ERROR | [ ] Doc comment for parameter $method does not match actual | | variable name $name 975 | ERROR | [x] Expected 2 spaces after parameter name; 5 found 975 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 976 | ERROR | [x] Expected 1 space after asterisk; 4 found 976 | ERROR | [ ] Doc comment for parameter $message does not match actual | | variable name $expected 976 | ERROR | [x] Expected 1 spaces after parameter name; 4 found 976 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 977 | ERROR | [x] Expected 1 space after asterisk; 4 found 977 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 987 | ERROR | [x] Expected 1 space after asterisk; 4 found 987 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 987 | ERROR | [x] Expected 1 spaces after parameter name; 9 found 987 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 988 | ERROR | [x] Expected 1 space after asterisk; 4 found 988 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 998 | ERROR | [ ] Doc comment for parameter "$actual" missing 1000 | ERROR | [x] Expected 1 space after asterisk; 4 found 1000 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1000 | ERROR | [ ] Doc comment for parameter $compare does not match actual | | variable name $actual 1000 | ERROR | [x] Expected 1 spaces after parameter name; 6 found 1000 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1001 | ERROR | [x] Expected 1 space after asterisk; 4 found 1001 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1011 | ERROR | [x] Expected 1 space after asterisk; 4 found 1011 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1011 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1012 | ERROR | [x] Expected 1 space after asterisk; 4 found 1012 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1013 | ERROR | [x] Expected 1 space after asterisk; 4 found 1013 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1015 | ERROR | [ ] Private method name "MemberExpectation::getProperty" must be | | prefixed with an underscore 1031 | ERROR | [x] Expected 1 space after asterisk; 4 found 1031 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1031 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1032 | ERROR | [x] Expected 1 space after asterisk; 4 found 1032 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1033 | ERROR | [x] Expected 1 space after asterisk; 4 found 1033 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 1035 | ERROR | [ ] Private method name | | "MemberExpectation::getPrivatePropertyNoMatterWhat" must be | | prefixed with an underscore 1047 | ERROR | [x] Expected 1 space after asterisk; 4 found 1047 | ERROR | [x] There must be exactly one blank line before the tags in a | | doc comment 1047 | ERROR | [x] Expected 1 spaces after parameter name; 5 found 1047 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 2 | | spaces but found 1 1048 | ERROR | [x] Expected 1 space after asterisk; 4 found 1048 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 499 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/composer/autoload_namespaces.php ---------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ---------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ---------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/composer/autoload_real.php ----------------------------------------------------------------------------------- FOUND 10 ERRORS AND 5 WARNINGS AFFECTING 15 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 5 | ERROR | [ ] You must use "/**" style comments for a class comment 7 | ERROR | [ ] Private member variable "loader" must be prefixed with an | | underscore 9 | ERROR | [ ] Missing doc comment for function loadClassLoader() 12 | ERROR | [x] File is being conditionally included; use "include" instead 16 | ERROR | [ ] Missing short description in doc comment 25 | WARNING | [ ] Line exceeds 85 characters; contains 126 characters 26 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 27 | WARNING | [ ] Line exceeds 85 characters; contains 116 characters 29 | ERROR | [x] File is being conditionally included; use "include" instead 30 | WARNING | [ ] Line exceeds 85 characters; contains 119 characters 34 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 35 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 39 | ERROR | [x] File is being conditionally included; use "include" instead 41 | ERROR | [x] Closing parenthesis of a multi-line function call must be on a | | line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/composer/autoload_psr4.php ---------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ---------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment ---------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/composer/ClassLoader.php ----------------------------------------------------------------------------------- FOUND 62 ERRORS AND 12 WARNINGS AFFECTING 60 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 42 | ERROR | [ ] Missing @category tag in class comment 42 | ERROR | [ ] Missing @package tag in class comment 42 | ERROR | [ ] Missing @license tag in class comment 42 | ERROR | [ ] Missing @link tag in class comment 45 | ERROR | [x] The open comment tag must be the only content on the line 45 | ERROR | [ ] Missing short description in doc comment 45 | ERROR | [x] The close comment tag must be the only content on the line 46 | ERROR | [ ] Private member variable "includeFile" must be prefixed with | | an underscore 48 | ERROR | [x] The open comment tag must be the only content on the line 48 | ERROR | [ ] Missing short description in doc comment 48 | ERROR | [x] The close comment tag must be the only content on the line 49 | ERROR | [ ] Private member variable "vendorDir" must be prefixed with an | | underscore 52 | ERROR | [ ] Missing short description in doc comment 55 | ERROR | [ ] Private member variable "prefixLengthsPsr4" must be prefixed | | with an underscore 56 | ERROR | [ ] Missing short description in doc comment 59 | ERROR | [ ] Private member variable "prefixDirsPsr4" must be prefixed | | with an underscore 60 | ERROR | [ ] Missing short description in doc comment 63 | ERROR | [ ] Private member variable "fallbackDirsPsr4" must be prefixed | | with an underscore 69 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 73 | ERROR | [ ] Private member variable "prefixesPsr0" must be prefixed with | | an underscore 74 | ERROR | [ ] Missing short description in doc comment 77 | ERROR | [ ] Private member variable "fallbackDirsPsr0" must be prefixed | | with an underscore 79 | ERROR | [x] The open comment tag must be the only content on the line 79 | ERROR | [ ] Missing short description in doc comment 79 | ERROR | [x] The close comment tag must be the only content on the line 80 | ERROR | [ ] Private member variable "useIncludePath" must be prefixed | | with an underscore 82 | ERROR | [ ] Missing short description in doc comment 85 | ERROR | [ ] Private member variable "classMap" must be prefixed with an | | underscore 87 | ERROR | [x] The open comment tag must be the only content on the line 87 | ERROR | [ ] Missing short description in doc comment 87 | ERROR | [x] The close comment tag must be the only content on the line 88 | ERROR | [ ] Private member variable "classMapAuthoritative" must be | | prefixed with an underscore 90 | ERROR | [ ] Missing short description in doc comment 93 | ERROR | [ ] Private member variable "missingClasses" must be prefixed | | with an underscore 95 | ERROR | [x] The open comment tag must be the only content on the line 95 | ERROR | [ ] Missing short description in doc comment 95 | ERROR | [x] The close comment tag must be the only content on the line 96 | ERROR | [ ] Private member variable "apcuPrefix" must be prefixed with an | | underscore 98 | ERROR | [ ] Missing short description in doc comment 101 | ERROR | [ ] Private member variable "registeredLoaders" must be prefixed | | with an underscore 103 | ERROR | [ ] Missing short description in doc comment 104 | ERROR | [ ] Missing parameter comment 112 | ERROR | [ ] Missing short description in doc comment 118 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 124 | ERROR | [ ] Missing short description in doc comment 132 | ERROR | [ ] Missing short description in doc comment 140 | ERROR | [ ] Missing short description in doc comment 148 | ERROR | [ ] Missing short description in doc comment 156 | ERROR | [ ] Missing short description in doc comment 250 | WARNING | [ ] Line exceeds 85 characters; contains 117 characters 305 | WARNING | [ ] Line exceeds 85 characters; contains 117 characters 315 | ERROR | [ ] Missing parameter comment 339 | ERROR | [ ] Missing parameter comment 359 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 361 | ERROR | [ ] Missing parameter comment 367 | WARNING | [ ] Line exceeds 85 characters; contains 142 characters 396 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 420 | ERROR | [x] Expected 1 spaces after parameter type; 4 found 421 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 478 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 487 | ERROR | [ ] Missing short description in doc comment 490 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 492 | ERROR | [ ] Private method name "ClassLoader::findFileWithExtension" must | | be prefixed with an underscore 504 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 525 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 535 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 551 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 558 | ERROR | [ ] Missing short description in doc comment 561 | ERROR | [ ] Private method name "ClassLoader::initializeIncludeClosure" | | must be prefixed with an underscore 573 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 575 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 575 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 577 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/composer/installed.php ---------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ---------------------------------------------------------------------- 1 | ERROR | Missing file doc comment ---------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/composer/InstalledVersions.php ----------------------------------------------------------------------------------- FOUND 62 ERRORS AND 43 WARNINGS AFFECTING 84 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 26 | ERROR | [ ] Missing @category tag in class comment 26 | ERROR | [ ] Missing @package tag in class comment 26 | ERROR | [ ] Missing @author tag in class comment 26 | ERROR | [ ] Missing @license tag in class comment 26 | ERROR | [ ] Missing @link tag in class comment 29 | ERROR | [ ] Missing short description in doc comment 30 | ERROR | [x] Tag value for @var tag indented incorrectly; expected 7 | | spaces but found 1 31 | WARNING | [ ] Line exceeds 85 characters; contains 417 characters 33 | ERROR | [ ] Private member variable "installed" must be prefixed with an | | underscore 35 | ERROR | [ ] Missing short description in doc comment 38 | ERROR | [ ] Private member variable "canGetVendors" must be prefixed with | | an underscore 40 | ERROR | [ ] Missing short description in doc comment 41 | ERROR | [x] Tag value for @var tag indented incorrectly; expected 7 | | spaces but found 1 42 | WARNING | [ ] Line exceeds 85 characters; contains 419 characters 44 | ERROR | [ ] Private member variable "installedByVendor" must be prefixed | | with an underscore 47 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 49 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 7 | | spaces but found 1 63 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 69 | ERROR | [ ] Missing parameter comment 69 | ERROR | [x] Expected 1 spaces after parameter type; 3 found 69 | ERROR | [x] Tag value for @param tag indented incorrectly; expected 8 | | spaces but found 2 70 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 70 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 7 | | spaces but found 1 71 | ERROR | [ ] Tag @psalm-return cannot be grouped with parameter tags in a | | doc comment 91 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 93 | ERROR | [ ] Missing parameter comment 94 | ERROR | [ ] Missing parameter comment 95 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 101 | WARNING | [ ] Line exceeds 85 characters; contains 183 characters 111 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 111 | ERROR | [ ] Doc comment long description must start with a capital letter 115 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 116 | ERROR | [ ] Missing parameter comment 117 | WARNING | [ ] Line exceeds 85 characters; contains 158 characters 118 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 120 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 129 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 131 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 132 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 134 | ERROR | [ ] Missing parameter comment 135 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 149 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 152 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 155 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 161 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 164 | ERROR | [ ] Missing short description in doc comment 165 | ERROR | [ ] Missing parameter comment 165 | ERROR | [x] Expected 1 spaces after parameter type; 6 found 166 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 166 | WARNING | [ ] Line exceeds 85 characters; contains 218 characters 182 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 185 | ERROR | [ ] Missing short description in doc comment 186 | ERROR | [ ] Missing parameter comment 186 | ERROR | [x] Expected 1 spaces after parameter type; 6 found 187 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 187 | WARNING | [ ] Line exceeds 85 characters; contains 218 characters 203 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 206 | ERROR | [ ] Missing short description in doc comment 207 | ERROR | [ ] Missing parameter comment 207 | ERROR | [x] Expected 1 spaces after parameter type; 6 found 208 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 208 | WARNING | [ ] Line exceeds 85 characters; contains 135 characters 224 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 227 | ERROR | [ ] Missing short description in doc comment 228 | ERROR | [ ] Missing parameter comment 228 | ERROR | [x] Expected 1 spaces after parameter type; 6 found 229 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 229 | WARNING | [ ] Line exceeds 85 characters; contains 200 characters 238 | WARNING | [ ] Line exceeds 85 characters; contains 141 characters 241 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 244 | ERROR | [ ] Missing short description in doc comment 245 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 7 | | spaces but found 1 246 | WARNING | [ ] Line exceeds 85 characters; contains 171 characters 258 | ERROR | [x] Tag value for @deprecated tag indented incorrectly; expected | | 3 spaces but found 1 258 | WARNING | [ ] Line exceeds 85 characters; contains 201 characters 259 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 7 | | spaces but found 1 260 | WARNING | [ ] Line exceeds 85 characters; contains 407 characters 264 | WARNING | [ ] Line exceeds 85 characters; contains 228 characters 267 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 268 | WARNING | [ ] Line exceeds 85 characters; contains 134 characters 280 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 282 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 7 | | spaces but found 1 283 | WARNING | [ ] Line exceeds 85 characters; contains 413 characters 294 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 295 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 299 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 304 | ERROR | [ ] Tag @return cannot be grouped with parameter tags in a doc | | comment 306 | WARNING | [ ] Line exceeds 85 characters; contains 412 characters 314 | ERROR | [ ] Missing short description in doc comment 315 | ERROR | [x] Tag value for @return tag indented incorrectly; expected 7 | | spaces but found 1 316 | WARNING | [ ] Line exceeds 85 characters; contains 413 characters 318 | ERROR | [ ] Private method name "InstalledVersions::getInstalled" must be | | prefixed with an underscore 321 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 331 | ERROR | [x] The open comment tag must be the only content on the line 331 | ERROR | [ ] Missing short description in doc comment 331 | ERROR | [x] The close comment tag must be the only content on the line 332 | ERROR | [x] File is being conditionally included; use "include" instead 334 | WARNING | [ ] Line exceeds 85 characters; contains 126 characters 342 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 343 | WARNING | [ ] Line exceeds 85 characters; contains 134 characters 345 | ERROR | [x] The open comment tag must be the only content on the line 345 | ERROR | [ ] Missing short description in doc comment 345 | ERROR | [x] The close comment tag must be the only content on the line 346 | ERROR | [x] File is being conditionally included; use "include" instead ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 21 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/composer/autoload_classmap.php ---------------------------------------------------------------------- FOUND 1 ERROR AND 236 WARNINGS AFFECTING 237 LINES ---------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment 10 | WARNING | Line exceeds 85 characters; contains 101 characters 11 | WARNING | Line exceeds 85 characters; contains 103 characters 12 | WARNING | Line exceeds 85 characters; contains 105 characters 13 | WARNING | Line exceeds 85 characters; contains 100 characters 14 | WARNING | Line exceeds 85 characters; contains 116 characters 15 | WARNING | Line exceeds 85 characters; contains 97 characters 16 | WARNING | Line exceeds 85 characters; contains 106 characters 17 | WARNING | Line exceeds 85 characters; contains 101 characters 18 | WARNING | Line exceeds 85 characters; contains 89 characters 19 | WARNING | Line exceeds 85 characters; contains 106 characters 20 | WARNING | Line exceeds 85 characters; contains 98 characters 21 | WARNING | Line exceeds 85 characters; contains 93 characters 22 | WARNING | Line exceeds 85 characters; contains 93 characters 23 | WARNING | Line exceeds 85 characters; contains 103 characters 24 | WARNING | Line exceeds 85 characters; contains 99 characters 26 | WARNING | Line exceeds 85 characters; contains 92 characters 27 | WARNING | Line exceeds 85 characters; contains 99 characters 32 | WARNING | Line exceeds 85 characters; contains 98 characters 33 | WARNING | Line exceeds 85 characters; contains 93 characters 34 | WARNING | Line exceeds 85 characters; contains 107 characters 35 | WARNING | Line exceeds 85 characters; contains 99 characters 36 | WARNING | Line exceeds 85 characters; contains 91 characters 37 | WARNING | Line exceeds 85 characters; contains 104 characters 38 | WARNING | Line exceeds 85 characters; contains 95 characters 39 | WARNING | Line exceeds 85 characters; contains 94 characters 41 | WARNING | Line exceeds 85 characters; contains 94 characters 42 | WARNING | Line exceeds 85 characters; contains 96 characters 43 | WARNING | Line exceeds 85 characters; contains 110 characters 44 | WARNING | Line exceeds 85 characters; contains 124 characters 45 | WARNING | Line exceeds 85 characters; contains 113 characters 46 | WARNING | Line exceeds 85 characters; contains 127 characters 47 | WARNING | Line exceeds 85 characters; contains 106 characters 48 | WARNING | Line exceeds 85 characters; contains 120 characters 49 | WARNING | Line exceeds 85 characters; contains 99 characters 50 | WARNING | Line exceeds 85 characters; contains 100 characters 51 | WARNING | Line exceeds 85 characters; contains 114 characters 52 | WARNING | Line exceeds 85 characters; contains 102 characters 53 | WARNING | Line exceeds 85 characters; contains 98 characters 54 | WARNING | Line exceeds 85 characters; contains 96 characters 56 | WARNING | Line exceeds 85 characters; contains 96 characters 60 | WARNING | Line exceeds 85 characters; contains 87 characters 61 | WARNING | Line exceeds 85 characters; contains 95 characters 62 | WARNING | Line exceeds 85 characters; contains 86 characters 63 | WARNING | Line exceeds 85 characters; contains 93 characters 69 | WARNING | Line exceeds 85 characters; contains 94 characters 70 | WARNING | Line exceeds 85 characters; contains 89 characters 72 | WARNING | Line exceeds 85 characters; contains 89 characters 73 | WARNING | Line exceeds 85 characters; contains 94 characters 76 | WARNING | Line exceeds 85 characters; contains 92 characters 80 | WARNING | Line exceeds 85 characters; contains 88 characters 82 | WARNING | Line exceeds 85 characters; contains 109 characters 83 | WARNING | Line exceeds 85 characters; contains 100 characters 84 | WARNING | Line exceeds 85 characters; contains 98 characters 85 | WARNING | Line exceeds 85 characters; contains 108 characters 86 | WARNING | Line exceeds 85 characters; contains 90 characters 88 | WARNING | Line exceeds 85 characters; contains 88 characters 89 | WARNING | Line exceeds 85 characters; contains 92 characters 91 | WARNING | Line exceeds 85 characters; contains 87 characters 92 | WARNING | Line exceeds 85 characters; contains 92 characters 95 | WARNING | Line exceeds 85 characters; contains 92 characters 96 | WARNING | Line exceeds 85 characters; contains 99 characters 99 | WARNING | Line exceeds 85 characters; contains 88 characters 104 | WARNING | Line exceeds 85 characters; contains 86 characters 110 | WARNING | Line exceeds 85 characters; contains 87 characters 111 | WARNING | Line exceeds 85 characters; contains 93 characters 112 | WARNING | Line exceeds 85 characters; contains 91 characters 113 | WARNING | Line exceeds 85 characters; contains 88 characters 114 | WARNING | Line exceeds 85 characters; contains 94 characters 115 | WARNING | Line exceeds 85 characters; contains 108 characters 116 | WARNING | Line exceeds 85 characters; contains 86 characters 118 | WARNING | Line exceeds 85 characters; contains 86 characters 119 | WARNING | Line exceeds 85 characters; contains 89 characters 120 | WARNING | Line exceeds 85 characters; contains 89 characters 121 | WARNING | Line exceeds 85 characters; contains 94 characters 122 | WARNING | Line exceeds 85 characters; contains 92 characters 125 | WARNING | Line exceeds 85 characters; contains 88 characters 127 | WARNING | Line exceeds 85 characters; contains 93 characters 130 | WARNING | Line exceeds 85 characters; contains 97 characters 131 | WARNING | Line exceeds 85 characters; contains 114 characters 132 | WARNING | Line exceeds 85 characters; contains 102 characters 134 | WARNING | Line exceeds 85 characters; contains 95 characters 135 | WARNING | Line exceeds 85 characters; contains 88 characters 137 | WARNING | Line exceeds 85 characters; contains 89 characters 138 | WARNING | Line exceeds 85 characters; contains 95 characters 142 | WARNING | Line exceeds 85 characters; contains 86 characters 157 | WARNING | Line exceeds 85 characters; contains 92 characters 160 | WARNING | Line exceeds 85 characters; contains 115 characters 161 | WARNING | Line exceeds 85 characters; contains 129 characters 171 | WARNING | Line exceeds 85 characters; contains 93 characters 175 | WARNING | Line exceeds 85 characters; contains 120 characters 182 | WARNING | Line exceeds 85 characters; contains 103 characters 183 | WARNING | Line exceeds 85 characters; contains 106 characters 191 | WARNING | Line exceeds 85 characters; contains 105 characters 220 | WARNING | Line exceeds 85 characters; contains 114 characters 232 | WARNING | Line exceeds 85 characters; contains 97 characters 234 | WARNING | Line exceeds 85 characters; contains 89 characters 236 | WARNING | Line exceeds 85 characters; contains 104 characters 247 | WARNING | Line exceeds 85 characters; contains 101 characters 249 | WARNING | Line exceeds 85 characters; contains 86 characters 251 | WARNING | Line exceeds 85 characters; contains 112 characters 252 | WARNING | Line exceeds 85 characters; contains 96 characters 253 | WARNING | Line exceeds 85 characters; contains 100 characters 254 | WARNING | Line exceeds 85 characters; contains 96 characters 255 | WARNING | Line exceeds 85 characters; contains 92 characters 257 | WARNING | Line exceeds 85 characters; contains 87 characters 258 | WARNING | Line exceeds 85 characters; contains 93 characters 259 | WARNING | Line exceeds 85 characters; contains 89 characters 260 | WARNING | Line exceeds 85 characters; contains 93 characters 261 | WARNING | Line exceeds 85 characters; contains 93 characters 262 | WARNING | Line exceeds 85 characters; contains 109 characters 263 | WARNING | Line exceeds 85 characters; contains 97 characters 265 | WARNING | Line exceeds 85 characters; contains 87 characters 266 | WARNING | Line exceeds 85 characters; contains 104 characters 267 | WARNING | Line exceeds 85 characters; contains 99 characters 268 | WARNING | Line exceeds 85 characters; contains 95 characters 269 | WARNING | Line exceeds 85 characters; contains 134 characters 270 | WARNING | Line exceeds 85 characters; contains 86 characters 273 | WARNING | Line exceeds 85 characters; contains 113 characters 276 | WARNING | Line exceeds 85 characters; contains 89 characters 278 | WARNING | Line exceeds 85 characters; contains 92 characters 279 | WARNING | Line exceeds 85 characters; contains 88 characters 283 | WARNING | Line exceeds 85 characters; contains 99 characters 284 | WARNING | Line exceeds 85 characters; contains 119 characters 285 | WARNING | Line exceeds 85 characters; contains 92 characters 286 | WARNING | Line exceeds 85 characters; contains 103 characters 287 | WARNING | Line exceeds 85 characters; contains 100 characters 288 | WARNING | Line exceeds 85 characters; contains 95 characters 289 | WARNING | Line exceeds 85 characters; contains 90 characters 292 | WARNING | Line exceeds 85 characters; contains 98 characters 293 | WARNING | Line exceeds 85 characters; contains 90 characters 296 | WARNING | Line exceeds 85 characters; contains 96 characters 297 | WARNING | Line exceeds 85 characters; contains 107 characters 298 | WARNING | Line exceeds 85 characters; contains 97 characters 299 | WARNING | Line exceeds 85 characters; contains 88 characters 301 | WARNING | Line exceeds 85 characters; contains 92 characters 302 | WARNING | Line exceeds 85 characters; contains 106 characters 303 | WARNING | Line exceeds 85 characters; contains 102 characters 305 | WARNING | Line exceeds 85 characters; contains 88 characters 306 | WARNING | Line exceeds 85 characters; contains 92 characters 309 | WARNING | Line exceeds 85 characters; contains 88 characters 310 | WARNING | Line exceeds 85 characters; contains 97 characters 311 | WARNING | Line exceeds 85 characters; contains 94 characters 312 | WARNING | Line exceeds 85 characters; contains 90 characters 313 | WARNING | Line exceeds 85 characters; contains 119 characters 316 | WARNING | Line exceeds 85 characters; contains 89 characters 318 | WARNING | Line exceeds 85 characters; contains 92 characters 319 | WARNING | Line exceeds 85 characters; contains 89 characters 320 | WARNING | Line exceeds 85 characters; contains 92 characters 321 | WARNING | Line exceeds 85 characters; contains 97 characters 322 | WARNING | Line exceeds 85 characters; contains 90 characters 323 | WARNING | Line exceeds 85 characters; contains 90 characters 324 | WARNING | Line exceeds 85 characters; contains 121 characters 325 | WARNING | Line exceeds 85 characters; contains 91 characters 326 | WARNING | Line exceeds 85 characters; contains 107 characters 327 | WARNING | Line exceeds 85 characters; contains 90 characters 328 | WARNING | Line exceeds 85 characters; contains 100 characters 329 | WARNING | Line exceeds 85 characters; contains 100 characters 330 | WARNING | Line exceeds 85 characters; contains 110 characters 331 | WARNING | Line exceeds 85 characters; contains 92 characters 332 | WARNING | Line exceeds 85 characters; contains 92 characters 333 | WARNING | Line exceeds 85 characters; contains 95 characters 334 | WARNING | Line exceeds 85 characters; contains 96 characters 335 | WARNING | Line exceeds 85 characters; contains 95 characters 336 | WARNING | Line exceeds 85 characters; contains 96 characters 337 | WARNING | Line exceeds 85 characters; contains 97 characters 338 | WARNING | Line exceeds 85 characters; contains 105 characters 339 | WARNING | Line exceeds 85 characters; contains 95 characters 340 | WARNING | Line exceeds 85 characters; contains 93 characters 341 | WARNING | Line exceeds 85 characters; contains 92 characters 342 | WARNING | Line exceeds 85 characters; contains 92 characters 343 | WARNING | Line exceeds 85 characters; contains 112 characters 344 | WARNING | Line exceeds 85 characters; contains 91 characters 346 | WARNING | Line exceeds 85 characters; contains 91 characters 348 | WARNING | Line exceeds 85 characters; contains 90 characters 349 | WARNING | Line exceeds 85 characters; contains 106 characters 350 | WARNING | Line exceeds 85 characters; contains 104 characters 352 | WARNING | Line exceeds 85 characters; contains 86 characters 353 | WARNING | Line exceeds 85 characters; contains 92 characters 354 | WARNING | Line exceeds 85 characters; contains 102 characters 355 | WARNING | Line exceeds 85 characters; contains 92 characters 357 | WARNING | Line exceeds 85 characters; contains 97 characters 358 | WARNING | Line exceeds 85 characters; contains 98 characters 359 | WARNING | Line exceeds 85 characters; contains 93 characters 361 | WARNING | Line exceeds 85 characters; contains 94 characters 362 | WARNING | Line exceeds 85 characters; contains 88 characters 363 | WARNING | Line exceeds 85 characters; contains 87 characters 364 | WARNING | Line exceeds 85 characters; contains 108 characters 367 | WARNING | Line exceeds 85 characters; contains 88 characters 369 | WARNING | Line exceeds 85 characters; contains 89 characters 370 | WARNING | Line exceeds 85 characters; contains 94 characters 371 | WARNING | Line exceeds 85 characters; contains 107 characters 372 | WARNING | Line exceeds 85 characters; contains 93 characters 373 | WARNING | Line exceeds 85 characters; contains 103 characters 376 | WARNING | Line exceeds 85 characters; contains 94 characters 377 | WARNING | Line exceeds 85 characters; contains 93 characters 378 | WARNING | Line exceeds 85 characters; contains 94 characters 379 | WARNING | Line exceeds 85 characters; contains 130 characters 380 | WARNING | Line exceeds 85 characters; contains 140 characters 381 | WARNING | Line exceeds 85 characters; contains 99 characters 382 | WARNING | Line exceeds 85 characters; contains 92 characters 383 | WARNING | Line exceeds 85 characters; contains 95 characters 384 | WARNING | Line exceeds 85 characters; contains 89 characters 385 | WARNING | Line exceeds 85 characters; contains 92 characters 386 | WARNING | Line exceeds 85 characters; contains 95 characters 387 | WARNING | Line exceeds 85 characters; contains 105 characters 389 | WARNING | Line exceeds 85 characters; contains 89 characters 390 | WARNING | Line exceeds 85 characters; contains 89 characters 391 | WARNING | Line exceeds 85 characters; contains 120 characters 394 | WARNING | Line exceeds 85 characters; contains 97 characters 396 | WARNING | Line exceeds 85 characters; contains 95 characters 397 | WARNING | Line exceeds 85 characters; contains 89 characters 398 | WARNING | Line exceeds 85 characters; contains 104 characters 399 | WARNING | Line exceeds 85 characters; contains 108 characters 400 | WARNING | Line exceeds 85 characters; contains 107 characters 401 | WARNING | Line exceeds 85 characters; contains 125 characters 402 | WARNING | Line exceeds 85 characters; contains 90 characters 405 | WARNING | Line exceeds 85 characters; contains 95 characters 406 | WARNING | Line exceeds 85 characters; contains 86 characters 408 | WARNING | Line exceeds 85 characters; contains 86 characters 409 | WARNING | Line exceeds 85 characters; contains 89 characters 410 | WARNING | Line exceeds 85 characters; contains 91 characters 412 | WARNING | Line exceeds 85 characters; contains 88 characters 413 | WARNING | Line exceeds 85 characters; contains 108 characters 415 | WARNING | Line exceeds 85 characters; contains 95 characters 416 | WARNING | Line exceeds 85 characters; contains 127 characters 419 | WARNING | Line exceeds 85 characters; contains 94 characters 420 | WARNING | Line exceeds 85 characters; contains 108 characters 421 | WARNING | Line exceeds 85 characters; contains 112 characters 422 | WARNING | Line exceeds 85 characters; contains 95 characters 423 | WARNING | Line exceeds 85 characters; contains 109 characters 427 | WARNING | Line exceeds 85 characters; contains 96 characters 428 | WARNING | Line exceeds 85 characters; contains 100 characters 429 | WARNING | Line exceeds 85 characters; contains 106 characters 431 | WARNING | Line exceeds 85 characters; contains 95 characters 433 | WARNING | Line exceeds 85 characters; contains 91 characters 434 | WARNING | Line exceeds 85 characters; contains 87 characters ---------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/composer/autoload_files.php ---------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES ---------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment 9 | WARNING | Line exceeds 85 characters; contains 95 characters ---------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/composer/autoload_static.php ----------------------------------------------------------------------------------- FOUND 5 ERRORS AND 352 WARNINGS AFFECTING 357 LINES ----------------------------------------------------------------------------------- 2 | ERROR | [ ] You must use "/**" style comments for a file comment 7 | ERROR | [ ] Missing doc comment for class | | ComposerStaticInit19cb5e1559f60b4cc05346583f5e747d 10 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 15 | WARNING | [ ] Line exceeds 85 characters; contains 110 characters 16 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 17 | WARNING | [ ] Line exceeds 85 characters; contains 114 characters 18 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 19 | WARNING | [ ] Line exceeds 85 characters; contains 125 characters 20 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 21 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 22 | WARNING | [ ] Line exceeds 85 characters; contains 110 characters 23 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 24 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 25 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 26 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 27 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 28 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 29 | WARNING | [ ] Line exceeds 85 characters; contains 108 characters 30 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 31 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 32 | WARNING | [ ] Line exceeds 85 characters; contains 108 characters 33 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 34 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 36 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 37 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 38 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 39 | WARNING | [ ] Line exceeds 85 characters; contains 116 characters 40 | WARNING | [ ] Line exceeds 85 characters; contains 108 characters 41 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 42 | WARNING | [ ] Line exceeds 85 characters; contains 113 characters 43 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 44 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 45 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 46 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 47 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 48 | WARNING | [ ] Line exceeds 85 characters; contains 119 characters 49 | WARNING | [ ] Line exceeds 85 characters; contains 133 characters 50 | WARNING | [ ] Line exceeds 85 characters; contains 122 characters 51 | WARNING | [ ] Line exceeds 85 characters; contains 136 characters 52 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 53 | WARNING | [ ] Line exceeds 85 characters; contains 129 characters 54 | WARNING | [ ] Line exceeds 85 characters; contains 108 characters 55 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 56 | WARNING | [ ] Line exceeds 85 characters; contains 123 characters 57 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 58 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 59 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 60 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 61 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 62 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 63 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 64 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 65 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 66 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 67 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 68 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 69 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 72 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 73 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 74 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 75 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 76 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 77 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 78 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 79 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 80 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 81 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 83 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 84 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 85 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 86 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 87 | WARNING | [ ] Line exceeds 85 characters; contains 118 characters 88 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 89 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 90 | WARNING | [ ] Line exceeds 85 characters; contains 117 characters 91 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 92 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 93 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 94 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 95 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 96 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 97 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 99 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 100 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 101 | WARNING | [ ] Line exceeds 85 characters; contains 108 characters 104 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 109 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 110 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 112 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 113 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 114 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 115 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 116 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 117 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 118 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 119 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 120 | WARNING | [ ] Line exceeds 85 characters; contains 117 characters 121 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 123 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 124 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 125 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 126 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 127 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 128 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 130 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 131 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 132 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 134 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 135 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 136 | WARNING | [ ] Line exceeds 85 characters; contains 123 characters 137 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 138 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 139 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 140 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 141 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 142 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 143 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 145 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 146 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 147 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 150 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 154 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 156 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 157 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 158 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 161 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 162 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 165 | WARNING | [ ] Line exceeds 85 characters; contains 124 characters 166 | WARNING | [ ] Line exceeds 85 characters; contains 138 characters 167 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 169 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 171 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 173 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 174 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 175 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 176 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 177 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 178 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 180 | WARNING | [ ] Line exceeds 85 characters; contains 129 characters 185 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 186 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 187 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 188 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 190 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 191 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 196 | WARNING | [ ] Line exceeds 85 characters; contains 114 characters 198 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 202 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 205 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 206 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 207 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 209 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 212 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 213 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 215 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 217 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 218 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 219 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 220 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 223 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 225 | WARNING | [ ] Line exceeds 85 characters; contains 123 characters 227 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 229 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 230 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 237 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 239 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 240 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 241 | WARNING | [ ] Line exceeds 85 characters; contains 113 characters 245 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 246 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 250 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 252 | WARNING | [ ] Line exceeds 85 characters; contains 110 characters 253 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 254 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 255 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 256 | WARNING | [ ] Line exceeds 85 characters; contains 121 characters 257 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 258 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 259 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 260 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 261 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 262 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 263 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 264 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 265 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 266 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 267 | WARNING | [ ] Line exceeds 85 characters; contains 118 characters 268 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 269 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 270 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 271 | WARNING | [ ] Line exceeds 85 characters; contains 113 characters 272 | WARNING | [ ] Line exceeds 85 characters; contains 108 characters 273 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 274 | WARNING | [ ] Line exceeds 85 characters; contains 143 characters 275 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 276 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 277 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 278 | WARNING | [ ] Line exceeds 85 characters; contains 122 characters 279 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 280 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 281 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 282 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 283 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 284 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 285 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 286 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 287 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 288 | WARNING | [ ] Line exceeds 85 characters; contains 108 characters 289 | WARNING | [ ] Line exceeds 85 characters; contains 128 characters 290 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 291 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 292 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 293 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 294 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 295 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 296 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 297 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 298 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 299 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 300 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 301 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 302 | WARNING | [ ] Line exceeds 85 characters; contains 116 characters 303 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 304 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 305 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 306 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 307 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 308 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 309 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 310 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 311 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 312 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 313 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 314 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 315 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 316 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 317 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 318 | WARNING | [ ] Line exceeds 85 characters; contains 128 characters 319 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 320 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 321 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 322 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 323 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 324 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 325 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 326 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 327 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 328 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 329 | WARNING | [ ] Line exceeds 85 characters; contains 130 characters 330 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 331 | WARNING | [ ] Line exceeds 85 characters; contains 116 characters 332 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 333 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 334 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 335 | WARNING | [ ] Line exceeds 85 characters; contains 119 characters 336 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 337 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 338 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 339 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 340 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 341 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 342 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 343 | WARNING | [ ] Line exceeds 85 characters; contains 114 characters 344 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 345 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 346 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 347 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 348 | WARNING | [ ] Line exceeds 85 characters; contains 121 characters 349 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 350 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 351 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 352 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 353 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 354 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 355 | WARNING | [ ] Line exceeds 85 characters; contains 113 characters 356 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 357 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 358 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 359 | WARNING | [ ] Line exceeds 85 characters; contains 111 characters 360 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 361 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 362 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 363 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 364 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 365 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 366 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 367 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 368 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 369 | WARNING | [ ] Line exceeds 85 characters; contains 117 characters 370 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 371 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 372 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 373 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 374 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 375 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 376 | WARNING | [ ] Line exceeds 85 characters; contains 116 characters 377 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 378 | WARNING | [ ] Line exceeds 85 characters; contains 112 characters 379 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 380 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 381 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 382 | WARNING | [ ] Line exceeds 85 characters; contains 102 characters 383 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 384 | WARNING | [ ] Line exceeds 85 characters; contains 139 characters 385 | WARNING | [ ] Line exceeds 85 characters; contains 149 characters 386 | WARNING | [ ] Line exceeds 85 characters; contains 108 characters 387 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 388 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 389 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 390 | WARNING | [ ] Line exceeds 85 characters; contains 101 characters 391 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 392 | WARNING | [ ] Line exceeds 85 characters; contains 114 characters 393 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 394 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 395 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 396 | WARNING | [ ] Line exceeds 85 characters; contains 129 characters 398 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 399 | WARNING | [ ] Line exceeds 85 characters; contains 106 characters 400 | WARNING | [ ] Line exceeds 85 characters; contains 89 characters 401 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 402 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 403 | WARNING | [ ] Line exceeds 85 characters; contains 113 characters 404 | WARNING | [ ] Line exceeds 85 characters; contains 117 characters 405 | WARNING | [ ] Line exceeds 85 characters; contains 116 characters 406 | WARNING | [ ] Line exceeds 85 characters; contains 134 characters 407 | WARNING | [ ] Line exceeds 85 characters; contains 99 characters 408 | WARNING | [ ] Line exceeds 85 characters; contains 93 characters 410 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 411 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 412 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 413 | WARNING | [ ] Line exceeds 85 characters; contains 95 characters 414 | WARNING | [ ] Line exceeds 85 characters; contains 98 characters 415 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 416 | WARNING | [ ] Line exceeds 85 characters; contains 92 characters 417 | WARNING | [ ] Line exceeds 85 characters; contains 97 characters 418 | WARNING | [ ] Line exceeds 85 characters; contains 117 characters 420 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 421 | WARNING | [ ] Line exceeds 85 characters; contains 136 characters 422 | WARNING | [ ] Line exceeds 85 characters; contains 87 characters 424 | WARNING | [ ] Line exceeds 85 characters; contains 103 characters 425 | WARNING | [ ] Line exceeds 85 characters; contains 117 characters 426 | WARNING | [ ] Line exceeds 85 characters; contains 121 characters 427 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 428 | WARNING | [ ] Line exceeds 85 characters; contains 118 characters 429 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 431 | WARNING | [ ] Line exceeds 85 characters; contains 86 characters 432 | WARNING | [ ] Line exceeds 85 characters; contains 105 characters 433 | WARNING | [ ] Line exceeds 85 characters; contains 109 characters 434 | WARNING | [ ] Line exceeds 85 characters; contains 115 characters 436 | WARNING | [ ] Line exceeds 85 characters; contains 104 characters 437 | WARNING | [ ] Line exceeds 85 characters; contains 90 characters 438 | WARNING | [ ] Line exceeds 85 characters; contains 100 characters 439 | WARNING | [ ] Line exceeds 85 characters; contains 96 characters 444 | ERROR | [ ] Missing doc comment for function getInitializer() 446 | ERROR | [x] Opening parenthesis of a multi-line function call must be the | | last content on the line 447 | WARNING | [ ] Line exceeds 85 characters; contains 94 characters 449 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/bin/phptidy.php ----------------------------------------------------------------------------------- FOUND 40 ERRORS AND 5 WARNINGS AFFECTING 23 LINES ----------------------------------------------------------------------------------- 11 | WARNING | [ ] PHP version not specified 11 | ERROR | [ ] Missing @category tag in file comment 11 | ERROR | [ ] Missing @package tag in file comment 11 | ERROR | [ ] Missing @author tag in file comment 11 | ERROR | [ ] Missing @license tag in file comment 11 | ERROR | [ ] Missing @link tag in file comment 20 | ERROR | [ ] Missing short description in doc comment 22 | ERROR | [ ] Missing @category tag in class comment 22 | ERROR | [ ] Missing @package tag in class comment 22 | ERROR | [ ] Missing @author tag in class comment 22 | ERROR | [ ] Missing @license tag in class comment 22 | ERROR | [ ] Missing @link tag in class comment 25 | ERROR | [ ] Private member variable "handle" must be prefixed with an | | underscore 26 | ERROR | [ ] Private member variable "position" must be prefixed with an | | underscore 27 | ERROR | [ ] Private member variable "realpath" must be prefixed with an | | underscore 29 | ERROR | [ ] Public method name "BinProxyWrapper::stream_open" is not in | | camel caps format 29 | ERROR | [ ] Missing doc comment for function stream_open() 31 | WARNING | [ ] Line exceeds 85 characters; contains 88 characters 41 | ERROR | [ ] Public method name "BinProxyWrapper::stream_read" is not in | | camel caps format 41 | ERROR | [ ] Missing doc comment for function stream_read() 54 | ERROR | [ ] Public method name "BinProxyWrapper::stream_cast" is not in | | camel caps format 54 | ERROR | [ ] Missing doc comment for function stream_cast() 59 | ERROR | [ ] Public method name "BinProxyWrapper::stream_close" is not in | | camel caps format 59 | ERROR | [ ] Missing doc comment for function stream_close() 64 | ERROR | [ ] Public method name "BinProxyWrapper::stream_lock" is not in | | camel caps format 64 | ERROR | [ ] Missing doc comment for function stream_lock() 69 | ERROR | [ ] Public method name "BinProxyWrapper::stream_seek" is not in | | camel caps format 69 | ERROR | [ ] Missing doc comment for function stream_seek() 79 | ERROR | [ ] Public method name "BinProxyWrapper::stream_tell" is not in | | camel caps format 79 | ERROR | [ ] Missing doc comment for function stream_tell() 84 | ERROR | [ ] Public method name "BinProxyWrapper::stream_eof" is not in | | camel caps format 84 | ERROR | [ ] Missing doc comment for function stream_eof() 89 | ERROR | [ ] Public method name "BinProxyWrapper::stream_stat" is not in | | camel caps format 89 | ERROR | [ ] Missing doc comment for function stream_stat() 94 | ERROR | [ ] Public method name "BinProxyWrapper::stream_set_option" is | | not in camel caps format 94 | ERROR | [ ] Missing doc comment for function stream_set_option() 99 | ERROR | [ ] Public method name "BinProxyWrapper::url_stat" is not in | | camel caps format 99 | ERROR | [ ] Missing doc comment for function url_stat() 111 | ERROR | [x] First condition of a multi-line IF statement must directly | | follow the opening parenthesis 112 | ERROR | [x] Each line in a multi-line IF statement must begin with a | | boolean operator 112 | WARNING | [ ] Line exceeds 85 characters; contains 107 characters 113 | WARNING | [ ] Line exceeds 85 characters; contains 128 characters 115 | ERROR | [x] "include" is a statement not a function; no parentheses are | | required 115 | WARNING | [ ] Line exceeds 85 characters; contains 91 characters 119 | ERROR | [x] File is being unconditionally included; use "require" instead ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/vendor/autoload.php ---------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES ---------------------------------------------------------------------- 2 | ERROR | You must use "/**" style comments for a file comment 9 | WARNING | Line exceeds 85 characters; contains 204 characters ---------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/style/table.js ----------------------------------------------------------------------------------- FOUND 1812 ERRORS AND 2 WARNINGS AFFECTING 880 LINES ----------------------------------------------------------------------------------- 12 | ERROR | [x] Additional blank lines found at end of doc comment 39 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 39 | ERROR | [x] Expected 1 space before opening brace; found 0 40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 40 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 41 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 42 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 43 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 43 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 44 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 45 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 46 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 48 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 49 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 49 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 50 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 50 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 51 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 52 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 53 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 54 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 55 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 56 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 58 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 58 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 59 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 60 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 60 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 60 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 61 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 62 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 63 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 65 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 65 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 66 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 67 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 67 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 68 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 69 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 70 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 72 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 73 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 73 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 74 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 74 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 74 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 75 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 75 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 76 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 77 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 77 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 78 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 79 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 79 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 80 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 82 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 82 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 83 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 84 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 85 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 87 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 87 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 88 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 88 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 89 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 89 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 89 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 90 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 90 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 91 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 91 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 92 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 92 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 93 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 93 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 93 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 94 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 95 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 95 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 96 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 96 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 97 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 97 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 98 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 99 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 99 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 100 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 101 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 101 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 101 | ERROR | [x] Opening brace must be the last content on the line 101 | ERROR | [x] Expected 1 space before opening brace; found 0 102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 102 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 103 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 103 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 103 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 103 | ERROR | [x] Opening brace must be the last content on the line 103 | ERROR | [x] Expected 1 space before opening brace; found 0 104 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 104 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 105 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 105 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 2 105 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 105 | ERROR | [x] Opening brace must be the last content on the line 105 | ERROR | [x] Expected 1 space before opening brace; found 0 105 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 106 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 106 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 107 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 107 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 108 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 108 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 109 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 110 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 111 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 112 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 112 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 113 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 114 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 115 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 116 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 118 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 124 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 124 | ERROR | [x] Expected 1 space before opening brace; found 0 126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 126 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 129 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 129 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 129 | ERROR | [x] Opening brace should be on a new line 129 | ERROR | [x] Opening brace must be the last content on the line 131 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 131 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 132 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 134 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 134 | ERROR | [x] Opening brace should be on a new line 135 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 135 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 136 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 136 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 138 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 138 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 141 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 141 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 141 | ERROR | [x] Opening brace should be on a new line 142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 142 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 143 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 144 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 145 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 146 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 148 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 151 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 151 | ERROR | [x] Opening brace should be on a new line 152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 152 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 153 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 153 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 154 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 154 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 156 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 156 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 157 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 159 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 159 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 159 | ERROR | [x] Opening brace should be on a new line 160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 160 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 161 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 161 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 162 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 162 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 163 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 164 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 164 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 165 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 165 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 167 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 168 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 171 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 172 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 173 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 173 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2 173 | ERROR | [x] Opening brace should be on a new line 174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 174 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 175 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 175 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 176 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 176 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 176 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 177 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 177 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 178 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 179 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 180 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 180 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 181 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 181 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 181 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 182 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 182 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 183 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 183 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 184 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 184 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 185 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 185 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 185 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 186 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 186 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 187 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 187 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 188 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 188 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 190 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 190 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 191 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 192 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 193 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 193 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 193 | ERROR | [x] Opening brace should be on a new line 194 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 194 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 195 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 195 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 196 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 196 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 197 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 197 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 198 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 198 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 199 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 199 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 200 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 200 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 201 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 201 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 202 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 202 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 203 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 203 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 204 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 204 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 205 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 205 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 207 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 207 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 208 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 209 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 210 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 210 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 210 | ERROR | [x] Opening brace should be on a new line 211 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 211 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 212 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 212 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 213 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 213 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 214 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 214 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 215 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 215 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 216 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 216 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 217 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 217 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 219 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 219 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 220 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 220 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 221 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 221 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 222 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 222 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 223 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 223 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 225 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 225 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 226 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 226 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 227 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 227 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 228 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 228 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 229 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 229 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 230 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 230 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 231 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 231 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 232 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 232 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 234 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 234 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 235 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 235 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 236 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 236 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 237 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 237 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 238 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 238 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 239 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 239 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 241 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 241 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 242 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 242 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 243 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 243 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 244 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 244 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 245 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 245 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 247 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 247 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 248 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 249 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 250 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 250 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 252 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 252 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 253 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 254 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 255 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 255 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 256 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 256 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 256 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 257 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 257 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 258 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 258 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 259 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 259 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 260 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 260 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 261 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 261 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 262 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 262 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 263 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 263 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 264 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 264 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 265 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 265 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 266 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 266 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 267 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 267 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 268 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 268 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 269 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 269 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 270 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 270 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 271 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 271 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 272 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 272 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 275 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 275 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 276 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 277 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 278 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 279 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 279 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 279 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 280 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 280 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 281 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 281 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 282 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 282 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 283 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 283 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 284 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 284 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 285 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 285 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 286 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 286 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 287 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 287 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 288 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 288 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 290 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 290 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 291 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 292 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 293 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 294 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 295 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 295 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 295 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 296 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 296 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 297 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 297 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 298 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 298 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 299 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 299 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 300 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 300 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 301 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 301 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 302 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 302 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 303 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 303 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 304 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 304 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 305 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 305 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 306 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 306 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 307 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 307 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 308 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 308 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 309 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 309 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 310 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 310 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 311 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 311 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 313 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 313 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 314 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 315 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 316 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 317 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 318 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 319 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 319 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 319 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 320 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 320 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 321 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 321 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 322 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 322 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 323 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 323 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 324 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 324 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 325 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 325 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 325 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 326 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 326 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 327 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 327 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 328 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 328 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 329 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 329 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 330 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 330 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 331 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 331 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 332 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 332 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 333 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 333 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 334 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 334 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 335 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 335 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 336 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 336 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 337 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 337 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 339 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 339 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 340 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 341 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 342 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 343 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 343 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 344 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 344 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 344 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 345 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 345 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 346 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 346 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 347 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 347 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 348 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 348 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 349 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 349 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 350 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 350 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 350 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 351 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 351 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 352 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 352 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 353 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 353 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 354 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 354 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 355 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 355 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 356 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 356 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 357 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 357 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 357 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 358 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 358 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 359 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 359 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 360 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 360 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 362 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 362 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 363 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 364 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 365 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 366 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 366 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 366 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 367 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 367 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 368 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 368 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 369 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 369 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 370 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 370 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 371 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 371 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 372 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 372 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 373 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 373 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 374 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 374 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 375 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 375 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 376 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 376 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 377 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 377 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 378 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 378 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 379 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 379 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 380 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 380 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 381 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 381 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 382 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 382 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 383 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 383 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 384 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 384 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 385 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 385 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 386 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 386 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 387 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 387 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 388 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 388 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 389 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 389 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 390 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 390 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 391 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 391 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 392 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 392 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 393 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 393 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 394 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 394 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 395 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 395 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 396 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 396 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 397 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 397 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 398 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 398 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 399 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 399 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 401 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 401 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 402 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 403 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 404 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 405 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 406 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 407 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 408 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 408 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 409 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 409 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 409 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 410 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 410 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 411 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 411 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 412 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 412 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 414 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 414 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 415 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 415 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 416 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 416 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 417 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 417 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 419 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 419 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 420 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 420 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 421 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 421 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 422 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 422 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 424 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 424 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 425 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 425 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 426 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 426 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 427 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 427 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 428 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 428 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 429 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 429 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 430 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 430 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 431 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 431 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 432 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 432 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 433 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 433 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 434 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 434 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 435 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 435 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 436 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 436 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 437 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 437 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 438 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 438 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 439 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 439 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 440 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 440 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 441 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 441 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 442 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 442 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 443 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 443 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 444 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 444 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 445 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 445 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 446 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 446 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 447 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 447 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 448 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 448 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 449 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 449 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 450 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 450 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 451 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 451 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 452 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 452 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 453 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 453 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 454 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 454 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 455 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 455 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 456 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 456 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 457 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 457 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 458 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 458 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 459 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 459 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 460 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 460 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 461 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 461 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 462 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 462 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 463 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 463 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 465 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 465 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 466 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 467 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 468 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 468 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 468 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 469 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 469 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 470 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 470 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 471 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 471 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 472 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 472 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 473 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 473 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 474 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 474 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 476 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 476 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 477 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 477 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 478 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 478 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 479 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 479 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 480 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 480 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 481 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 481 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 483 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 483 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 484 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 484 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 485 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 485 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 487 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 487 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 488 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 488 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 489 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 489 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 490 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 490 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 491 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 491 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 492 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 492 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 493 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 493 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 495 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 495 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 496 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 496 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 497 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 497 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 499 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 499 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 500 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 500 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 501 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 501 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 502 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 502 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 503 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 503 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 504 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 504 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 506 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 506 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 507 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 507 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 508 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 508 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 508 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 2 508 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 509 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 509 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 3 509 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 509 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 510 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 510 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 4 510 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 4 511 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 511 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 5 511 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 512 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 512 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 5 512 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 513 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 513 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 5 513 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 5 514 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 514 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 5 514 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 5 515 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 515 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 6 516 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 516 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 5 516 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 5 517 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 517 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 4 517 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 4 518 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 518 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 3 518 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3 519 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 519 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 521 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 521 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 522 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 522 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 523 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 523 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 525 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 525 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 526 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 526 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 527 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 527 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3 527 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 527 | ERROR | [x] Opening brace must be the last content on the line 527 | ERROR | [x] Expected 1 space before opening brace; found 0 528 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 528 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 528 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 528 | ERROR | [x] Opening brace must be the last content on the line 528 | ERROR | [x] Expected 1 space before opening brace; found 0 530 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 530 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 531 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 531 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 533 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 533 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 534 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 534 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 536 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 536 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 537 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 537 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 538 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 538 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 539 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 539 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 540 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 540 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 541 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 541 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 541 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 542 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 542 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 543 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 543 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 544 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 544 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 545 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 545 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 546 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 546 | WARNING | [x] Inline control structures are discouraged 546 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 547 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 547 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 548 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 548 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 549 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 549 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 549 | WARNING | [x] Inline control structures are discouraged 550 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 550 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 552 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 552 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 553 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 553 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 555 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 555 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 556 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 556 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 557 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 557 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 558 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 558 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 559 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 559 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 559 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 560 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 560 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 561 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 561 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 562 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 562 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 563 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 563 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 564 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 564 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 565 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 565 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 567 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 567 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 568 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 568 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 569 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 569 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 570 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 570 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 571 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 571 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 572 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 572 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 573 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 573 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 574 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 574 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 575 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 575 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 576 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 576 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 577 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 577 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 579 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 579 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 580 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 581 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 582 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 582 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 582 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 583 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 583 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 584 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 584 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 586 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 586 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 587 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 587 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 589 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 589 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 590 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 590 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 591 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 591 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 592 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 592 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 593 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 593 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 594 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 594 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 595 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 595 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 596 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 596 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 597 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 597 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 598 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 598 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 599 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 599 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 600 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 600 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 601 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 601 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 602 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 602 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 603 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 603 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 604 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 604 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 605 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 605 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 606 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 606 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 608 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 608 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 609 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 609 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 610 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 610 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 611 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 611 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 612 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 612 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 613 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 613 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 614 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 614 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 615 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 615 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 616 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 616 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 617 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 617 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 618 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 618 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 619 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 619 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 620 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 620 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 621 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 621 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 622 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 622 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 623 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 623 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 624 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 624 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 625 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 625 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 626 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 626 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 627 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 627 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 628 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 628 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 630 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 630 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 631 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 631 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 632 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 632 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 633 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 633 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 634 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 634 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 635 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 635 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 636 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 636 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 637 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 637 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 638 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 638 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 639 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 639 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 640 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 640 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 641 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 641 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 642 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 642 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 643 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 643 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 644 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 644 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 644 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 645 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 645 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 646 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 646 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 647 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 647 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 649 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 649 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 650 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 651 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 652 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 652 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 652 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 653 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 653 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 654 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 654 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 655 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 655 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 656 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 656 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 658 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 658 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 659 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 660 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 661 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 661 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 661 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 662 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 662 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 663 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 663 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 664 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 664 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 666 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 666 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 667 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 668 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 668 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 669 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 669 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 669 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 670 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 670 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 671 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 671 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 673 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 673 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 674 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 675 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 675 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed 676 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 676 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 676 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 677 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 677 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 678 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 678 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 680 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 680 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 681 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 682 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 683 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 683 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 683 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 684 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 684 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 685 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 685 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 686 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 686 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 687 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 687 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 688 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 688 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 690 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 690 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 691 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 691 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 692 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 692 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 694 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 694 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 695 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 695 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 696 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 696 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 697 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 697 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 698 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 698 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 699 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 699 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 700 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 700 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 701 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 701 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 702 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 702 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 704 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 704 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 705 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 705 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 706 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 706 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 707 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 707 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 708 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 708 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 709 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 709 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 710 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 710 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 711 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 711 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 713 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 713 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 714 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 714 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 715 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 715 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 716 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 716 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 717 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 717 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 718 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 718 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 719 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 719 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 720 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 720 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 721 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 721 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 722 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 722 | ERROR | [x] Line indented incorrectly; expected at least 32 spaces, | | found 8 723 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 723 | ERROR | [x] Line indented incorrectly; expected 32 spaces, found 8 724 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 724 | ERROR | [x] Line indented incorrectly; expected at least 36 spaces, | | found 9 725 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 725 | ERROR | [x] Line indented incorrectly; expected 32 spaces, found 8 726 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 726 | ERROR | [x] Line indented incorrectly; expected 32 spaces, found 8 727 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 727 | ERROR | [x] Line indented incorrectly; expected at least 36 spaces, | | found 9 728 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 728 | ERROR | [x] Line indented incorrectly; expected 32 spaces, found 8 729 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 729 | ERROR | [x] Line indented incorrectly; expected 32 spaces, found 8 730 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 730 | ERROR | [x] Line indented incorrectly; expected at least 36 spaces, | | found 9 731 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 731 | ERROR | [x] Line indented incorrectly; expected 32 spaces, found 8 732 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 732 | ERROR | [x] Line indented incorrectly; expected 28 spaces, found 7 733 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 733 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 734 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 734 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 735 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 735 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 737 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 737 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 738 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 738 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 739 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 739 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 740 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 740 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 741 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 741 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 742 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 742 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 743 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 743 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 744 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 744 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 745 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 745 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 746 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 746 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 747 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 747 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 748 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 748 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 749 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 749 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 751 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 751 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 752 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 752 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 753 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 753 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 755 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 755 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 756 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 756 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 757 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 757 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 758 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 758 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 759 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 759 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 760 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 760 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 761 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 761 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 762 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 762 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 763 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 763 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 764 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 764 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 765 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 765 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 767 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 767 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 768 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 768 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 768 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 2 768 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 769 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 769 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 3 769 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 3 769 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 770 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 770 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 4 770 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 4 771 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 771 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 3 771 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 3 772 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 772 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 774 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 774 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 775 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 775 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 776 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 776 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 777 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 777 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 779 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 779 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 780 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 780 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 781 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 781 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 782 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 782 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 783 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 783 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 784 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 784 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 785 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 785 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 786 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 786 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 787 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 787 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 788 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 788 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 789 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 789 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 791 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 791 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 792 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 792 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 793 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 793 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 794 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 794 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 795 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 795 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 796 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 796 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 797 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 797 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 798 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 798 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 799 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 799 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 801 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 801 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 802 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 803 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 804 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 804 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 804 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 805 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 805 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 806 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 806 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 808 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 808 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 809 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 809 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 811 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 811 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 812 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 812 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 813 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 813 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 814 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 814 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 816 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 816 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 817 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 817 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 818 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 818 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 819 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 819 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 820 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 820 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 821 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 821 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 821 | ERROR | [x] There must be a single space between the closing parenthesis | | and the opening brace of a multi-line IF statement; found 0 | | spaces 822 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 822 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 823 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 823 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 824 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 824 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 825 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 825 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 826 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 826 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 827 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 827 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 828 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 828 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 829 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 829 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 830 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 830 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 831 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 831 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 832 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 832 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 833 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 833 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 834 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 834 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 835 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 835 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 836 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 836 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 837 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 837 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 838 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 838 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 839 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 839 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 841 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 841 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 842 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 843 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 844 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 844 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 844 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 845 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 845 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 846 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 846 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 847 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 847 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 848 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 848 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 849 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 849 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 850 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 850 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 851 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 851 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 852 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 852 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 853 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 853 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 854 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 854 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 855 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 855 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 856 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 856 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 857 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 857 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 859 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 859 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 860 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 861 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 862 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 863 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 863 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 863 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 864 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 864 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 865 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 865 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 866 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 866 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 867 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 867 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 868 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 868 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 869 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 869 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 870 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 870 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 871 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 871 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 872 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 872 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 873 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 873 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 874 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 874 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 875 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 875 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 876 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 876 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 877 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 877 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 878 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 878 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 879 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 879 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 880 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 880 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 881 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 881 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 882 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 882 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 883 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 883 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 884 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 884 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 885 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 885 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 886 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 886 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 887 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 887 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 888 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 888 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 889 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 889 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 890 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 890 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 891 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 891 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 893 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 893 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 894 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 895 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 896 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 896 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 896 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 897 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 897 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 898 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 898 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 899 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 899 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 899 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 2 899 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 899 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 900 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 900 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 3 900 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 901 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 901 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 3 901 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 902 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 902 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 4 902 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 903 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 903 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 4 903 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 904 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 904 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 4 904 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 905 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 905 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 4 905 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 906 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 906 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 4 906 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 907 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 907 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 4 907 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 908 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 908 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 5 908 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 909 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 909 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 910 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 910 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 5 910 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 911 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 911 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 4 911 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 912 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 912 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 3 912 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 913 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 913 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 913 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 914 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 914 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 915 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 915 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 916 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 916 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 917 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 917 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 919 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 919 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 920 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 921 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 922 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 922 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 922 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 923 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 923 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 924 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 924 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 925 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 925 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 926 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 926 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 926 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 3 926 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 926 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 927 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 927 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 4 927 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 928 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 928 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 4 928 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 929 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 929 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 4 929 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 930 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 930 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 4 930 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 931 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 931 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 5 931 | ERROR | [x] Line indented incorrectly; expected at least 20 spaces, | | found 5 932 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 932 | ERROR | [x] Multi-line function call not indented correctly; expected 7 | | spaces but found 4 932 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 933 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 933 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 933 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 934 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 934 | ERROR | [x] Line indented incorrectly; expected 18 spaces, found 3 935 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 935 | ERROR | [x] Line indented incorrectly; expected at least 22 spaces, | | found 4 936 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 936 | ERROR | [x] Line indented incorrectly; expected 18 spaces, found 3 937 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 937 | ERROR | [x] Line indented incorrectly; expected 18 spaces, found 3 938 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 938 | ERROR | [x] Line indented incorrectly; expected at least 22 spaces, | | found 4 939 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 939 | ERROR | [x] Line indented incorrectly; expected 18 spaces, found 3 940 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 940 | ERROR | [x] Line indented incorrectly; expected at least 18 spaces, | | found 3 941 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 941 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 942 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 942 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 944 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 944 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 945 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 946 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 947 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 947 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 947 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 948 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 948 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 949 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 949 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 950 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 950 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 951 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 951 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 953 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 953 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 954 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 955 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 956 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 956 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 956 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 957 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 957 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 958 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 958 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 959 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 959 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 960 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 960 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 960 | ERROR | [x] Opening statement of multi-line function call not indented | | correctly; expected 0 spaces but found 2 960 | ERROR | [x] Opening parenthesis of a multi-line function call must be | | the last content on the line 960 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found 961 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 961 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 3 961 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 962 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 962 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 4 962 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 963 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 963 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 4 963 | ERROR | [x] Line indented incorrectly; expected at least 16 spaces, | | found 4 964 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 964 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 4 964 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 965 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 965 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 5 965 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 966 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 966 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 967 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 967 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 5 967 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 968 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 968 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 5 968 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 969 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 969 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 970 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 970 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 971 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 971 | ERROR | [x] Line indented incorrectly; expected at least 28 spaces, | | found 7 972 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 972 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 6 973 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 973 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 974 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 974 | ERROR | [x] Line indented incorrectly; expected at least 24 spaces, | | found 6 975 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 975 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 5 975 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 5 976 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 976 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 4 976 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 4 977 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 977 | ERROR | [x] Multi-line function call not indented correctly; expected 6 | | spaces but found 3 977 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 3 978 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 978 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 978 | ERROR | [x] Closing parenthesis of a multi-line function call must be on | | a line by itself 979 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 979 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 980 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 980 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 981 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 981 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 982 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 982 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 983 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 983 | ERROR | [x] Line indented incorrectly; expected at least 12 spaces, | | found 3 984 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 984 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2 985 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 985 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 987 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 987 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 988 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 989 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 990 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 991 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 991 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 992 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 992 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 993 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 993 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 994 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 994 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 995 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 995 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 995 | ERROR | [x] Space after opening parenthesis of function call prohibited 995 | ERROR | [x] Expected 0 spaces before closing parenthesis; 1 found 996 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 996 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 997 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 997 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 998 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 998 | ERROR | [x] Line indented incorrectly; expected at least 8 spaces, found | | 2 998 | ERROR | [x] Space after opening parenthesis of function call prohibited 998 | ERROR | [x] Expected 0 spaces before closing parenthesis; 1 found 999 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 999 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1 1001 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 1001 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found | | 1 ----------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1814 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------------- FILE: /home/lancew/dev/rwjl/style/table.css ----------------------------------------------------------------------------- FOUND 41 ERRORS AFFECTING 41 LINES ----------------------------------------------------------------------------- 2 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 3 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 7 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 60 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 155 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 161 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed 162 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed ----------------------------------------------------------------------------- PHPCBF CAN FIX THE 41 MARKED SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------------- Time: 17.26 secs; Memory: 114.27MB