Skip to content

Commit d1954f3

Browse files
authored
fix(Datastore): return type casing (#8950)
1 parent 537da38 commit d1954f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Datastore/src/EntityIterator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function getExplainMetrics(): null|ExplainMetrics
115115
return $this->explainMetrics;
116116
}
117117

118-
private function gatherExplainMetrics(): null|explainMetrics
118+
private function gatherExplainMetrics(): null|ExplainMetrics
119119
{
120120
$metrics = null;
121121
$this->pageIterator->current();

0 commit comments

Comments
 (0)