Skip to content

Commit 77af2e5

Browse files
committed
fixup! fix(logger): add back lost params for logger methods
1 parent 8535abe commit 77af2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Log/PsrLoggerAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function debug(string|Stringable $message, array $context = []): void {
134134
/**
135135
* Logs with an arbitrary level.
136136
*
137-
* @param string|int $level
137+
* @param mixed $level
138138
* @param mixed[] $context
139139
*
140140
* @throws InvalidArgumentException

0 commit comments

Comments
 (0)