diff --git a/src/include/api/class-wc-retailcrm-response.php b/src/include/api/class-wc-retailcrm-response.php index 6c18f86..99703ff 100644 --- a/src/include/api/class-wc-retailcrm-response.php +++ b/src/include/api/class-wc-retailcrm-response.php @@ -157,7 +157,7 @@ class WC_Retailcrm_Response implements \ArrayAccess * @throws \InvalidArgumentException * */ - public function offsetGet($offset): mixed + public function offsetGet($offset): object|array|string|float|int|bool|null { if (!isset($this->response[$offset])) { throw new \InvalidArgumentException("Property \"$offset\" not found");