Skip to content

Commit

Permalink
#[\ReturnTypeWillChange]
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jan 23, 2024
1 parent a74e476 commit 2ae69d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PaymentMethodDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function __construct( $type ) {
*
* @return object
*/
#[\ReturnTypeWillChange]
public function jsonSerialize() {
return (object) get_object_vars( $this );
}
Expand Down

0 comments on commit 2ae69d5

Please sign in to comment.