remove mxed type
This commit is contained in:
parent
5dd23b5f8d
commit
720aafc464
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue