Skip to content

Commit

Permalink
Restore a phpdoc
Browse files Browse the repository at this point in the history
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
  • Loading branch information
phily245 authored Sep 9, 2024
1 parent 79dff0b commit 1a37735
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 1a37735

Please sign in to comment.