Skip to content

Commit

Permalink
fix SplHeap::extract phpdoc return type
Browse files Browse the repository at this point in the history
  • Loading branch information
schlndh authored and isfedorov committed Oct 16, 2023
1 parent 13cd939 commit f177900
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 @@ -1372,7 +1372,7 @@ abstract class SplHeap implements Iterator, Countable
/**
* Extracts a node from top of the heap and sift up.
* @link https://php.net/manual/en/splheap.extract.php
* @return mixed The value of the extracted node.
* @return TValue The value of the extracted node.
*/
#[TentativeType]
public function extract(): mixed {}
Expand Down

0 comments on commit f177900

Please sign in to comment.