Calendar - 7.x-3.x

Test status
StatusResult
Last receivedTue, 12/06/2011 - 19:01:10
Last requestedTue, 12/06/2011 - 19:01:39
Last testedTue, 12/06/2011 - 19:02:33
Test count2
Environment status
MySQLpass
Code reviewfail
Overall Resultpass
Branch information
Identifier7.x-3.x
ProjectCalendar
LinkProject information
SummaryPASSED: [[Coder]]: [Code review] 318 minor(s), 4 critical(s), and 123 normal(s); [[SimpleTest]]: [MySQL] 0 pass(es).
Details

MySQL

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a Drupal installation failure
  8. Detect a test run failure
  9. Detect a failing test
  10. Complete test suite with all tests passing

Code review

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a review run failure
  8. Detect coder flags
    Ensure that your code follows the Drupal standard and passes a coder review.
  9. Complete coder review with all passed
318 minor(s), 4 critical(s), and 123 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandcalendar.install002
MessageGroupFilenameLineFunctionStatus
Remove the empty commented line in your function documentation.Othercalendar.install5N/A
Use update_sql() instead of db_query() in hook_update_N()Othercalendar.install17N/A
Expandcalendar.module616
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar.module83N/A
There should be no trailing spacesOthercalendar.module131N/A
If you define a @param or @return, you should document it as well.Othercalendar.module165N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercalendar.module165N/A
Function summaries should be one line only. (Drupal Docs)Othercalendar.module190N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercalendar.module198N/A
Missing periodOthercalendar.module227N/A
Format should be * Implementation of hook_foo().Othercalendar.module227N/A
Format should be * Implementation of hook_foo().Othercalendar.module238N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar.module258N/A
The $message argument to form_error() should be enclosed within t() so that it is translatable.Othercalendar.module299N/A
The $string argument to t() should not begin or end with a space. (Drupal Docs)Othercalendar.module299N/A
Potential problem: form_set_error() and form_error() only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Othercalendar.module299N/A
Expandcalendar_ical/calendar-row-ical-node.tpl.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercalendar-row-ical-node.tpl.php-1N/A
Expandcalendar_ical/calendar-style-ical.tpl.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercalendar-style-ical.tpl.php-1N/A
Expandcalendar_ical/calendar_ical.install001
MessageGroupFilenameLineFunctionStatus
Remove the empty commented line in your function documentation.Othercalendar_ical.install6N/A
Expandcalendar_ical/calendar_ical.module201
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar_ical.module30N/A
Use the matching Drupal theme functions, not raw HTML.Othercalendar_ical.module34N/A
Missing parenthesis after function nameOthercalendar_ical.module53N/A
Expandcalendar_ical/calendar_plugin_row_ical_node.inc501
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Othercalendar_plugin_row_ical_node.inc8N/A
There should be no trailing spacesOthercalendar_plugin_row_ical_node.inc92N/A
Use an indent of 2 spaces, with no tabsOthercalendar_plugin_row_ical_node.inc100N/A
There should be no trailing spacesOthercalendar_plugin_row_ical_node.inc101N/A
There should be no trailing spacesOthercalendar_plugin_row_ical_node.inc106N/A
There should be no trailing spacesOthercalendar_plugin_row_ical_node.inc127N/A
Expandincludes/calendar.views.inc201
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar.views.inc5N/A
Missing parenthesis after function nameOthercalendar.views.inc9N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercalendar.views.inc48N/A
Expandincludes/calendar.views_default.inc23011
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Othercalendar.views_default.inc9N/A
There should be no trailing spacesOthercalendar.views_default.inc11N/A
There should be no trailing spacesOthercalendar.views_default.inc13N/A
There should be no trailing spacesOthercalendar.views_default.inc14N/A
There should be no trailing spacesOthercalendar.views_default.inc17N/A
There should be no trailing spacesOthercalendar.views_default.inc28N/A
indent secondary line of comment one space Othercalendar.views_default.inc29N/A
There should be no trailing spacesOthercalendar.views_default.inc37N/A
There should be no trailing spacesOthercalendar.views_default.inc48N/A
There should be no trailing spacesOthercalendar.views_default.inc50N/A
There should be no trailing spacesOthercalendar.views_default.inc52N/A
There should be no trailing spacesOthercalendar.views_default.inc53N/A
If you define a @param or @return, you should document it as well.Othercalendar.views_default.inc53N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercalendar.views_default.inc53N/A
There should be no trailing spacesOthercalendar.views_default.inc55N/A
There should be no trailing spacesOthercalendar.views_default.inc57N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercalendar.views_default.inc57N/A
There should be no trailing spacesOthercalendar.views_default.inc59N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercalendar.views_default.inc59N/A
There should be no trailing spacesOthercalendar.views_default.inc61N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercalendar.views_default.inc61N/A
There should be no trailing spacesOthercalendar.views_default.inc63N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercalendar.views_default.inc63N/A
There should be no trailing spacesOthercalendar.views_default.inc64N/A
There should be no trailing spacesOthercalendar.views_default.inc66N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercalendar.views_default.inc66N/A
There should be no trailing spacesOthercalendar.views_default.inc69N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercalendar.views_default.inc69N/A
There should be no trailing spacesOthercalendar.views_default.inc72N/A
If you define a @param or @return, you should document it as well.Othercalendar.views_default.inc73N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercalendar.views_default.inc73N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercalendar.views_default.inc122N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercalendar.views_default.inc140N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercalendar.views_default.inc190N/A
Expandincludes/calendar_plugin_row_node.inc37314
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Othercalendar_plugin_row_node.inc21N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc65N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc73N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercalendar_plugin_row_node.inc76N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc89N/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.Othercalendar_plugin_row_node.inc93N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercalendar_plugin_row_node.inc141N/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.Othercalendar_plugin_row_node.inc157N/A
use a space between the closing parenthesis and the open bracketOthercalendar_plugin_row_node.inc182N/A
Use an indent of 2 spaces, with no tabsOthercalendar_plugin_row_node.inc184N/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.Othercalendar_plugin_row_node.inc184N/A
Use an indent of 2 spaces, with no tabsOthercalendar_plugin_row_node.inc185N/A
Use an indent of 2 spaces, with no tabsOthercalendar_plugin_row_node.inc186N/A
Use an indent of 2 spaces, with no tabsOthercalendar_plugin_row_node.inc200N/A
Use an indent of 2 spaces, with no tabsOthercalendar_plugin_row_node.inc201N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc201N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc202N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc244N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc276N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc277N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc283N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc295N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc297N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc298N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc319N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc336N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc342N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc362N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc386N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc394N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc396N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc429N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc434N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc440N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc453N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc458N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc459N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc476N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc482N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc492N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc498N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc502N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc508N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc521N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc522N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc526N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc547N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc551N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar_plugin_row_node.inc564N/A
use a space between the closing parenthesis and the open bracketOthercalendar_plugin_row_node.inc564N/A
use a space between the closing parenthesis and the open bracketOthercalendar_plugin_row_node.inc568N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar_plugin_row_node.inc569N/A
use a space between the closing parenthesis and the open bracketOthercalendar_plugin_row_node.inc569N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc583N/A
Expandincludes/calendar_plugin_style.inc8104
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar_plugin_style.inc41N/A
There should be no trailing spacesOthercalendar_plugin_style.inc42N/A
There should be no trailing spacesOthercalendar_plugin_style.inc43N/A
There should be no trailing spacesOthercalendar_plugin_style.inc44N/A
There should be no trailing spacesOthercalendar_plugin_style.inc45N/A
There should be no trailing spacesOthercalendar_plugin_style.inc121N/A
Use Drupal's format_date(), not PHP's default date().Othercalendar_plugin_style.inc149N/A
There should be no trailing spacesOthercalendar_plugin_style.inc185N/A
Doxygen uses @todo and @bug to markup things to be done.Othercalendar_plugin_style.inc193N/A
Separate comments from comment syntax by a space.Othercalendar_plugin_style.inc220N/A
There should be no trailing spacesOthercalendar_plugin_style.inc221N/A
Doxygen uses @todo and @bug to markup things to be done.Othercalendar_plugin_style.inc258N/A
There should be no trailing spacesOthercalendar_plugin_style.inc287N/A
There should be no trailing spacesOthercalendar_plugin_style.inc373N/A
There should be no trailing spacesOthercalendar_plugin_style.inc377N/A
There should be no trailing spacesOthercalendar_plugin_style.inc381N/A
There should be no trailing spacesOthercalendar_plugin_style.inc384N/A
There should be no trailing spacesOthercalendar_plugin_style.inc400N/A
There should be no trailing spacesOthercalendar_plugin_style.inc405N/A
There should be no trailing spacesOthercalendar_plugin_style.inc407N/A
There should be no trailing spacesOthercalendar_plugin_style.inc411N/A
There should be no trailing spacesOthercalendar_plugin_style.inc413N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercalendar_plugin_style.inc415N/A
There should be no trailing spacesOthercalendar_plugin_style.inc418N/A
There should be no trailing spacesOthercalendar_plugin_style.inc422N/A
There should be no trailing spacesOthercalendar_plugin_style.inc442N/A
There should be no trailing spacesOthercalendar_plugin_style.inc447N/A
There should be no trailing spacesOthercalendar_plugin_style.inc452N/A
There should be no trailing spacesOthercalendar_plugin_style.inc455N/A
There should be no trailing spacesOthercalendar_plugin_style.inc461N/A
There should be no trailing spacesOthercalendar_plugin_style.inc467N/A
There should be no trailing spacesOthercalendar_plugin_style.inc474N/A
There should be no trailing spacesOthercalendar_plugin_style.inc482N/A
There should be no trailing spacesOthercalendar_plugin_style.inc507N/A
There should be no trailing spacesOthercalendar_plugin_style.inc518N/A
There should be no trailing spacesOthercalendar_plugin_style.inc526N/A
There should be no trailing spacesOthercalendar_plugin_style.inc536N/A
There should be no trailing spacesOthercalendar_plugin_style.inc543N/A
There should be no trailing spacesOthercalendar_plugin_style.inc552N/A
There should be no trailing spacesOthercalendar_plugin_style.inc555N/A
There should be no trailing spacesOthercalendar_plugin_style.inc558N/A
There should be no trailing spacesOthercalendar_plugin_style.inc559N/A
There should be no trailing spacesOthercalendar_plugin_style.inc565N/A
There should be no trailing spacesOthercalendar_plugin_style.inc566N/A
There should be no trailing spacesOthercalendar_plugin_style.inc576N/A
There should be no trailing spacesOthercalendar_plugin_style.inc581N/A
There should be no trailing spacesOthercalendar_plugin_style.inc583N/A
There should be no trailing spacesOthercalendar_plugin_style.inc585N/A
There should be no trailing spacesOthercalendar_plugin_style.inc588N/A
There should be no trailing spacesOthercalendar_plugin_style.inc605N/A
There should be no trailing spacesOthercalendar_plugin_style.inc610N/A
There should be no trailing spacesOthercalendar_plugin_style.inc615N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercalendar_plugin_style.inc618N/A
There should be no trailing spacesOthercalendar_plugin_style.inc621N/A
There should be no trailing spacesOthercalendar_plugin_style.inc634N/A
There should be no trailing spacesOthercalendar_plugin_style.inc654N/A
There should be no trailing spacesOthercalendar_plugin_style.inc668N/A
There should be no trailing spacesOthercalendar_plugin_style.inc687N/A
There should be no trailing spacesOthercalendar_plugin_style.inc692N/A
There should be no trailing spacesOthercalendar_plugin_style.inc694N/A
There should be no trailing spacesOthercalendar_plugin_style.inc703N/A
There should be no trailing spacesOthercalendar_plugin_style.inc707N/A
There should be no trailing spacesOthercalendar_plugin_style.inc711N/A
There should be no trailing spacesOthercalendar_plugin_style.inc722N/A
There should be no trailing spacesOthercalendar_plugin_style.inc726N/A
There should be no trailing spacesOthercalendar_plugin_style.inc738N/A
There should be no trailing spacesOthercalendar_plugin_style.inc744N/A
There should be no trailing spacesOthercalendar_plugin_style.inc787N/A
There should be no trailing spacesOthercalendar_plugin_style.inc792N/A
There should be no trailing spacesOthercalendar_plugin_style.inc793N/A
There should be no trailing spacesOthercalendar_plugin_style.inc794N/A
There should be no trailing spacesOthercalendar_plugin_style.inc852N/A
There should be no trailing spacesOthercalendar_plugin_style.inc853N/A
There should be no trailing spacesOthercalendar_plugin_style.inc854N/A
There should be no trailing spacesOthercalendar_plugin_style.inc858N/A
There should be no trailing spacesOthercalendar_plugin_style.inc862N/A
There should be no trailing spacesOthercalendar_plugin_style.inc863N/A
There should be no trailing spacesOthercalendar_plugin_style.inc864N/A
There should be no trailing spacesOthercalendar_plugin_style.inc906N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercalendar_plugin_style.inc909N/A
Use an indent of 2 spaces, with no tabsOthercalendar_plugin_style.inc911N/A
Use an indent of 2 spaces, with no tabsOthercalendar_plugin_style.inc912N/A
There should be no trailing spacesOthercalendar_plugin_style.inc913N/A
There should be no trailing spacesOthercalendar_plugin_style.inc916N/A
There should be no trailing spacesOthercalendar_plugin_style.inc935N/A
Expandtheme/calendar-datebox.tpl.php101
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-datebox.tpl.php3N/A
Function documentation should be less than 80 characters per line.Othercalendar-datebox.tpl.php7N/A
Expandtheme/calendar-day-overlap.tpl.php1705
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Othercalendar-day-overlap.tpl.php4N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php5N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othercalendar-day-overlap.tpl.php6N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercalendar-day-overlap.tpl.php6N/A
Function documentation should be less than 80 characters per line.Othercalendar-day-overlap.tpl.php15N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php16N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php18N/A
Function documentation should be less than 80 characters per line.Othercalendar-day-overlap.tpl.php21N/A
Function documentation should be less than 80 characters per line.Othercalendar-day-overlap.tpl.php22N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php23N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php24N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php26N/A
Separate comments from comment syntax by a space.Othercalendar-day-overlap.tpl.php29N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php50N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php62N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php63N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php76N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php90N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php94N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php117N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php131N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php132N/A
Expandtheme/calendar-day.tpl.php1104
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-day.tpl.php6N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othercalendar-day.tpl.php7N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercalendar-day.tpl.php7N/A
Function documentation should be less than 80 characters per line.Othercalendar-day.tpl.php16N/A
There should be no trailing spacesOthercalendar-day.tpl.php17N/A
There should be no trailing spacesOthercalendar-day.tpl.php19N/A
Function documentation should be less than 80 characters per line.Othercalendar-day.tpl.php22N/A
Function documentation should be less than 80 characters per line.Othercalendar-day.tpl.php23N/A
There should be no trailing spacesOthercalendar-day.tpl.php24N/A
There should be no trailing spacesOthercalendar-day.tpl.php25N/A
There should be no trailing spacesOthercalendar-day.tpl.php27N/A
Separate comments from comment syntax by a space.Othercalendar-day.tpl.php30N/A
There should be no trailing spacesOthercalendar-day.tpl.php59N/A
There should be no trailing spacesOthercalendar-day.tpl.php75N/A
There should be no trailing spacesOthercalendar-day.tpl.php77N/A
Expandtheme/calendar-mini.tpl.php706
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-mini.tpl.php5N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othercalendar-mini.tpl.php6N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercalendar-mini.tpl.php6N/A
Function documentation should be less than 80 characters per line.Othercalendar-mini.tpl.php11N/A
Function documentation should be less than 80 characters per line.Othercalendar-mini.tpl.php12N/A
There should be no trailing spacesOthercalendar-mini.tpl.php13N/A
Function documentation should be less than 80 characters per line.Othercalendar-mini.tpl.php14N/A
Function documentation should be less than 80 characters per line.Othercalendar-mini.tpl.php15N/A
There should be no trailing spacesOthercalendar-mini.tpl.php16N/A
Remove the empty commented line in your function documentation.Othercalendar-mini.tpl.php16N/A
Separate comments from comment syntax by a space.Othercalendar-mini.tpl.php18N/A
There should be no trailing spacesOthercalendar-mini.tpl.php33N/A
There should be no trailing spacesOthercalendar-mini.tpl.php34N/A
Expandtheme/calendar-month.tpl.php805
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-month.tpl.php5N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othercalendar-month.tpl.php6N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercalendar-month.tpl.php6N/A
Function documentation should be less than 80 characters per line.Othercalendar-month.tpl.php11N/A
Function documentation should be less than 80 characters per line.Othercalendar-month.tpl.php14N/A
Function documentation should be less than 80 characters per line.Othercalendar-month.tpl.php15N/A
There should be no trailing spacesOthercalendar-month.tpl.php16N/A
There should be no trailing spacesOthercalendar-month.tpl.php18N/A
Remove the empty commented line in your function documentation.Othercalendar-month.tpl.php18N/A
Separate comments from comment syntax by a space.Othercalendar-month.tpl.php20N/A
There should be no trailing spacesOthercalendar-month.tpl.php34N/A
There should be no trailing spacesOthercalendar-month.tpl.php49N/A
There should be no trailing spacesOthercalendar-month.tpl.php54N/A
Expandtheme/calendar-style.tpl.php002
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercalendar-style.tpl.php-1N/A
the final ?> should be omitted from all code filesOthercalendar-style.tpl.php1N/A
Expandtheme/calendar-week-overlap.tpl.php20016
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-week-overlap.tpl.php5N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othercalendar-week-overlap.tpl.php6N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercalendar-week-overlap.tpl.php6N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php10N/A
Function documentation should be less than 80 characters per line.Othercalendar-week-overlap.tpl.php18N/A
Function documentation should be less than 80 characters per line.Othercalendar-week-overlap.tpl.php19N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php20N/A
Function documentation should be less than 80 characters per line.Othercalendar-week-overlap.tpl.php22N/A
Function documentation should be less than 80 characters per line.Othercalendar-week-overlap.tpl.php23N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php24N/A
Remove the empty commented line in your function documentation.Othercalendar-week-overlap.tpl.php24N/A
Separate comments from comment syntax by a space.Othercalendar-week-overlap.tpl.php26N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php51N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php52N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php62N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php67N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php69N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php70N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php71N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php82N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php98N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php99N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php100N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php119N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php120N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php137N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php138N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php150N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php159N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php160N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php176N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php186N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php197N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php198N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php229N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php230N/A
Expandtheme/calendar-week.tpl.php14018
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-week.tpl.php5N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othercalendar-week.tpl.php6N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercalendar-week.tpl.php6N/A
There should be no trailing spacesOthercalendar-week.tpl.php10N/A
Function documentation should be less than 80 characters per line.Othercalendar-week.tpl.php18N/A
Function documentation should be less than 80 characters per line.Othercalendar-week.tpl.php19N/A
There should be no trailing spacesOthercalendar-week.tpl.php20N/A
Function documentation should be less than 80 characters per line.Othercalendar-week.tpl.php22N/A
Function documentation should be less than 80 characters per line.Othercalendar-week.tpl.php23N/A
There should be no trailing spacesOthercalendar-week.tpl.php24N/A
Remove the empty commented line in your function documentation.Othercalendar-week.tpl.php24N/A
Separate comments from comment syntax by a space.Othercalendar-week.tpl.php26N/A
Separate comments from comment syntax by a space.Othercalendar-week.tpl.php27N/A
Separate comments from comment syntax by a space.Othercalendar-week.tpl.php28N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php36N/A
There should be no trailing spacesOthercalendar-week.tpl.php48N/A
There should be no trailing spacesOthercalendar-week.tpl.php49N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php51N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php54N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php59N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php64N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php66N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php67N/A
There should be no trailing spacesOthercalendar-week.tpl.php77N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php78N/A
There should be no trailing spacesOthercalendar-week.tpl.php82N/A
There should be no trailing spacesOthercalendar-week.tpl.php98N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php103N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php104N/A
There should be no trailing spacesOthercalendar-week.tpl.php111N/A
There should be no trailing spacesOthercalendar-week.tpl.php118N/A
There should be no trailing spacesOthercalendar-week.tpl.php120N/A
Expandtheme/calendar-year.tpl.php804
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-year.tpl.php5N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othercalendar-year.tpl.php6N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercalendar-year.tpl.php6N/A
Function documentation should be less than 80 characters per line.Othercalendar-year.tpl.php10N/A
Function documentation should be less than 80 characters per line.Othercalendar-year.tpl.php11N/A
There should be no trailing spacesOthercalendar-year.tpl.php12N/A
Remove the empty commented line in your function documentation.Othercalendar-year.tpl.php12N/A
Separate comments from comment syntax by a space.Othercalendar-year.tpl.php14N/A
There should be no trailing spacesOthercalendar-year.tpl.php20N/A
There should be no trailing spacesOthercalendar-year.tpl.php21N/A
There should be no trailing spacesOthercalendar-year.tpl.php22N/A
There should be no trailing spacesOthercalendar-year.tpl.php23N/A
Expandtheme/theme.inc48019
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Othertheme.inc11N/A
Remove the empty commented line in your function documentation.Othertheme.inc13N/A
There should be no trailing spacesOthertheme.inc21N/A
Control statements should have one space between the control keyword and opening parenthesisOthertheme.inc31N/A
There should be no trailing spacesOthertheme.inc42N/A
missing space after commaOthertheme.inc46N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertheme.inc46N/A
There should be no trailing spacesOthertheme.inc88N/A
There should be no trailing spacesOthertheme.inc145N/A
There should be no trailing spacesOthertheme.inc147N/A
There should be no trailing spacesOthertheme.inc148N/A
There should be no trailing spacesOthertheme.inc159N/A
There should be no trailing spacesOthertheme.inc160N/A
There should be no trailing spacesOthertheme.inc178N/A
There should be no trailing spacesOthertheme.inc179N/A
There should be no trailing spacesOthertheme.inc237N/A
There should be no trailing spacesOthertheme.inc253N/A
There should be no trailing spacesOthertheme.inc276N/A
There should be no trailing spacesOthertheme.inc285N/A
There should be no trailing spacesOthertheme.inc302N/A
There should be no trailing spacesOthertheme.inc315N/A
There should be no trailing spacesOthertheme.inc316N/A
There should be no trailing spacesOthertheme.inc321N/A
There should be no trailing spacesOthertheme.inc333N/A
There should be no trailing spacesOthertheme.inc335N/A
There should be no trailing spacesOthertheme.inc395N/A
There should be no trailing spacesOthertheme.inc404N/A
There should be no trailing spacesOthertheme.inc427N/A
There should be no trailing spacesOthertheme.inc446N/A
There should be no trailing spacesOthertheme.inc448N/A
There should be no trailing spacesOthertheme.inc463N/A
There should be no trailing spacesOthertheme.inc469N/A
There should be no trailing spacesOthertheme.inc474N/A
There should be no trailing spacesOthertheme.inc479N/A
There should be no trailing spacesOthertheme.inc493N/A
There should be no trailing spacesOthertheme.inc509N/A
There should be no trailing spacesOthertheme.inc510N/A
There should be no trailing spacesOthertheme.inc526N/A
There should be no trailing spacesOthertheme.inc531N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertheme.inc556N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertheme.inc586N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertheme.inc603N/A
Function documentation should be less than 80 characters per line.Othertheme.inc615N/A
There should be no trailing spacesOthertheme.inc618N/A
There should be no trailing spacesOthertheme.inc623N/A
Function summaries should be one line only. (Drupal Docs)Othertheme.inc627N/A
There should be no trailing spacesOthertheme.inc628N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othertheme.inc637N/A
There should be no trailing spacesOthertheme.inc671N/A
There should be no trailing spacesOthertheme.inc679N/A
There should be no trailing spacesOthertheme.inc680N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othertheme.inc730N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othertheme.inc732N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othertheme.inc734N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othertheme.inc736N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othertheme.inc738N/A
Function documentation should be less than 80 characters per line.Othertheme.inc741N/A
There should be no trailing spacesOthertheme.inc749N/A
Use an indent of 2 spaces, with no tabsOthertheme.inc806N/A
Use an indent of 2 spaces, with no tabsOthertheme.inc810N/A
Use an indent of 2 spaces, with no tabsOthertheme.inc811N/A
Function documentation should be less than 80 characters per line.Othertheme.inc829N/A
If you define a @param or @return, you should document it as well.Othertheme.inc831N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othertheme.inc831N/A
If you define a @param or @return, you should document it as well.Othertheme.inc832N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othertheme.inc832N/A
If you define a @param or @return, you should document it as well.Othertheme.inc833N/A

All

Test nameMinorCriticalNormal
Expandcalendar.install002
MessageGroupFilenameLineFunctionStatus
Remove the empty commented line in your function documentation.Othercalendar.install5N/A
Use update_sql() instead of db_query() in hook_update_N()Othercalendar.install17N/A
Expandcalendar.module616
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar.module83N/A
There should be no trailing spacesOthercalendar.module131N/A
If you define a @param or @return, you should document it as well.Othercalendar.module165N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercalendar.module165N/A
Function summaries should be one line only. (Drupal Docs)Othercalendar.module190N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercalendar.module198N/A
Missing periodOthercalendar.module227N/A
Format should be * Implementation of hook_foo().Othercalendar.module227N/A
Format should be * Implementation of hook_foo().Othercalendar.module238N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar.module258N/A
The $message argument to form_error() should be enclosed within t() so that it is translatable.Othercalendar.module299N/A
The $string argument to t() should not begin or end with a space. (Drupal Docs)Othercalendar.module299N/A
Potential problem: form_set_error() and form_error() only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Othercalendar.module299N/A
Expandcalendar_ical/calendar-row-ical-node.tpl.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercalendar-row-ical-node.tpl.php-1N/A
Expandcalendar_ical/calendar-style-ical.tpl.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercalendar-style-ical.tpl.php-1N/A
Expandcalendar_ical/calendar_ical.install001
MessageGroupFilenameLineFunctionStatus
Remove the empty commented line in your function documentation.Othercalendar_ical.install6N/A
Expandcalendar_ical/calendar_ical.module201
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar_ical.module30N/A
Use the matching Drupal theme functions, not raw HTML.Othercalendar_ical.module34N/A
Missing parenthesis after function nameOthercalendar_ical.module53N/A
Expandcalendar_ical/calendar_plugin_row_ical_node.inc501
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Othercalendar_plugin_row_ical_node.inc8N/A
There should be no trailing spacesOthercalendar_plugin_row_ical_node.inc92N/A
Use an indent of 2 spaces, with no tabsOthercalendar_plugin_row_ical_node.inc100N/A
There should be no trailing spacesOthercalendar_plugin_row_ical_node.inc101N/A
There should be no trailing spacesOthercalendar_plugin_row_ical_node.inc106N/A
There should be no trailing spacesOthercalendar_plugin_row_ical_node.inc127N/A
Leafcalendar_ical/calendar_plugin_style_ical.inc000
Leafcalendar_ical/theme.inc000
Expandincludes/calendar.views.inc201
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar.views.inc5N/A
Missing parenthesis after function nameOthercalendar.views.inc9N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercalendar.views.inc48N/A
Expandincludes/calendar.views_default.inc23011
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Othercalendar.views_default.inc9N/A
There should be no trailing spacesOthercalendar.views_default.inc11N/A
There should be no trailing spacesOthercalendar.views_default.inc13N/A
There should be no trailing spacesOthercalendar.views_default.inc14N/A
There should be no trailing spacesOthercalendar.views_default.inc17N/A
There should be no trailing spacesOthercalendar.views_default.inc28N/A
indent secondary line of comment one space Othercalendar.views_default.inc29N/A
There should be no trailing spacesOthercalendar.views_default.inc37N/A
There should be no trailing spacesOthercalendar.views_default.inc48N/A
There should be no trailing spacesOthercalendar.views_default.inc50N/A
There should be no trailing spacesOthercalendar.views_default.inc52N/A
There should be no trailing spacesOthercalendar.views_default.inc53N/A
If you define a @param or @return, you should document it as well.Othercalendar.views_default.inc53N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercalendar.views_default.inc53N/A
There should be no trailing spacesOthercalendar.views_default.inc55N/A
There should be no trailing spacesOthercalendar.views_default.inc57N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercalendar.views_default.inc57N/A
There should be no trailing spacesOthercalendar.views_default.inc59N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercalendar.views_default.inc59N/A
There should be no trailing spacesOthercalendar.views_default.inc61N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercalendar.views_default.inc61N/A
There should be no trailing spacesOthercalendar.views_default.inc63N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercalendar.views_default.inc63N/A
There should be no trailing spacesOthercalendar.views_default.inc64N/A
There should be no trailing spacesOthercalendar.views_default.inc66N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercalendar.views_default.inc66N/A
There should be no trailing spacesOthercalendar.views_default.inc69N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercalendar.views_default.inc69N/A
There should be no trailing spacesOthercalendar.views_default.inc72N/A
If you define a @param or @return, you should document it as well.Othercalendar.views_default.inc73N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercalendar.views_default.inc73N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercalendar.views_default.inc122N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercalendar.views_default.inc140N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercalendar.views_default.inc190N/A
Expandincludes/calendar_plugin_row_node.inc37314
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Othercalendar_plugin_row_node.inc21N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc65N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc73N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercalendar_plugin_row_node.inc76N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc89N/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.Othercalendar_plugin_row_node.inc93N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercalendar_plugin_row_node.inc141N/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.Othercalendar_plugin_row_node.inc157N/A
use a space between the closing parenthesis and the open bracketOthercalendar_plugin_row_node.inc182N/A
Use an indent of 2 spaces, with no tabsOthercalendar_plugin_row_node.inc184N/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.Othercalendar_plugin_row_node.inc184N/A
Use an indent of 2 spaces, with no tabsOthercalendar_plugin_row_node.inc185N/A
Use an indent of 2 spaces, with no tabsOthercalendar_plugin_row_node.inc186N/A
Use an indent of 2 spaces, with no tabsOthercalendar_plugin_row_node.inc200N/A
Use an indent of 2 spaces, with no tabsOthercalendar_plugin_row_node.inc201N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc201N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc202N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc244N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc276N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc277N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc283N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc295N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc297N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc298N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc319N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc336N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc342N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc362N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc386N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc394N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc396N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc429N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc434N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc440N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc453N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc458N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc459N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc476N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc482N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc492N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc498N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc502N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc508N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc521N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc522N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc526N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc547N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc551N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar_plugin_row_node.inc564N/A
use a space between the closing parenthesis and the open bracketOthercalendar_plugin_row_node.inc564N/A
use a space between the closing parenthesis and the open bracketOthercalendar_plugin_row_node.inc568N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar_plugin_row_node.inc569N/A
use a space between the closing parenthesis and the open bracketOthercalendar_plugin_row_node.inc569N/A
There should be no trailing spacesOthercalendar_plugin_row_node.inc583N/A
Expandincludes/calendar_plugin_style.inc8104
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar_plugin_style.inc41N/A
There should be no trailing spacesOthercalendar_plugin_style.inc42N/A
There should be no trailing spacesOthercalendar_plugin_style.inc43N/A
There should be no trailing spacesOthercalendar_plugin_style.inc44N/A
There should be no trailing spacesOthercalendar_plugin_style.inc45N/A
There should be no trailing spacesOthercalendar_plugin_style.inc121N/A
Use Drupal's format_date(), not PHP's default date().Othercalendar_plugin_style.inc149N/A
There should be no trailing spacesOthercalendar_plugin_style.inc185N/A
Doxygen uses @todo and @bug to markup things to be done.Othercalendar_plugin_style.inc193N/A
Separate comments from comment syntax by a space.Othercalendar_plugin_style.inc220N/A
There should be no trailing spacesOthercalendar_plugin_style.inc221N/A
Doxygen uses @todo and @bug to markup things to be done.Othercalendar_plugin_style.inc258N/A
There should be no trailing spacesOthercalendar_plugin_style.inc287N/A
There should be no trailing spacesOthercalendar_plugin_style.inc373N/A
There should be no trailing spacesOthercalendar_plugin_style.inc377N/A
There should be no trailing spacesOthercalendar_plugin_style.inc381N/A
There should be no trailing spacesOthercalendar_plugin_style.inc384N/A
There should be no trailing spacesOthercalendar_plugin_style.inc400N/A
There should be no trailing spacesOthercalendar_plugin_style.inc405N/A
There should be no trailing spacesOthercalendar_plugin_style.inc407N/A
There should be no trailing spacesOthercalendar_plugin_style.inc411N/A
There should be no trailing spacesOthercalendar_plugin_style.inc413N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercalendar_plugin_style.inc415N/A
There should be no trailing spacesOthercalendar_plugin_style.inc418N/A
There should be no trailing spacesOthercalendar_plugin_style.inc422N/A
There should be no trailing spacesOthercalendar_plugin_style.inc442N/A
There should be no trailing spacesOthercalendar_plugin_style.inc447N/A
There should be no trailing spacesOthercalendar_plugin_style.inc452N/A
There should be no trailing spacesOthercalendar_plugin_style.inc455N/A
There should be no trailing spacesOthercalendar_plugin_style.inc461N/A
There should be no trailing spacesOthercalendar_plugin_style.inc467N/A
There should be no trailing spacesOthercalendar_plugin_style.inc474N/A
There should be no trailing spacesOthercalendar_plugin_style.inc482N/A
There should be no trailing spacesOthercalendar_plugin_style.inc507N/A
There should be no trailing spacesOthercalendar_plugin_style.inc518N/A
There should be no trailing spacesOthercalendar_plugin_style.inc526N/A
There should be no trailing spacesOthercalendar_plugin_style.inc536N/A
There should be no trailing spacesOthercalendar_plugin_style.inc543N/A
There should be no trailing spacesOthercalendar_plugin_style.inc552N/A
There should be no trailing spacesOthercalendar_plugin_style.inc555N/A
There should be no trailing spacesOthercalendar_plugin_style.inc558N/A
There should be no trailing spacesOthercalendar_plugin_style.inc559N/A
There should be no trailing spacesOthercalendar_plugin_style.inc565N/A
There should be no trailing spacesOthercalendar_plugin_style.inc566N/A
There should be no trailing spacesOthercalendar_plugin_style.inc576N/A
There should be no trailing spacesOthercalendar_plugin_style.inc581N/A
There should be no trailing spacesOthercalendar_plugin_style.inc583N/A
There should be no trailing spacesOthercalendar_plugin_style.inc585N/A
There should be no trailing spacesOthercalendar_plugin_style.inc588N/A
There should be no trailing spacesOthercalendar_plugin_style.inc605N/A
There should be no trailing spacesOthercalendar_plugin_style.inc610N/A
There should be no trailing spacesOthercalendar_plugin_style.inc615N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercalendar_plugin_style.inc618N/A
There should be no trailing spacesOthercalendar_plugin_style.inc621N/A
There should be no trailing spacesOthercalendar_plugin_style.inc634N/A
There should be no trailing spacesOthercalendar_plugin_style.inc654N/A
There should be no trailing spacesOthercalendar_plugin_style.inc668N/A
There should be no trailing spacesOthercalendar_plugin_style.inc687N/A
There should be no trailing spacesOthercalendar_plugin_style.inc692N/A
There should be no trailing spacesOthercalendar_plugin_style.inc694N/A
There should be no trailing spacesOthercalendar_plugin_style.inc703N/A
There should be no trailing spacesOthercalendar_plugin_style.inc707N/A
There should be no trailing spacesOthercalendar_plugin_style.inc711N/A
There should be no trailing spacesOthercalendar_plugin_style.inc722N/A
There should be no trailing spacesOthercalendar_plugin_style.inc726N/A
There should be no trailing spacesOthercalendar_plugin_style.inc738N/A
There should be no trailing spacesOthercalendar_plugin_style.inc744N/A
There should be no trailing spacesOthercalendar_plugin_style.inc787N/A
There should be no trailing spacesOthercalendar_plugin_style.inc792N/A
There should be no trailing spacesOthercalendar_plugin_style.inc793N/A
There should be no trailing spacesOthercalendar_plugin_style.inc794N/A
There should be no trailing spacesOthercalendar_plugin_style.inc852N/A
There should be no trailing spacesOthercalendar_plugin_style.inc853N/A
There should be no trailing spacesOthercalendar_plugin_style.inc854N/A
There should be no trailing spacesOthercalendar_plugin_style.inc858N/A
There should be no trailing spacesOthercalendar_plugin_style.inc862N/A
There should be no trailing spacesOthercalendar_plugin_style.inc863N/A
There should be no trailing spacesOthercalendar_plugin_style.inc864N/A
There should be no trailing spacesOthercalendar_plugin_style.inc906N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercalendar_plugin_style.inc909N/A
Use an indent of 2 spaces, with no tabsOthercalendar_plugin_style.inc911N/A
Use an indent of 2 spaces, with no tabsOthercalendar_plugin_style.inc912N/A
There should be no trailing spacesOthercalendar_plugin_style.inc913N/A
There should be no trailing spacesOthercalendar_plugin_style.inc916N/A
There should be no trailing spacesOthercalendar_plugin_style.inc935N/A
Expandtheme/calendar-datebox.tpl.php101
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-datebox.tpl.php3N/A
Function documentation should be less than 80 characters per line.Othercalendar-datebox.tpl.php7N/A
Expandtheme/calendar-day-overlap.tpl.php1705
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Othercalendar-day-overlap.tpl.php4N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php5N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othercalendar-day-overlap.tpl.php6N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercalendar-day-overlap.tpl.php6N/A
Function documentation should be less than 80 characters per line.Othercalendar-day-overlap.tpl.php15N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php16N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php18N/A
Function documentation should be less than 80 characters per line.Othercalendar-day-overlap.tpl.php21N/A
Function documentation should be less than 80 characters per line.Othercalendar-day-overlap.tpl.php22N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php23N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php24N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php26N/A
Separate comments from comment syntax by a space.Othercalendar-day-overlap.tpl.php29N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php50N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php62N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php63N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php76N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php90N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php94N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php117N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php131N/A
There should be no trailing spacesOthercalendar-day-overlap.tpl.php132N/A
Expandtheme/calendar-day.tpl.php1104
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-day.tpl.php6N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othercalendar-day.tpl.php7N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercalendar-day.tpl.php7N/A
Function documentation should be less than 80 characters per line.Othercalendar-day.tpl.php16N/A
There should be no trailing spacesOthercalendar-day.tpl.php17N/A
There should be no trailing spacesOthercalendar-day.tpl.php19N/A
Function documentation should be less than 80 characters per line.Othercalendar-day.tpl.php22N/A
Function documentation should be less than 80 characters per line.Othercalendar-day.tpl.php23N/A
There should be no trailing spacesOthercalendar-day.tpl.php24N/A
There should be no trailing spacesOthercalendar-day.tpl.php25N/A
There should be no trailing spacesOthercalendar-day.tpl.php27N/A
Separate comments from comment syntax by a space.Othercalendar-day.tpl.php30N/A
There should be no trailing spacesOthercalendar-day.tpl.php59N/A
There should be no trailing spacesOthercalendar-day.tpl.php75N/A
There should be no trailing spacesOthercalendar-day.tpl.php77N/A
Expandtheme/calendar-item.tpl.php1400
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-item.tpl.php5N/A
There should be no trailing spacesOthercalendar-item.tpl.php6N/A
There should be no trailing spacesOthercalendar-item.tpl.php11N/A
There should be no trailing spacesOthercalendar-item.tpl.php17N/A
There should be no trailing spacesOthercalendar-item.tpl.php25N/A
There should be no trailing spacesOthercalendar-item.tpl.php30N/A
There should be no trailing spacesOthercalendar-item.tpl.php33N/A
There should be no trailing spacesOthercalendar-item.tpl.php36N/A
There should be no trailing spacesOthercalendar-item.tpl.php38N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othercalendar-item.tpl.php39N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercalendar-item.tpl.php39N/A
There should be no trailing spacesOthercalendar-item.tpl.php54N/A
There should be no trailing spacesOthercalendar-item.tpl.php60N/A
There should be no trailing spacesOthercalendar-item.tpl.php61N/A
Expandtheme/calendar-mini.tpl.php706
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-mini.tpl.php5N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othercalendar-mini.tpl.php6N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercalendar-mini.tpl.php6N/A
Function documentation should be less than 80 characters per line.Othercalendar-mini.tpl.php11N/A
Function documentation should be less than 80 characters per line.Othercalendar-mini.tpl.php12N/A
There should be no trailing spacesOthercalendar-mini.tpl.php13N/A
Function documentation should be less than 80 characters per line.Othercalendar-mini.tpl.php14N/A
Function documentation should be less than 80 characters per line.Othercalendar-mini.tpl.php15N/A
There should be no trailing spacesOthercalendar-mini.tpl.php16N/A
Remove the empty commented line in your function documentation.Othercalendar-mini.tpl.php16N/A
Separate comments from comment syntax by a space.Othercalendar-mini.tpl.php18N/A
There should be no trailing spacesOthercalendar-mini.tpl.php33N/A
There should be no trailing spacesOthercalendar-mini.tpl.php34N/A
Expandtheme/calendar-month-col.tpl.php100
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-month-col.tpl.php5N/A
Expandtheme/calendar-month-row.tpl.php100
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-month-row.tpl.php5N/A
Expandtheme/calendar-month.tpl.php805
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-month.tpl.php5N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othercalendar-month.tpl.php6N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercalendar-month.tpl.php6N/A
Function documentation should be less than 80 characters per line.Othercalendar-month.tpl.php11N/A
Function documentation should be less than 80 characters per line.Othercalendar-month.tpl.php14N/A
Function documentation should be less than 80 characters per line.Othercalendar-month.tpl.php15N/A
There should be no trailing spacesOthercalendar-month.tpl.php16N/A
There should be no trailing spacesOthercalendar-month.tpl.php18N/A
Remove the empty commented line in your function documentation.Othercalendar-month.tpl.php18N/A
Separate comments from comment syntax by a space.Othercalendar-month.tpl.php20N/A
There should be no trailing spacesOthercalendar-month.tpl.php34N/A
There should be no trailing spacesOthercalendar-month.tpl.php49N/A
There should be no trailing spacesOthercalendar-month.tpl.php54N/A
Expandtheme/calendar-row-node.tpl.php1200
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-row-node.tpl.php5N/A
There should be no trailing spacesOthercalendar-row-node.tpl.php6N/A
There should be no trailing spacesOthercalendar-row-node.tpl.php11N/A
There should be no trailing spacesOthercalendar-row-node.tpl.php15N/A
There should be no trailing spacesOthercalendar-row-node.tpl.php23N/A
There should be no trailing spacesOthercalendar-row-node.tpl.php28N/A
There should be no trailing spacesOthercalendar-row-node.tpl.php31N/A
There should be no trailing spacesOthercalendar-row-node.tpl.php34N/A
There should be no trailing spacesOthercalendar-row-node.tpl.php36N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othercalendar-row-node.tpl.php37N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercalendar-row-node.tpl.php37N/A
There should be no trailing spacesOthercalendar-row-node.tpl.php44N/A
Expandtheme/calendar-style.tpl.php002
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercalendar-style.tpl.php-1N/A
the final ?> should be omitted from all code filesOthercalendar-style.tpl.php1N/A
Expandtheme/calendar-week-overlap.tpl.php20016
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-week-overlap.tpl.php5N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othercalendar-week-overlap.tpl.php6N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercalendar-week-overlap.tpl.php6N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php10N/A
Function documentation should be less than 80 characters per line.Othercalendar-week-overlap.tpl.php18N/A
Function documentation should be less than 80 characters per line.Othercalendar-week-overlap.tpl.php19N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php20N/A
Function documentation should be less than 80 characters per line.Othercalendar-week-overlap.tpl.php22N/A
Function documentation should be less than 80 characters per line.Othercalendar-week-overlap.tpl.php23N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php24N/A
Remove the empty commented line in your function documentation.Othercalendar-week-overlap.tpl.php24N/A
Separate comments from comment syntax by a space.Othercalendar-week-overlap.tpl.php26N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php51N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php52N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php62N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php67N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php69N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php70N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php71N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php82N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php98N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php99N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php100N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php119N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php120N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php137N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php138N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php150N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php159N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php160N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php176N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php186N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php197N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week-overlap.tpl.php198N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php229N/A
There should be no trailing spacesOthercalendar-week-overlap.tpl.php230N/A
Expandtheme/calendar-week.tpl.php14018
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-week.tpl.php5N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othercalendar-week.tpl.php6N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercalendar-week.tpl.php6N/A
There should be no trailing spacesOthercalendar-week.tpl.php10N/A
Function documentation should be less than 80 characters per line.Othercalendar-week.tpl.php18N/A
Function documentation should be less than 80 characters per line.Othercalendar-week.tpl.php19N/A
There should be no trailing spacesOthercalendar-week.tpl.php20N/A
Function documentation should be less than 80 characters per line.Othercalendar-week.tpl.php22N/A
Function documentation should be less than 80 characters per line.Othercalendar-week.tpl.php23N/A
There should be no trailing spacesOthercalendar-week.tpl.php24N/A
Remove the empty commented line in your function documentation.Othercalendar-week.tpl.php24N/A
Separate comments from comment syntax by a space.Othercalendar-week.tpl.php26N/A
Separate comments from comment syntax by a space.Othercalendar-week.tpl.php27N/A
Separate comments from comment syntax by a space.Othercalendar-week.tpl.php28N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php36N/A
There should be no trailing spacesOthercalendar-week.tpl.php48N/A
There should be no trailing spacesOthercalendar-week.tpl.php49N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php51N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php54N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php59N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php64N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php66N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php67N/A
There should be no trailing spacesOthercalendar-week.tpl.php77N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php78N/A
There should be no trailing spacesOthercalendar-week.tpl.php82N/A
There should be no trailing spacesOthercalendar-week.tpl.php98N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php103N/A
Control statements should have one space between the control keyword and opening parenthesisOthercalendar-week.tpl.php104N/A
There should be no trailing spacesOthercalendar-week.tpl.php111N/A
There should be no trailing spacesOthercalendar-week.tpl.php118N/A
There should be no trailing spacesOthercalendar-week.tpl.php120N/A
Expandtheme/calendar-year.tpl.php804
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthercalendar-year.tpl.php5N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othercalendar-year.tpl.php6N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercalendar-year.tpl.php6N/A
Function documentation should be less than 80 characters per line.Othercalendar-year.tpl.php10N/A
Function documentation should be less than 80 characters per line.Othercalendar-year.tpl.php11N/A
There should be no trailing spacesOthercalendar-year.tpl.php12N/A
Remove the empty commented line in your function documentation.Othercalendar-year.tpl.php12N/A
Separate comments from comment syntax by a space.Othercalendar-year.tpl.php14N/A
There should be no trailing spacesOthercalendar-year.tpl.php20N/A
There should be no trailing spacesOthercalendar-year.tpl.php21N/A
There should be no trailing spacesOthercalendar-year.tpl.php22N/A
There should be no trailing spacesOthercalendar-year.tpl.php23N/A
Expandtheme/theme.inc48019
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Othertheme.inc11N/A
Remove the empty commented line in your function documentation.Othertheme.inc13N/A
There should be no trailing spacesOthertheme.inc21N/A
Control statements should have one space between the control keyword and opening parenthesisOthertheme.inc31N/A
There should be no trailing spacesOthertheme.inc42N/A
missing space after commaOthertheme.inc46N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertheme.inc46N/A
There should be no trailing spacesOthertheme.inc88N/A
There should be no trailing spacesOthertheme.inc145N/A
There should be no trailing spacesOthertheme.inc147N/A
There should be no trailing spacesOthertheme.inc148N/A
There should be no trailing spacesOthertheme.inc159N/A
There should be no trailing spacesOthertheme.inc160N/A
There should be no trailing spacesOthertheme.inc178N/A
There should be no trailing spacesOthertheme.inc179N/A
There should be no trailing spacesOthertheme.inc237N/A
There should be no trailing spacesOthertheme.inc253N/A
There should be no trailing spacesOthertheme.inc276N/A
There should be no trailing spacesOthertheme.inc285N/A
There should be no trailing spacesOthertheme.inc302N/A
There should be no trailing spacesOthertheme.inc315N/A
There should be no trailing spacesOthertheme.inc316N/A
There should be no trailing spacesOthertheme.inc321N/A
There should be no trailing spacesOthertheme.inc333N/A
There should be no trailing spacesOthertheme.inc335N/A
There should be no trailing spacesOthertheme.inc395N/A
There should be no trailing spacesOthertheme.inc404N/A
There should be no trailing spacesOthertheme.inc427N/A
There should be no trailing spacesOthertheme.inc446N/A
There should be no trailing spacesOthertheme.inc448N/A
There should be no trailing spacesOthertheme.inc463N/A
There should be no trailing spacesOthertheme.inc469N/A
There should be no trailing spacesOthertheme.inc474N/A
There should be no trailing spacesOthertheme.inc479N/A
There should be no trailing spacesOthertheme.inc493N/A
There should be no trailing spacesOthertheme.inc509N/A
There should be no trailing spacesOthertheme.inc510N/A
There should be no trailing spacesOthertheme.inc526N/A
There should be no trailing spacesOthertheme.inc531N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertheme.inc556N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertheme.inc586N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertheme.inc603N/A
Function documentation should be less than 80 characters per line.Othertheme.inc615N/A
There should be no trailing spacesOthertheme.inc618N/A
There should be no trailing spacesOthertheme.inc623N/A
Function summaries should be one line only. (Drupal Docs)Othertheme.inc627N/A
There should be no trailing spacesOthertheme.inc628N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othertheme.inc637N/A
There should be no trailing spacesOthertheme.inc671N/A
There should be no trailing spacesOthertheme.inc679N/A
There should be no trailing spacesOthertheme.inc680N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othertheme.inc730N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othertheme.inc732N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othertheme.inc734N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othertheme.inc736N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othertheme.inc738N/A
Function documentation should be less than 80 characters per line.Othertheme.inc741N/A
There should be no trailing spacesOthertheme.inc749N/A
Use an indent of 2 spaces, with no tabsOthertheme.inc806N/A
Use an indent of 2 spaces, with no tabsOthertheme.inc810N/A
Use an indent of 2 spaces, with no tabsOthertheme.inc811N/A
Function documentation should be less than 80 characters per line.Othertheme.inc829N/A
If you define a @param or @return, you should document it as well.Othertheme.inc831N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othertheme.inc831N/A
If you define a @param or @return, you should document it as well.Othertheme.inc832N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othertheme.inc832N/A
If you define a @param or @return, you should document it as well.Othertheme.inc833N/A