Skip to content

Commit 27bed38

Browse files
committed
Remove comment
1 parent d370f04 commit 27bed38

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Map.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ public function __construct($values = null)
3636
}
3737
}
3838

39-
// /**
40-
// * @return whether capacity should be increased.
41-
// */
42-
// protected function shouldIncreaseCapacity(): bool
43-
// {
44-
// return count($this) > $this->capacity;
45-
// }
46-
4739
/**
4840
* Updates all values by applying a callback function to each value.
4941
*

0 commit comments

Comments
 (0)