mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 13:28:39 +00:00
fix ; typo
This commit is contained in:
parent
e12ad5212d
commit
96b9d4d1a5
|
|
@ -162,7 +162,7 @@ class Heap
|
||||||
return \array_slice(\array_reverse($nodes), 0, $n);
|
return \array_slice(\array_reverse($nodes), 0, $n);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function siftDown(int $start, int $pos) : void;
|
private function siftDown(int $start, int $pos) : void
|
||||||
{
|
{
|
||||||
$item = $this->nodes[$pos];
|
$item = $this->nodes[$pos];
|
||||||
while ($pos > $start) {
|
while ($pos > $start) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user