1
0
Fork 0
mirror of synced 2025-04-02 21:36:14 +03:00

remove mxed type

This commit is contained in:
ellynoize 2025-02-18 09:42:23 +03:00
parent 5dd23b5f8d
commit 720aafc464

View file

@ -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");