From df7d6e1ea32ec849b0b35eeb47fad13dcbe6047b Mon Sep 17 00:00:00 2001 From: Muqsit Date: Mon, 29 May 2023 15:03:55 +0000 Subject: [PATCH] Fix return type of SplMinHeap::insert(): void -> true --- SPL/SPL_c1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPL/SPL_c1.php b/SPL/SPL_c1.php index 010b8dcda..2498758e1 100644 --- a/SPL/SPL_c1.php +++ b/SPL/SPL_c1.php @@ -1531,7 +1531,7 @@ public function extract() {} * @param TValue $value

* The value to insert. *

- * @return void + * @return true */ public function insert($value) {}