Skip to content

Commit f16e1d5

Browse files
authored
Merge pull request #84 from phily245/log-level-return-type
Restore a phpdoc
2 parents 79dff0b + 1a37735 commit f16e1d5

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)