@@ -23,5 +23,5 @@ |
||
| 23 | 23 | * @param mixed[] $args |
| 24 | 24 | * @return mixed[]|Exception |
| 25 | 25 | */ |
| 26 | - public function post(string $endpoint, array $args = []): array|Exception; |
|
| 26 | + public function post(string $endpoint, array $args = []): array | Exception; |
|
| 27 | 27 | } |
| 28 | 28 | \ No newline at end of file |