Skip to content

Commit

Permalink
chore: add ReturnTypeWillChange
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Oct 31, 2024
1 parent dbf0619 commit e6fbe48
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function __construct(
/**
* @since 3.0.0
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
return get_object_vars($this);
Expand Down Expand Up @@ -120,4 +121,4 @@ public function getGateways(): array
{
return $this->gateways;
}
}
}

0 comments on commit e6fbe48

Please sign in to comment.