@@ -73,7 +73,7 @@ |
||
73 | 73 | */ |
74 | 74 | private function delete(int $position) |
75 | 75 | { |
76 | - $pair = $this->pairs->remove($position); |
|
76 | + $pair = $this->pairs->remove($position); |
|
77 | 77 | |
78 | 78 | $this->checkCapacity(); |
79 | 79 | return $pair->value; |