xmlrpc_server_register_method: use callable type

This commit is contained in:
Elan Ruusamäe 2019-05-14 13:24:56 +03:00 committed by GitHub
parent 9363654443
commit 4d86b6ed08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ function xmlrpc_server_destroy ($server) {}
* @link https://php.net/manual/en/function.xmlrpc-server-register-method.php
* @param resource $server
* @param string $method_name
* @param string $function
* @param callable $function
* @return bool
* @since 4.1.0
* @since 5.0