Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
troydavisson committed Mar 7, 2022
1 parent 7ecbc4a commit ba9d3fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Models/Search/Results.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ public function setRestrictedIndicator($indicator)
return $this;
}

#[\ReturnTypeWillChange]
public function getIterator()
{
return $this->results->getIterator();
Expand Down Expand Up @@ -298,6 +299,7 @@ public function offsetUnset($offset)
/**
* @return int
*/
#[\ReturnTypeWillChange]
public function count()
{
return $this->results->count();
Expand Down

0 comments on commit ba9d3fa

Please sign in to comment.