Skip to content

Commit

Permalink
Further coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuaitk committed Oct 7, 2024
1 parent be8f28b commit 8d7d4f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ before starting to add changes. Use example [placed in the end of the page](#exa
## [Unreleased]

- [OS-119] Keeping value of CPR clean, not adding address protection text
- Applied coding standards

## [3.16.0] 2024-08-27

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ public function sendDigitalPost(string $type, Message $message, ?ForsendelseI $f
* The message.
* @param array $context
* The context.
*
* @phpstan-param array<string, mixed> $context
*/
public function log($level, $message, array $context = []): void {
$this->logger->log($level, $message, $context);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ private function loadQueue(): QueueInterface {
* The message.
* @param array $context
* The context.
*
* @phpstan-param array<string, mixed> $context
*/
public function log($level, $message, array $context = []): void {
$this->logger->log($level, $message, $context);
Expand Down

0 comments on commit 8d7d4f8

Please sign in to comment.