We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d370f04 commit 27bed38Copy full SHA for 27bed38
1 file changed
src/Map.php
@@ -36,14 +36,6 @@ public function __construct($values = null)
36
}
37
38
39
- // /**
40
- // * @return whether capacity should be increased.
41
- // */
42
- // protected function shouldIncreaseCapacity(): bool
43
- // {
44
- // return count($this) > $this->capacity;
45
- // }
46
-
47
/**
48
* Updates all values by applying a callback function to each value.
49
*
0 commit comments