sort_callback_params() phpdoc fix
This commit is contained in:
parent
9521f44cb2
commit
d401432428
|
@ -376,7 +376,7 @@ class WC_API_Server {
|
|||
* by the parameters the method actually needs, using the Reflection API
|
||||
*
|
||||
* @since 2.1
|
||||
* @param array $callback the endpoint callback
|
||||
* @param callable|array $callback the endpoint callback
|
||||
* @param array $provided the provided request parameters
|
||||
* @return array
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue