Skip to content

Commit

Permalink
ITKDev: Coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuaitk committed Nov 19, 2024
1 parent 03d7800 commit 7bd7bb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[Unreleased]: https://github.com/OS2web/os2web_audit/compare/develop...HEAD
[0.1.0]: https://github.com/OS2web/os2web_audit/compare/0.0.3...0.1.0
[0.0.2]: https://github.com/OS2web/os2web_audit/compare/0.0.2...0.0.3
[0.0.3]: https://github.com/OS2web/os2web_audit/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/OS2web/os2web_audit/compare/0.0.1...0.0.2
[0.0.1]: https://github.com/OS2web/os2web_audit/releases/tag/0.0.1
2 changes: 2 additions & 0 deletions src/Plugin/AuditLogger/Watchdog.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public function __construct(

/**
* {@inheritdoc}
*
* @phpstan-param array<string, mixed> $configuration
*/
public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
return new static(
Expand Down

0 comments on commit 7bd7bb5

Please sign in to comment.