booking_timeslots.admin.inc | 9 | 1 | 27 |
| Message | Group | Filename | Line | Function | Status |
| Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs) | Other | booking_timeslots.admin.inc | 8 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | booking_timeslots.admin.inc | 60 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.admin.inc | 75 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.admin.inc | 78 | N/A |  |
| Arrays should be formatted with a space separating each element and assignment operator | Other | booking_timeslots.admin.inc | 82 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.admin.inc | 90 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | booking_timeslots.admin.inc | 100 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | booking_timeslots.admin.inc | 111 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | booking_timeslots.admin.inc | 112 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | booking_timeslots.admin.inc | 112 | N/A |  |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | booking_timeslots.admin.inc | 113 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | booking_timeslots.admin.inc | 119 | N/A |  |
| else statements should begin on a new line | Other | booking_timeslots.admin.inc | 128 | N/A |  |
| Use "elseif" in place of "else if" | Other | booking_timeslots.admin.inc | 128 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.admin.inc | 139 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.admin.inc | 147 | N/A |  |
| else statements should begin on a new line | Other | booking_timeslots.admin.inc | 148 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.admin.inc | 168 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | booking_timeslots.admin.inc | 174 | N/A |  |
| else statements should begin on a new line | Other | booking_timeslots.admin.inc | 175 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | booking_timeslots.admin.inc | 181 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | booking_timeslots.admin.inc | 206 | N/A |  |
| use a space between the closing parenthesis and the open bracket | Other | booking_timeslots.admin.inc | 231 | N/A |  |
| use a space between the closing parenthesis and the open bracket | Other | booking_timeslots.admin.inc | 239 | N/A |  |
| use a space between the closing parenthesis and the open bracket | Other | booking_timeslots.admin.inc | 243 | N/A |  |
| missing space after comma | Other | booking_timeslots.admin.inc | 245 | N/A |  |
| use a space between the closing parenthesis and the open bracket | Other | booking_timeslots.admin.inc | 252 | N/A |  |
| Use PHP's master function, not an alias. (List of PHP aliases) | Other | booking_timeslots.admin.inc | 257 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | booking_timeslots.admin.inc | 259 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | booking_timeslots.admin.inc | 265 | N/A |  |
| The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable. | Other | booking_timeslots.admin.inc | 270 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | booking_timeslots.admin.inc | 289 | N/A |  |
| use a space between the closing parenthesis and the open bracket | Other | booking_timeslots.admin.inc | 293 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | booking_timeslots.admin.inc | 297 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | booking_timeslots.admin.inc | 299 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | booking_timeslots.admin.inc | 303 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | booking_timeslots.admin.inc | 303 | N/A |  |
|
booking_timeslots.inc | 11 | 9 | 46 |
| Message | Group | Filename | Line | Function | Status |
| Use Drupal's format_date(), not PHP's default date(). | Other | booking_timeslots.inc | 31 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | booking_timeslots.inc | 67 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | booking_timeslots.inc | 83 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | booking_timeslots.inc | 85 | N/A |  |
| The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable. | Other | booking_timeslots.inc | 88 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs) | Other | booking_timeslots.inc | 88 | N/A |  |
| use <br /> instead of <br> | Other | booking_timeslots.inc | 89 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | booking_timeslots.inc | 94 | N/A |  |
| Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n) | Other | booking_timeslots.inc | 94 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | booking_timeslots.inc | 102 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | booking_timeslots.inc | 103 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | booking_timeslots.inc | 104 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | booking_timeslots.inc | 107 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | booking_timeslots.inc | 108 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | booking_timeslots.inc | 110 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | booking_timeslots.inc | 112 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | booking_timeslots.inc | 112 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | booking_timeslots.inc | 113 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | booking_timeslots.inc | 115 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | booking_timeslots.inc | 120 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | booking_timeslots.inc | 120 | N/A |  |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | booking_timeslots.inc | 121 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.inc | 122 | N/A |  |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | booking_timeslots.inc | 123 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | booking_timeslots.inc | 128 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.inc | 132 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | booking_timeslots.inc | 141 | N/A |  |
| else statements should begin on a new line | Other | booking_timeslots.inc | 155 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | booking_timeslots.inc | 162 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | booking_timeslots.inc | 162 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | booking_timeslots.inc | 171 | N/A |  |
| else statements should begin on a new line | Other | booking_timeslots.inc | 178 | N/A |  |
| else statements should begin on a new line | Other | booking_timeslots.inc | 196 | N/A |  |
| Use "elseif" in place of "else if" | Other | booking_timeslots.inc | 196 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | booking_timeslots.inc | 204 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | booking_timeslots.inc | 225 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | booking_timeslots.inc | 240 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | booking_timeslots.inc | 241 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | booking_timeslots.inc | 242 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | booking_timeslots.inc | 243 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs) | Other | booking_timeslots.inc | 274 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | booking_timeslots.inc | 303 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | booking_timeslots.inc | 317 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | booking_timeslots.inc | 328 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | booking_timeslots.inc | 330 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs) | Other | booking_timeslots.inc | 333 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | booking_timeslots.inc | 336 | N/A |  |
| else statements should begin on a new line | Other | booking_timeslots.inc | 337 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | booking_timeslots.inc | 337 | N/A |  |
| Use "elseif" in place of "else if" | Other | booking_timeslots.inc | 337 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs) | Other | booking_timeslots.inc | 339 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | booking_timeslots.inc | 362 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | booking_timeslots.inc | 363 | N/A |  |
| Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n) | Other | booking_timeslots.inc | 392 | N/A |  |
| Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n) | Other | booking_timeslots.inc | 398 | N/A |  |
| missing space after comma | Other | booking_timeslots.inc | 417 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | booking_timeslots.inc | 449 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | booking_timeslots.inc | 450 | N/A |  |
| Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n) | Other | booking_timeslots.inc | 465 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.inc | 498 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | booking_timeslots.inc | 498 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | booking_timeslots.inc | 498 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.inc | 499 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | booking_timeslots.inc | 499 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | booking_timeslots.inc | 499 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.inc | 500 | N/A |  |
|
booking_timeslots.install | 3 | 1 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Use an indent of 2 spaces, with no tabs | Other | booking_timeslots.install | 19 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | booking_timeslots.install | 20 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | booking_timeslots.install | 21 | N/A |  |
| Use st() instead of t() in hook_install(), hook_uninstall() and hook_update_N() | Other | booking_timeslots.install | 21 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | booking_timeslots.install | 21 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | booking_timeslots.install | 21 | N/A |  |
|
booking_timeslots.module | 4 | 0 | 12 |
| Message | Group | Filename | Line | Function | Status |
| Remove the empty commented line in your function documentation. | Other | booking_timeslots.module | 15 | N/A |  |
| Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs) | Other | booking_timeslots.module | 19 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.module | 22 | N/A |  |
| Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs) | Other | booking_timeslots.module | 24 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | booking_timeslots.module | 24 | N/A |  |
| Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs) | Other | booking_timeslots.module | 25 | N/A |  |
| Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs) | Other | booking_timeslots.module | 32 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | booking_timeslots.module | 32 | N/A |  |
| Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs) | Other | booking_timeslots.module | 33 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | booking_timeslots.module | 58 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.module | 117 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | booking_timeslots.module | 126 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.module | 128 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | booking_timeslots.module | 135 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | booking_timeslots.module | 149 | N/A |  |
| indent secondary line of comment one space | Other | booking_timeslots.module | 159 | N/A |  |
|
booking_timeslots.theme.inc | 8 | 0 | 9 |
| Message | Group | Filename | Line | Function | Status |
| Remove the empty commented line in your function documentation. | Other | booking_timeslots.theme.inc | 17 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.theme.inc | 20 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.theme.inc | 39 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.theme.inc | 45 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | booking_timeslots.theme.inc | 45 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | booking_timeslots.theme.inc | 49 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.theme.inc | 52 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | booking_timeslots.theme.inc | 90 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.theme.inc | 118 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | booking_timeslots.theme.inc | 118 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | booking_timeslots.theme.inc | 125 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.theme.inc | 136 | N/A |  |
| There should be no trailing spaces | Other | booking_timeslots.theme.inc | 148 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | booking_timeslots.theme.inc | 148 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | booking_timeslots.theme.inc | 162 | N/A |  |
| missing space after comma | Other | booking_timeslots.theme.inc | 162 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | booking_timeslots.theme.inc | 173 | N/A |  |
|
modules/booking_timeslots_features/booking_timeslots_features.features.content.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | booking_timeslots_features.features.content.inc | -1 | N/A |  |
|
modules/booking_timeslots_features/booking_timeslots_features.features.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | booking_timeslots_features.features.inc | -1 | N/A |  |
|
modules/booking_timeslots_features/booking_timeslots_features.module | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | booking_timeslots_features.module | -1 | N/A |  |
|
modules/booking_timeslots_features/booking_timeslots_features.views_default.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | booking_timeslots_features.views_default.inc | -1 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | booking_timeslots_features.views_default.inc | 159 | N/A |  |
|
modules/custom_timeslots/custom-timeslots-slot-available.tpl.php | 2 | 0 | 4 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | custom-timeslots-slot-available.tpl.php | 5 | N/A |  |
| There should be no trailing spaces | Other | custom-timeslots-slot-available.tpl.php | 7 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | custom-timeslots-slot-available.tpl.php | 19 | N/A |  |
| else statements should begin on a new line | Other | custom-timeslots-slot-available.tpl.php | 23 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | custom-timeslots-slot-available.tpl.php | 24 | N/A |  |
| the final ?> should be omitted from all code files | Other | custom-timeslots-slot-available.tpl.php | 26 | N/A |  |
|
modules/custom_timeslots/custom-timeslots-slot-unavailable.tpl.php | 2 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | custom-timeslots-slot-unavailable.tpl.php | 5 | N/A |  |
| There should be no trailing spaces | Other | custom-timeslots-slot-unavailable.tpl.php | 7 | N/A |  |
| the final ?> should be omitted from all code files | Other | custom-timeslots-slot-unavailable.tpl.php | 21 | N/A |  |
|
modules/custom_timeslots/custom_timeslots.admin.inc | 4 | 2 | 18 |
| Message | Group | Filename | Line | Function | Status |
| Use the matching Drupal theme functions, not raw HTML. | Other | custom_timeslots.admin.inc | 22 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | custom_timeslots.admin.inc | 28 | N/A |  |
| else statements should begin on a new line | Other | custom_timeslots.admin.inc | 54 | N/A |  |
| Use "elseif" in place of "else if" | Other | custom_timeslots.admin.inc | 54 | N/A |  |
| else statements should begin on a new line | Other | custom_timeslots.admin.inc | 56 | N/A |  |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | custom_timeslots.admin.inc | 59 | N/A |  |
| Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. | Other | custom_timeslots.admin.inc | 59 | N/A |  |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | custom_timeslots.admin.inc | 66 | N/A |  |
| Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. | Other | custom_timeslots.admin.inc | 66 | N/A |  |
| There should be no trailing spaces | Other | custom_timeslots.admin.inc | 74 | N/A |  |
| use a space between the closing parenthesis and the open bracket | Other | custom_timeslots.admin.inc | 81 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | custom_timeslots.admin.inc | 101 | N/A |  |
| Separate comments from comment syntax by a space. | Other | custom_timeslots.admin.inc | 109 | N/A |  |
| Separate comments from comment syntax by a space. | Other | custom_timeslots.admin.inc | 115 | N/A |  |
| There should be no trailing spaces | Other | custom_timeslots.admin.inc | 132 | N/A |  |
| There should be no trailing spaces | Other | custom_timeslots.admin.inc | 133 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | custom_timeslots.admin.inc | 150 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | custom_timeslots.admin.inc | 152 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | custom_timeslots.admin.inc | 156 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | custom_timeslots.admin.inc | 159 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | custom_timeslots.admin.inc | 163 | N/A |  |
| There should be no trailing spaces | Other | custom_timeslots.admin.inc | 183 | N/A |  |
| else statements should begin on a new line | Other | custom_timeslots.admin.inc | 204 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | custom_timeslots.admin.inc | 215 | N/A |  |
|
modules/custom_timeslots/custom_timeslots.inc | 2 | 3 | 4 |
| Message | Group | Filename | Line | Function | Status |
| Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n) | Other | custom_timeslots.inc | 19 | N/A |  |
| Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n) | Other | custom_timeslots.inc | 42 | N/A |  |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | custom_timeslots.inc | 46 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | custom_timeslots.inc | 57 | N/A |  |
| There should be no trailing spaces | Other | custom_timeslots.inc | 78 | N/A |  |
| table names should be enclosed in {curly_brackets} | Other | custom_timeslots.inc | 78 | N/A |  |
| use a space between the closing parenthesis and the open bracket | Other | custom_timeslots.inc | 79 | N/A |  |
| use a space between the closing parenthesis and the open bracket | Other | custom_timeslots.inc | 80 | N/A |  |
| There should be no trailing spaces | Other | custom_timeslots.inc | 88 | N/A |  |
|
modules/custom_timeslots/custom_timeslots.install | 9 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| indent secondary line of comment one space | Other | custom_timeslots.install | 35 | N/A |  |
| indent secondary line of comment one space | Other | custom_timeslots.install | 36 | N/A |  |
| indent secondary line of comment one space | Other | custom_timeslots.install | 37 | N/A |  |
| indent secondary line of comment one space | Other | custom_timeslots.install | 38 | N/A |  |
| indent secondary line of comment one space | Other | custom_timeslots.install | 39 | N/A |  |
| indent secondary line of comment one space | Other | custom_timeslots.install | 40 | N/A |  |
| indent secondary line of comment one space | Other | custom_timeslots.install | 41 | N/A |  |
| indent secondary line of comment one space | Other | custom_timeslots.install | 42 | N/A |  |
| There should be no trailing spaces | Other | custom_timeslots.install | 50 | N/A |  |
|
modules/custom_timeslots/custom_timeslots.module | 4 | 0 | 6 |
| Message | Group | Filename | Line | Function | Status |
| Remove the empty commented line in your function documentation. | Other | custom_timeslots.module | 15 | N/A |  |
| Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs) | Other | custom_timeslots.module | 19 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | custom_timeslots.module | 19 | N/A |  |
| Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs) | Other | custom_timeslots.module | 20 | N/A |  |
| Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs) | Other | custom_timeslots.module | 28 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | custom_timeslots.module | 28 | N/A |  |
| indent secondary line of comment one space | Other | custom_timeslots.module | 53 | N/A |  |
| Missing parenthesis after function name | Other | custom_timeslots.module | 53 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | custom_timeslots.module | 53 | N/A |  |
| indent secondary line of comment one space | Other | custom_timeslots.module | 54 | N/A |  |
|
modules/custom_timeslots/custom_timeslots.theme.inc | 2 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| indent secondary line of comment one space | Other | custom_timeslots.theme.inc | 14 | N/A |  |
| indent secondary line of comment one space | Other | custom_timeslots.theme.inc | 15 | N/A |  |
|
tests/booking_timeslots.test | 1 | 0 | 12 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | booking_timeslots.test | -1 | N/A |  |
| missing space after comma | Other | booking_timeslots.test | 81 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | booking_timeslots.test | 81 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | booking_timeslots.test | 87 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | booking_timeslots.test | 89 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | booking_timeslots.test | 92 | N/A |  |
| Separate comments from comment syntax by a space. | Other | booking_timeslots.test | 92 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | booking_timeslots.test | 101 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | booking_timeslots.test | 104 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | booking_timeslots.test | 105 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | booking_timeslots.test | 106 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | booking_timeslots.test | 107 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | booking_timeslots.test | 108 | N/A |  |
|
themes/calendar-day.tpl.php | 6 | 0 | 19 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | calendar-day.tpl.php | 16 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | calendar-day.tpl.php | 22 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | calendar-day.tpl.php | 23 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | calendar-day.tpl.php | 31 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | calendar-day.tpl.php | 32 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | calendar-day.tpl.php | 33 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | calendar-day.tpl.php | 34 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | calendar-day.tpl.php | 38 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | calendar-day.tpl.php | 42 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | calendar-day.tpl.php | 43 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | calendar-day.tpl.php | 44 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | calendar-day.tpl.php | 45 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | calendar-day.tpl.php | 49 | N/A |  |
| Separate comments from comment syntax by a space. | Other | calendar-day.tpl.php | 51 | N/A |  |
| Separate comments from comment syntax by a space. | Other | calendar-day.tpl.php | 52 | N/A |  |
| Separate comments from comment syntax by a space. | Other | calendar-day.tpl.php | 53 | N/A |  |
| There should be no trailing spaces | Other | calendar-day.tpl.php | 80 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | calendar-day.tpl.php | 81 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | calendar-day.tpl.php | 82 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | calendar-day.tpl.php | 83 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | calendar-day.tpl.php | 84 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | calendar-day.tpl.php | 95 | N/A |  |
| else statements should begin on a new line | Other | calendar-day.tpl.php | 111 | N/A |  |
| Use "elseif" in place of "else if" | Other | calendar-day.tpl.php | 111 | N/A |  |
| else statements should begin on a new line | Other | calendar-day.tpl.php | 113 | N/A |  |
|
themes/calendar-month.tpl.php | 0 | 0 | 5 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | calendar-month.tpl.php | 11 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | calendar-month.tpl.php | 14 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | calendar-month.tpl.php | 15 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | calendar-month.tpl.php | 18 | N/A |  |
| Separate comments from comment syntax by a space. | Other | calendar-month.tpl.php | 20 | N/A |  |
|
themes/calendar-week.tpl.php | 0 | 0 | 9 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | calendar-week.tpl.php | 18 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | calendar-week.tpl.php | 19 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | calendar-week.tpl.php | 22 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | calendar-week.tpl.php | 23 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | calendar-week.tpl.php | 24 | N/A |  |
| Separate comments from comment syntax by a space. | Other | calendar-week.tpl.php | 26 | N/A |  |
| Separate comments from comment syntax by a space. | Other | calendar-week.tpl.php | 27 | N/A |  |
| Separate comments from comment syntax by a space. | Other | calendar-week.tpl.php | 28 | N/A |  |
| Functions should be called with no spaces between the function name and opening parentheses | Other | calendar-week.tpl.php | 57 | N/A |  |
|