Skip to content

Commit 8d7d4f8

Browse files
committed
Further coding standards
1 parent be8f28b commit 8d7d4f8

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ before starting to add changes. Use example [placed in the end of the page](#exa
1212
## [Unreleased]
1313

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

1617
## [3.16.0] 2024-08-27
1718

modules/os2forms_digital_post/src/Helper/DigitalPostHelper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ public function sendDigitalPost(string $type, Message $message, ?ForsendelseI $f
8383
* The message.
8484
* @param array $context
8585
* The context.
86+
*
87+
* @phpstan-param array<string, mixed> $context
8688
*/
8789
public function log($level, $message, array $context = []): void {
8890
$this->logger->log($level, $message, $context);

modules/os2forms_digital_post/src/Helper/WebformHelperSF1601.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ private function loadQueue(): QueueInterface {
206206
* The message.
207207
* @param array $context
208208
* The context.
209+
*
210+
* @phpstan-param array<string, mixed> $context
209211
*/
210212
public function log($level, $message, array $context = []): void {
211213
$this->logger->log($level, $message, $context);

0 commit comments

Comments
 (0)