From 6470d5613706f6b03d295de62ef171a62f4fd70f Mon Sep 17 00:00:00 2001 From: "Libor M." Date: Fri, 4 Oct 2024 14:59:54 +0200 Subject: [PATCH] add parameters types --- tests/TestLogger.php | 4 ++++ 1 file changed, 4 insertions(+) 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 = [