Skip to content

Commit 838eda5

Browse files
committed
it can't be null
1 parent f847aee commit 838eda5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/QueryMeta.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function isKnownLeader(): bool
8282
return $this->KnownLeader;
8383
}
8484

85-
public function getRequestTime(): null|Time\Duration
85+
public function getRequestTime(): Time\Duration
8686
{
8787
return $this->RequestTime;
8888
}
@@ -97,7 +97,7 @@ public function isCacheHit(): bool
9797
return $this->CacheHit;
9898
}
9999

100-
public function getCacheAge(): null|Time\Duration
100+
public function getCacheAge(): Time\Duration
101101
{
102102
return $this->CacheAge;
103103
}

0 commit comments

Comments
 (0)