diff --git a/tests/TestLogger.php b/tests/TestLogger.php index 912f393..36147a6 100644 --- a/tests/TestLogger.php +++ b/tests/TestLogger.php @@ -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 = [