Skip to content

Commit

Permalink
Fix return type of SplMinHeap::insert(): void -> true
Browse files Browse the repository at this point in the history
  • Loading branch information
Muqsit authored and LolGleb committed Aug 17, 2023
1 parent 4f769af commit df7d6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPL/SPL_c1.php
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@ public function extract() {}
* @param TValue $value <p>
* The value to insert.
* </p>
* @return void
* @return true
*/
public function insert($value) {}

Expand Down

0 comments on commit df7d6e1

Please sign in to comment.