From 8e6f4c9a0efbd8c85e9535264607c0b5ed29ff73 Mon Sep 17 00:00:00 2001 From: jozydapozy Date: Wed, 16 Mar 2022 16:41:28 +0100 Subject: [PATCH] Add PHP8.1 support --- Model/Address.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Model/Address.php b/Model/Address.php index df370c0..090dd35 100644 --- a/Model/Address.php +++ b/Model/Address.php @@ -151,6 +151,7 @@ public function toArray() /** * {@inheritdoc} */ + #[\ReturnTypeWillChange] public function jsonSerialize() { return $this->toArray();