Use void instead of null where appropriate when pipe-delimiting @return types. If a @return only contains void, remove it.

See #32444.


git-svn-id: https://develop.svn.wordpress.org/trunk@32568 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-05-24 05:39:47 +00:00
parent abca40cf44
commit 39ef6a72c5
16 changed files with 32 additions and 37 deletions

View File

@@ -291,7 +291,7 @@ class wp_xmlrpc_server extends IXR_Server {
* @since 1.5.2
*
* @param string|array $data Escape single string or array of strings.
* @return string|null Returns with string is passed, alters by-reference
* @return string|void Returns with string is passed, alters by-reference
* when array is passed.
*/
public function escape( &$data ) {