From b29fca3c668007d1c039d64b86d9b0025b0efcd1 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 24 Nov 2024 10:48:58 +0000 Subject: [PATCH] Fix --- tests/DocblockInheritanceTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/DocblockInheritanceTest.php b/tests/DocblockInheritanceTest.php index 84c50b6366b..f007c19e36d 100644 --- a/tests/DocblockInheritanceTest.php +++ b/tests/DocblockInheritanceTest.php @@ -162,6 +162,7 @@ public function a(array|int $className): int class B extends A { + /** @param array|int|bool $className */ public function a(array|int|bool $className): int { return 0;