inc/base.inc | 0 | 0 | 0 |
modules/state_flow/includes/views/state_flow.views.inc | 0 | 0 | 0 |
modules/state_flow/includes/views/state_flow_handler_field_is_node_revision_published.inc | 0 | 0 | 0 |
modules/state_flow/includes/views/state_flow_handler_field_workflow_link.inc | 0 | 0 | 0 |
modules/state_flow/includes/views/state_flow_handler_filter_state.inc | 0 | 0 | 0 |
modules/state_flow/includes/views/views/state_flow_history_by_node.inc | 0 | 0 | 0 |
modules/state_flow/includes/views/views/state_flow_states_by_node.inc | 0 | 0 | 0 |
modules/state_flow/plugins/state_flow_node.inc | 0 | 0 | 0 |
modules/state_flow/state_flow.admin.inc | 0 | 0 | 0 |
modules/state_flow/state_flow.module | 4 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | state_flow.module | 154 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | state_flow.module | 154 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | state_flow.module | 328 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | state_flow.module | 328 | N/A |  |
|
modules/state_flow/state_flow.pages.inc | 0 | 0 | 0 |
modules/state_flow/tests/state_flow.test | 0 | 0 | 0 |
modules/state_flow_entity/includes/views/state_flow_entity.views.inc | 0 | 0 | 0 |
modules/state_flow_entity/includes/views/state_flow_entity_handler_area_events_form.inc | 0 | 0 | 0 |
modules/state_flow_entity/includes/views/state_flow_entity_handler_field_events_form.inc | 0 | 0 | 0 |
modules/state_flow_entity/includes/views/state_flow_entity_handler_field_link.inc | 0 | 0 | 0 |
modules/state_flow_entity/includes/views/state_flow_entity_handler_field_state.inc | 0 | 0 | 0 |
modules/state_flow_entity/includes/views/state_flow_entity_handler_field_state_flow_states.inc | 0 | 0 | 0 |
modules/state_flow_entity/includes/views/state_flow_handler_available_events.inc | 0 | 0 | 0 |
modules/state_flow_entity/plugins/access/state_flow_entity_entity_in_state.inc | 0 | 0 | 0 |
modules/state_flow_entity/plugins/content_types/state_flow_entity_form.inc | 9 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | state_flow_entity_form.inc | 46 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | state_flow_entity_form.inc | 47 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | state_flow_entity_form.inc | 49 | N/A |  |
| indent secondary line of comment one space | Other | state_flow_entity_form.inc | 66 | N/A |  |
| indent secondary line of comment one space | Other | state_flow_entity_form.inc | 67 | N/A |  |
| indent secondary line of comment one space | Other | state_flow_entity_form.inc | 117 | N/A |  |
| indent secondary line of comment one space | Other | state_flow_entity_form.inc | 118 | N/A |  |
| indent secondary line of comment one space | Other | state_flow_entity_form.inc | 148 | N/A |  |
| indent secondary line of comment one space | Other | state_flow_entity_form.inc | 149 | N/A |  |
|
modules/state_flow_entity/plugins/relationships/state_flow_history_from_entity.inc | 0 | 0 | 0 |
modules/state_flow_entity/plugins/state_flow_entity.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Control statements should have one space between the control keyword and opening parenthesis | Other | state_flow_entity.inc | 258 | N/A |  |
|
modules/state_flow_entity/state_flow_entity.api.php | 0 | 0 | 0 |
modules/state_flow_entity/state_flow_entity.forms.inc | 0 | 0 | 0 |
modules/state_flow_entity/state_flow_entity.install | 0 | 0 | 0 |
modules/state_flow_entity/state_flow_entity.module | 5 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Use an indent of 2 spaces, with no tabs | Other | state_flow_entity.module | 70 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | state_flow_entity.module | 172 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | state_flow_entity.module | 315 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | state_flow_entity.module | 370 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | state_flow_entity.module | 370 | N/A |  |
|
modules/state_flow_entity/state_flow_entity.rules.inc | 0 | 0 | 0 |
modules/state_flow_schedule/state_flow_schedule.drush.inc | 0 | 0 | 0 |
modules/state_flow_schedule/state_flow_schedule.install | 0 | 0 | 0 |
modules/state_flow_schedule/state_flow_schedule.module | 0 | 1 | 3 |
| Message | Group | Filename | Line | Function | Status |
| use a space between the closing parenthesis and the open bracket | Other | state_flow_schedule.module | 134 | N/A |  |
| use a space between the closing parenthesis and the open bracket | Other | state_flow_schedule.module | 164 | 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 | state_flow_schedule.module | 181 | N/A |  |
| The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable. | Other | state_flow_schedule.module | 181 | N/A |  |
|
state_machine.api.php | 4 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | state_machine.api.php | 11 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | state_machine.api.php | 11 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | state_machine.api.php | 22 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | state_machine.api.php | 38 | N/A |  |
|
state_machine.install | 0 | 0 | 0 |
state_machine.module | 0 | 0 | 0 |
tests/state_machine.test | 0 | 0 | 0 |