Skip to content

Commit f9a0be8

Browse files
committed
change response data array to any
1 parent 7733775 commit f9a0be8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/OneBot/V12/Object/ActionResponse.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ class ActionResponse implements \JsonSerializable, \IteratorAggregate
1616

1717
public int $retcode = 0;
1818

19-
public array $data = [];
19+
/**
20+
* @var mixed
21+
*/
22+
public $data = [];
2023

2124
public string $message = '';
2225

0 commit comments

Comments
 (0)