Skip to content

Commit

Permalink
add parameters types
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed Oct 4, 2024
1 parent b61d8f6 commit 6470d56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/TestLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ class TestLogger extends AbstractLogger
*/
public $logs = [];

/**
* @param mixed $level
* @param string $message
*/
public function log($level, $message, array $context = []): void
{
$log = [
Expand Down

0 comments on commit 6470d56

Please sign in to comment.