| @file block missing (Drupal Docs) | Other | OAuth.php | -1 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | OAuth.php | 45 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | OAuth.php | 47 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | OAuth.php | 56 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | OAuth.php | 71 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | OAuth.php | 72 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | OAuth.php | 73 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | OAuth.php | 80 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | OAuth.php | 81 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | OAuth.php | 82 | N/A |  |
| There should be no trailing spaces | Other | OAuth.php | 93 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | OAuth.php | 93 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | OAuth.php | 93 | N/A |  |
| There should be no trailing spaces | Other | OAuth.php | 94 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | OAuth.php | 94 | N/A |  |
| There should be no trailing spaces | Other | OAuth.php | 95 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | OAuth.php | 95 | N/A |  |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | OAuth.php | 116 | N/A |  |
| There should be no trailing spaces | Other | OAuth.php | 121 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | OAuth.php | 121 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | OAuth.php | 121 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | OAuth.php | 122 | N/A |  |
| There should be no trailing spaces | Other | OAuth.php | 131 | N/A |  |
| There should be no trailing spaces | Other | OAuth.php | 132 | N/A |  |
| There should be no trailing spaces | Other | OAuth.php | 154 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | OAuth.php | 154 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | OAuth.php | 154 | N/A |  |
| There should be no trailing spaces | Other | OAuth.php | 155 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | OAuth.php | 155 | N/A |  |
| There should be no trailing spaces | Other | OAuth.php | 156 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | OAuth.php | 156 | N/A |  |
| There should be no trailing spaces | Other | OAuth.php | 157 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | OAuth.php | 157 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | OAuth.php | 242 | N/A |  |
| the use of REQUEST_URI is prone to XSS exploits and does not work on IIS; use request_uri() instead | Other | OAuth.php | 249 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | OAuth.php | 278 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | OAuth.php | 278 | N/A |  |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | OAuth.php | 307 | N/A |  |
| else statements should begin on a new line | Other | OAuth.php | 317 | N/A |  |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | OAuth.php | 323 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | OAuth.php | 374 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | OAuth.php | 403 | N/A |  |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | OAuth.php | 418 | N/A |  |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | OAuth.php | 419 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | OAuth.php | 420 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | OAuth.php | 420 | N/A |  |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | OAuth.php | 422 | N/A |  |
| else statements should begin on a new line | Other | OAuth.php | 423 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | OAuth.php | 428 | N/A |  |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | OAuth.php | 437 | N/A |  |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | OAuth.php | 454 | N/A |  |
| There should be no trailing spaces | Other | OAuth.php | 558 | N/A |  |
| There should be no trailing spaces | Other | OAuth.php | 572 | N/A |  |
| There should be no trailing spaces | Other | OAuth.php | 597 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | OAuth.php | 618 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | OAuth.php | 619 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | OAuth.php | 670 | N/A |  |
| There should be no trailing spaces | Other | OAuth.php | 674 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | OAuth.php | 688 | N/A |  |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | OAuth.php | 720 | N/A |  |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | OAuth.php | 724 | N/A |  |
| else statements should begin on a new line | Other | OAuth.php | 737 | N/A |  |
| Use "elseif" in place of "else if" | Other | OAuth.php | 737 | N/A |  |
| else statements should begin on a new line | Other | OAuth.php | 743 | N/A |  |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | OAuth.php | 761 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | OAuth.php | 763 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | OAuth.php | 790 | N/A |  |
| else statements should begin on a new line | Other | OAuth.php | 794 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | OAuth.php | 798 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | OAuth.php | 800 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | OAuth.php | 804 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | OAuth.php | 811 | N/A |  |
| else statements should begin on a new line | Other | OAuth.php | 845 | N/A |  |
| else statements should begin on a new line | Other | OAuth.php | 874 | N/A |  |