Skip to content

Commit

Permalink
Merge pull request #84 from phily245/log-level-return-type
Browse files Browse the repository at this point in the history
Restore a phpdoc
  • Loading branch information
Seldaek authored Sep 11, 2024
2 parents 79dff0b + 1a37735 commit f16e1d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LoggerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public function debug(string|\Stringable $message, array $context = []): void;
/**
* Logs with an arbitrary level.
*
* @param mixed $level
* @param mixed[] $context
*
* @throws \Psr\Log\InvalidArgumentException
Expand Down

0 comments on commit f16e1d5

Please sign in to comment.