diff --git a/README.md b/README.md index 9e6dd58..95f75ea 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ drush audit:log 'This is a test message' ## Usage -The module exposes n simple `Logger` service which can log an `info` and`error` +The module exposes a simple `Logger` service which can log an `info` and `error` messages. Inject the logger service named `os2web_audit.logger` and send messages into the diff --git a/os2web_audit.links.menu.yml b/os2web_audit.links.menu.yml index 269a099..c6d73da 100644 --- a/os2web_audit.links.menu.yml +++ b/os2web_audit.links.menu.yml @@ -1,5 +1,5 @@ os2web_audit.admin_settings: - title: 'OS2 Audit settings' + title: 'OS2web Audit settings' parent: system.admin_config_system description: 'Settings for the OS2 Audit module' route_name: os2web_audit.plugin_settings_local_tasks diff --git a/os2web_audit.links.task.yml b/os2web_audit.links.task.yml index 788a7ae..31e7570 100644 --- a/os2web_audit.links.task.yml +++ b/os2web_audit.links.task.yml @@ -1,5 +1,5 @@ os2web_audit.plugin_settings_tasks: - title: 'OS2 Audit settings' + title: 'OS2web Audit settings' route_name: os2web_audit.plugin_settings_local_tasks base_route: os2web_audit.plugin_settings_local_tasks deriver: Drupal\os2web_audit\Plugin\Derivative\LocalTask diff --git a/os2web_audit.routing.yml b/os2web_audit.routing.yml index bda09b6..cd46d48 100644 --- a/os2web_audit.routing.yml +++ b/os2web_audit.routing.yml @@ -2,7 +2,7 @@ os2web_audit.plugin_settings_local_tasks: path: '/admin/config/os2web_audit/settings/{type}' defaults: _controller: '\Drupal\os2web_audit\Controller\LocalTasksController::dynamicTasks' - _title: 'OS2 Audit settings' + _title: 'OS2web Audit settings' type: '' requirements: _permission: 'administer site' diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 07c8814..e6cd9bb 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -1,14 +1,10 @@ - OS2Forms PHP Code Sniffer configuration + OS2web Audit PHP Code Sniffer configuration . vendor/ node_modules/ - - modules/webform_embed/ - - modules/os2forms_webform_maps/modules/field_color/ diff --git a/src/Form/PluginSettingsForm.php b/src/Form/PluginSettingsForm.php index ef0c918..071b2e5 100644 --- a/src/Form/PluginSettingsForm.php +++ b/src/Form/PluginSettingsForm.php @@ -4,7 +4,7 @@ /** * @file - * Abstract class for PluginSettingsForm implementation. + * Class for PluginSettingsForm implementation. */ use Drupal\Component\Plugin\PluginManagerInterface;