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 42700ab commit 52d661eCopy full SHA for 52d661e
src/ReferenceTime.php
@@ -70,7 +70,7 @@ public function get(int $segment): int
70
return $this->values[$segment];
71
}
72
73
- public function isAt($value, $segment): bool
+ public function isAt($value, int $segment): bool
74
{
75
return $this->values[$segment] == $value;
76
0 commit comments