Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/os2web/os2web_audit into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
cableman committed May 3, 2024
2 parents 029b8b3 + 29dcb76 commit d20b087
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion os2web_audit.links.menu.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion os2web_audit.links.task.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion os2web_audit.routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
6 changes: 1 addition & 5 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="PHP_CodeSniffer">
<description>OS2Forms PHP Code Sniffer configuration</description>
<description>OS2web Audit PHP Code Sniffer configuration</description>

<file>.</file>
<exclude-pattern>vendor/</exclude-pattern>
<exclude-pattern>node_modules/</exclude-pattern>
<!-- Exclude our copy of the abandoned https://www.drupal.org/project/webform_embed -->
<exclude-pattern>modules/webform_embed/</exclude-pattern>
<!-- Exclude our copy of the abandoned https://www.drupal.org/project/field_color -->
<exclude-pattern>modules/os2forms_webform_maps/modules/field_color/</exclude-pattern>

<!-- Show progress of the run -->
<arg value="p"/>
Expand Down
2 changes: 1 addition & 1 deletion src/Form/PluginSettingsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @file
* Abstract class for PluginSettingsForm implementation.
* Class for PluginSettingsForm implementation.
*/

use Drupal\Component\Plugin\PluginManagerInterface;
Expand Down

0 comments on commit d20b087

Please sign in to comment.