Skip to content

Commit 1a37735

Browse files
authored
Restore a phpdoc
v3.0.1 removed this line at 79dff0b#diff-ece1cc9e2cbefb0d1c511f88ab22703e9a402b9ca071df66704f1106c1433ad4L116 (in PR #80), however it isn't covered by a typehint so broke static analysis checks in consuming applications/packages using this interface
1 parent 79dff0b commit 1a37735

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/LoggerInterface.php

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public function debug(string|\Stringable $message, array $context = []): void;
8989
/**
9090
* Logs with an arbitrary level.
9191
*
92+
* @param mixed $level
9293
* @param mixed[] $context
9394
*
9495
* @throws \Psr\Log\InvalidArgumentException

0 commit comments

Comments
 (0)