| @@ -56,14 +56,11 @@ | ||
| 56 | 56 | |
| 57 | 57 | /** |
| 58 | 58 | * Gets the expected arguments for the REST API endpoint. |
| 59 | 59 | * |
| 60 | - * Having an index of the HTTP method (e.g. POST, GET) will apply the args directly to | |
| 61 | - * that method if the route is more than one method. | |
| 62 | - * | |
| 63 | 60 | * @since 0.1.0 |
| 64 | 61 | * |
| 65 | - * @return array<string, array<string, mixed[]>> | |
| 62 | + * @return array | |
| 66 | 63 | */ |
| 67 | 64 | public function get_arguments(): array; |
| 68 | 65 | |
| 69 | 66 | /** |