mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +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);
|
||||
}
|
||||
|
||||
private function siftDown(int $start, int $pos) : void;
|
||||
private function siftDown(int $start, int $pos) : void
|
||||
{
|
||||
$item = $this->nodes[$pos];
|
||||
while ($pos > $start) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user