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 f847aee commit 838eda5Copy full SHA for 838eda5
src/QueryMeta.php
@@ -82,7 +82,7 @@ public function isKnownLeader(): bool
82
return $this->KnownLeader;
83
}
84
85
- public function getRequestTime(): null|Time\Duration
+ public function getRequestTime(): Time\Duration
86
{
87
return $this->RequestTime;
88
@@ -97,7 +97,7 @@ public function isCacheHit(): bool
97
return $this->CacheHit;
98
99
100
- public function getCacheAge(): null|Time\Duration
+ public function getCacheAge(): Time\Duration
101
102
return $this->CacheAge;
103
0 commit comments