Skip to content

Commit fc70d09

Browse files
committed
Update countable
1 parent 239bd98 commit fc70d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ruler/Set.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ protected function isValidNumericSet()
251251
/**
252252
* @return integer
253253
*/
254-
public function count()
254+
public function count(): int
255255
{
256256
return count($this->value);
257257
}

0 commit comments

Comments
 (0)