Docs: Another pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744
Built from https://develop.svn.wordpress.org/trunk@48590


git-svn-id: http://core.svn.wordpress.org/trunk@48352 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2020-07-23 21:11:05 +00:00
parent 3f04e3bf5c
commit 9bc7d0a776
33 changed files with 216 additions and 214 deletions

View File

@@ -680,7 +680,7 @@ class WP_User_Query {
* @since 3.5.0
*
* @param string $query_var Query variable key.
* @param mixed $value Query variable value.
* @param mixed $value Query variable value.
*/
public function set( $query_var, $value ) {
$this->query_vars[ $query_var ] = $value;
@@ -880,8 +880,8 @@ class WP_User_Query {
*
* @since 4.0.0
*
* @param string $name Method to call.
* @param array $arguments Arguments to pass when calling.
* @param string $name Method to call.
* @param array $arguments Arguments to pass when calling.
* @return mixed Return value of the callback, false otherwise.
*/
public function __call( $name, $arguments ) {