From 720aafc464a22e8c602bda817d65b6ce8d327d4f Mon Sep 17 00:00:00 2001 From: ellynoize Date: Tue, 18 Feb 2025 09:42:23 +0300 Subject: [PATCH] remove mxed type --- src/include/api/class-wc-retailcrm-response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");