From fe1a1fa591d838a5c0d1fa47f34084e911398a83 Mon Sep 17 00:00:00 2001 From: sasezaki Date: Sat, 4 Oct 2025 22:53:49 +0900 Subject: [PATCH] Updated - hasRecord() PHPDoc type hint, reflecting the actual method implementation --- src/Test/TestLogger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Test/TestLogger.php b/src/Test/TestLogger.php index e3af87f..6c55a79 100644 --- a/src/Test/TestLogger.php +++ b/src/Test/TestLogger.php @@ -42,7 +42,7 @@ public function hasRecords($level) } /** - * @param array $record + * @param array|string $record * @param string $level * @return bool */