Skip to content

Commit 52d661e

Browse files
committed
style: add param typehint
1 parent 42700ab commit 52d661e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReferenceTime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function get(int $segment): int
7070
return $this->values[$segment];
7171
}
7272

73-
public function isAt($value, $segment): bool
73+
public function isAt($value, int $segment): bool
7474
{
7575
return $this->values[$segment] == $value;
7676
}

0 commit comments

Comments
 (0)