PluginProbe
Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution / 1.3.0
Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution v1.3.0
2.0.1 trunk 1.0.0 1.1.0 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 1.4.2 1.5.0 1.6.0 1.6.1 1.7.0 1.7.1 1.8.0 1.9.0 2.0.0
← All changes | src/Performance/API/Route.php +1 -4 trunk1.3.0 View file →
@@ -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 /**