Skip to content

Commit 7d3471b

Browse files
committed
Fixed phpstan missing parameter array type
1 parent 6f34feb commit 7d3471b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/batch/src/JobExecutionLogger.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public function __construct(JobExecutionLogs $logs)
3939

4040
/**
4141
* @inheritDoc
42+
* @param array<string, mixed> $context
4243
*/
4344
public function log($level, $message, array $context = []): void
4445
{

0 commit comments

Comments
 (0)