sort_callback_params() phpdoc fix

This commit is contained in:
Gregory K 2014-02-11 09:22:43 -05:00
parent 9521f44cb2
commit d401432428
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/