Skip to content

Commit 4e352a7

Browse files
committed
rename count() to size()
1 parent 9cf2bc9 commit 4e352a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bounds.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function copy(self $bounds): self
4848
return $this;
4949
}
5050

51-
public function count(): int
51+
public function size(): int
5252
{
5353
return count(range($this->start, $this->end));
5454
}

0 commit comments

Comments
 (0)